Started by user Thomas Guiu Running as Thomas Guiu Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot) Obtained Jenkinsfile from ceb5359b68dbde01154462fa9f41f4dea1bcd832 Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘migration-agent-gtqfm’ is offline Agent migration-agent-gtqfm is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration" name: "migration-agent-gtqfm" 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-gtqfm" - name: "MAVEN_CONFIG" value: "-B -e" - name: "JENKINS_NAME" value: "migration-agent-gtqfm" - 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-gtqfm in /home/jenkins/agent/workspace/Capella-studio_v1.3.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.3.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.3.x:refs/remotes/origin/v1.3.x # timeout=10 Fetching without tags Checking out Revision ceb5359b68dbde01154462fa9f41f4dea1bcd832 (v1.3.x) > git config remote.origin.url https://github.com/eclipse/capella-studio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.3.x:refs/remotes/origin/v1.3.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.3.x:refs/remotes/origin/v1.3.x # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ceb5359b68dbde01154462fa9f41f4dea1bcd832 # timeout=10 Commit message: "Merge pull request #4 from eclipse/bump_to_1.3.2" > git rev-list --no-walk ceb5359b68dbde01154462fa9f41f4dea1bcd832 # 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] sh + mvn 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 5.5 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 146 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 36 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 176 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 226 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 498 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 2.2 MB/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 770 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 Progress (2): 27 kB | 4.1/9.3 kB Progress (2): 27 kB | 7.7/9.3 kB Progress (2): 27 kB | 9.3 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 74 kB/s) 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 26 kB/s) [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties /home/jenkins/agent/workspace/Capella-studio_v1.3.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 11 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 64 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 68 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 276 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 706 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 1.0 MB/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 474 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 162 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 138 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 741 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 678 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 78 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 92 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 41 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 282 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 665 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 11 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 219 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 114 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 272 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 400 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 174 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 363 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 348 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 49 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 96 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 74 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 153 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 116 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 65 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 57 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 288 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 276 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 174 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 578 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 144 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 425 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 118 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 137 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 84 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 368 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 148 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 76 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 205 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 145 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 211 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 325 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.6 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 323 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 664 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.7 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 124 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.7 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 461 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 155 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 501 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 469 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 76 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 13 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 24 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 17 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 4.2 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 42 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 9.8 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 241 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 31 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 14 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 50 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 9.8 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 183 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 40 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 729 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 1.5 MB/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 178 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 27 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 17 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 19 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 2.1 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/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-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/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-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-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-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-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-settings/3.0/maven-settings-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 Progress (1): 4.1/527 kB Progress (1): 7.7/527 kB Progress (1): 12/527 kB Progress (1): 16/527 kB Progress (1): 20/527 kB Progress (1): 24/527 kB Progress (1): 28/527 kB Progress (1): 32/527 kB Progress (1): 36/527 kB Progress (2): 36/527 kB | 4.1/47 kB Progress (3): 36/527 kB | 4.1/47 kB | 4.1/165 kB Progress (3): 36/527 kB | 7.7/47 kB | 4.1/165 kB Progress (3): 40/527 kB | 7.7/47 kB | 4.1/165 kB Progress (3): 40/527 kB | 12/47 kB | 4.1/165 kB Progress (3): 40/527 kB | 12/47 kB | 7.7/165 kB Progress (3): 40/527 kB | 16/47 kB | 7.7/165 kB Progress (3): 45/527 kB | 16/47 kB | 7.7/165 kB Progress (3): 45/527 kB | 16/47 kB | 12/165 kB Progress (3): 49/527 kB | 16/47 kB | 12/165 kB Progress (3): 49/527 kB | 20/47 kB | 12/165 kB Progress (3): 49/527 kB | 20/47 kB | 16/165 kB Progress (3): 49/527 kB | 24/47 kB | 16/165 kB Progress (3): 53/527 kB | 24/47 kB | 16/165 kB Progress (3): 53/527 kB | 28/47 kB | 16/165 kB Progress (3): 53/527 kB | 28/47 kB | 20/165 kB Progress (3): 57/527 kB | 28/47 kB | 20/165 kB Progress (3): 57/527 kB | 28/47 kB | 24/165 kB Progress (3): 57/527 kB | 32/47 kB | 24/165 kB Progress (3): 57/527 kB | 32/47 kB | 28/165 kB Progress (3): 61/527 kB | 32/47 kB | 28/165 kB Progress (3): 61/527 kB | 32/47 kB | 32/165 kB Progress (3): 65/527 kB | 32/47 kB | 32/165 kB Progress (3): 65/527 kB | 36/47 kB | 32/165 kB Progress (3): 65/527 kB | 40/47 kB | 32/165 kB Progress (3): 65/527 kB | 40/47 kB | 36/165 kB Progress (3): 69/527 kB | 40/47 kB | 36/165 kB Progress (3): 69/527 kB | 45/47 kB | 36/165 kB Progress (3): 73/527 kB | 45/47 kB | 36/165 kB Progress (3): 73/527 kB | 45/47 kB | 40/165 kB Progress (3): 77/527 kB | 45/47 kB | 40/165 kB Progress (3): 77/527 kB | 47 kB | 40/165 kB Progress (3): 81/527 kB | 47 kB | 40/165 kB Progress (3): 81/527 kB | 47 kB | 45/165 kB Progress (3): 81/527 kB | 47 kB | 49/165 kB Progress (3): 85/527 kB | 47 kB | 49/165 kB Progress (3): 90/527 kB | 47 kB | 49/165 kB Progress (3): 90/527 kB | 47 kB | 53/165 kB Progress (3): 94/527 kB | 47 kB | 53/165 kB Progress (3): 94/527 kB | 47 kB | 57/165 kB Progress (3): 98/527 kB | 47 kB | 57/165 kB Progress (3): 98/527 kB | 47 kB | 61/165 kB Progress (3): 98/527 kB | 47 kB | 65/165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.3 MB/s) Progress (2): 98/527 kB | 69/165 kB Progress (2): 102/527 kB | 69/165 kB Progress (2): 102/527 kB | 73/165 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar Progress (2): 102/527 kB | 77/165 kB Progress (2): 106/527 kB | 77/165 kB Progress (2): 106/527 kB | 81/165 kB Progress (2): 110/527 kB | 81/165 kB Progress (2): 114/527 kB | 81/165 kB Progress (2): 114/527 kB | 85/165 kB Progress (2): 114/527 kB | 90/165 kB Progress (2): 118/527 kB | 90/165 kB Progress (2): 118/527 kB | 94/165 kB Progress (2): 122/527 kB | 94/165 kB Progress (2): 122/527 kB | 98/165 kB Progress (2): 126/527 kB | 98/165 kB Progress (2): 131/527 kB | 98/165 kB Progress (2): 131/527 kB | 102/165 kB Progress (2): 131/527 kB | 106/165 kB Progress (3): 131/527 kB | 106/165 kB | 4.1/38 kB Progress (3): 131/527 kB | 110/165 kB | 4.1/38 kB Progress (3): 135/527 kB | 110/165 kB | 4.1/38 kB Progress (3): 135/527 kB | 114/165 kB | 4.1/38 kB Progress (3): 135/527 kB | 114/165 kB | 7.7/38 kB Progress (3): 139/527 kB | 114/165 kB | 7.7/38 kB Progress (3): 139/527 kB | 114/165 kB | 12/38 kB Progress (3): 139/527 kB | 118/165 kB | 12/38 kB Progress (3): 143/527 kB | 118/165 kB | 12/38 kB Progress (3): 143/527 kB | 122/165 kB | 12/38 kB Progress (3): 143/527 kB | 122/165 kB | 16/38 kB Progress (3): 143/527 kB | 126/165 kB | 16/38 kB Progress (3): 147/527 kB | 126/165 kB | 16/38 kB Progress (3): 147/527 kB | 131/165 kB | 16/38 kB Progress (3): 147/527 kB | 131/165 kB | 20/38 kB Progress (3): 147/527 kB | 131/165 kB | 24/38 kB Progress (3): 147/527 kB | 135/165 kB | 24/38 kB Progress (3): 151/527 kB | 135/165 kB | 24/38 kB Progress (3): 151/527 kB | 139/165 kB | 24/38 kB Progress (3): 151/527 kB | 139/165 kB | 28/38 kB Progress (3): 151/527 kB | 143/165 kB | 28/38 kB Progress (3): 155/527 kB | 143/165 kB | 28/38 kB Progress (3): 155/527 kB | 147/165 kB | 28/38 kB Progress (3): 155/527 kB | 147/165 kB | 32/38 kB Progress (3): 159/527 kB | 147/165 kB | 32/38 kB Progress (3): 163/527 kB | 147/165 kB | 32/38 kB Progress (3): 163/527 kB | 151/165 kB | 32/38 kB Progress (3): 163/527 kB | 151/165 kB | 36/38 kB Progress (3): 163/527 kB | 155/165 kB | 36/38 kB Progress (3): 167/527 kB | 155/165 kB | 36/38 kB Progress (3): 167/527 kB | 155/165 kB | 38 kB Progress (3): 171/527 kB | 155/165 kB | 38 kB Progress (3): 171/527 kB | 159/165 kB | 38 kB Progress (3): 176/527 kB | 159/165 kB | 38 kB Progress (3): 176/527 kB | 163/165 kB | 38 kB Progress (3): 180/527 kB | 163/165 kB | 38 kB Progress (3): 180/527 kB | 165 kB | 38 kB Progress (3): 184/527 kB | 165 kB | 38 kB Progress (3): 188/527 kB | 165 kB | 38 kB Progress (3): 192/527 kB | 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 821 kB/s) Progress (2): 196/527 kB | 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): 200/527 kB | 165 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.4 MB/s) Progress (1): 204/527 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar Progress (1): 208/527 kB Progress (1): 212/527 kB Progress (1): 217/527 kB Progress (1): 221/527 kB Progress (1): 225/527 kB Progress (1): 229/527 kB Progress (1): 233/527 kB Progress (1): 237/527 kB Progress (1): 241/527 kB Progress (1): 245/527 kB Progress (2): 245/527 kB | 4.1/52 kB Progress (2): 245/527 kB | 7.7/52 kB Progress (2): 245/527 kB | 12/52 kB Progress (2): 249/527 kB | 12/52 kB Progress (2): 249/527 kB | 16/52 kB Progress (2): 253/527 kB | 16/52 kB Progress (2): 258/527 kB | 16/52 kB Progress (2): 262/527 kB | 16/52 kB Progress (2): 262/527 kB | 20/52 kB Progress (2): 262/527 kB | 24/52 kB Progress (2): 262/527 kB | 28/52 kB Progress (2): 266/527 kB | 28/52 kB Progress (2): 266/527 kB | 32/52 kB Progress (2): 270/527 kB | 32/52 kB Progress (2): 274/527 kB | 32/52 kB Progress (2): 278/527 kB | 32/52 kB Progress (2): 278/527 kB | 36/52 kB Progress (2): 278/527 kB | 40/52 kB Progress (2): 278/527 kB | 45/52 kB Progress (2): 282/527 kB | 45/52 kB Progress (2): 282/527 kB | 49/52 kB Progress (2): 286/527 kB | 49/52 kB Progress (2): 286/527 kB | 52 kB Progress (2): 290/527 kB | 52 kB Progress (2): 294/527 kB | 52 kB Progress (2): 298/527 kB | 52 kB Progress (2): 303/527 kB | 52 kB Progress (2): 307/527 kB | 52 kB Progress (2): 311/527 kB | 52 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 944 kB/s) Progress (1): 315/527 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 (1): 319/527 kB Progress (1): 323/527 kB Progress (1): 327/527 kB Progress (1): 331/527 kB Progress (1): 335/527 kB Progress (1): 339/527 kB Progress (1): 344/527 kB Progress (1): 348/527 kB Progress (1): 352/527 kB Progress (1): 356/527 kB Progress (1): 360/527 kB Progress (1): 364/527 kB Progress (1): 368/527 kB Progress (1): 372/527 kB Progress (1): 376/527 kB Progress (1): 380/527 kB Progress (1): 384/527 kB Progress (1): 389/527 kB Progress (1): 393/527 kB Progress (1): 397/527 kB Progress (1): 401/527 kB Progress (1): 405/527 kB Progress (1): 409/527 kB Progress (1): 413/527 kB Progress (1): 417/527 kB Progress (1): 421/527 kB Progress (1): 425/527 kB Progress (1): 430/527 kB Progress (1): 434/527 kB Progress (1): 438/527 kB Progress (1): 442/527 kB Progress (1): 446/527 kB Progress (1): 450/527 kB Progress (1): 454/527 kB Progress (1): 458/527 kB Progress (1): 462/527 kB Progress (1): 466/527 kB Progress (1): 471/527 kB Progress (1): 475/527 kB Progress (1): 479/527 kB Progress (1): 483/527 kB Progress (1): 487/527 kB Progress (1): 491/527 kB Progress (1): 495/527 kB Progress (1): 499/527 kB Progress (1): 503/527 kB Progress (1): 507/527 kB Progress (1): 511/527 kB Progress (1): 516/527 kB Progress (1): 520/527 kB Progress (1): 524/527 kB Progress (1): 527 kB Progress (2): 527 kB | 4.1/148 kB Progress (2): 527 kB | 7.7/148 kB Progress (2): 527 kB | 12/148 kB Progress (2): 527 kB | 16/148 kB Progress (2): 527 kB | 20/148 kB Progress (2): 527 kB | 24/148 kB Progress (2): 527 kB | 28/148 kB Progress (2): 527 kB | 32/148 kB Progress (2): 527 kB | 36/148 kB Progress (2): 527 kB | 40/148 kB Progress (2): 527 kB | 45/148 kB Progress (2): 527 kB | 49/148 kB Progress (2): 527 kB | 53/148 kB Progress (2): 527 kB | 57/148 kB Progress (2): 527 kB | 61/148 kB Progress (2): 527 kB | 65/148 kB Progress (2): 527 kB | 69/148 kB Progress (2): 527 kB | 73/148 kB Progress (2): 527 kB | 77/148 kB Progress (2): 527 kB | 81/148 kB Progress (2): 527 kB | 85/148 kB Progress (2): 527 kB | 90/148 kB Progress (2): 527 kB | 94/148 kB Progress (2): 527 kB | 98/148 kB Progress (2): 527 kB | 102/148 kB Progress (2): 527 kB | 106/148 kB Progress (2): 527 kB | 110/148 kB Progress (2): 527 kB | 114/148 kB Progress (2): 527 kB | 118/148 kB Progress (2): 527 kB | 122/148 kB Progress (2): 527 kB | 126/148 kB Progress (2): 527 kB | 131/148 kB Progress (2): 527 kB | 135/148 kB Progress (2): 527 kB | 139/148 kB Progress (2): 527 kB | 143/148 kB Progress (2): 527 kB | 147/148 kB Progress (2): 527 kB | 148 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.8 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar Progress (2): 527 kB | 4.1/5.6 kB Progress (2): 527 kB | 5.6 kB Progress (3): 527 kB | 5.6 kB | 4.1/198 kB Progress (3): 527 kB | 5.6 kB | 7.7/198 kB Progress (3): 527 kB | 5.6 kB | 12/198 kB Progress (3): 527 kB | 5.6 kB | 16/198 kB Progress (3): 527 kB | 5.6 kB | 20/198 kB Progress (3): 527 kB | 5.6 kB | 24/198 kB Progress (3): 527 kB | 5.6 kB | 28/198 kB Progress (3): 527 kB | 5.6 kB | 32/198 kB Progress (3): 527 kB | 5.6 kB | 36/198 kB Progress (3): 527 kB | 5.6 kB | 40/198 kB Progress (3): 527 kB | 5.6 kB | 45/198 kB Progress (3): 527 kB | 5.6 kB | 49/198 kB Progress (3): 527 kB | 5.6 kB | 53/198 kB Progress (3): 527 kB | 5.6 kB | 57/198 kB Progress (3): 527 kB | 5.6 kB | 61/198 kB Progress (3): 527 kB | 5.6 kB | 65/198 kB Progress (3): 527 kB | 5.6 kB | 69/198 kB Progress (3): 527 kB | 5.6 kB | 73/198 kB Progress (3): 527 kB | 5.6 kB | 77/198 kB Progress (3): 527 kB | 5.6 kB | 81/198 kB Progress (3): 527 kB | 5.6 kB | 85/198 kB Progress (3): 527 kB | 5.6 kB | 90/198 kB Progress (3): 527 kB | 5.6 kB | 94/198 kB Progress (3): 527 kB | 5.6 kB | 98/198 kB Progress (3): 527 kB | 5.6 kB | 102/198 kB Progress (3): 527 kB | 5.6 kB | 106/198 kB Progress (3): 527 kB | 5.6 kB | 110/198 kB Progress (3): 527 kB | 5.6 kB | 114/198 kB Progress (3): 527 kB | 5.6 kB | 118/198 kB Progress (3): 527 kB | 5.6 kB | 122/198 kB Progress (3): 527 kB | 5.6 kB | 126/198 kB Progress (3): 527 kB | 5.6 kB | 131/198 kB Progress (3): 527 kB | 5.6 kB | 135/198 kB Progress (3): 527 kB | 5.6 kB | 139/198 kB Progress (3): 527 kB | 5.6 kB | 143/198 kB Progress (3): 527 kB | 5.6 kB | 147/198 kB Progress (3): 527 kB | 5.6 kB | 151/198 kB Progress (3): 527 kB | 5.6 kB | 155/198 kB Progress (3): 527 kB | 5.6 kB | 159/198 kB Progress (3): 527 kB | 5.6 kB | 163/198 kB Progress (3): 527 kB | 5.6 kB | 167/198 kB Progress (3): 527 kB | 5.6 kB | 171/198 kB Progress (3): 527 kB | 5.6 kB | 176/198 kB Progress (3): 527 kB | 5.6 kB | 180/198 kB Progress (3): 527 kB | 5.6 kB | 184/198 kB Progress (3): 527 kB | 5.6 kB | 188/198 kB Progress (3): 527 kB | 5.6 kB | 192/198 kB Progress (3): 527 kB | 5.6 kB | 196/198 kB Progress (3): 527 kB | 5.6 kB | 198 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar Progress (3): 5.6 kB | 198 kB | 4.1/106 kB Progress (3): 5.6 kB | 198 kB | 7.7/106 kB Progress (3): 5.6 kB | 198 kB | 12/106 kB Progress (3): 5.6 kB | 198 kB | 16/106 kB Progress (3): 5.6 kB | 198 kB | 20/106 kB Progress (3): 5.6 kB | 198 kB | 24/106 kB Progress (3): 5.6 kB | 198 kB | 28/106 kB Progress (3): 5.6 kB | 198 kB | 32/106 kB Progress (3): 5.6 kB | 198 kB | 36/106 kB Progress (3): 5.6 kB | 198 kB | 40/106 kB Progress (3): 5.6 kB | 198 kB | 45/106 kB Progress (3): 5.6 kB | 198 kB | 49/106 kB Progress (3): 5.6 kB | 198 kB | 53/106 kB Progress (3): 5.6 kB | 198 kB | 57/106 kB Progress (3): 5.6 kB | 198 kB | 61/106 kB Progress (3): 5.6 kB | 198 kB | 65/106 kB Progress (3): 5.6 kB | 198 kB | 69/106 kB Progress (3): 5.6 kB | 198 kB | 73/106 kB Progress (3): 5.6 kB | 198 kB | 77/106 kB Progress (3): 5.6 kB | 198 kB | 81/106 kB Progress (3): 5.6 kB | 198 kB | 85/106 kB Progress (3): 5.6 kB | 198 kB | 90/106 kB Progress (3): 5.6 kB | 198 kB | 94/106 kB Progress (3): 5.6 kB | 198 kB | 98/106 kB Progress (3): 5.6 kB | 198 kB | 102/106 kB Progress (3): 5.6 kB | 198 kB | 106/106 kB Progress (3): 5.6 kB | 198 kB | 106 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 4.1/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 7.7/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 12/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 16/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 20/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 24/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 28/30 kB Progress (4): 5.6 kB | 198 kB | 106 kB | 30 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 129 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar Progress (4): 5.6 kB | 198 kB | 30 kB | 4.1/14 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 7.7/14 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 12/14 kB Progress (4): 5.6 kB | 198 kB | 30 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 16 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar Progress (4): 5.6 kB | 198 kB | 30 kB | 4.1/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 7.7/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 12/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 16/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 20/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 24/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 28/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 32/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 36/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 40/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 45/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 49/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 53/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 57/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 61/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 65/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 69/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 73/74 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 74 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 86 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar Progress (4): 5.6 kB | 198 kB | 30 kB | 4.1/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 7.7/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 12/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 16/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 20/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 24/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 28/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 32/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 36/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 40/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 45/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 49/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 53/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 57/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 61/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 65/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 69/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 73/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 77/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 81/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 85/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 90/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 94/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 98/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 102/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 106/108 kB Progress (4): 5.6 kB | 198 kB | 30 kB | 108 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.jar (5.6 kB at 6.3 kB/s) Progress (4): 198 kB | 30 kB | 108 kB | 4.1/51 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar Progress (4): 198 kB | 30 kB | 108 kB | 7.7/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 12/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 16/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 20/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 24/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 28/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 32/51 kB Progress (4): 198 kB | 30 kB | 108 kB | 36/51 kB Progress (5): 198 kB | 30 kB | 108 kB | 36/51 kB | 4.1/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 40/51 kB | 4.1/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 40/51 kB | 7.7/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 45/51 kB | 7.7/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 45/51 kB | 12/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 49/51 kB | 12/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 49/51 kB | 16/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 51 kB | 16/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 51 kB | 20/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 51 kB | 24/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 51 kB | 28/202 kB Progress (5): 198 kB | 30 kB | 108 kB | 51 kB | 32/202 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 57 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar Progress (4): 198 kB | 30 kB | 108 kB | 36/202 kB Progress (4): 198 kB | 30 kB | 108 kB | 40/202 kB Progress (4): 198 kB | 30 kB | 108 kB | 45/202 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 34 kB/s) Progress (3): 198 kB | 108 kB | 49/202 kB Progress (4): 198 kB | 108 kB | 49/202 kB | 4.1/153 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar Progress (4): 198 kB | 108 kB | 49/202 kB | 7.7/153 kB Progress (4): 198 kB | 108 kB | 53/202 kB | 7.7/153 kB Progress (4): 198 kB | 108 kB | 53/202 kB | 12/153 kB Progress (4): 198 kB | 108 kB | 57/202 kB | 12/153 kB Progress (4): 198 kB | 108 kB | 57/202 kB | 16/153 kB Progress (4): 198 kB | 108 kB | 61/202 kB | 16/153 kB Progress (4): 198 kB | 108 kB | 65/202 kB | 16/153 kB Progress (4): 198 kB | 108 kB | 65/202 kB | 20/153 kB Progress (4): 198 kB | 108 kB | 65/202 kB | 24/153 kB Progress (5): 198 kB | 108 kB | 65/202 kB | 24/153 kB | 4.1/472 kB Progress (5): 198 kB | 108 kB | 65/202 kB | 28/153 kB | 4.1/472 kB Progress (5): 198 kB | 108 kB | 69/202 kB | 28/153 kB | 4.1/472 kB Progress (5): 198 kB | 108 kB | 69/202 kB | 28/153 kB | 7.7/472 kB Progress (5): 198 kB | 108 kB | 73/202 kB | 28/153 kB | 7.7/472 kB Progress (5): 198 kB | 108 kB | 73/202 kB | 32/153 kB | 7.7/472 kB Progress (5): 198 kB | 108 kB | 77/202 kB | 32/153 kB | 7.7/472 kB Progress (5): 198 kB | 108 kB | 77/202 kB | 32/153 kB | 12/472 kB Progress (5): 198 kB | 108 kB | 77/202 kB | 36/153 kB | 12/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 36/153 kB | 12/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 40/153 kB | 12/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 40/153 kB | 16/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 45/153 kB | 16/472 kB Progress (5): 198 kB | 108 kB | 81/202 kB | 49/153 kB | 16/472 kB Progress (5): 198 kB | 108 kB | 85/202 kB | 49/153 kB | 16/472 kB Progress (5): 198 kB | 108 kB | 90/202 kB | 49/153 kB | 16/472 kB Progress (5): 198 kB | 108 kB | 90/202 kB | 49/153 kB | 20/472 kB Progress (5): 198 kB | 108 kB | 90/202 kB | 53/153 kB | 20/472 kB Progress (5): 198 kB | 108 kB | 90/202 kB | 53/153 kB | 24/472 kB Progress (5): 198 kB | 108 kB | 94/202 kB | 53/153 kB | 24/472 kB Progress (5): 198 kB | 108 kB | 94/202 kB | 53/153 kB | 28/472 kB Progress (5): 198 kB | 108 kB | 94/202 kB | 57/153 kB | 28/472 kB Progress (5): 198 kB | 108 kB | 94/202 kB | 57/153 kB | 32/472 kB Progress (5): 198 kB | 108 kB | 98/202 kB | 57/153 kB | 32/472 kB Progress (5): 198 kB | 108 kB | 98/202 kB | 61/153 kB | 32/472 kB Progress (5): 198 kB | 108 kB | 98/202 kB | 61/153 kB | 36/472 kB Progress (5): 198 kB | 108 kB | 98/202 kB | 65/153 kB | 36/472 kB Progress (5): 198 kB | 108 kB | 98/202 kB | 65/153 kB | 40/472 kB Progress (5): 198 kB | 108 kB | 102/202 kB | 65/153 kB | 40/472 kB Progress (5): 198 kB | 108 kB | 102/202 kB | 69/153 kB | 40/472 kB Progress (5): 198 kB | 108 kB | 102/202 kB | 69/153 kB | 45/472 kB Progress (5): 198 kB | 108 kB | 102/202 kB | 73/153 kB | 45/472 kB Progress (5): 198 kB | 108 kB | 106/202 kB | 73/153 kB | 45/472 kB Progress (5): 198 kB | 108 kB | 106/202 kB | 77/153 kB | 45/472 kB Progress (5): 198 kB | 108 kB | 106/202 kB | 77/153 kB | 49/472 kB Progress (5): 198 kB | 108 kB | 106/202 kB | 81/153 kB | 49/472 kB Progress (5): 198 kB | 108 kB | 106/202 kB | 81/153 kB | 53/472 kB Progress (5): 198 kB | 108 kB | 110/202 kB | 81/153 kB | 53/472 kB Progress (5): 198 kB | 108 kB | 110/202 kB | 85/153 kB | 53/472 kB Progress (5): 198 kB | 108 kB | 110/202 kB | 85/153 kB | 57/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 219 kB/s) Progress (4): 108 kB | 110/202 kB | 85/153 kB | 61/472 kB Progress (4): 108 kB | 110/202 kB | 90/153 kB | 61/472 kB Progress (4): 108 kB | 114/202 kB | 90/153 kB | 61/472 kB Progress (4): 108 kB | 114/202 kB | 94/153 kB | 61/472 kB Progress (4): 108 kB | 114/202 kB | 94/153 kB | 65/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): 108 kB | 118/202 kB | 94/153 kB | 65/472 kB Progress (4): 108 kB | 118/202 kB | 98/153 kB | 65/472 kB Progress (4): 108 kB | 122/202 kB | 98/153 kB | 65/472 kB Progress (4): 108 kB | 122/202 kB | 98/153 kB | 69/472 kB Progress (4): 108 kB | 126/202 kB | 98/153 kB | 69/472 kB Progress (4): 108 kB | 126/202 kB | 98/153 kB | 73/472 kB Progress (4): 108 kB | 126/202 kB | 102/153 kB | 73/472 kB Progress (4): 108 kB | 126/202 kB | 102/153 kB | 77/472 kB Progress (4): 108 kB | 131/202 kB | 102/153 kB | 77/472 kB Progress (4): 108 kB | 131/202 kB | 102/153 kB | 81/472 kB Progress (4): 108 kB | 131/202 kB | 106/153 kB | 81/472 kB Progress (4): 108 kB | 131/202 kB | 110/153 kB | 81/472 kB Progress (4): 108 kB | 131/202 kB | 114/153 kB | 81/472 kB Progress (4): 108 kB | 135/202 kB | 114/153 kB | 81/472 kB Progress (4): 108 kB | 135/202 kB | 114/153 kB | 85/472 kB Progress (4): 108 kB | 139/202 kB | 114/153 kB | 85/472 kB Progress (4): 108 kB | 139/202 kB | 114/153 kB | 90/472 kB Progress (4): 108 kB | 139/202 kB | 118/153 kB | 90/472 kB Progress (4): 108 kB | 139/202 kB | 118/153 kB | 94/472 kB Progress (4): 108 kB | 143/202 kB | 118/153 kB | 94/472 kB Progress (4): 108 kB | 143/202 kB | 118/153 kB | 98/472 kB Progress (4): 108 kB | 143/202 kB | 122/153 kB | 98/472 kB Progress (4): 108 kB | 147/202 kB | 122/153 kB | 98/472 kB Progress (4): 108 kB | 147/202 kB | 126/153 kB | 98/472 kB Progress (4): 108 kB | 147/202 kB | 126/153 kB | 102/472 kB Progress (4): 108 kB | 147/202 kB | 131/153 kB | 102/472 kB Progress (4): 108 kB | 147/202 kB | 131/153 kB | 106/472 kB Progress (4): 108 kB | 147/202 kB | 131/153 kB | 110/472 kB Progress (4): 108 kB | 151/202 kB | 131/153 kB | 110/472 kB Progress (4): 108 kB | 151/202 kB | 135/153 kB | 110/472 kB Progress (4): 108 kB | 151/202 kB | 135/153 kB | 114/472 kB Progress (4): 108 kB | 151/202 kB | 139/153 kB | 114/472 kB Progress (4): 108 kB | 155/202 kB | 139/153 kB | 114/472 kB Progress (4): 108 kB | 155/202 kB | 143/153 kB | 114/472 kB Progress (4): 108 kB | 155/202 kB | 143/153 kB | 118/472 kB Progress (4): 108 kB | 159/202 kB | 143/153 kB | 118/472 kB Progress (4): 108 kB | 159/202 kB | 143/153 kB | 122/472 kB Progress (4): 108 kB | 159/202 kB | 147/153 kB | 122/472 kB Progress (4): 108 kB | 159/202 kB | 147/153 kB | 126/472 kB Progress (4): 108 kB | 163/202 kB | 147/153 kB | 126/472 kB Progress (4): 108 kB | 163/202 kB | 147/153 kB | 131/472 kB Progress (4): 108 kB | 163/202 kB | 151/153 kB | 131/472 kB Progress (4): 108 kB | 163/202 kB | 153 kB | 131/472 kB Progress (4): 108 kB | 163/202 kB | 153 kB | 135/472 kB Progress (4): 108 kB | 167/202 kB | 153 kB | 135/472 kB Progress (4): 108 kB | 167/202 kB | 153 kB | 139/472 kB Progress (4): 108 kB | 171/202 kB | 153 kB | 139/472 kB Progress (4): 108 kB | 171/202 kB | 153 kB | 143/472 kB Progress (4): 108 kB | 176/202 kB | 153 kB | 143/472 kB Progress (4): 108 kB | 176/202 kB | 153 kB | 147/472 kB Progress (4): 108 kB | 180/202 kB | 153 kB | 147/472 kB Progress (4): 108 kB | 180/202 kB | 153 kB | 151/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 167 kB/s) Progress (3): 108 kB | 184/202 kB | 151/472 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 (3): 108 kB | 184/202 kB | 155/472 kB Progress (3): 108 kB | 188/202 kB | 155/472 kB Progress (3): 108 kB | 188/202 kB | 159/472 kB Progress (3): 108 kB | 192/202 kB | 159/472 kB Progress (3): 108 kB | 192/202 kB | 163/472 kB Progress (3): 108 kB | 196/202 kB | 163/472 kB Progress (3): 108 kB | 200/202 kB | 163/472 kB Progress (3): 108 kB | 202 kB | 163/472 kB Progress (3): 108 kB | 202 kB | 167/472 kB Progress (3): 108 kB | 202 kB | 171/472 kB Progress (3): 108 kB | 202 kB | 176/472 kB Progress (3): 108 kB | 202 kB | 180/472 kB Progress (3): 108 kB | 202 kB | 184/472 kB Progress (3): 108 kB | 202 kB | 188/472 kB Progress (3): 108 kB | 202 kB | 192/472 kB Progress (3): 108 kB | 202 kB | 196/472 kB Progress (3): 108 kB | 202 kB | 200/472 kB Progress (3): 108 kB | 202 kB | 204/472 kB Progress (3): 108 kB | 202 kB | 208/472 kB Progress (3): 108 kB | 202 kB | 212/472 kB Progress (3): 108 kB | 202 kB | 217/472 kB Progress (3): 108 kB | 202 kB | 221/472 kB Progress (3): 108 kB | 202 kB | 225/472 kB Progress (3): 108 kB | 202 kB | 229/472 kB Progress (3): 108 kB | 202 kB | 233/472 kB Progress (3): 108 kB | 202 kB | 237/472 kB Progress (3): 108 kB | 202 kB | 241/472 kB Progress (3): 108 kB | 202 kB | 245/472 kB Progress (3): 108 kB | 202 kB | 249/472 kB Progress (3): 108 kB | 202 kB | 253/472 kB Progress (3): 108 kB | 202 kB | 258/472 kB Progress (3): 108 kB | 202 kB | 262/472 kB Progress (3): 108 kB | 202 kB | 266/472 kB Progress (3): 108 kB | 202 kB | 270/472 kB Progress (3): 108 kB | 202 kB | 274/472 kB Progress (3): 108 kB | 202 kB | 278/472 kB Progress (3): 108 kB | 202 kB | 282/472 kB Progress (3): 108 kB | 202 kB | 286/472 kB Progress (3): 108 kB | 202 kB | 290/472 kB Progress (3): 108 kB | 202 kB | 294/472 kB Progress (3): 108 kB | 202 kB | 298/472 kB Progress (3): 108 kB | 202 kB | 303/472 kB Progress (3): 108 kB | 202 kB | 307/472 kB Progress (3): 108 kB | 202 kB | 311/472 kB Progress (3): 108 kB | 202 kB | 315/472 kB Progress (3): 108 kB | 202 kB | 319/472 kB Progress (3): 108 kB | 202 kB | 323/472 kB Progress (3): 108 kB | 202 kB | 327/472 kB Progress (3): 108 kB | 202 kB | 331/472 kB Progress (3): 108 kB | 202 kB | 335/472 kB Progress (3): 108 kB | 202 kB | 339/472 kB Progress (3): 108 kB | 202 kB | 344/472 kB Progress (3): 108 kB | 202 kB | 348/472 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 216 kB/s) Progress (2): 108 kB | 352/472 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar Progress (2): 108 kB | 356/472 kB Progress (2): 108 kB | 360/472 kB Progress (2): 108 kB | 364/472 kB Progress (2): 108 kB | 368/472 kB Progress (2): 108 kB | 372/472 kB Progress (2): 108 kB | 376/472 kB Progress (2): 108 kB | 380/472 kB Progress (2): 108 kB | 384/472 kB Progress (2): 108 kB | 389/472 kB Progress (2): 108 kB | 393/472 kB Progress (2): 108 kB | 397/472 kB Progress (2): 108 kB | 401/472 kB Progress (2): 108 kB | 405/472 kB Progress (2): 108 kB | 409/472 kB Progress (2): 108 kB | 413/472 kB Progress (2): 108 kB | 417/472 kB Progress (2): 108 kB | 421/472 kB Progress (2): 108 kB | 425/472 kB Progress (2): 108 kB | 430/472 kB Progress (2): 108 kB | 434/472 kB Progress (2): 108 kB | 438/472 kB Progress (2): 108 kB | 442/472 kB Progress (2): 108 kB | 446/472 kB Progress (2): 108 kB | 450/472 kB Progress (2): 108 kB | 454/472 kB Progress (2): 108 kB | 458/472 kB Progress (2): 108 kB | 462/472 kB Progress (2): 108 kB | 466/472 kB Progress (2): 108 kB | 471/472 kB Progress (2): 108 kB | 472 kB Progress (3): 108 kB | 472 kB | 4.1/29 kB Progress (4): 108 kB | 472 kB | 4.1/29 kB | 4.1/61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 80 kB/s) Progress (3): 472 kB | 7.7/29 kB | 4.1/61 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar 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 351 kB/s) Progress (3): 7.7/29 kB | 4.1/61 kB | 4.1/46 kB Progress (3): 7.7/29 kB | 7.7/61 kB | 4.1/46 kB Progress (3): 7.7/29 kB | 7.7/61 kB | 7.7/46 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): 12/29 kB | 7.7/61 kB | 7.7/46 kB Progress (4): 12/29 kB | 7.7/61 kB | 7.7/46 kB | 4.1/13 kB Progress (4): 12/29 kB | 7.7/61 kB | 12/46 kB | 4.1/13 kB Progress (4): 12/29 kB | 12/61 kB | 12/46 kB | 4.1/13 kB Progress (4): 12/29 kB | 12/61 kB | 16/46 kB | 4.1/13 kB Progress (4): 12/29 kB | 12/61 kB | 16/46 kB | 7.7/13 kB Progress (4): 16/29 kB | 12/61 kB | 16/46 kB | 7.7/13 kB Progress (4): 16/29 kB | 12/61 kB | 16/46 kB | 12/13 kB Progress (4): 16/29 kB | 16/61 kB | 16/46 kB | 12/13 kB Progress (4): 16/29 kB | 16/61 kB | 16/46 kB | 13 kB Progress (4): 16/29 kB | 16/61 kB | 20/46 kB | 13 kB Progress (4): 20/29 kB | 16/61 kB | 20/46 kB | 13 kB Progress (4): 20/29 kB | 20/61 kB | 20/46 kB | 13 kB Progress (4): 20/29 kB | 20/61 kB | 24/46 kB | 13 kB Progress (5): 20/29 kB | 20/61 kB | 24/46 kB | 13 kB | 4.1/49 kB Progress (5): 20/29 kB | 20/61 kB | 28/46 kB | 13 kB | 4.1/49 kB Progress (5): 20/29 kB | 24/61 kB | 28/46 kB | 13 kB | 4.1/49 kB Progress (5): 24/29 kB | 24/61 kB | 28/46 kB | 13 kB | 4.1/49 kB Progress (5): 24/29 kB | 28/61 kB | 28/46 kB | 13 kB | 4.1/49 kB Progress (5): 24/29 kB | 28/61 kB | 32/46 kB | 13 kB | 4.1/49 kB Progress (5): 24/29 kB | 28/61 kB | 32/46 kB | 13 kB | 7.7/49 kB Progress (5): 24/29 kB | 32/61 kB | 32/46 kB | 13 kB | 7.7/49 kB Progress (5): 28/29 kB | 32/61 kB | 32/46 kB | 13 kB | 7.7/49 kB Progress (5): 28/29 kB | 32/61 kB | 32/46 kB | 13 kB | 12/49 kB Progress (5): 28/29 kB | 32/61 kB | 36/46 kB | 13 kB | 12/49 kB Progress (5): 29 kB | 32/61 kB | 36/46 kB | 13 kB | 12/49 kB Progress (5): 29 kB | 32/61 kB | 40/46 kB | 13 kB | 12/49 kB Progress (5): 29 kB | 36/61 kB | 40/46 kB | 13 kB | 12/49 kB Progress (5): 29 kB | 36/61 kB | 40/46 kB | 13 kB | 16/49 kB Progress (5): 29 kB | 40/61 kB | 40/46 kB | 13 kB | 16/49 kB Progress (5): 29 kB | 40/61 kB | 45/46 kB | 13 kB | 16/49 kB Progress (5): 29 kB | 45/61 kB | 45/46 kB | 13 kB | 16/49 kB Progress (5): 29 kB | 45/61 kB | 46 kB | 13 kB | 16/49 kB Progress (5): 29 kB | 45/61 kB | 46 kB | 13 kB | 20/49 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 21 kB/s) Progress (4): 49/61 kB | 46 kB | 13 kB | 20/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar Progress (4): 49/61 kB | 46 kB | 13 kB | 24/49 kB Progress (4): 53/61 kB | 46 kB | 13 kB | 24/49 kB Progress (4): 53/61 kB | 46 kB | 13 kB | 28/49 kB Progress (4): 57/61 kB | 46 kB | 13 kB | 28/49 kB Progress (4): 57/61 kB | 46 kB | 13 kB | 32/49 kB Progress (4): 61/61 kB | 46 kB | 13 kB | 32/49 kB Progress (4): 61 kB | 46 kB | 13 kB | 32/49 kB Progress (4): 61 kB | 46 kB | 13 kB | 36/49 kB Progress (4): 61 kB | 46 kB | 13 kB | 40/49 kB Progress (4): 61 kB | 46 kB | 13 kB | 45/49 kB Progress (4): 61 kB | 46 kB | 13 kB | 49/49 kB Progress (5): 61 kB | 46 kB | 13 kB | 49/49 kB | 4.1/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 4.1/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 7.7/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 12/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 16/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 20/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 24/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 28/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 32/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 36/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 40/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 45/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 49/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 53/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 57/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 61/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 65/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 69/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 73/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 77/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 81/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 85/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 90/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 94/247 kB Progress (5): 61 kB | 46 kB | 13 kB | 49 kB | 98/247 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 36 kB/s) Progress (4): 61 kB | 46 kB | 13 kB | 102/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 (4): 61 kB | 46 kB | 13 kB | 106/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 110/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 114/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 118/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 122/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 126/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 131/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 135/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 139/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 143/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 147/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 151/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 155/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 159/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 163/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 167/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 171/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 176/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 180/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 184/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 188/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 192/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 196/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 200/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 204/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 208/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 212/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 217/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 221/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 225/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 229/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 233/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 237/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 241/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 245/247 kB Progress (4): 61 kB | 46 kB | 13 kB | 247 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 44 kB/s) Progress (4): 46 kB | 13 kB | 247 kB | 4.1/187 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 9.5 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 33 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar Progress (2): 247 kB | 7.7/187 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): 247 kB | 12/187 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar Progress (2): 247 kB | 16/187 kB Progress (2): 247 kB | 20/187 kB Progress (2): 247 kB | 24/187 kB Progress (2): 247 kB | 28/187 kB Progress (3): 247 kB | 28/187 kB | 4.1/86 kB Progress (3): 247 kB | 32/187 kB | 4.1/86 kB Progress (3): 247 kB | 32/187 kB | 7.7/86 kB Progress (3): 247 kB | 32/187 kB | 12/86 kB Progress (3): 247 kB | 32/187 kB | 16/86 kB Progress (3): 247 kB | 36/187 kB | 16/86 kB Progress (3): 247 kB | 40/187 kB | 16/86 kB Progress (3): 247 kB | 45/187 kB | 16/86 kB Progress (3): 247 kB | 45/187 kB | 20/86 kB Progress (3): 247 kB | 49/187 kB | 20/86 kB Progress (3): 247 kB | 49/187 kB | 24/86 kB Progress (3): 247 kB | 49/187 kB | 28/86 kB Progress (3): 247 kB | 49/187 kB | 32/86 kB Progress (3): 247 kB | 53/187 kB | 32/86 kB Progress (3): 247 kB | 57/187 kB | 32/86 kB Progress (3): 247 kB | 61/187 kB | 32/86 kB Progress (3): 247 kB | 61/187 kB | 36/86 kB Progress (3): 247 kB | 65/187 kB | 36/86 kB Progress (3): 247 kB | 65/187 kB | 40/86 kB Progress (3): 247 kB | 65/187 kB | 45/86 kB Progress (3): 247 kB | 65/187 kB | 49/86 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 176 kB/s) Progress (2): 65/187 kB | 53/86 kB Progress (2): 69/187 kB | 53/86 kB Progress (2): 69/187 kB | 57/86 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 (2): 69/187 kB | 61/86 kB Progress (2): 73/187 kB | 61/86 kB Progress (2): 73/187 kB | 65/86 kB Progress (2): 77/187 kB | 65/86 kB Progress (2): 81/187 kB | 65/86 kB Progress (2): 81/187 kB | 69/86 kB Progress (2): 81/187 kB | 73/86 kB Progress (2): 81/187 kB | 77/86 kB Progress (2): 81/187 kB | 81/86 kB Progress (2): 81/187 kB | 85/86 kB Progress (3): 81/187 kB | 85/86 kB | 4.1/209 kB Progress (3): 85/187 kB | 85/86 kB | 4.1/209 kB Progress (3): 85/187 kB | 86 kB | 4.1/209 kB Progress (3): 90/187 kB | 86 kB | 4.1/209 kB Progress (3): 90/187 kB | 86 kB | 7.7/209 kB Progress (3): 94/187 kB | 86 kB | 7.7/209 kB Progress (4): 94/187 kB | 86 kB | 7.7/209 kB | 4.1/56 kB Progress (4): 98/187 kB | 86 kB | 7.7/209 kB | 4.1/56 kB Progress (4): 98/187 kB | 86 kB | 12/209 kB | 4.1/56 kB Progress (4): 98/187 kB | 86 kB | 12/209 kB | 7.7/56 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 61 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 4.1/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 7.7/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 12/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 16/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 20/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 24/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 28/58 kB Progress (4): 98/187 kB | 12/209 kB | 7.7/56 kB | 32/58 kB Progress (4): 98/187 kB | 16/209 kB | 7.7/56 kB | 32/58 kB Progress (4): 98/187 kB | 16/209 kB | 7.7/56 kB | 36/58 kB Progress (4): 102/187 kB | 16/209 kB | 7.7/56 kB | 36/58 kB Progress (4): 102/187 kB | 16/209 kB | 12/56 kB | 36/58 kB Progress (4): 106/187 kB | 16/209 kB | 12/56 kB | 36/58 kB Progress (4): 106/187 kB | 16/209 kB | 12/56 kB | 40/58 kB Progress (4): 110/187 kB | 16/209 kB | 12/56 kB | 40/58 kB Progress (4): 110/187 kB | 20/209 kB | 12/56 kB | 40/58 kB Progress (4): 110/187 kB | 20/209 kB | 16/56 kB | 40/58 kB Progress (4): 110/187 kB | 24/209 kB | 16/56 kB | 40/58 kB Progress (4): 114/187 kB | 24/209 kB | 16/56 kB | 40/58 kB Progress (4): 114/187 kB | 24/209 kB | 16/56 kB | 45/58 kB Progress (4): 114/187 kB | 28/209 kB | 16/56 kB | 45/58 kB Progress (4): 114/187 kB | 28/209 kB | 16/56 kB | 49/58 kB Progress (4): 114/187 kB | 32/209 kB | 16/56 kB | 49/58 kB Progress (4): 114/187 kB | 32/209 kB | 20/56 kB | 49/58 kB Progress (4): 114/187 kB | 32/209 kB | 20/56 kB | 53/58 kB Progress (4): 118/187 kB | 32/209 kB | 20/56 kB | 53/58 kB Progress (4): 118/187 kB | 36/209 kB | 20/56 kB | 53/58 kB Progress (4): 118/187 kB | 36/209 kB | 20/56 kB | 57/58 kB Progress (4): 118/187 kB | 36/209 kB | 24/56 kB | 57/58 kB Progress (4): 118/187 kB | 36/209 kB | 24/56 kB | 58 kB Progress (4): 118/187 kB | 40/209 kB | 24/56 kB | 58 kB Progress (4): 122/187 kB | 40/209 kB | 24/56 kB | 58 kB Progress (4): 122/187 kB | 45/209 kB | 24/56 kB | 58 kB Progress (4): 122/187 kB | 45/209 kB | 28/56 kB | 58 kB Progress (4): 122/187 kB | 49/209 kB | 28/56 kB | 58 kB Progress (4): 126/187 kB | 49/209 kB | 28/56 kB | 58 kB Progress (4): 126/187 kB | 49/209 kB | 32/56 kB | 58 kB Progress (4): 131/187 kB | 49/209 kB | 32/56 kB | 58 kB Progress (4): 131/187 kB | 53/209 kB | 32/56 kB | 58 kB Progress (4): 131/187 kB | 57/209 kB | 32/56 kB | 58 kB Progress (4): 131/187 kB | 57/209 kB | 36/56 kB | 58 kB Progress (4): 135/187 kB | 57/209 kB | 36/56 kB | 58 kB Progress (4): 135/187 kB | 61/209 kB | 36/56 kB | 58 kB Progress (4): 139/187 kB | 61/209 kB | 36/56 kB | 58 kB Progress (4): 139/187 kB | 61/209 kB | 40/56 kB | 58 kB Progress (4): 143/187 kB | 61/209 kB | 40/56 kB | 58 kB Progress (4): 143/187 kB | 65/209 kB | 40/56 kB | 58 kB Progress (4): 147/187 kB | 65/209 kB | 40/56 kB | 58 kB Progress (4): 147/187 kB | 65/209 kB | 45/56 kB | 58 kB Progress (4): 147/187 kB | 65/209 kB | 49/56 kB | 58 kB Progress (4): 147/187 kB | 69/209 kB | 49/56 kB | 58 kB Progress (4): 151/187 kB | 69/209 kB | 49/56 kB | 58 kB Progress (4): 151/187 kB | 69/209 kB | 53/56 kB | 58 kB Progress (4): 151/187 kB | 73/209 kB | 53/56 kB | 58 kB Progress (4): 151/187 kB | 73/209 kB | 56 kB | 58 kB Progress (4): 155/187 kB | 73/209 kB | 56 kB | 58 kB Progress (4): 155/187 kB | 77/209 kB | 56 kB | 58 kB Progress (4): 159/187 kB | 77/209 kB | 56 kB | 58 kB Progress (4): 159/187 kB | 81/209 kB | 56 kB | 58 kB Progress (4): 163/187 kB | 81/209 kB | 56 kB | 58 kB Progress (4): 163/187 kB | 85/209 kB | 56 kB | 58 kB Progress (4): 167/187 kB | 85/209 kB | 56 kB | 58 kB Progress (4): 167/187 kB | 90/209 kB | 56 kB | 58 kB Progress (4): 171/187 kB | 90/209 kB | 56 kB | 58 kB Progress (4): 171/187 kB | 94/209 kB | 56 kB | 58 kB Progress (4): 176/187 kB | 94/209 kB | 56 kB | 58 kB Progress (4): 176/187 kB | 98/209 kB | 56 kB | 58 kB Progress (4): 180/187 kB | 98/209 kB | 56 kB | 58 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 39 kB/s) Progress (3): 180/187 kB | 102/209 kB | 58 kB Progress (3): 184/187 kB | 102/209 kB | 58 kB Progress (3): 184/187 kB | 106/209 kB | 58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar Progress (3): 184/187 kB | 110/209 kB | 58 kB Progress (3): 187 kB | 110/209 kB | 58 kB Progress (3): 187 kB | 114/209 kB | 58 kB Progress (3): 187 kB | 118/209 kB | 58 kB Progress (3): 187 kB | 122/209 kB | 58 kB Progress (3): 187 kB | 126/209 kB | 58 kB Progress (3): 187 kB | 131/209 kB | 58 kB Progress (3): 187 kB | 135/209 kB | 58 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 130 kB/s) Progress (2): 139/209 kB | 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 (2): 143/209 kB | 58 kB Progress (2): 147/209 kB | 58 kB Progress (2): 151/209 kB | 58 kB Progress (2): 155/209 kB | 58 kB Progress (2): 159/209 kB | 58 kB Progress (2): 163/209 kB | 58 kB Progress (2): 167/209 kB | 58 kB Progress (2): 171/209 kB | 58 kB Progress (2): 176/209 kB | 58 kB Progress (2): 180/209 kB | 58 kB Progress (2): 184/209 kB | 58 kB Progress (2): 188/209 kB | 58 kB Progress (2): 192/209 kB | 58 kB Progress (2): 196/209 kB | 58 kB Progress (2): 200/209 kB | 58 kB Progress (2): 204/209 kB | 58 kB Progress (2): 208/209 kB | 58 kB Progress (2): 209 kB | 58 kB Progress (3): 209 kB | 58 kB | 4.1/100 kB Progress (3): 209 kB | 58 kB | 7.7/100 kB Progress (3): 209 kB | 58 kB | 12/100 kB Progress (3): 209 kB | 58 kB | 16/100 kB Progress (3): 209 kB | 58 kB | 20/100 kB Progress (3): 209 kB | 58 kB | 24/100 kB Progress (3): 209 kB | 58 kB | 28/100 kB Progress (3): 209 kB | 58 kB | 32/100 kB Progress (3): 209 kB | 58 kB | 36/100 kB Progress (3): 209 kB | 58 kB | 40/100 kB Progress (3): 209 kB | 58 kB | 45/100 kB Progress (3): 209 kB | 58 kB | 49/100 kB Progress (3): 209 kB | 58 kB | 53/100 kB Progress (3): 209 kB | 58 kB | 57/100 kB Progress (3): 209 kB | 58 kB | 61/100 kB Progress (3): 209 kB | 58 kB | 65/100 kB Progress (3): 209 kB | 58 kB | 69/100 kB Progress (3): 209 kB | 58 kB | 73/100 kB Progress (3): 209 kB | 58 kB | 77/100 kB Progress (3): 209 kB | 58 kB | 81/100 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 40 kB/s) Progress (2): 209 kB | 85/100 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 (2): 209 kB | 90/100 kB Progress (2): 209 kB | 94/100 kB Progress (2): 209 kB | 98/100 kB Progress (2): 209 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 68 kB/s) 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 143 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 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): 4.1/532 kB Progress (1): 7.7/532 kB Progress (1): 12/532 kB Progress (1): 16/532 kB Progress (1): 20/532 kB Progress (1): 24/532 kB Progress (1): 28/532 kB Progress (1): 32/532 kB Progress (1): 36/532 kB Progress (1): 40/532 kB Progress (1): 45/532 kB Progress (1): 49/532 kB Progress (1): 53/532 kB Progress (1): 57/532 kB Progress (1): 61/532 kB Progress (1): 65/532 kB Progress (1): 69/532 kB Progress (1): 73/532 kB Progress (1): 77/532 kB Progress (1): 81/532 kB Progress (1): 85/532 kB Progress (1): 90/532 kB Progress (1): 94/532 kB Progress (1): 98/532 kB Progress (1): 102/532 kB Progress (1): 106/532 kB Progress (1): 110/532 kB Progress (1): 114/532 kB Progress (1): 118/532 kB Progress (1): 122/532 kB Progress (1): 126/532 kB Progress (1): 131/532 kB Progress (1): 135/532 kB Progress (1): 139/532 kB Progress (1): 143/532 kB Progress (1): 147/532 kB Progress (2): 147/532 kB | 4.1/244 kB Progress (2): 147/532 kB | 7.7/244 kB Progress (2): 147/532 kB | 12/244 kB Progress (2): 147/532 kB | 16/244 kB Progress (2): 147/532 kB | 20/244 kB Progress (2): 147/532 kB | 24/244 kB Progress (2): 147/532 kB | 28/244 kB Progress (2): 147/532 kB | 32/244 kB Progress (2): 147/532 kB | 36/244 kB Progress (2): 147/532 kB | 40/244 kB Progress (2): 147/532 kB | 45/244 kB Progress (2): 147/532 kB | 49/244 kB Progress (2): 147/532 kB | 53/244 kB Progress (2): 147/532 kB | 57/244 kB Progress (2): 147/532 kB | 61/244 kB Progress (2): 147/532 kB | 65/244 kB Progress (2): 147/532 kB | 69/244 kB Progress (2): 147/532 kB | 73/244 kB Progress (2): 147/532 kB | 77/244 kB Progress (2): 147/532 kB | 81/244 kB Progress (2): 147/532 kB | 85/244 kB Progress (2): 147/532 kB | 90/244 kB Progress (2): 147/532 kB | 94/244 kB Progress (2): 147/532 kB | 98/244 kB Progress (2): 147/532 kB | 102/244 kB Progress (2): 147/532 kB | 106/244 kB Progress (2): 147/532 kB | 110/244 kB Progress (2): 147/532 kB | 114/244 kB Progress (2): 147/532 kB | 118/244 kB Progress (2): 147/532 kB | 122/244 kB Progress (2): 147/532 kB | 126/244 kB Progress (2): 147/532 kB | 131/244 kB Progress (2): 147/532 kB | 135/244 kB Progress (2): 147/532 kB | 139/244 kB Progress (2): 147/532 kB | 143/244 kB Progress (2): 147/532 kB | 147/244 kB Progress (2): 147/532 kB | 151/244 kB Progress (2): 147/532 kB | 155/244 kB Progress (2): 147/532 kB | 159/244 kB Progress (2): 147/532 kB | 163/244 kB Progress (2): 147/532 kB | 167/244 kB Progress (2): 147/532 kB | 171/244 kB Progress (2): 147/532 kB | 176/244 kB Progress (2): 147/532 kB | 180/244 kB Progress (2): 147/532 kB | 184/244 kB Progress (2): 147/532 kB | 188/244 kB Progress (2): 147/532 kB | 192/244 kB Progress (2): 147/532 kB | 196/244 kB Progress (2): 147/532 kB | 200/244 kB Progress (2): 147/532 kB | 204/244 kB Progress (2): 147/532 kB | 208/244 kB Progress (2): 147/532 kB | 212/244 kB Progress (2): 147/532 kB | 217/244 kB Progress (2): 147/532 kB | 221/244 kB Progress (2): 147/532 kB | 225/244 kB Progress (2): 147/532 kB | 229/244 kB Progress (2): 147/532 kB | 233/244 kB Progress (2): 147/532 kB | 237/244 kB Progress (2): 147/532 kB | 241/244 kB Progress (2): 147/532 kB | 244 kB Progress (3): 147/532 kB | 244 kB | 3.2 kB Progress (4): 147/532 kB | 244 kB | 3.2 kB | 4.1/13 kB Progress (4): 147/532 kB | 244 kB | 3.2 kB | 7.7/13 kB Progress (4): 147/532 kB | 244 kB | 3.2 kB | 12/13 kB Progress (4): 147/532 kB | 244 kB | 3.2 kB | 13 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 149 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-api/1.1.0/sisu-equinox-api-1.1.0.jar (3.2 kB at 1.9 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): 147/532 kB | 13 kB | 0/1.4 MB Progress (3): 147/532 kB | 13 kB | 0/1.4 MB Progress (3): 147/532 kB | 13 kB | 0/1.4 MB Progress (3): 147/532 kB | 13 kB | 0/1.4 MB Progress (3): 147/532 kB | 13 kB | 0/1.4 MB Progress (3): 147/532 kB | 13 kB | 0/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.1/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.2/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.3/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 147/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 151/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 151/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 155/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 155/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 159/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 163/532 kB | 13 kB | 0.4/1.4 MB Progress (3): 163/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 163/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 163/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 167/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 167/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 171/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 176/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 180/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 180/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 180/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 184/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 184/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 188/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 188/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 192/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 196/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 196/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 196/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 200/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 200/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 204/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 204/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 208/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 212/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 212/532 kB | 13 kB | 0.5/1.4 MB Progress (3): 212/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 212/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 217/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 217/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 221/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 225/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 229/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 229/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 229/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 233/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 233/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 237/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 237/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 241/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 245/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 245/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 245/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 249/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 249/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 253/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 253/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 258/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 262/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 262/532 kB | 13 kB | 0.6/1.4 MB Progress (3): 262/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 266/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 266/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 270/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 270/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 274/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 278/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 278/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 278/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 282/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 282/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 286/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 286/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 290/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 294/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 294/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 294/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 298/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 298/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 303/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 303/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 307/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 311/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 311/532 kB | 13 kB | 0.7/1.4 MB Progress (3): 311/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 315/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 315/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 319/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 319/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 323/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 327/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 327/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 327/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 331/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 331/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 335/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 335/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 339/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 344/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 344/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 344/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 348/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 348/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 352/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 352/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 356/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 360/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 360/532 kB | 13 kB | 0.8/1.4 MB Progress (3): 360/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 364/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 364/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 368/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 368/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 372/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 376/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 376/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 376/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 380/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 380/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 384/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 384/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 389/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 393/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 393/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 393/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 397/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 397/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 401/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 401/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 405/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 409/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 409/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 409/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 413/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 417/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 421/532 kB | 13 kB | 0.9/1.4 MB Progress (3): 421/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 425/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 425/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 430/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 430/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 434/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 434/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 438/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 442/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 442/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 442/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 446/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 450/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 454/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 454/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 458/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 458/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 462/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 466/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 466/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 471/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 471/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 475/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 475/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 479/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 479/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 483/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 487/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 491/532 kB | 13 kB | 1.0/1.4 MB Progress (3): 491/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 491/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 495/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 499/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 503/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 503/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 507/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 507/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 511/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 516/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 516/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 520/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 520/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 524/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 528/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 528/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532/532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532 kB | 13 kB | 1.1/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.2/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.3/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4/1.4 MB Progress (3): 532 kB | 13 kB | 1.4 MB 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 289 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 778 kB/s) 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 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 (2): 13 kB | 4.1/7.2 kB Progress (2): 13 kB | 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.1.0/tycho-embedder-api-1.1.0.jar (7.2 kB at 3.8 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 (2): 13 kB | 4.1/38 kB Progress (2): 13 kB | 7.7/38 kB Progress (2): 13 kB | 12/38 kB Progress (2): 13 kB | 16/38 kB Progress (2): 13 kB | 20/38 kB Progress (2): 13 kB | 24/38 kB Progress (2): 13 kB | 28/38 kB Progress (2): 13 kB | 32/38 kB Progress (2): 13 kB | 36/38 kB Progress (2): 13 kB | 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 20 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): 13 kB | 4.1/285 kB Progress (2): 13 kB | 7.7/285 kB Progress (2): 13 kB | 12/285 kB Progress (2): 13 kB | 16/285 kB Progress (2): 13 kB | 20/285 kB Progress (2): 13 kB | 24/285 kB Progress (2): 13 kB | 28/285 kB Progress (2): 13 kB | 32/285 kB Progress (2): 13 kB | 36/285 kB Progress (2): 13 kB | 40/285 kB Progress (2): 13 kB | 45/285 kB Progress (2): 13 kB | 49/285 kB Progress (2): 13 kB | 53/285 kB Progress (2): 13 kB | 57/285 kB Progress (2): 13 kB | 61/285 kB Progress (2): 13 kB | 65/285 kB Progress (2): 13 kB | 69/285 kB Progress (2): 13 kB | 73/285 kB Progress (2): 13 kB | 77/285 kB Progress (2): 13 kB | 81/285 kB Progress (2): 13 kB | 85/285 kB Progress (2): 13 kB | 90/285 kB Progress (2): 13 kB | 94/285 kB Progress (2): 13 kB | 98/285 kB Progress (2): 13 kB | 102/285 kB Progress (2): 13 kB | 106/285 kB Progress (2): 13 kB | 110/285 kB Progress (2): 13 kB | 114/285 kB Progress (2): 13 kB | 118/285 kB Progress (2): 13 kB | 122/285 kB Progress (2): 13 kB | 126/285 kB Progress (2): 13 kB | 131/285 kB Progress (2): 13 kB | 135/285 kB Progress (2): 13 kB | 139/285 kB Progress (2): 13 kB | 143/285 kB Progress (2): 13 kB | 147/285 kB Progress (2): 13 kB | 151/285 kB Progress (2): 13 kB | 155/285 kB Progress (2): 13 kB | 159/285 kB Progress (2): 13 kB | 163/285 kB Progress (2): 13 kB | 167/285 kB Progress (2): 13 kB | 171/285 kB Progress (2): 13 kB | 176/285 kB Progress (2): 13 kB | 180/285 kB Progress (2): 13 kB | 184/285 kB Progress (2): 13 kB | 188/285 kB Progress (2): 13 kB | 192/285 kB Progress (2): 13 kB | 196/285 kB Progress (2): 13 kB | 200/285 kB Progress (2): 13 kB | 204/285 kB Progress (2): 13 kB | 208/285 kB Progress (2): 13 kB | 212/285 kB Progress (2): 13 kB | 217/285 kB Progress (2): 13 kB | 221/285 kB Progress (2): 13 kB | 225/285 kB Progress (2): 13 kB | 229/285 kB Progress (2): 13 kB | 233/285 kB Progress (2): 13 kB | 237/285 kB Progress (2): 13 kB | 241/285 kB Progress (2): 13 kB | 245/285 kB Progress (2): 13 kB | 249/285 kB Progress (2): 13 kB | 253/285 kB Progress (2): 13 kB | 258/285 kB Progress (2): 13 kB | 262/285 kB Progress (2): 13 kB | 266/285 kB Progress (2): 13 kB | 270/285 kB Progress (2): 13 kB | 274/285 kB Progress (2): 13 kB | 278/285 kB Progress (2): 13 kB | 282/285 kB Progress (2): 13 kB | 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 148 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar Progress (2): 13 kB | 4.1/53 kB Progress (2): 13 kB | 7.7/53 kB Progress (2): 13 kB | 12/53 kB Progress (2): 13 kB | 16/53 kB Progress (2): 13 kB | 20/53 kB Progress (2): 13 kB | 24/53 kB Progress (2): 13 kB | 28/53 kB Progress (2): 13 kB | 32/53 kB Progress (2): 13 kB | 36/53 kB Progress (2): 13 kB | 40/53 kB Progress (2): 13 kB | 45/53 kB Progress (2): 13 kB | 49/53 kB Progress (2): 13 kB | 53/53 kB Progress (2): 13 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 27 kB/s) 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 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 6.2 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar Progress (1): 4.1/112 kB Progress (1): 7.7/112 kB Progress (1): 12/112 kB Progress (2): 12/112 kB | 4.1/4.3 kB Progress (2): 16/112 kB | 4.1/4.3 kB Progress (2): 16/112 kB | 4.3 kB Progress (2): 20/112 kB | 4.3 kB Progress (2): 24/112 kB | 4.3 kB Progress (2): 28/112 kB | 4.3 kB Progress (2): 32/112 kB | 4.3 kB Progress (2): 36/112 kB | 4.3 kB Progress (2): 40/112 kB | 4.3 kB Progress (2): 45/112 kB | 4.3 kB Progress (2): 49/112 kB | 4.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 2.0 kB/s) Progress (1): 53/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.jar 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 52 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.1.0/org.eclipse.tycho.p2.tools.shared-1.1.0.jar Progress (1): 4.1/9.6 kB Progress (1): 7.7/9.6 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.1.0/org.eclipse.tycho.embedder.shared-1.1.0.jar (9.6 kB at 4.4 kB/s) Progress (1): 4.1/21 kB Progress (1): 7.7/21 kB Progress (1): 12/21 kB Progress (1): 16/21 kB Progress (1): 20/21 kB Progress (1): 21 kB Progress (2): 21 kB | 4.1/34 kB Progress (2): 21 kB | 7.7/34 kB Progress (2): 21 kB | 12/34 kB Progress (2): 21 kB | 16/34 kB Progress (2): 21 kB | 20/34 kB Progress (2): 21 kB | 24/34 kB Progress (2): 21 kB | 28/34 kB Progress (2): 21 kB | 32/34 kB Progress (2): 21 kB | 34 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 9.6 kB/s) 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 16 kB/s) Progress (1): 4.1/27 kB Progress (1): 7.7/27 kB Progress (1): 12/27 kB Progress (1): 16/27 kB Progress (1): 20/27 kB Progress (1): 24/27 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.1.0/org.eclipse.tycho.p2.resolver.shared-1.1.0.jar (27 kB at 12 kB/s) Progress (1): 4.1/37 kB Progress (1): 7.7/37 kB Progress (1): 12/37 kB Progress (1): 16/37 kB Progress (1): 20/37 kB Progress (1): 24/37 kB Progress (1): 28/37 kB Progress (1): 32/37 kB Progress (1): 36/37 kB Progress (1): 37 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 15 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 10 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.9 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 336 kB/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 238 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 63 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 60 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 601 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 21 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 607 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.5 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 665 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 43 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 5.7 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 21 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 46 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 34 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 20 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 199 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.1 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 30 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 3.0 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 145 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.7 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 668 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 9.3 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 37 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 485 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 473 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 237 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 31 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 41 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 295 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 889 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 255 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 858 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 323 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 469 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 801 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 92 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 91 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 60 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 44 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 63 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 18 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 40 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 76 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 2.2 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/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.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/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.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.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.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.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.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/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.osgibooter/1.1.0/org.eclipse.tycho.surefire.osgibooter-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 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 1.3 MB/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 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 363 kB/s) 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 (1): 4.1/417 kB Progress (1): 7.7/417 kB Progress (1): 12/417 kB Progress (1): 16/417 kB Progress (1): 20/417 kB Progress (1): 24/417 kB Progress (1): 28/417 kB Progress (1): 32/417 kB Progress (1): 36/417 kB Progress (1): 40/417 kB Progress (1): 45/417 kB Progress (1): 49/417 kB Progress (1): 53/417 kB Progress (1): 57/417 kB Progress (1): 61/417 kB Progress (1): 65/417 kB Progress (1): 69/417 kB Progress (1): 73/417 kB Progress (1): 77/417 kB Progress (1): 81/417 kB Progress (1): 85/417 kB Progress (1): 90/417 kB Progress (1): 94/417 kB Progress (1): 98/417 kB Progress (1): 102/417 kB Progress (1): 106/417 kB Progress (1): 110/417 kB Progress (1): 114/417 kB Progress (1): 118/417 kB Progress (1): 122/417 kB Progress (1): 126/417 kB Progress (1): 131/417 kB Progress (1): 135/417 kB Progress (1): 139/417 kB Progress (1): 143/417 kB Progress (1): 147/417 kB Progress (1): 151/417 kB Progress (1): 155/417 kB Progress (1): 159/417 kB Progress (1): 163/417 kB Progress (1): 167/417 kB Progress (1): 171/417 kB Progress (1): 176/417 kB Progress (1): 180/417 kB Progress (2): 180/417 kB | 4.1/160 kB Progress (2): 184/417 kB | 4.1/160 kB Progress (2): 184/417 kB | 7.7/160 kB Progress (2): 188/417 kB | 7.7/160 kB Progress (2): 188/417 kB | 12/160 kB Progress (2): 192/417 kB | 12/160 kB Progress (2): 192/417 kB | 16/160 kB Progress (2): 196/417 kB | 16/160 kB Progress (2): 196/417 kB | 20/160 kB Progress (2): 196/417 kB | 24/160 kB Progress (2): 200/417 kB | 24/160 kB Progress (2): 200/417 kB | 28/160 kB Progress (2): 204/417 kB | 28/160 kB Progress (2): 204/417 kB | 32/160 kB Progress (2): 208/417 kB | 32/160 kB Progress (2): 212/417 kB | 32/160 kB Progress (2): 212/417 kB | 36/160 kB Progress (2): 212/417 kB | 40/160 kB Progress (2): 217/417 kB | 40/160 kB Progress (2): 217/417 kB | 45/160 kB Progress (2): 221/417 kB | 45/160 kB Progress (2): 221/417 kB | 49/160 kB Progress (2): 225/417 kB | 49/160 kB Progress (2): 229/417 kB | 49/160 kB Progress (2): 233/417 kB | 49/160 kB Progress (2): 237/417 kB | 49/160 kB Progress (2): 241/417 kB | 49/160 kB Progress (2): 245/417 kB | 49/160 kB Progress (2): 249/417 kB | 49/160 kB Progress (2): 253/417 kB | 49/160 kB Progress (2): 258/417 kB | 49/160 kB Progress (2): 262/417 kB | 49/160 kB Progress (2): 266/417 kB | 49/160 kB Progress (2): 270/417 kB | 49/160 kB Progress (2): 274/417 kB | 49/160 kB Progress (2): 278/417 kB | 49/160 kB Progress (3): 278/417 kB | 49/160 kB | 4.1/24 kB Progress (3): 278/417 kB | 49/160 kB | 7.7/24 kB Progress (3): 278/417 kB | 49/160 kB | 12/24 kB Progress (3): 278/417 kB | 49/160 kB | 16/24 kB Progress (3): 278/417 kB | 49/160 kB | 20/24 kB Progress (3): 278/417 kB | 49/160 kB | 24/24 kB Progress (3): 278/417 kB | 49/160 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 111 kB/s) 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 (3): 278/417 kB | 49/160 kB | 4.1/147 kB Progress (3): 278/417 kB | 49/160 kB | 7.7/147 kB Progress (3): 278/417 kB | 49/160 kB | 12/147 kB Progress (3): 278/417 kB | 49/160 kB | 16/147 kB Progress (3): 278/417 kB | 49/160 kB | 20/147 kB Progress (3): 278/417 kB | 49/160 kB | 24/147 kB Progress (3): 278/417 kB | 49/160 kB | 28/147 kB Progress (3): 278/417 kB | 49/160 kB | 32/147 kB Progress (3): 278/417 kB | 49/160 kB | 36/147 kB Progress (3): 278/417 kB | 49/160 kB | 40/147 kB Progress (3): 278/417 kB | 49/160 kB | 45/147 kB Progress (3): 278/417 kB | 49/160 kB | 49/147 kB Progress (3): 278/417 kB | 49/160 kB | 53/147 kB Progress (3): 278/417 kB | 49/160 kB | 57/147 kB Progress (3): 278/417 kB | 49/160 kB | 61/147 kB Progress (3): 278/417 kB | 49/160 kB | 65/147 kB Progress (3): 278/417 kB | 49/160 kB | 69/147 kB Progress (3): 278/417 kB | 49/160 kB | 73/147 kB Progress (3): 278/417 kB | 49/160 kB | 77/147 kB Progress (3): 278/417 kB | 49/160 kB | 81/147 kB Progress (3): 278/417 kB | 49/160 kB | 85/147 kB Progress (3): 278/417 kB | 49/160 kB | 90/147 kB Progress (3): 278/417 kB | 49/160 kB | 94/147 kB Progress (4): 278/417 kB | 49/160 kB | 94/147 kB | 4.1/28 kB Progress (4): 278/417 kB | 49/160 kB | 98/147 kB | 4.1/28 kB Progress (4): 278/417 kB | 49/160 kB | 98/147 kB | 7.7/28 kB Progress (4): 278/417 kB | 49/160 kB | 98/147 kB | 12/28 kB Progress (4): 278/417 kB | 49/160 kB | 98/147 kB | 16/28 kB Progress (4): 278/417 kB | 49/160 kB | 102/147 kB | 16/28 kB Progress (4): 278/417 kB | 49/160 kB | 106/147 kB | 16/28 kB Progress (4): 278/417 kB | 49/160 kB | 106/147 kB | 20/28 kB Progress (4): 278/417 kB | 49/160 kB | 110/147 kB | 20/28 kB Progress (4): 278/417 kB | 49/160 kB | 110/147 kB | 24/28 kB Progress (4): 278/417 kB | 49/160 kB | 114/147 kB | 24/28 kB Progress (4): 278/417 kB | 49/160 kB | 114/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 118/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 122/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 126/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 131/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 135/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 139/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 143/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 147/147 kB | 28 kB Progress (4): 278/417 kB | 49/160 kB | 147 kB | 28 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 87 kB/s) 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 459 kB/s) 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 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 Progress (3): 278/417 kB | 49/160 kB | 4.1/265 kB Progress (3): 278/417 kB | 49/160 kB | 7.7/265 kB Progress (3): 278/417 kB | 49/160 kB | 12/265 kB Progress (3): 278/417 kB | 49/160 kB | 16/265 kB Progress (3): 278/417 kB | 49/160 kB | 20/265 kB Progress (3): 278/417 kB | 49/160 kB | 24/265 kB Progress (3): 278/417 kB | 49/160 kB | 28/265 kB Progress (3): 278/417 kB | 49/160 kB | 32/265 kB Progress (3): 278/417 kB | 49/160 kB | 36/265 kB Progress (3): 278/417 kB | 49/160 kB | 40/265 kB Progress (3): 278/417 kB | 49/160 kB | 45/265 kB Progress (3): 278/417 kB | 49/160 kB | 49/265 kB Progress (3): 278/417 kB | 49/160 kB | 53/265 kB Progress (3): 278/417 kB | 49/160 kB | 57/265 kB Progress (3): 278/417 kB | 49/160 kB | 61/265 kB Progress (3): 278/417 kB | 49/160 kB | 65/265 kB Progress (3): 278/417 kB | 49/160 kB | 69/265 kB Progress (3): 278/417 kB | 49/160 kB | 73/265 kB Progress (3): 278/417 kB | 49/160 kB | 77/265 kB Progress (3): 278/417 kB | 49/160 kB | 81/265 kB Progress (3): 278/417 kB | 49/160 kB | 85/265 kB Progress (3): 278/417 kB | 49/160 kB | 90/265 kB Progress (3): 278/417 kB | 49/160 kB | 94/265 kB Progress (3): 278/417 kB | 49/160 kB | 98/265 kB Progress (3): 278/417 kB | 49/160 kB | 102/265 kB Progress (3): 278/417 kB | 49/160 kB | 106/265 kB Progress (3): 278/417 kB | 49/160 kB | 110/265 kB Progress (3): 278/417 kB | 49/160 kB | 114/265 kB Progress (3): 278/417 kB | 49/160 kB | 118/265 kB Progress (3): 278/417 kB | 49/160 kB | 122/265 kB Progress (3): 278/417 kB | 49/160 kB | 126/265 kB Progress (3): 278/417 kB | 49/160 kB | 131/265 kB Progress (3): 278/417 kB | 49/160 kB | 135/265 kB Progress (3): 278/417 kB | 49/160 kB | 139/265 kB Progress (3): 278/417 kB | 49/160 kB | 143/265 kB Progress (3): 278/417 kB | 49/160 kB | 147/265 kB Progress (3): 278/417 kB | 49/160 kB | 151/265 kB Progress (3): 278/417 kB | 49/160 kB | 155/265 kB Progress (3): 278/417 kB | 49/160 kB | 159/265 kB Progress (3): 278/417 kB | 49/160 kB | 163/265 kB Progress (3): 278/417 kB | 49/160 kB | 167/265 kB Progress (3): 278/417 kB | 49/160 kB | 171/265 kB Progress (3): 278/417 kB | 49/160 kB | 176/265 kB Progress (3): 278/417 kB | 49/160 kB | 180/265 kB Progress (3): 278/417 kB | 49/160 kB | 184/265 kB Progress (3): 278/417 kB | 49/160 kB | 188/265 kB Progress (3): 278/417 kB | 49/160 kB | 192/265 kB Progress (3): 278/417 kB | 49/160 kB | 196/265 kB Progress (3): 278/417 kB | 49/160 kB | 200/265 kB Progress (3): 278/417 kB | 49/160 kB | 204/265 kB Progress (3): 278/417 kB | 49/160 kB | 208/265 kB Progress (3): 278/417 kB | 49/160 kB | 212/265 kB Progress (3): 278/417 kB | 49/160 kB | 217/265 kB Progress (3): 278/417 kB | 49/160 kB | 221/265 kB Progress (3): 278/417 kB | 49/160 kB | 225/265 kB Progress (3): 278/417 kB | 49/160 kB | 229/265 kB Progress (3): 278/417 kB | 49/160 kB | 233/265 kB Progress (3): 278/417 kB | 49/160 kB | 237/265 kB Progress (3): 278/417 kB | 49/160 kB | 241/265 kB Progress (3): 278/417 kB | 49/160 kB | 245/265 kB Progress (3): 278/417 kB | 49/160 kB | 249/265 kB Progress (3): 278/417 kB | 49/160 kB | 253/265 kB Progress (3): 278/417 kB | 49/160 kB | 258/265 kB Progress (3): 278/417 kB | 49/160 kB | 262/265 kB Progress (3): 278/417 kB | 49/160 kB | 265 kB Progress (3): 282/417 kB | 49/160 kB | 265 kB Progress (3): 286/417 kB | 49/160 kB | 265 kB Progress (3): 290/417 kB | 49/160 kB | 265 kB Progress (3): 294/417 kB | 49/160 kB | 265 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 4.1/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 7.7/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 12/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 16/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 20/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 24/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 28/126 kB Progress (4): 294/417 kB | 49/160 kB | 265 kB | 32/126 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 32/126 kB | 4.1/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 36/126 kB | 4.1/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 36/126 kB | 7.7/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 40/126 kB | 7.7/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 40/126 kB | 12/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 45/126 kB | 12/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 45/126 kB | 16/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 49/126 kB | 16/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 49/126 kB | 20/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 53/126 kB | 20/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 53/126 kB | 24/40 kB Progress (5): 294/417 kB | 49/160 kB | 265 kB | 57/126 kB | 24/40 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 686 kB/s) Progress (4): 294/417 kB | 49/160 kB | 61/126 kB | 24/40 kB Progress (4): 294/417 kB | 49/160 kB | 61/126 kB | 28/40 kB Progress (4): 294/417 kB | 49/160 kB | 65/126 kB | 28/40 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 (4): 298/417 kB | 49/160 kB | 65/126 kB | 28/40 kB Progress (4): 298/417 kB | 49/160 kB | 69/126 kB | 28/40 kB Progress (4): 298/417 kB | 49/160 kB | 69/126 kB | 32/40 kB Progress (4): 298/417 kB | 49/160 kB | 73/126 kB | 32/40 kB Progress (4): 303/417 kB | 49/160 kB | 73/126 kB | 32/40 kB Progress (4): 303/417 kB | 49/160 kB | 73/126 kB | 36/40 kB Progress (4): 303/417 kB | 49/160 kB | 77/126 kB | 36/40 kB Progress (4): 303/417 kB | 49/160 kB | 77/126 kB | 40 kB Progress (4): 307/417 kB | 49/160 kB | 77/126 kB | 40 kB Progress (4): 307/417 kB | 49/160 kB | 81/126 kB | 40 kB Progress (4): 311/417 kB | 49/160 kB | 81/126 kB | 40 kB Progress (4): 311/417 kB | 49/160 kB | 85/126 kB | 40 kB Progress (4): 311/417 kB | 49/160 kB | 90/126 kB | 40 kB Progress (4): 311/417 kB | 49/160 kB | 94/126 kB | 40 kB Progress (4): 315/417 kB | 49/160 kB | 94/126 kB | 40 kB Progress (4): 315/417 kB | 49/160 kB | 98/126 kB | 40 kB Progress (4): 319/417 kB | 49/160 kB | 98/126 kB | 40 kB Progress (4): 323/417 kB | 49/160 kB | 98/126 kB | 40 kB Progress (4): 323/417 kB | 49/160 kB | 102/126 kB | 40 kB Progress (4): 327/417 kB | 49/160 kB | 102/126 kB | 40 kB Progress (4): 327/417 kB | 49/160 kB | 106/126 kB | 40 kB Progress (4): 327/417 kB | 49/160 kB | 110/126 kB | 40 kB Progress (4): 327/417 kB | 49/160 kB | 114/126 kB | 40 kB Progress (4): 331/417 kB | 49/160 kB | 114/126 kB | 40 kB Progress (4): 335/417 kB | 49/160 kB | 114/126 kB | 40 kB Progress (4): 335/417 kB | 49/160 kB | 118/126 kB | 40 kB Progress (4): 339/417 kB | 49/160 kB | 118/126 kB | 40 kB Progress (4): 339/417 kB | 49/160 kB | 122/126 kB | 40 kB Progress (4): 344/417 kB | 49/160 kB | 122/126 kB | 40 kB Progress (4): 344/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 348/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 352/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 356/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 360/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 364/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 368/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 372/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 376/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 380/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 384/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 389/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 393/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 397/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 401/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 405/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 409/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 413/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 417/417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 49/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 53/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 57/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 61/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 65/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 69/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 73/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 77/160 kB | 126 kB | 40 kB Progress (4): 417 kB | 81/160 kB | 126 kB | 40 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 313 kB/s) Progress (3): 417 kB | 85/160 kB | 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): 417 kB | 90/160 kB | 40 kB Progress (3): 417 kB | 94/160 kB | 40 kB Progress (3): 417 kB | 98/160 kB | 40 kB Progress (4): 417 kB | 98/160 kB | 40 kB | 4.1/37 kB Progress (4): 417 kB | 102/160 kB | 40 kB | 4.1/37 kB Progress (4): 417 kB | 102/160 kB | 40 kB | 7.7/37 kB Progress (4): 417 kB | 106/160 kB | 40 kB | 7.7/37 kB Progress (4): 417 kB | 106/160 kB | 40 kB | 12/37 kB Progress (4): 417 kB | 110/160 kB | 40 kB | 12/37 kB Progress (4): 417 kB | 110/160 kB | 40 kB | 16/37 kB Progress (4): 417 kB | 114/160 kB | 40 kB | 16/37 kB Progress (4): 417 kB | 114/160 kB | 40 kB | 20/37 kB Progress (4): 417 kB | 118/160 kB | 40 kB | 20/37 kB Progress (4): 417 kB | 118/160 kB | 40 kB | 24/37 kB Progress (4): 417 kB | 122/160 kB | 40 kB | 24/37 kB Progress (4): 417 kB | 122/160 kB | 40 kB | 28/37 kB Progress (4): 417 kB | 126/160 kB | 40 kB | 28/37 kB Progress (4): 417 kB | 126/160 kB | 40 kB | 32/37 kB Progress (4): 417 kB | 131/160 kB | 40 kB | 32/37 kB Progress (4): 417 kB | 131/160 kB | 40 kB | 36/37 kB Progress (4): 417 kB | 131/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 135/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 139/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 143/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 147/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 151/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 155/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 159/160 kB | 40 kB | 37 kB Progress (4): 417 kB | 160 kB | 40 kB | 37 kB Progress (5): 417 kB | 160 kB | 40 kB | 37 kB | 4.1/122 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.jar (417 kB at 1.0 MB/s) Progress (4): 160 kB | 40 kB | 37 kB | 7.7/122 kB 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 (4): 160 kB | 40 kB | 37 kB | 12/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 16/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 20/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 24/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 28/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 32/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 36/122 kB Progress (4): 160 kB | 40 kB | 37 kB | 40/122 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 382 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 88 kB/s) Progress (2): 40 kB | 45/122 kB 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 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): 40 kB | 49/122 kB Progress (2): 40 kB | 53/122 kB Progress (2): 40 kB | 57/122 kB Progress (2): 40 kB | 61/122 kB Progress (2): 40 kB | 65/122 kB Progress (2): 40 kB | 69/122 kB Progress (2): 40 kB | 73/122 kB Progress (2): 40 kB | 77/122 kB Progress (2): 40 kB | 81/122 kB Progress (2): 40 kB | 85/122 kB Progress (2): 40 kB | 90/122 kB Progress (2): 40 kB | 94/122 kB Progress (2): 40 kB | 98/122 kB Progress (2): 40 kB | 102/122 kB Progress (2): 40 kB | 106/122 kB Progress (2): 40 kB | 110/122 kB Progress (2): 40 kB | 114/122 kB Progress (2): 40 kB | 118/122 kB Progress (2): 40 kB | 122 kB Progress (3): 40 kB | 122 kB | 4.1/58 kB Progress (3): 40 kB | 122 kB | 7.7/58 kB Progress (3): 40 kB | 122 kB | 12/58 kB Progress (3): 40 kB | 122 kB | 16/58 kB Progress (3): 40 kB | 122 kB | 20/58 kB Progress (4): 40 kB | 122 kB | 20/58 kB | 4.1/29 kB Progress (4): 40 kB | 122 kB | 24/58 kB | 4.1/29 kB Progress (4): 40 kB | 122 kB | 24/58 kB | 7.7/29 kB Progress (4): 40 kB | 122 kB | 28/58 kB | 7.7/29 kB Progress (4): 40 kB | 122 kB | 28/58 kB | 12/29 kB Progress (4): 40 kB | 122 kB | 32/58 kB | 12/29 kB Progress (4): 40 kB | 122 kB | 32/58 kB | 16/29 kB Progress (4): 40 kB | 122 kB | 36/58 kB | 16/29 kB Progress (4): 40 kB | 122 kB | 36/58 kB | 20/29 kB Progress (4): 40 kB | 122 kB | 40/58 kB | 20/29 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 281 kB/s) Progress (3): 40 kB | 40/58 kB | 24/29 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar Progress (3): 40 kB | 45/58 kB | 24/29 kB Progress (3): 40 kB | 45/58 kB | 28/29 kB Progress (3): 40 kB | 49/58 kB | 28/29 kB Progress (3): 40 kB | 49/58 kB | 29 kB Progress (3): 40 kB | 53/58 kB | 29 kB Progress (3): 40 kB | 57/58 kB | 29 kB Progress (3): 40 kB | 58 kB | 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar Progress (3): 40 kB | 58 kB | 4.1/316 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 127 kB/s) Progress (2): 40 kB | 7.7/316 kB Progress (2): 40 kB | 12/316 kB Progress (2): 40 kB | 16/316 kB Progress (2): 40 kB | 20/316 kB Progress (2): 40 kB | 24/316 kB Progress (2): 40 kB | 28/316 kB Progress (2): 40 kB | 32/316 kB Progress (2): 40 kB | 36/316 kB Progress (2): 40 kB | 40/316 kB Progress (2): 40 kB | 45/316 kB Progress (2): 40 kB | 49/316 kB Progress (2): 40 kB | 53/316 kB Progress (2): 40 kB | 57/316 kB Progress (2): 40 kB | 61/316 kB Progress (2): 40 kB | 65/316 kB Progress (2): 40 kB | 69/316 kB Progress (2): 40 kB | 73/316 kB Progress (2): 40 kB | 77/316 kB Progress (2): 40 kB | 81/316 kB Progress (2): 40 kB | 85/316 kB Progress (2): 40 kB | 90/316 kB Progress (2): 40 kB | 94/316 kB Progress (2): 40 kB | 98/316 kB Progress (2): 40 kB | 102/316 kB Progress (2): 40 kB | 106/316 kB Progress (2): 40 kB | 110/316 kB Progress (2): 40 kB | 114/316 kB Progress (2): 40 kB | 118/316 kB Progress (2): 40 kB | 122/316 kB Progress (2): 40 kB | 126/316 kB Progress (2): 40 kB | 131/316 kB Progress (2): 40 kB | 135/316 kB Progress (2): 40 kB | 139/316 kB Progress (2): 40 kB | 143/316 kB Progress (2): 40 kB | 147/316 kB Progress (2): 40 kB | 151/316 kB Progress (2): 40 kB | 155/316 kB Progress (2): 40 kB | 159/316 kB Progress (2): 40 kB | 163/316 kB Progress (2): 40 kB | 167/316 kB Progress (2): 40 kB | 171/316 kB Progress (2): 40 kB | 176/316 kB Progress (2): 40 kB | 180/316 kB Progress (2): 40 kB | 184/316 kB Progress (3): 40 kB | 184/316 kB | 4.1/38 kB Progress (3): 40 kB | 188/316 kB | 4.1/38 kB Progress (3): 40 kB | 188/316 kB | 7.7/38 kB Progress (3): 40 kB | 192/316 kB | 7.7/38 kB Progress (3): 40 kB | 192/316 kB | 12/38 kB Progress (3): 40 kB | 196/316 kB | 12/38 kB Progress (3): 40 kB | 196/316 kB | 16/38 kB Progress (3): 40 kB | 200/316 kB | 16/38 kB Progress (3): 40 kB | 204/316 kB | 16/38 kB Progress (3): 40 kB | 204/316 kB | 20/38 kB Progress (3): 40 kB | 208/316 kB | 20/38 kB Progress (3): 40 kB | 208/316 kB | 24/38 kB Progress (3): 40 kB | 212/316 kB | 24/38 kB Progress (3): 40 kB | 212/316 kB | 28/38 kB Progress (3): 40 kB | 212/316 kB | 32/38 kB Progress (3): 40 kB | 217/316 kB | 32/38 kB Progress (3): 40 kB | 217/316 kB | 36/38 kB Progress (3): 40 kB | 221/316 kB | 36/38 kB Progress (3): 40 kB | 221/316 kB | 38 kB Progress (3): 40 kB | 225/316 kB | 38 kB Progress (3): 40 kB | 229/316 kB | 38 kB Progress (3): 40 kB | 233/316 kB | 38 kB Progress (3): 40 kB | 237/316 kB | 38 kB Progress (3): 40 kB | 241/316 kB | 38 kB Progress (3): 40 kB | 245/316 kB | 38 kB Progress (3): 40 kB | 249/316 kB | 38 kB Progress (3): 40 kB | 253/316 kB | 38 kB Progress (3): 40 kB | 258/316 kB | 38 kB Progress (3): 40 kB | 262/316 kB | 38 kB Progress (3): 40 kB | 266/316 kB | 38 kB Progress (3): 40 kB | 270/316 kB | 38 kB Progress (3): 40 kB | 274/316 kB | 38 kB Progress (3): 40 kB | 278/316 kB | 38 kB Progress (3): 40 kB | 282/316 kB | 38 kB Progress (3): 40 kB | 286/316 kB | 38 kB Progress (3): 40 kB | 290/316 kB | 38 kB Progress (3): 40 kB | 294/316 kB | 38 kB Progress (3): 40 kB | 298/316 kB | 38 kB Progress (3): 40 kB | 303/316 kB | 38 kB Progress (3): 40 kB | 307/316 kB | 38 kB Progress (3): 40 kB | 311/316 kB | 38 kB Progress (3): 40 kB | 315/316 kB | 38 kB Progress (3): 40 kB | 316 kB | 38 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 647 kB/s) 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 81 kB/s) Progress (2): 38 kB | 4.1/35 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 77 kB/s) Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 64 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 19 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 112 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 47 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 194 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 313 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 589 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 175 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 378 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 507 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 779 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 42 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 931 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 38 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 (1): 12/22 kB Progress (1): 16/22 kB Progress (1): 20/22 kB Progress (1): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 873 kB/s) Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 117 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 146 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 24 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 19 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 184 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 667 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 79 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 139 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 347 kB/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 79 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 503 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 586 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 214 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 36 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 178 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 368 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.0 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 177 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 83 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 419 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 95 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 188 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 33 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 239 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 27 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 9.2 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 163 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 80 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 42 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 92 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 69 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 24 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 109 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 86 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 17 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 53 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 111 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 58 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 34 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 139 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 138 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 78 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 196 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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 613 kB/s) Progress (1): 4.1/20 kB Progress (1): 7.7/20 kB Progress (1): 12/20 kB Progress (1): 16/20 kB Progress (1): 20/20 kB Progress (1): 20 kB Progress (2): 20 kB | 4.1/61 kB Progress (2): 20 kB | 7.7/61 kB Progress (2): 20 kB | 12/61 kB Progress (2): 20 kB | 16/61 kB Progress (2): 20 kB | 20/61 kB Progress (2): 20 kB | 24/61 kB Progress (2): 20 kB | 28/61 kB Progress (2): 20 kB | 32/61 kB Progress (2): 20 kB | 36/61 kB Progress (2): 20 kB | 40/61 kB Progress (2): 20 kB | 45/61 kB Progress (2): 20 kB | 49/61 kB Progress (2): 20 kB | 53/61 kB Progress (2): 20 kB | 57/61 kB Progress (2): 20 kB | 61/61 kB Progress (2): 20 kB | 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 657 kB/s) 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 206 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.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 89 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 737 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 414 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 163 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 593 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 524 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 117 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 228 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 526 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 275 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 37 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 426 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 27 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 58 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 131 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 176 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 Progress (2): 379 kB | 20/21 kB Progress (2): 379 kB | 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 3.7 MB/s) 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 202 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 38 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 516 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 326 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 482 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 1.1 MB/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 481 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 392 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 238 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 212 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 1.3 MB/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 450 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 2.4 MB/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 1.6 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 211 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 10 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 145 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 7.3 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 248 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 7.2 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 2.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 13 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 229 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 645 kB/s) [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201803211000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ [INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ [INFO] Adding repository https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426 [INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) [INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/ (28.17kB) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ [INFO] Fetching p2.index from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ [INFO] Adding repository http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/ [INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510/capella/ (14.5kB) [INFO] Adding repository http://download.eclipse.org/ecoretools/updates/releases/3.3.0/oxygen [INFO] Fetching content.jar from http://download.eclipse.org/ecoretools/updates/releases/3.3.0/oxygen/ (6.78kB) [INFO] Fetching content.jar from http://download.eclipse.org/ecoretools/updates/releases/3.3.0/oxygen/ (6.78kB) [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ [INFO] Adding repository http://download.eclipse.org/egf/updates/1.6.0/oxygen [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.0/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Adding repository http://download.eclipse.org/nebula/releases/1.4.0 [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/1.5.0/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/nattable/releases/1.5.0/repository/ [INFO] Adding repository http://download.eclipse.org/nattable/releases/1.5.0/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/1.5.0/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nattable/releases/1.5.0/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20180206163158/repository/ [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB) [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20180206163158/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ [INFO] Adding repository http://download.eclipse.org/sirius/updates/legacy/1.1.0 [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/ (4.95kB) [INFO] Fetching p2.index from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/ [INFO] Fetching p2.index from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/ [INFO] Adding repository https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1 [INFO] Fetching content.xml.xz from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/ [INFO] Fetching content.xml.xz from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/ [INFO] Fetching p2.index from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/ [INFO] Fetching p2.index from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/ [INFO] Adding repository https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1 [INFO] Fetching content.xml.xz from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/ [INFO] Fetching content.xml.xz from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/ [INFO] Fetching p2.index from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/ [INFO] Fetching p2.index from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/ [INFO] Adding repository https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1 [INFO] Fetching content.xml.xz from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/ [INFO] Fetching content.xml.xz from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/ [INFO] Adding repository https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/ (4.6kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/ (4.6kB) [INFO] Adding repository https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/ (118.21kB) [INFO] Fetching content.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/ (118.21kB) [INFO] Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/ [INFO] Fetching p2.index from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/ [INFO] Adding repository https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3 [INFO] Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/ [INFO] Fetching content.xml.xz from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/ [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Fetching 201803211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.32kB) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (435.62kB) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (435.62kB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.58MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.58MB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81.58kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81.58kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56.27kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56.27kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.68kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (140.57kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (140.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1.v20171108-0853.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.64kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1.v20171108-0853.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.64kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.52.v20180129-0600.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (126.91kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.52.v20180129-0600.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (126.91kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.53kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.53kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.jdt.core_3.13.101.v20180215-0725.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.43MB) [INFO] Fetching org.eclipse.jdt.core_3.13.101.v20180215-0725.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.43MB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (870.77kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.ant.ui_3.7.0.v20170412-1054.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (483.71kB) [INFO] Fetching org.eclipse.ant.ui_3.7.0.v20170412-1054.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (483.71kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.75kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.75kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (993.18kB) [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (993.18kB) [INFO] Fetching org.eclipse.jdt.ui_3.13.52.v20180206-1848.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.03MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.52.v20180206-1848.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.03MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.52.v20180104-1240.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.52.v20180104-1240.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.jdt.junit_3.10.52.v20180213-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (235.52kB) [INFO] Fetching org.eclipse.jdt.junit_3.10.52.v20180213-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (235.52kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.17kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.84kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.84kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (355.27kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (355.27kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.egf.common_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (71.55kB) [INFO] Fetching org.eclipse.egf.common_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (71.55kB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.egf.core_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (134.03kB) [INFO] Fetching org.eclipse.egf.core_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (134.03kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (84.09kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (84.09kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.69kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.69kB) [INFO] Fetching org.eclipse.egf.domain_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.98kB) [INFO] Fetching org.eclipse.egf.domain_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.98kB) [INFO] Fetching org.eclipse.egf.model_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (388.16kB) [INFO] Fetching org.eclipse.egf.model_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (388.16kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (94.61kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (94.61kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (44.36kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (44.36kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (140.96kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (32.69kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (32.69kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (36.51kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (36.51kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (1.96MB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (1.96MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (33.99kB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (33.99kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (123.43kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (123.43kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (403.16kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (403.16kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.egf.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (65.31kB) [INFO] Fetching org.eclipse.egf.producer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (65.31kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (23.27kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (23.27kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.13kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.13kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (141.71kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (141.71kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (54.6kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (54.6kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.42kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.42kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (22.67kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (22.67kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (61.94kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (61.94kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.92kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.92kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.76kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.76kB) [INFO] Fetching org.eclipse.egf.producer.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.99kB) [INFO] Fetching org.eclipse.egf.producer.ftask_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.99kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.17kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.17kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.67kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.34kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.34kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.05kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.2.v20171013-1525.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (295.11kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.2.v20171013-1525.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (295.11kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.50.v20170920-1015.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.48kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.50.v20170920-1015.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.48kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (912.26kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (912.26kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.651.v20171130-0906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.29kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.651.v20171130-0906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.29kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.9.52.v20180120-1902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.62kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.9.52.v20180120-1902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.62kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (283.72kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.pde.launching_3.7.52.v20171222-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.64kB) [INFO] Fetching org.eclipse.pde.launching_3.7.52.v20171222-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.64kB) [INFO] Fetching org.eclipse.pde.ui_3.10.52.v20171228-1230.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.pde.ui_3.10.52.v20171228-1230.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.71kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.71kB) [INFO] Fetching org.eclipse.ui.trace_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.ui.trace_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.42kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.33kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (394.5kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (394.5kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.23kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.79kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.79kB) [INFO] Fetching org.polarsys.kitalpha.report_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.report_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.25kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.25kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.89kB) [INFO] Fetching org.polarsys.kitalpha.emde_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.89kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.47kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.47kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.83kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.83kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.31kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.31kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.3kB) [INFO] Fetching org.polarsys.kitalpha.report.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.3kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (955.47kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180214-0345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (955.47kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.32kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.32kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (40.12kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (40.12kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.82kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.82kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (592.33kB) [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (592.33kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.95kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (183.86kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.94kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.94kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (229.28kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (229.28kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (147kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (147kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (114.43kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (114.43kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (252.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (252.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (130.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (130.4kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (373.75kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (373.75kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (185.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (185.96kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.26kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.26kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.52kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (88.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (88.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (134.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (134.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.72kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (212.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (212.78kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (114.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (114.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (120.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (120.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.95kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.95kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (307.51kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (307.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.19kB) [INFO] Fetching org.eclipse.sirius_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (347.3kB) [INFO] Fetching org.eclipse.sirius_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (347.3kB) [INFO] Fetching org.eclipse.sirius.common_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (82.25kB) [INFO] Fetching org.eclipse.sirius.common_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (82.25kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (33.11kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (14.33kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (14.33kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (9.98kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (9.98kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.44kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.44kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (93.56kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (93.56kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.diagram_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (354.02kB) [INFO] Fetching org.eclipse.sirius.diagram_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (354.02kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (23.99kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (23.99kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (24.09kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (24.09kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (2.9MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (39.17kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (39.17kB) [INFO] Fetching org.eclipse.sirius.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (379.97kB) [INFO] Fetching org.eclipse.sirius.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (379.97kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.49kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.49kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.95kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.95kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.56kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.56kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.47kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.47kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.sirius.table_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (97.42kB) [INFO] Fetching org.eclipse.sirius.table_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (97.42kB) [INFO] Fetching org.polarsys.capella.common_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (67.57kB) [INFO] Fetching org.polarsys.capella.common_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (67.57kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.01kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.01kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (132.87kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (132.87kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.69kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.69kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.16kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.16kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.17kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.17kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.41kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.41kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.84kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.84kB) [INFO] Fetching org.polarsys.capella.common.model_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.64kB) [INFO] Fetching org.polarsys.capella.common.model_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.64kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.89kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.89kB) [INFO] Fetching org.polarsys.capella.common.ef_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.37kB) [INFO] Fetching org.polarsys.capella.common.ef_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.37kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.23kB) [INFO] Fetching org.polarsys.capella.common.model.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.23kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.common.data.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.46kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (44.72kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (44.72kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (131.57kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (131.57kB) [INFO] Fetching org.polarsys.capella.common.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (212.5kB) [INFO] Fetching org.polarsys.capella.common.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (212.5kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.72kB) [INFO] Fetching org.polarsys.capella.common.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.72kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (457.43kB) [INFO] Fetching org.polarsys.capella.core.model.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (457.43kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (105.52kB) [INFO] Fetching org.polarsys.capella.core.model.handler_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (105.52kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.common.libraries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.65kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (34.07kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (34.07kB) [INFO] Fetching org.polarsys.capella.common.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.66kB) [INFO] Fetching org.polarsys.capella.common.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.66kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.24kB) [INFO] Fetching org.polarsys.capella.common.tools.report_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.24kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.62kB) [INFO] Fetching org.polarsys.capella.shared.id.handler_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.62kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.12kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.12kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.17kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (129.49kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.37kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (55.56kB) [INFO] Fetching org.polarsys.capella.common.re.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (55.56kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (149.34kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (149.34kB) [INFO] Fetching org.polarsys.capella.common.ui.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.61kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.62kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.62kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (224.04kB) [INFO] Fetching org.polarsys.capella.core.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (224.04kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.61kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.61kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.33kB) [INFO] Fetching org.polarsys.capella.common.ui.resources_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.33kB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.core.data.gen_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.31MB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (58.02kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (58.02kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.96kB) [INFO] Fetching org.polarsys.capella.core.model.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.96kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.58kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.21kB) [INFO] Fetching org.polarsys.capella.core.af.integration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.91kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.36MB) [INFO] Fetching org.polarsys.capella.core.data.business.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.36MB) [INFO] Fetching org.polarsys.capella.core.libraries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (47.7kB) [INFO] Fetching org.polarsys.capella.core.libraries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (47.7kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.24kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.24kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (60.13kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (60.13kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.37kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.37kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.3kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.3kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (248.43kB) [INFO] Fetching org.polarsys.capella.core.ui.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (248.43kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (161.21kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (161.21kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (53.64kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (53.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.2kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.2kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.19kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.19kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.56kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (214.1kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (214.1kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.14kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.14kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (93.92kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (93.92kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.29MB) [INFO] Fetching org.polarsys.capella.core.data.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (421.01kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.37kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.37kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (74.43kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (74.43kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.56kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.56kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (203.55kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (203.55kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.1kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.1kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.12kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.12kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.39kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.39kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.73kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.73kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.77kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.77kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.38kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.38kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.6kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.6kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.55kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.55kB) [INFO] Fetching org.polarsys.capella.core.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (275.37kB) [INFO] Fetching org.polarsys.capella.core.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (275.37kB) [INFO] Fetching org.polarsys.capella.core.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.72kB) [INFO] Fetching org.polarsys.capella.core.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.72kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (124.47kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (124.47kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.51kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (102.73kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (102.73kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (148.28kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (148.28kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.2kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.75kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (429.52kB) [INFO] Fetching org.polarsys.capella.core.ui.resources_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (429.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.81kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.38kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (77.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (77.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (29.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (29.65kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.78kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.common.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (50.52kB) [INFO] Fetching org.eclipse.egf.common.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (50.52kB) [INFO] Fetching org.eclipse.egf.core.pde_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (67.12kB) [INFO] Fetching org.eclipse.egf.core.pde_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (67.12kB) [INFO] Fetching org.eclipse.egf.core.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (126.22kB) [INFO] Fetching org.eclipse.egf.core.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (126.22kB) [INFO] Fetching org.eclipse.egf.pattern.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (445.1kB) [INFO] Fetching org.eclipse.egf.pattern.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (445.1kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.11kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.11kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.6kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.6kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (75.28kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (75.28kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.89kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.89kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (36.52kB) [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (36.52kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (73.53kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (73.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (42.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (42.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (45.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (45.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (112.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (112.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (104.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (104.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (47.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (47.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (40.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (40.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.72kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.95kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (171.43kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (171.43kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.34kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.34kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.52kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.52kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (10.85kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (442.1kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (442.1kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.69kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.69kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (141.47kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (141.47kB) [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.46kB) [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.46kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (57.07kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (57.07kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.08kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.08kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.2kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (55.73kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (55.73kB) [INFO] Fetching org.apache.batik.util.gui_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.95kB) [INFO] Fetching org.apache.batik.util.gui_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.95kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (104.09kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (104.09kB) [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.58kB) [INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.64kB) [INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.64kB) [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.06kB) [INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.06kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (323.38kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.7kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.7kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.32MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.32MB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (604.2kB) [INFO] Fetching org.apache.lucene.misc_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.1kB) [INFO] Fetching org.apache.lucene.misc_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.1kB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (748.54kB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (748.54kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (3.42MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_6.1.0.v20161115-1612.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (3.42MB) [INFO] Fetching org.eclipse.acceleo.common_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (48.52kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (48.52kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.83kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.83kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (81.35kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (81.35kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (48.87kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (48.87kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (17.93kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (17.93kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (145.82kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (145.82kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (273.47kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (273.47kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (163.84kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (163.84kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (72.81kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (72.81kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (77.05kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (77.05kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.15kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.15kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.9kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.9kB) [INFO] Fetching org.eclipse.cvs_1.4.403.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.62kB) [INFO] Fetching org.eclipse.cvs_1.4.403.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.62kB) [INFO] Fetching org.eclipse.team.cvs.core_3.4.100.v20170128-0234.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (185.64kB) [INFO] Fetching org.eclipse.team.cvs.core_3.4.100.v20170128-0234.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (185.64kB) [INFO] Fetching org.eclipse.team.cvs.ssh2_3.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.23kB) [INFO] Fetching org.eclipse.team.cvs.ssh2_3.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.23kB) [INFO] Fetching org.eclipse.team.cvs.ui_3.4.1.v20161011-1400.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (486.34kB) [INFO] Fetching org.eclipse.team.cvs.ui_3.4.1.v20161011-1400.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (486.34kB) [INFO] Fetching org.eclipse.cvs_1.4.403.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.cvs_1.4.403.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.team.cvs.core.source_3.4.100.v20170128-0234.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (439.75kB) [INFO] Fetching org.eclipse.team.cvs.ssh2.source_3.3.0.v20160418-1534.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.52kB) [INFO] Fetching org.eclipse.team.cvs.ssh2.source_3.3.0.v20160418-1534.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.52kB) [INFO] Fetching org.eclipse.team.cvs.ui.source_3.4.1.v20161011-1400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (784.1kB) [INFO] Fetching org.eclipse.team.cvs.ui.source_3.4.1.v20161011-1400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (784.1kB) [INFO] Fetching org.eclipse.cvs.source_1.4.403.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.33kB) [INFO] Fetching org.eclipse.cvs.source_1.4.403.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.74kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.74kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.78kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.78kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.41kB) [INFO] Fetching org.eclipse.equinox.console_1.1.300.v20170512-2111.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.88kB) [INFO] Fetching org.eclipse.equinox.console_1.1.300.v20170512-2111.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.88kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.100.v20170104-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.100.v20170104-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.85kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.200.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.92kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.200.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.92kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.55kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.55kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.1.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.47kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.101.v20170710-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.101.v20170710-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.33kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.12.100.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.86kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.12.100.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.86kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.1.v20170823-1632.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.48kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.1.v20170823-1632.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.48kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.0.1.v20170713-1800.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (376.9kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.0.1.v20170713-1800.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (376.9kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.3.0.v20170307-2032.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.18kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.3.0.v20170307-2032.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.102.v20180117-1153.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (137.83kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.102.v20180117-1153.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (137.83kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.5.1.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (158.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.5.1.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (158.29kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.101.v20170712-1547.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (208.18kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.101.v20170712-1547.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (208.18kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.1.v20170808-1940.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (193.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.1.v20170808-1940.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (193.91kB) [INFO] Fetching org.apache.batik.css.source_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (318.84kB) [INFO] Fetching org.apache.batik.css.source_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (318.84kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.28kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.28kB) [INFO] Fetching org.apache.batik.util.source_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (135.53kB) [INFO] Fetching org.apache.batik.util.source_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (135.53kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.63kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.63kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.89kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.89kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.92kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.92kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.66kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.66kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.6.100.v20170421-1418.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.06kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.6.100.v20170421-1418.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.06kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.6.0.v20170322-1144.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.77kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.6.0.v20170322-1144.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.77kB) [INFO] Fetching org.apache.batik.util.gui.source_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.5kB) [INFO] Fetching org.apache.batik.util.gui.source_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.5kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.15.0.v20170228-1728.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.15.0.v20170228-1728.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.11.0.v20170312-2302.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.11.0.v20170312-2302.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.100.v20170414-1137.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.100.v20170414-1137.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.0.v20160630-0736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.47kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.0.v20160630-0736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.47kB) [INFO] Fetching org.eclipse.equinox.common.source_3.9.0.v20170207-1454.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (129.53kB) [INFO] Fetching org.eclipse.equinox.common.source_3.9.0.v20170207-1454.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (129.53kB) [INFO] Fetching org.apache.felix.scr.source_2.0.10.v20170501-2007.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (238.88kB) [INFO] Fetching org.apache.felix.scr.source_2.0.10.v20170501-2007.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (238.88kB) [INFO] Fetching org.eclipse.equinox.ds.source_1.5.0.v20170307-1429.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.41kB) [INFO] Fetching org.eclipse.equinox.ds.source_1.5.0.v20170307-1429.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.41kB) [INFO] Fetching org.eclipse.equinox.event.source_1.4.0.v20170105-1446.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.25kB) [INFO] Fetching org.eclipse.equinox.event.source_1.4.0.v20170105-1446.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.25kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.0.v20170530-1048.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.71kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.0.v20170530-1048.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.71kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81.71kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81.71kB) [INFO] Fetching org.eclipse.core.databinding.source_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (137.86kB) [INFO] Fetching org.eclipse.core.databinding.source_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (137.86kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.4.0.v20170210-0856.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.72kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.4.0.v20170210-0856.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.72kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (204.11kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (204.11kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.19kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.19kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.core.jobs.source_3.9.3.v20180115-1757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.33kB) [INFO] Fetching org.eclipse.core.jobs.source_3.9.3.v20180115-1757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.33kB) [INFO] Fetching org.eclipse.core.runtime.source_3.13.0.v20170207-1030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.51kB) [INFO] Fetching org.eclipse.core.runtime.source_3.13.0.v20170207-1030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.51kB) [INFO] Fetching org.eclipse.equinox.app.source_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (76.15kB) [INFO] Fetching org.eclipse.equinox.app.source_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (76.15kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.4.0.v20161219-1356.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.74kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.4.0.v20161219-1356.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (44.74kB) [INFO] Fetching com.ibm.icu.source_58.2.0.v20170418-1837.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.12MB) [INFO] Fetching com.ibm.icu.source_58.2.0.v20170418-1837.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.12MB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.0.v20170126-2132.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.26kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.7.0.v20170126-2132.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.26kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.7.0.v20170222-1344.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (174.85kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.7.0.v20170222-1344.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (174.85kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.1.v20180131-1435.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.95kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.1.v20180131-1435.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.95kB) [INFO] Fetching org.eclipse.osgi.source_3.12.100.v20180210-1608.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.06MB) [INFO] Fetching org.eclipse.osgi.source_3.12.100.v20180210-1608.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.06MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.0.v20170516-1513.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (140.94kB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.0.v20170516-1513.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (140.94kB) [INFO] Fetching org.eclipse.osgi.services.source_3.6.0.v20170228-1906.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (230.97kB) [INFO] Fetching org.eclipse.osgi.services.source_3.6.0.v20170228-1906.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (230.97kB) [INFO] Fetching org.eclipse.osgi.util.source_3.4.0.v20170111-1608.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.osgi.util.source_3.4.0.v20170111-1608.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.106.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.106.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.equinox.util.source_1.0.500.v20130404-1337.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (73.67kB) [INFO] Fetching org.eclipse.equinox.util.source_1.0.500.v20130404-1337.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (73.67kB) [INFO] Fetching org.eclipse.jface.source_3.13.2.v20171022-1656.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (989.95kB) [INFO] Fetching org.eclipse.jface.source_3.13.2.v20171022-1656.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (989.95kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.8.100.v20170503-1507.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (211.17kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.8.100.v20170503-1507.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (211.17kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.14.0.v20160630-0740.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.03kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.14.0.v20160630-0740.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.03kB) [INFO] Fetching org.apache.felix.gogo.command.source_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.61kB) [INFO] Fetching org.apache.felix.gogo.command.source_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.61kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.41kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.41kB) [INFO] Fetching org.apache.felix.gogo.shell.source_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.17kB) [INFO] Fetching org.apache.felix.gogo.shell.source_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.equinox.console.source_1.1.300.v20170512-2111.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (84.2kB) [INFO] Fetching org.eclipse.equinox.console.source_1.1.300.v20170512-2111.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (84.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.1.v20170319-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.1.v20170319-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.48kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.1.0.v20160728-1031.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.29kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.1.0.v20160728-1031.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.29kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.100.v20170104-1425.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.74kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.100.v20170104-1425.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.74kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.68kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.0.v20160630-0728.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.38kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.0.v20160630-0728.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.38kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.0.v20170119-2002.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.43kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.0.v20170119-2002.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.43kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.200.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.47kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.200.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.47kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.79kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.79kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.6.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.55kB) [INFO] Fetching org.eclipse.e4.rcp.source_1.6.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.55kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.54kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.49kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.04kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.55kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.33kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.01kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (84.6kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (428.2kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.62kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.1kB) [INFO] Fetching org.eclipse.egf.application_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (33.79kB) [INFO] Fetching org.eclipse.egf.application_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (33.79kB) [INFO] Fetching org.eclipse.egf.common.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.common.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.common.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.common.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.console_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (40.52kB) [INFO] Fetching org.eclipse.egf.console_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (40.52kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.common.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.core.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.core.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.core.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.core.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.core.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.09kB) [INFO] Fetching org.eclipse.egf.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.09kB) [INFO] Fetching org.eclipse.egf.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.14kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (18.14kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.15kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.15kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.edit.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.editor_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (175.43kB) [INFO] Fetching org.eclipse.egf.model.editor_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (175.43kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.51kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.51kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (20.83kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (20.83kB) [INFO] Fetching org.eclipse.egf.model.javapattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (22.07kB) [INFO] Fetching org.eclipse.egf.model.javapattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (22.07kB) [INFO] Fetching org.eclipse.egf.pattern.java_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (27.91kB) [INFO] Fetching org.eclipse.egf.pattern.java_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (27.91kB) [INFO] Fetching org.eclipse.egf.model.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.21kB) [INFO] Fetching org.eclipse.egf.model.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.21kB) [INFO] Fetching org.eclipse.egf.model.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.12kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.12kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.producer.fprod_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.89kB) [INFO] Fetching org.eclipse.egf.producer.fprod_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.89kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.task_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (13.07kB) [INFO] Fetching org.eclipse.egf.task_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (13.07kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.18kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.18kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.task.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.46kB) [INFO] Fetching org.eclipse.egf.task.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.46kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.93kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.93kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.2kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.2kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.19kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.19kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.model.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.7kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.7kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (871.28kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (871.28kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.23kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.23kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.19kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.19kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (20.53kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (20.53kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.14kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.14kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.producer.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.22kB) [INFO] Fetching org.eclipse.egf.producer.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.22kB) [INFO] Fetching org.eclipse.egf.producer.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.producer.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.producer.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (39.59kB) [INFO] Fetching org.eclipse.egf.producer.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (39.59kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.12kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.12kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.9kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.9kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.common.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (210.4kB) [INFO] Fetching org.eclipse.emf.common.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (210.4kB) [INFO] Fetching org.eclipse.emf.common.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.emf.common.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.66kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.66kB) [INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.63kB) [INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.63kB) [INFO] Fetching org.eclipse.emf.importer.java_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.14kB) [INFO] Fetching org.eclipse.emf.importer.java_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.14kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (55.05kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (55.05kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.75kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.75kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.databinding_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.databinding_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (93.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (93.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (104.97kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (104.97kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (59.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (59.49kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (24.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (24.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (57.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (57.54kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (40.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (40.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (538.73kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (538.73kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.56kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.56kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (772.43kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (772.43kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.36kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.36kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.11.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.51kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.11.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.51kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.36kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.36kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.95kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.95kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.query_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.56kB) [INFO] Fetching org.eclipse.emf.query_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.56kB) [INFO] Fetching org.eclipse.emf.transaction_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.61kB) [INFO] Fetching org.eclipse.emf.transaction_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.61kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.27kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.27kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.68kB) [INFO] Fetching org.eclipse.emf.validation_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.68kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.89kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.89kB) [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.emf.workspace_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.64kB) [INFO] Fetching org.eclipse.emf.workspace_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.64kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.83kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.83kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.86kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.86kB) [INFO] Fetching org.eclipse.jetty.http_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (132.79kB) [INFO] Fetching org.eclipse.jetty.http_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (132.79kB) [INFO] Fetching org.eclipse.jetty.server_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (453.73kB) [INFO] Fetching org.eclipse.jetty.server_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (453.73kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.14kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.14kB) [INFO] Fetching org.eclipse.jetty.util_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (363.63kB) [INFO] Fetching org.eclipse.jetty.util_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (363.63kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.38kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.49kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.35kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.650.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.650.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.security.source_1.2.300.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.21kB) [INFO] Fetching org.eclipse.equinox.security.source_1.2.300.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.21kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.1.300.v20161004-0244.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.17kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.1.300.v20161004-0244.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.17kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.0.100.v20170504-1307.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.39kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.0.100.v20170504-1307.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.39kB) [INFO] Fetching org.tukaani.xz.source_1.5.0.v20170111-1717.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.85kB) [INFO] Fetching org.tukaani.xz.source_1.5.0.v20170111-1717.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.85kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.4.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.19kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.4.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.19kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.14kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.68kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.84kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.3.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.94kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.3.1.v20170928-1405.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.94kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.89kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.78kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.2.v20171013-1525.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (297.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.2.v20171013-1525.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (297.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.1.400.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.34kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.1.400.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.88kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (63.82kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.65kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.65kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.93kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.3.2.v20171108-1343.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.93kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.04kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.04kB) [INFO] Fetching org.eclipse.help.base_4.2.103.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (161.88kB) [INFO] Fetching org.eclipse.help.base_4.2.103.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (161.88kB) [INFO] Fetching org.eclipse.help.ui_4.1.0.v20170311-0931.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.73kB) [INFO] Fetching org.eclipse.help.ui_4.1.0.v20170311-0931.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.73kB) [INFO] Fetching org.eclipse.help.webapp_3.9.1.v20170816-0843.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (239.54kB) [INFO] Fetching org.eclipse.help.webapp_3.9.1.v20170816-0843.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (239.54kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.74kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.74kB) [INFO] Fetching org.eclipse.jetty.io_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.07kB) [INFO] Fetching org.eclipse.jetty.io_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.07kB) [INFO] Fetching org.eclipse.jetty.security_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.52kB) [INFO] Fetching org.eclipse.jetty.security_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.52kB) [INFO] Fetching org.eclipse.help_2.2.103.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.27kB) [INFO] Fetching org.eclipse.help_2.2.103.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.27kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.45kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.45kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.6kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.6kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (129.82kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (129.82kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.04kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.04kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (315.38kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (315.38kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.43MB) [INFO] Fetching org.apache.lucene.analyzers-common.source_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.43MB) [INFO] Fetching org.apache.lucene.core.source_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.88MB) [INFO] Fetching org.apache.lucene.core.source_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.88MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (3.45MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (3.45MB) [INFO] Fetching org.apache.lucene.misc.source_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (138.84kB) [INFO] Fetching org.apache.lucene.misc.source_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (138.84kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.4.0.v20170503-2025.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.15kB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.4.0.v20170503-2025.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.15kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.25kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.25kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.4.0.v20170524-1452.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (114.28kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.4.0.v20170524-1452.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (114.28kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.0.500.v20150119-1358.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.0.500.v20150119-1358.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.0.300.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.0.300.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.help.base.source_4.2.103.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (306.33kB) [INFO] Fetching org.eclipse.help.base.source_4.2.103.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (306.33kB) [INFO] Fetching org.eclipse.help.ui.source_4.1.0.v20170311-0931.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (220.38kB) [INFO] Fetching org.eclipse.help.ui.source_4.1.0.v20170311-0931.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (220.38kB) [INFO] Fetching org.eclipse.help.webapp.source_3.9.1.v20170816-0843.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (199.89kB) [INFO] Fetching org.eclipse.help.webapp.source_3.9.1.v20170816-0843.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (199.89kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.55kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.55kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (76.89kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (76.89kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.52kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.52kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.25kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.25kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (267.83kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (267.83kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.16kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.16kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (226.59kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.8.v20171121.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (226.59kB) [INFO] Fetching org.eclipse.core.net.source_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.47kB) [INFO] Fetching org.eclipse.core.net.source_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.47kB) [INFO] Fetching org.eclipse.help.source_2.2.103.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.72kB) [INFO] Fetching org.eclipse.help.source_2.2.103.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.72kB) [INFO] Fetching org.eclipse.jdt_3.13.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.13kB) [INFO] Fetching org.eclipse.jdt_3.13.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.13kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.5.50.v20170920-0950.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (126.74kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.5.50.v20170920-0950.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (126.74kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.0.v20170322-1054.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.0.v20170322-1054.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.51.v20171122-1403.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.51.v20171122-1403.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.60.v20171129-1553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.5kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.60.v20171129-1553.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.5kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.5.0.v20170505-1107.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.13kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.5.0.v20170505-1107.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.13kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.13.52.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.34MB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.13.52.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.34MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.13.51.v20171124-0639.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.06MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.13.51.v20171124-0639.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.06MB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.51kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.100.v20170511-1408.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.annotation_2.1.100.v20170511-1408.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.650.v20170920-1015.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.18kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.650.v20170920-1015.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.18kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1.v20171130-0906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.63kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1.v20171130-0906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.63kB) [INFO] Fetching org.junit.jupiter.api_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.58kB) [INFO] Fetching org.junit.jupiter.api_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.58kB) [INFO] Fetching org.junit.jupiter.engine_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.91kB) [INFO] Fetching org.junit.jupiter.engine_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.91kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.66kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.66kB) [INFO] Fetching org.junit.jupiter.params_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (150.84kB) [INFO] Fetching org.junit.jupiter.params_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (150.84kB) [INFO] Fetching org.junit.platform.commons_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.59kB) [INFO] Fetching org.junit.platform.commons_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.59kB) [INFO] Fetching org.junit.platform.engine_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.9kB) [INFO] Fetching org.junit.platform.engine_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.9kB) [INFO] Fetching org.junit.platform.launcher_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.71kB) [INFO] Fetching org.junit.platform.launcher_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.71kB) [INFO] Fetching org.junit.platform.runner_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.7kB) [INFO] Fetching org.junit.platform.runner_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.7kB) [INFO] Fetching org.junit.platform.suite.api_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.46kB) [INFO] Fetching org.junit.platform.suite.api_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.46kB) [INFO] Fetching org.junit.vintage.engine_4.12.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.31kB) [INFO] Fetching org.junit.vintage.engine_4.12.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.31kB) [INFO] Fetching org.opentest4j_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.23kB) [INFO] Fetching org.opentest4j_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.23kB) [INFO] Fetching org.apiguardian_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.35kB) [INFO] Fetching org.apiguardian_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.35kB) [INFO] Fetching org.eclipse.jdt_3.13.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.43kB) [INFO] Fetching org.eclipse.jdt_3.13.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.43kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.0.v20170412-1054.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (618.15kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.0.v20170412-1054.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (618.15kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.5.50.v20170920-0950.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (354.43kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.5.50.v20170920-0950.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (354.43kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.5.0.v20170505-1107.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.72kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.5.0.v20170505-1107.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.72kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.0.v20170322-1054.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.0.v20170322-1054.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.60.v20171129-1553.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (132.32kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.60.v20171129-1553.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (132.32kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.51.v20171122-1403.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.1kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.51.v20171122-1403.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.1kB) [INFO] Fetching org.eclipse.jdt.core.source_3.13.101.v20180215-0725.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.9MB) [INFO] Fetching org.eclipse.jdt.core.source_3.13.101.v20180215-0725.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.9MB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.100.v20160418-1457.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.1.100.v20170511-1408.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.83kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.1.100.v20170511-1408.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.83kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.9.50.v20170920-1015.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (231.17kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.9.50.v20170920-1015.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (231.17kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.8.52.v20180104-1240.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (812.55kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.8.52.v20180104-1240.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (812.55kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.11.50.v20170920-1717.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (822.47kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.11.50.v20170920-1717.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (822.47kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.10.52.v20180213-1329.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (196.96kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.10.52.v20180213-1329.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (196.96kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.9.52.v20180120-1902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.52kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.9.52.v20180120-1902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.52kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.651.v20171130-0906.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.42kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.4.651.v20171130-0906.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.42kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.650.v20170920-1015.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.33kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.650.v20170920-1015.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.33kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1.v20171130-0906.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1.v20171130-0906.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.9.52.v20180129-0600.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (295.64kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.9.52.v20180129-0600.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (295.64kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.13.52.v20180206-1848.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (5.62MB) [INFO] Fetching org.eclipse.jdt.ui.source_3.13.52.v20180206-1848.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (5.62MB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (135.43kB) [INFO] Fetching org.junit.source_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (135.43kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.21kB) [INFO] Fetching org.junit.jupiter.api.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.03kB) [INFO] Fetching org.junit.jupiter.api.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.03kB) [INFO] Fetching org.junit.jupiter.engine.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.8kB) [INFO] Fetching org.junit.jupiter.engine.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.8kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.48kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.48kB) [INFO] Fetching org.junit.jupiter.params.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.9kB) [INFO] Fetching org.junit.jupiter.params.source_5.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.9kB) [INFO] Fetching org.junit.platform.commons.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.51kB) [INFO] Fetching org.junit.platform.commons.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.51kB) [INFO] Fetching org.junit.platform.engine.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.78kB) [INFO] Fetching org.junit.platform.engine.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.78kB) [INFO] Fetching org.junit.platform.launcher.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.95kB) [INFO] Fetching org.junit.platform.launcher.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.95kB) [INFO] Fetching org.junit.platform.runner.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.32kB) [INFO] Fetching org.junit.platform.runner.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.32kB) [INFO] Fetching org.junit.platform.suite.api.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.31kB) [INFO] Fetching org.junit.platform.suite.api.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.31kB) [INFO] Fetching org.junit.vintage.engine.source_4.12.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.82kB) [INFO] Fetching org.junit.vintage.engine.source_4.12.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.82kB) [INFO] Fetching org.opentest4j.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.94kB) [INFO] Fetching org.opentest4j.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.94kB) [INFO] Fetching org.apiguardian.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.07kB) [INFO] Fetching org.apiguardian.source_1.0.0.v20170910-2246.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.1.v20171108-0853.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (130.88kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.1.v20171108-0853.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (130.88kB) [INFO] Fetching org.eclipse.jdt.source_3.13.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.83kB) [INFO] Fetching org.eclipse.jdt.source_3.13.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.83kB) [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.72kB) [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.72kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.81kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.81kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.42MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.0.v20170303-1624.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.29kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.0.v20170303-1624.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.29kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.102.v20180119-0818.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (899.57kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.102.v20180119-0818.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (899.57kB) [INFO] Fetching org.objectweb.asm_6.0.0.v20180116-1719.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (59.48kB) [INFO] Fetching org.objectweb.asm_6.0.0.v20180116-1719.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (59.48kB) [INFO] Fetching org.objectweb.asm.tree_6.0.0.v20180116-1719.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.61kB) [INFO] Fetching org.objectweb.asm.tree_6.0.0.v20180116-1719.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.101.v20170810-1621.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (166.34kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.101.v20170810-1621.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (166.34kB) [INFO] Fetching org.eclipse.pde.doc.user_3.13.3.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.15MB) [INFO] Fetching org.eclipse.pde.doc.user_3.13.3.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.15MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.1.v20180301-1154.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.4kB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.1.v20180301-1154.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.4kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.63kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.63kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.26kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.26kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.0.v20170303-1624.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.0.v20170303-1624.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.pde_3.13.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.69kB) [INFO] Fetching org.eclipse.pde_3.13.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.69kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.50.v20170923-0844.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.61kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.50.v20170923-0844.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.61kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.0.v20170413-1620.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.01kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.0.v20170413-1620.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.01kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (376.17kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (376.17kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.0.v20170118-0848.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.67kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.0.v20170118-0848.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.67kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.06kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.06kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (145.53kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.100.v20170515-0910.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (145.53kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.0.v20170315-0955.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.4kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.0.v20170315-0955.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.4kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.0.v20170428-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.0.v20170428-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.pde_3.13.3.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.18kB) [INFO] Fetching org.eclipse.pde_3.13.3.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.18kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.0.2.v20180126-0718.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.03kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.0.2.v20180126-0718.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.03kB) [INFO] Fetching org.eclipse.pde.build.source_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (320.91kB) [INFO] Fetching org.eclipse.pde.build.source_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (320.91kB) [INFO] Fetching org.eclipse.pde.core.source_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (949.58kB) [INFO] Fetching org.eclipse.pde.core.source_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (949.58kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.50.v20170923-0844.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.71kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.50.v20170923-0844.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.71kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.6.0.v20170413-1620.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (82.81kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.6.0.v20170413-1620.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (82.81kB) [INFO] Fetching org.eclipse.pde.ui.source_3.10.52.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.pde.ui.source_3.10.52.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.99MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.100.v20170515-1458.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.94kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.100.v20170515-1458.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.94kB) [INFO] Fetching org.objectweb.asm.source_6.0.0.v20180116-1719.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (664.38kB) [INFO] Fetching org.objectweb.asm.source_6.0.0.v20180116-1719.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (664.38kB) [INFO] Fetching org.objectweb.asm.tree.source_6.0.0.v20180116-1719.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (664.39kB) [INFO] Fetching org.objectweb.asm.tree.source_6.0.0.v20180116-1719.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (664.39kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.102.v20180119-0818.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (637.22kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.102.v20180119-0818.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (637.22kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.0.v20170118-0848.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.0.v20170118-0848.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.101.v20170810-1621.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (247.74kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.101.v20170810-1621.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (247.74kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.55kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.55kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.8kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.8kB) [INFO] Fetching org.eclipse.pde.launching.source_3.7.52.v20171222-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.33kB) [INFO] Fetching org.eclipse.pde.launching.source_3.7.52.v20171222-1119.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.33kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.1.0.v20170201-2036.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (108.63kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.1.0.v20170201-2036.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (108.63kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (271.47kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.100.v20170515-0910.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (271.47kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.0.v20170201-2036.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.34kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.0.v20170201-2036.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (52.34kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.1.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.1.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.0.v20170315-0955.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.9kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.0.v20170315-0955.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.9kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.0.v20170303-1624.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.24kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.0.v20170303-1624.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.24kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.0.v20170303-1624.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.55kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.0.v20170303-1624.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.55kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.0.v20170428-1608.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.03kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.0.v20170428-1608.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.03kB) [INFO] Fetching org.eclipse.pde.source_3.13.3.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.pde.source_3.13.3.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.platform_4.7.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (281.64kB) [INFO] Fetching org.eclipse.platform_4.7.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (281.64kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.7.3.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.63MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.7.3.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.63MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.7.3.v20180301-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.2MB of 20.63MB at 19.2MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.7.3.v20171222-0602.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.78MB) [INFO] Fetching org.eclipse.platform.doc.user_4.7.3.v20171222-0602.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.78MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.100.v20170515-1335.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.100.v20170515-1335.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.74MB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.68kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.100.v20170131-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.93kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.100.v20170131-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.93kB) [INFO] Fetching org.eclipse.ui.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.74kB) [INFO] Fetching org.eclipse.ui.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (20.74kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1.v20170809-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.27kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1.v20170809-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.27kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.100.v20170515-0756.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.100.v20170515-0756.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.1.v20170809-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.73kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.1.v20170809-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.73kB) [INFO] Fetching org.eclipse.platform_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.24kB) [INFO] Fetching org.eclipse.platform_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.24kB) [INFO] Fetching org.eclipse.platform_root_4.7.3.v20180301-0715 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (195B) [INFO] Fetching org.eclipse.platform_root_4.7.3.v20180301-0715 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (195B) [INFO] Fetching org.apache.ant.source_1.10.1.v20170504-0840.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.32MB) [INFO] Fetching org.apache.ant.source_1.10.1.v20170504-0840.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ant.core.source_3.5.0.v20170509-2149.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (97.77kB) [INFO] Fetching org.eclipse.ant.core.source_3.5.0.v20170509-2149.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (97.77kB) [INFO] Fetching com.jcraft.jsch.source_0.1.54.v20170116-1932.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (290.18kB) [INFO] Fetching com.jcraft.jsch.source_0.1.54.v20170116-1932.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (290.18kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.61kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.61kB) [INFO] Fetching org.eclipse.compare.source_3.7.101.v20170724-1603.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (423.73kB) [INFO] Fetching org.eclipse.compare.source_3.7.101.v20170724-1603.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (423.73kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.100.v20170203-1130.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (87.69kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.100.v20170203-1130.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (87.69kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.0.v20170406-1337.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.1kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.0.v20170406-1337.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.1kB) [INFO] Fetching org.eclipse.core.resources.source_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (788.29kB) [INFO] Fetching org.eclipse.core.resources.source_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (788.29kB) [INFO] Fetching org.eclipse.debug.core.source_3.11.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (393.37kB) [INFO] Fetching org.eclipse.debug.core.source_3.11.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (393.37kB) [INFO] Fetching org.eclipse.debug.ui.source_3.12.50.v20170920-1329.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.debug.ui.source_3.12.50.v20170920-1329.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.8.0.v20170105-1156.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (285.37kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.8.0.v20170105-1156.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (285.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.9.0.v20170412-0825.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (249.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.9.0.v20170412-0825.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (249.37kB) [INFO] Fetching org.eclipse.platform.source_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.83kB) [INFO] Fetching org.eclipse.platform.source_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.83kB) [INFO] Fetching org.eclipse.search.source_3.11.100.v20170515-1603.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (298.46kB) [INFO] Fetching org.eclipse.search.source_3.11.100.v20170515-1603.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (298.46kB) [INFO] Fetching org.eclipse.team.core.source_3.8.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (373.31kB) [INFO] Fetching org.eclipse.team.core.source_3.8.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (373.31kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.1.v20170515-1133.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (776.61kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.1.v20170515-1133.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (776.61kB) [INFO] Fetching org.eclipse.text.source_3.6.100.v20170203-0814.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (261.7kB) [INFO] Fetching org.eclipse.text.source_3.6.100.v20170203-0814.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (261.7kB) [INFO] Fetching org.eclipse.jface.text.source_3.12.2.v20180112-1341.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (771.29kB) [INFO] Fetching org.eclipse.jface.text.source_3.12.2.v20180112-1341.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (771.29kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.0.v20160422-1917.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.69kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.0.v20160422-1917.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.69kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.0.v20160323-1650.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.43kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.0.v20160323-1650.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.43kB) [INFO] Fetching org.eclipse.ui.console.source_3.7.1.v20170728-0806.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (122.19kB) [INFO] Fetching org.eclipse.ui.console.source_3.7.1.v20170728-0806.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (122.19kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.100.v20170418-0710.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (258.63kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.100.v20170418-0710.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (258.63kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.100.v20170515-1335.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (57.88kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.100.v20170515-1335.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (57.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.100.v20170515-0748.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.43kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.100.v20170515-0748.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.43kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.100.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.51kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.100.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (95.51kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.0.2.v20180126-0718.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.0.2.v20180126-0718.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.100.v20170131-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.07kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.100.v20170131-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.07kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.7.0.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (309.12kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.7.0.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (309.12kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.6.1.v20170823-1443.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.22kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.6.1.v20170823-1443.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.22kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.78kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.78kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.10.100.v20170426-2021.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (403.41kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.10.100.v20170426-2021.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (403.41kB) [INFO] Fetching org.eclipse.ui.views.source_3.9.0.v20170226-1833.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.2kB) [INFO] Fetching org.eclipse.ui.views.source_3.9.0.v20170226-1833.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.2kB) [INFO] Fetching org.eclipse.ui.editors.source_3.11.0.v20170202-1823.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (314.16kB) [INFO] Fetching org.eclipse.ui.editors.source_3.11.0.v20170202-1823.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (314.16kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.0.v20161212-0515.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.69kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.0.v20161212-0515.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.69kB) [INFO] Fetching org.eclipse.ui.ide.source_3.13.1.v20170822-1526.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.ui.ide.source_3.13.1.v20170822-1526.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.2.0.v20170512-1452.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.27kB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.2.0.v20170512-1452.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.27kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.1kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.1kB) [INFO] Fetching org.eclipse.ui.forms.source_3.7.101.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (213.55kB) [INFO] Fetching org.eclipse.ui.forms.source_3.7.101.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (213.55kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.1.v20170713-0803.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.16kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.1.v20170713-0803.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.16kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.09kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (36.09kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1.v20170809-1435.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1.v20170809-1435.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.100.v20170515-0756.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.100.v20170515-0756.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.1.v20170809-1356.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.12kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.1.v20170809-1356.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.12kB) [INFO] Fetching org.eclipse.platform.source_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.77kB) [INFO] Fetching org.eclipse.platform.source_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.77kB) [INFO] Fetching org.eclipse.rcp_4.7.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.4kB) [INFO] Fetching org.eclipse.rcp_4.7.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.4kB) [INFO] Fetching org.eclipse.rcp_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.83kB) [INFO] Fetching org.eclipse.rcp_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.83kB) [INFO] Fetching org.eclipse.rcp_root_4.7.3.v20180301-0715 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (26.16kB) [INFO] Fetching org.eclipse.rcp_root_4.7.3.v20180301-0715 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (26.16kB) [INFO] Fetching org.eclipse.help.source_3.8.1.v20170815-1448.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (179.8kB) [INFO] Fetching org.eclipse.help.source_3.8.1.v20170815-1448.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (179.8kB) [INFO] Fetching org.eclipse.ui.source_3.109.0.v20170411-1742.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (143.66kB) [INFO] Fetching org.eclipse.ui.source_3.109.0.v20170411-1742.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (143.66kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.110.1.v20170704-1208.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.59MB) [INFO] Fetching org.eclipse.ui.workbench.source_3.110.1.v20170704-1208.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.59MB) [INFO] Fetching org.eclipse.update.configurator.source_3.3.400.v20160506-0750.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.65kB) [INFO] Fetching org.eclipse.update.configurator.source_3.3.400.v20160506-0750.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.65kB) [INFO] Fetching org.eclipse.rcp.source_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.92kB) [INFO] Fetching org.eclipse.rcp.source_4.7.3.v20180301-0715.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.92kB) [INFO] Fetching org.eclipse.sdk_4.7.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (162.98kB) [INFO] Fetching org.eclipse.sdk_4.7.3.v20180301-0715.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (162.98kB) [INFO] Fetching org.eclipse.sdk_4.7.3.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.77kB) [INFO] Fetching org.eclipse.sdk_4.7.3.v20180301-1154.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.77kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (33.02kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (33.02kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.86kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.86kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.04kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.04kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.86kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.86kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.09kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.09kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (15.26kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (15.26kB) [INFO] Fetching org.eclipse.sirius.tree_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (73.27kB) [INFO] Fetching org.eclipse.sirius.tree_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (73.27kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.runtime_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.26kB) [INFO] Fetching org.eclipse.sirius.runtime_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.26kB) [INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.53kB) [INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.53kB) [INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.01kB) [INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.01kB) [INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (148.58kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.07kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.36kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (763.75kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (102.9kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (500.78kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (85.86kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.84kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (130.65kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (130.65kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.38kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.47kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (258.65kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (514.68kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (158.48kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.11kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.14kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.13kB) [INFO] Fetching org.polarsys.capella.common.extension.migration.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (27.7kB) [INFO] Fetching org.polarsys.capella.common.extension.migration.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (27.7kB) [INFO] Fetching org.polarsys.capella.common.tig.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (104.37kB) [INFO] Fetching org.polarsys.capella.common.tig.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (104.37kB) [INFO] Fetching org.polarsys.capella.core.postgeneration.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (32.29kB) [INFO] Fetching org.polarsys.capella.core.postgeneration.egf_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (32.29kB) [INFO] Fetching org.polarsys.capella.core.releng_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (63.04kB) [INFO] Fetching org.polarsys.capella.core.releng_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/plugins/ (63.04kB) [INFO] Fetching org.polarsys.capella.core.egf.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.egf.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.egf.site/features/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.accuracy_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (47.15kB) [INFO] Fetching org.polarsys.kitalpha.accuracy_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (47.15kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.08kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (70.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (70.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (67.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (67.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (67.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (67.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (67.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (67.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (50.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (50.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (45.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (45.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (844.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (844.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (918B) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (918B) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (74.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (74.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (956B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (956B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (272.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (272.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.5kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.13kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (58.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (58.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (52.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (52.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (52.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (52.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (41.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (41.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (69.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (69.6kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (34.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (34.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (176.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (176.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (105.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (105.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (203.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (203.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (102.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (102.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.77kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (40.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (40.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.83kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (739.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (739.9kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (91.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (91.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (109.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (109.16kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (108.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (108.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (66.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (66.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (83.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (83.63kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (104.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (104.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (92.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (92.55kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (210.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (210.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (81.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (81.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (102.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (102.07kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (93.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (93.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (193.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (193.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (97.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (97.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (96.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (96.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (53.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (53.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (527.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (527.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (395.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (395.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (73.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (73.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (113.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (113.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (118.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (118.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (78.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (78.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (202.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (202.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (608.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (608.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (135.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (135.48kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (50.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (50.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.86kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (18.99kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (18.99kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.18kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (152.84kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (152.84kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (9.96kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (9.96kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.96kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.96kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (53.31kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.94kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.94kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (82.63kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (82.63kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (10.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (10.59kB) [INFO] Fetching org.polarsys.kitalpha.composer.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (97.99kB) [INFO] Fetching org.polarsys.kitalpha.composer.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (97.99kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (208.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (208.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.25kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.25kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.51kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.51kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.02kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (64.08kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (64.08kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.61kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.61kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.74kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.74kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (183.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (183.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.64kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.64kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.67kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (63.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (63.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.6kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.6kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.62kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.62kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.47kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.47kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.47kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.47kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (305.66kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (305.66kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.65kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.65kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.84kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.69kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.69kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.07kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.07kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (177.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (177.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.03kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.03kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.86kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (64.28kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (64.28kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.71kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.8kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.8kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.5kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.5kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.43kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.43kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.63kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.63kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (117.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (117.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.21kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (507.08kB) [INFO] Fetching org.polarsys.kitalpha.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (507.08kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (40.86kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (40.86kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (173.52kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (173.52kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.84kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.88kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (65.39kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (65.39kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.9kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.9kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.54kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.54kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (411.74kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (411.74kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (7.41kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (7.41kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.53kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.53kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.51kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.51kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (18.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (16.28kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (8.44kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (8.44kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (7.72kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (15.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (22.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (22.6kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (12.85kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/features/ (13.22kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/features/ (13.22kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.2kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.2kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (6.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/plugins/ (6.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/features/ (13.17kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtimecore/1.3.2RC1/features/ (13.17kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.56kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.06kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.06kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.29kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.21kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.21kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.58kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.58kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.65kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.65kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.9kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (11.63kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (11.63kB) [INFO] Fetching org.polarsys.kitalpha.product_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (106.94kB) [INFO] Fetching org.polarsys.kitalpha.product_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (106.94kB) [INFO] Fetching org.polarsys.kitalpha.product.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.product.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.83kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.91kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (56.39kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (56.39kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.86kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.07kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.05kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.04kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.04kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.95kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.5kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.5kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.79kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.79kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.05kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.39MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.81kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.14kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.strategies_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.14kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.ext.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.92kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.03kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.98kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (75.75kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (269.04kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (269.04kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.5kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (65.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.81kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.81kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.69kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.52kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.08kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.64kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.06kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.06kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.85kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (191.6kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.07kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (66.45kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (31.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (13.12kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (683.9kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (683.9kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (8.14kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (8.14kB) [INFO] Fetching org.eclipse.compare.win32_1.2.0.v20170517-0839.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.97kB) [INFO] Fetching org.eclipse.compare.win32_1.2.0.v20170517-0839.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.97kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.19kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.19kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.100.v20170516-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.9kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.100.v20170516-0925.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (50.9kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.551.v20171108-1834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.87kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.551.v20171108-1834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.87kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.106.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.39MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.106.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.39MB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.78kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.78kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.0.100.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.62kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.0.100.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.62kB) [INFO] Fetching org.eclipse.ui.win32_3.3.0.v20160505-1310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.12kB) [INFO] Fetching org.eclipse.ui.win32_3.3.0.v20160505-1310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.12kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.0.v20170517-0839.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.04kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.0.v20170517-0839.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.04kB) [INFO] Fetching org.eclipse.ui.win32.source_3.3.0.v20160505-1310.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.89kB) [INFO] Fetching org.eclipse.ui.win32.source_3.3.0.v20160505-1310.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.89kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.4kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.4kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.69kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.69kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.551.v20171108-1834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.551.v20171108-1834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (32.62kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.11.300.v20160330-1418.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.11.300.v20160330-1418.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.27kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.106.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.88MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.106.3.v20180214-0345.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.88MB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.77kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.77kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.100.200.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.24kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.100.200.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.24kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.0.v20160923-0911.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.0.v20160923-0911.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.05kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.0.v20160923-0911.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.0.v20160923-0911.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.2kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.0.v20160923-0911.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.49kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.0.v20160923-0911.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.49kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.0.v20160923-0911.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.0.v20160923-0911.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.62kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.1.100.v20151202-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.75kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.1.100.v20151202-1450.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.75kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.extension.sdk.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (57.92kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (57.92kB) [INFO] Fetching org.apache.commons.compress_1.6.0.v201310281400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (323.05kB) [INFO] Fetching org.apache.commons.compress_1.6.0.v201310281400.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (323.05kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (20.4kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (20.4kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (30.13kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (30.13kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (449.98kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (449.98kB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (36.55kB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (36.55kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (36.6kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (36.6kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (56.94kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (56.94kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (146.67kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (146.67kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (399.78kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (399.78kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (7.36kB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.7.201812041426.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/plugins/ (7.36kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.7.201812041426.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/features/ (18.91kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.7.201812041426.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/features/ (18.91kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.7.201812041426.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/features/ (24kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.7.201812041426.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201812041426/features/ (24kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (38.52kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (38.52kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.10.1.201905101529 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.10.1.201905101529 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (175.1kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (175.1kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (18.66kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (18.66kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (84.25kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (84.25kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (25.3kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (25.3kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (57.16kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (57.16kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (48.52kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (48.52kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (37.83kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (37.83kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (25.43kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (25.43kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (25.31kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (25.31kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (20.48kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (20.48kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (23.01kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (23.01kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (25.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (25.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (17.12kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (17.12kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (19.04kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (19.04kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (37.83kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (37.83kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (19.78kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/plugins/ (19.78kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (37.83kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.source_1.10.1.201905101529.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.10.1-S20190510//capella/features/ (37.83kB) [INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.59kB) [INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.59kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (524.47kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (524.47kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.38kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.38kB) [INFO] Fetching org.eclipse.eef_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (213.21kB) [INFO] Fetching org.eclipse.eef_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (213.21kB) [INFO] Fetching org.eclipse.eef.common_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (27.82kB) [INFO] Fetching org.eclipse.eef.common_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (27.82kB) [INFO] Fetching org.eclipse.eef.common.ui_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (22.62kB) [INFO] Fetching org.eclipse.eef.common.ui_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (22.62kB) [INFO] Fetching org.eclipse.eef.core_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (84.76kB) [INFO] Fetching org.eclipse.eef.core_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (84.76kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (9.43kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (9.43kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.6kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.6kB) [INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (41.78kB) [INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (41.78kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (162.97kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (162.97kB) [INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (72.03kB) [INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (72.03kB) [INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (22.37kB) [INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (22.37kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (102.95kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (102.95kB) [INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (68.88kB) [INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.1.201810110645.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (68.88kB) [INFO] Fetching org.eclipse.egf.common.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (55.91kB) [INFO] Fetching org.eclipse.egf.common.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (55.91kB) [INFO] Fetching org.eclipse.egf.common.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.28kB) [INFO] Fetching org.eclipse.egf.common.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.28kB) [INFO] Fetching org.eclipse.egf.common.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (34.72kB) [INFO] Fetching org.eclipse.egf.common.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (34.72kB) [INFO] Fetching org.eclipse.egf.console.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (27.25kB) [INFO] Fetching org.eclipse.egf.console.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (27.25kB) [INFO] Fetching org.eclipse.egf.common.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.common.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.core.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (99.01kB) [INFO] Fetching org.eclipse.egf.core.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (99.01kB) [INFO] Fetching org.eclipse.egf.core.platform.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (59kB) [INFO] Fetching org.eclipse.egf.core.platform.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (59kB) [INFO] Fetching org.eclipse.egf.core.producer.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.46kB) [INFO] Fetching org.eclipse.egf.core.producer.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.46kB) [INFO] Fetching org.eclipse.egf.core.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.core.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.core.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (73.68kB) [INFO] Fetching org.eclipse.egf.core.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (73.68kB) [INFO] Fetching org.eclipse.egf.core.pde.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (49.88kB) [INFO] Fetching org.eclipse.egf.core.pde.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (49.88kB) [INFO] Fetching org.eclipse.egf.core.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.core.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.doc.user_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (2.85MB) [INFO] Fetching org.eclipse.egf.doc.user_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (2.85MB) [INFO] Fetching org.eclipse.egf.engine.doc_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (1.04MB) [INFO] Fetching org.eclipse.egf.engine.doc_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (1.04MB) [INFO] Fetching org.eclipse.egf.engine.doc.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (220.29kB) [INFO] Fetching org.eclipse.egf.engine.doc.pattern_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (220.29kB) [INFO] Fetching org.eclipse.egf.doc.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.14kB) [INFO] Fetching org.eclipse.egf.doc.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.14kB) [INFO] Fetching org.eclipse.egf.doc.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.doc.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (88.2kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (88.2kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (17.31kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (17.31kB) [INFO] Fetching org.eclipse.egf.emf.wrapper_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (20.8kB) [INFO] Fetching org.eclipse.egf.emf.wrapper_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (20.8kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.45kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.45kB) [INFO] Fetching org.eclipse.egf.examples.installer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10.66kB) [INFO] Fetching org.eclipse.egf.examples.installer_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10.66kB) [INFO] Fetching org.eclipse.egf.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.14kB) [INFO] Fetching org.eclipse.egf.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.14kB) [INFO] Fetching org.eclipse.egf.model.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (217.14kB) [INFO] Fetching org.eclipse.egf.model.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (217.14kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.93kB) [INFO] Fetching org.eclipse.egf.model.javapattern.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.93kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.91kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.91kB) [INFO] Fetching org.eclipse.egf.model.edit.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.33kB) [INFO] Fetching org.eclipse.egf.model.edit.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.33kB) [INFO] Fetching org.eclipse.egf.model.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (370.61kB) [INFO] Fetching org.eclipse.egf.model.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (370.61kB) [INFO] Fetching org.eclipse.egf.model.javapattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.62kB) [INFO] Fetching org.eclipse.egf.model.javapattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.62kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.55kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.55kB) [INFO] Fetching org.eclipse.egf.pattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (96.1kB) [INFO] Fetching org.eclipse.egf.pattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (96.1kB) [INFO] Fetching org.eclipse.egf.pattern.java.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (22.27kB) [INFO] Fetching org.eclipse.egf.pattern.java.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (22.27kB) [INFO] Fetching org.eclipse.egf.pattern.jet.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (26.31kB) [INFO] Fetching org.eclipse.egf.pattern.jet.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (26.31kB) [INFO] Fetching org.eclipse.egf.domain.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.18kB) [INFO] Fetching org.eclipse.egf.domain.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.18kB) [INFO] Fetching org.eclipse.egf.model.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.1kB) [INFO] Fetching org.eclipse.egf.model.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.1kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (17.38kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (17.38kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.07kB) [INFO] Fetching org.eclipse.egf.model.fprod.edit.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.07kB) [INFO] Fetching org.eclipse.egf.model.fprod.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (29.51kB) [INFO] Fetching org.eclipse.egf.model.fprod.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (29.51kB) [INFO] Fetching org.eclipse.egf.producer.fprod.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.96kB) [INFO] Fetching org.eclipse.egf.producer.fprod.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.96kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.model.fprod.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (14.88kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (14.88kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.model.ftask.edit.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.08kB) [INFO] Fetching org.eclipse.egf.model.ftask.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (37.22kB) [INFO] Fetching org.eclipse.egf.model.ftask.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (37.22kB) [INFO] Fetching org.eclipse.egf.task.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12kB) [INFO] Fetching org.eclipse.egf.task.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12kB) [INFO] Fetching org.eclipse.egf.producer.ftask.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.88kB) [INFO] Fetching org.eclipse.egf.producer.ftask.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.88kB) [INFO] Fetching org.eclipse.egf.pattern.ftask.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.34kB) [INFO] Fetching org.eclipse.egf.pattern.ftask.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.34kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.1kB) [INFO] Fetching org.eclipse.egf.model.ftask.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.1kB) [INFO] Fetching org.eclipse.egf.model.editor.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (82.89kB) [INFO] Fetching org.eclipse.egf.model.editor.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (82.89kB) [INFO] Fetching org.eclipse.egf.task.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.92kB) [INFO] Fetching org.eclipse.egf.task.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.92kB) [INFO] Fetching org.eclipse.egf.pattern.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (164.27kB) [INFO] Fetching org.eclipse.egf.pattern.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (164.27kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.27kB) [INFO] Fetching org.eclipse.egf.pattern.ui.java.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.27kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10kB) [INFO] Fetching org.eclipse.egf.pattern.ui.jet.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10kB) [INFO] Fetching org.eclipse.egf.model.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.1kB) [INFO] Fetching org.eclipse.egf.model.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.1kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (362.2kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (362.2kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (14.12kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (14.12kB) [INFO] Fetching org.eclipse.egf.portfolio.egf_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.66kB) [INFO] Fetching org.eclipse.egf.portfolio.egf_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.66kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.16kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.emf.pattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (691.44kB) [INFO] Fetching org.eclipse.egf.emf.pattern.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (691.44kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (48.33kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (48.33kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.59kB) [INFO] Fetching org.eclipse.egf.emf.pattern.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.59kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (31.57kB) [INFO] Fetching org.eclipse.egf.emf.pattern.cdo.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (31.57kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.11kB) [INFO] Fetching org.eclipse.egf.portfolio.emf.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.11kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (23.45kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (23.45kB) [INFO] Fetching org.eclipse.egf.portfolio.type_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.06kB) [INFO] Fetching org.eclipse.egf.portfolio.type_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.06kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.77kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.77kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (15.73kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (15.73kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.3kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.3kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.portfolio.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.83kB) [INFO] Fetching org.eclipse.egf.eclipse.resources.mgt.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.83kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (34.98kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (34.98kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (15.93kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (15.93kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (13.07kB) [INFO] Fetching org.eclipse.egf.emf.wrapper.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (13.07kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (8.53kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.util.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (8.53kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (17.79kB) [INFO] Fetching org.eclipse.egf.portfolio.file.resources.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (17.79kB) [INFO] Fetching org.eclipse.egf.portfolio.type.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10.59kB) [INFO] Fetching org.eclipse.egf.portfolio.type.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10.59kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (467.12kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (467.12kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (189.89kB) [INFO] Fetching org.eclipse.egf.portfolio.eclipse.build.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (189.89kB) [INFO] Fetching org.eclipse.egf.portfolio.egf.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (14.12kB) [INFO] Fetching org.eclipse.egf.portfolio.egf.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (14.12kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10.73kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (10.73kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.37kB) [INFO] Fetching org.eclipse.egf.portfolio.task.jet.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.37kB) [INFO] Fetching org.eclipse.egf.portfolio.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.18kB) [INFO] Fetching org.eclipse.egf.portfolio.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.18kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (49.95kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (49.95kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.edit.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (25.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (28.41kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.editor.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (28.41kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (29.87kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (29.87kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (33.42kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.tools.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (33.42kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.source_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.source_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (11.29kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.source_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.19kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.source_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.19kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit.source_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (13.24kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.cdo.model.edit.source_1.3.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (13.24kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.13kB) [INFO] Fetching org.eclipse.egf.portfolio.genchain.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.13kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.76kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (19.76kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.26kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (16.26kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.33kB) [INFO] Fetching org.eclipse.egf.portfolio.ant.javadoc.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (12.33kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.16kB) [INFO] Fetching org.eclipse.egf.portfolio.task.ant.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.16kB) [INFO] Fetching org.eclipse.egf.producer.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (50.12kB) [INFO] Fetching org.eclipse.egf.producer.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (50.12kB) [INFO] Fetching org.eclipse.egf.application.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.82kB) [INFO] Fetching org.eclipse.egf.application.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (21.82kB) [INFO] Fetching org.eclipse.egf.producer.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.11kB) [INFO] Fetching org.eclipse.egf.producer.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.11kB) [INFO] Fetching org.eclipse.egf.producer.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.16kB) [INFO] Fetching org.eclipse.egf.producer.ui.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (24.16kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.07kB) [INFO] Fetching org.eclipse.egf.producer.ui.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (32.07kB) [INFO] Fetching org.eclipse.egf.sdk.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.12kB) [INFO] Fetching org.eclipse.egf.sdk.feature_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.12kB) [INFO] Fetching org.eclipse.egf.sdk.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.sdk.feature_root_1.6.0.201805040915 from http://download.eclipse.org/egf/updates/1.6.0/oxygen/binary/ (8.38kB) [INFO] Fetching org.eclipse.egf.examples.installer.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (8.85kB) [INFO] Fetching org.eclipse.egf.examples.installer.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/plugins/ (8.85kB) [INFO] Fetching org.eclipse.egf.sdk.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egf.sdk.feature.source_1.6.0.201805040915.jar from http://download.eclipse.org/egf/updates/1.6.0/oxygen/features/ (31.13kB) [INFO] Fetching org.eclipse.egit.core_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.96kB) [INFO] Fetching org.eclipse.egit.core_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (149.96kB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.51MB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.96kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.96kB) [INFO] Fetching org.eclipse.egit.doc_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.22MB) [INFO] Fetching org.eclipse.egit.doc_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (4.22MB) [INFO] Fetching org.eclipse.egit.ui_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.egit.ui_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.egit_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.53kB) [INFO] Fetching org.eclipse.egit_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.53kB) [INFO] Fetching org.eclipse.egit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.8kB) [INFO] Fetching org.eclipse.egit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.ant_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.74kB) [INFO] Fetching org.eclipse.emf.ant_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.74kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (520.94kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (520.94kB) [INFO] Fetching org.eclipse.emf.ant.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.emf.ant.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.32kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.32kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.17kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.17kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (197.69kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (197.69kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.33kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.33kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.72kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.72kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.17kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.17kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.03kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.03kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.24kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.24kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.54kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (46.54kB) [INFO] Fetching org.eclipse.emf.converter.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.92kB) [INFO] Fetching org.eclipse.emf.converter.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.92kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.85kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.85kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.28kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.28kB) [INFO] Fetching org.eclipse.emf.importer.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.53kB) [INFO] Fetching org.eclipse.emf.importer.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.53kB) [INFO] Fetching org.eclipse.emf.converter.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.38kB) [INFO] Fetching org.eclipse.emf.converter.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.38kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.3.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.93kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.3.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.93kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.3.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.3.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.32kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.32kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (65.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (65.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (17.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (17.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (29.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (29.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (44.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (44.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (24.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (24.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (54.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (54.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (21.27kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (21.27kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (77.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (77.18kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/features/ (33.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/features/ (33.92kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (61.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (61.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (14.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.incremental.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (14.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (28.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.interactive.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (28.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (48.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.mapping.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (48.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (23.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (23.71kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (14.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (14.9kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (27.75kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.traces.gen.editor.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (27.75kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (17.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.bridge.log4j.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/plugins/ (17.69kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/features/ (19.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.coevolution.sdk.feature.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-coevolution-site/features/ (19.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (32.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (32.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (30.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (30.01kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (2.64MB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (2.64MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.44kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.44kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (195.14kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (195.14kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (294.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (294.04kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.82kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.82kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (104.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (104.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.17kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (21.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (21.8kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (19.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (19.63kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.45kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.45kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (18.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (18.37kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (16.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (16.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (122.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (122.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (87.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (87.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (145.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (145.98kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (102.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (102.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (79.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (79.38kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (43.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (43.6kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (579.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (579.87kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (3.95MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.doc_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (3.95MB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (34.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (34.48kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (95.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (95.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (101.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (101.25kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (51.99kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.core.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (51.99kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (43.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (43.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (25.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.repositories.catalogs.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (25.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (18.66kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (18.66kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (53.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (53.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (35.52kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.support.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (35.52kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (96.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.engine.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (96.05kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (139.75kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (139.75kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (87.72kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.edit.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (87.72kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (34.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.gen.editor.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (34.03kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (25.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.templates.ocl.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (25.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (232.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (232.83kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (19.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sdk.feature.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (19.62kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (28.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (28.61kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (33.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (33.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (61.55kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.diagrams.sirius.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (61.55kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.ui.sirius.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (19.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.patterns.sirius.sdk.feature.source_0.11.0.201810281705.jar from http://download.eclipse.org/diffmerge/releases/0.11.0/edm-patterns-site/features/ (19.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (25.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (24.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (18.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (18.65kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (18.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/plugins/ (18.95kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.11.2.201904181359.jar from http://download.eclipse.org/diffmerge/releases/0.11.2/emf-diffmerge-site/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.doc_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.emf.doc_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.emf.doc_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.emf.doc_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.emf.cheatsheets.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.85kB) [INFO] Fetching org.eclipse.emf.cheatsheets.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.85kB) [INFO] Fetching org.eclipse.emf.doc.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.29kB) [INFO] Fetching org.eclipse.emf.doc.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.29kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56.13kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (56.13kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.54kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (38.54kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.ecoretools_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.65kB) [INFO] Fetching org.eclipse.emf.ecoretools_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.65kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (189.78kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (189.78kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (18.53kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (18.53kB) [INFO] Fetching org.eclipse.sirius.properties_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (81.76kB) [INFO] Fetching org.eclipse.sirius.properties_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (81.76kB) [INFO] Fetching org.eclipse.emf.ecoretools.ui_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.91kB) [INFO] Fetching org.eclipse.emf.ecoretools.ui_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.91kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.79kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.ui_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.79kB) [INFO] Fetching org.eclipse.emf.ecoretools.doc_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.ecoretools.doc_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.33kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.33kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.3.0.201706121316 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.design_root_3.3.0.201706121316 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.explorer.contextual_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.emf.ecoretools.explorer.contextual_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.emf.ecoretools.explorer.contextual_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.48kB) [INFO] Fetching org.eclipse.emf.ecoretools.explorer.contextual_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.48kB) [INFO] Fetching org.eclipse.emf.ecoretools.explorer.contextual_root_3.3.0.201706121316 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.explorer.contextual_root_3.3.0.201706121316 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.8kB) [INFO] Fetching org.eclipse.emf.ecoretools.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (17.8kB) [INFO] Fetching org.eclipse.emf.ecoretools.tabbedproperties.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.88kB) [INFO] Fetching org.eclipse.emf.ecoretools.tabbedproperties.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.88kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.92kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (53.92kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.properties.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (174.16kB) [INFO] Fetching org.eclipse.emf.ecoretools.design.properties.source_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (174.16kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.28kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_3.3.0.201706121316.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.28kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_root_3.3.0.201706121316 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.ecoretools.sdk_root_3.3.0.201706121316 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (8.29kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (198.76kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (198.76kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.eef.codegen_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.emf.eef.codegen_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.emf.eef.eefgen_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.08kB) [INFO] Fetching org.eclipse.emf.eef.eefgen_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.08kB) [INFO] Fetching org.eclipse.emf.eef.views_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (78.5kB) [INFO] Fetching org.eclipse.emf.eef.views_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (78.5kB) [INFO] Fetching org.eclipse.emf.eef.views.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (348.68kB) [INFO] Fetching org.eclipse.emf.eef.views.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (348.68kB) [INFO] Fetching org.eclipse.emf.eef.components_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.09kB) [INFO] Fetching org.eclipse.emf.eef.components_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.09kB) [INFO] Fetching org.eclipse.emf.eef.components.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (230.36kB) [INFO] Fetching org.eclipse.emf.eef.components.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (230.36kB) [INFO] Fetching org.eclipse.emf.eef.codegen.launcher_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.3kB) [INFO] Fetching org.eclipse.emf.eef.codegen.launcher_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.3kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.12kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.12kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.08kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.08kB) [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (356.68kB) [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (356.68kB) [INFO] Fetching org.eclipse.emf.eef.editor.model_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (451.74kB) [INFO] Fetching org.eclipse.emf.eef.editor.model_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (451.74kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.emf.eef.mapping_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (171.7kB) [INFO] Fetching org.eclipse.emf.eef.mapping_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (171.7kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (779.55kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (779.55kB) [INFO] Fetching org.eclipse.emf.eef.components.editor_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.18kB) [INFO] Fetching org.eclipse.emf.eef.components.editor_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.18kB) [INFO] Fetching org.eclipse.emf.eef.doc_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.46kB) [INFO] Fetching org.eclipse.emf.eef.doc_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.46kB) [INFO] Fetching org.eclipse.emf.eef.views.editor_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (117.6kB) [INFO] Fetching org.eclipse.emf.eef.views.editor_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (117.6kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (202.24kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (202.24kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.29kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.29kB) [INFO] Fetching org.eclipse.emf.eef.edt-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.3kB) [INFO] Fetching org.eclipse.emf.eef.edt-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.3kB) [INFO] Fetching org.eclipse.emf.eef.extended-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.1kB) [INFO] Fetching org.eclipse.emf.eef.extended-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.1kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.03kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.03kB) [INFO] Fetching org.eclipse.emf.eef.runtime.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (231.87kB) [INFO] Fetching org.eclipse.emf.eef.runtime.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (231.87kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.35kB) [INFO] Fetching org.eclipse.emf.eef.runtime.extended.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.35kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.35kB) [INFO] Fetching org.eclipse.emf.eef.codegen.extended.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.35kB) [INFO] Fetching org.eclipse.emf.eef.editor.model.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (247.53kB) [INFO] Fetching org.eclipse.emf.eef.editor.model.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (247.53kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (201.63kB) [INFO] Fetching org.eclipse.emf.eef.codegen.ecore.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (201.63kB) [INFO] Fetching org.eclipse.emf.eef.codegen.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (276.8kB) [INFO] Fetching org.eclipse.emf.eef.codegen.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (276.8kB) [INFO] Fetching org.eclipse.emf.eef.components.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.39kB) [INFO] Fetching org.eclipse.emf.eef.components.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (31.39kB) [INFO] Fetching org.eclipse.emf.eef.components.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.67kB) [INFO] Fetching org.eclipse.emf.eef.components.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.67kB) [INFO] Fetching org.eclipse.emf.eef.components.editor.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.components.editor.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.mapping.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (154.96kB) [INFO] Fetching org.eclipse.emf.eef.mapping.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (154.96kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (380.36kB) [INFO] Fetching org.eclipse.emf.eef.mapping.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (380.36kB) [INFO] Fetching org.eclipse.emf.eef.views.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.eef.views.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (68.26kB) [INFO] Fetching org.eclipse.emf.eef.views.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (178.96kB) [INFO] Fetching org.eclipse.emf.eef.views.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (178.96kB) [INFO] Fetching org.eclipse.emf.eef.views.editor.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.54kB) [INFO] Fetching org.eclipse.emf.eef.views.editor.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.54kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.95kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.95kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.68kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.edit.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (79.68kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.eefgen.editor.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.58kB) [INFO] Fetching org.eclipse.emf.eef.doc.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.63kB) [INFO] Fetching org.eclipse.emf.eef.doc.source_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.63kB) [INFO] Fetching org.eclipse.emf.eef.sdk-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.39kB) [INFO] Fetching org.eclipse.emf.eef.sdk-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (24.39kB) [INFO] Fetching org.eclipse.emf.example.installer_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (350.46kB) [INFO] Fetching org.eclipse.emf.example.installer_1.4.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (350.46kB) [INFO] Fetching org.eclipse.emf_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.8kB) [INFO] Fetching org.eclipse.emf_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.8kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.81kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.81kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.97kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.97kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.74kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (47.74kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.52kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.52kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (22.61kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.82kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (35.82kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.06kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.06kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.74kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.74kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.33kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.33kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.35kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.35kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.67kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.67kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.83kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.83kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.71kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.71kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.58kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (43.58kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.xsd_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (548.21kB) [INFO] Fetching org.eclipse.xsd_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (548.21kB) [INFO] Fetching org.eclipse.xsd.edit_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (59.01kB) [INFO] Fetching org.eclipse.xsd.edit_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (59.01kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.57kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.57kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.97kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.97kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (133.24kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (133.24kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.33kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.33kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.96kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.96kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.83kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.83kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (869.55kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.62kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.62kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.68kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.68kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.85kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.85kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.19kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.19kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.61kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.61kB) [INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.11kB) [INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.11kB) [INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (168.17kB) [INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (168.17kB) [INFO] Fetching org.eclipse.emf.query.doc_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.query.doc_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.54kB) [INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.54kB) [INFO] Fetching org.eclipse.emf.query.ocl_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.49kB) [INFO] Fetching org.eclipse.emf.query.ocl_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.49kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.27kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.27kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.21kB) [INFO] Fetching org.eclipse.emf.query.ocl.source_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.21kB) [INFO] Fetching org.eclipse.emf.query.sdk_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.09kB) [INFO] Fetching org.eclipse.emf.query.sdk_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.09kB) [INFO] Fetching org.eclipse.emf.query.source_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.01kB) [INFO] Fetching org.eclipse.emf.query.source_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.01kB) [INFO] Fetching org.eclipse.emf.query.source_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.18kB) [INFO] Fetching org.eclipse.emf.query.source_1.11.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.18kB) [INFO] Fetching org.eclipse.emf.sdk_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.emf.sdk_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.emf.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.66kB) [INFO] Fetching org.eclipse.emf.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.66kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.2kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.2kB) [INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.7kB) [INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (169.7kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.transaction.doc_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.3kB) [INFO] Fetching org.eclipse.emf.transaction.sdk_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.transaction.sdk_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (153.09kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (153.09kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.68kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.68kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.2kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.2kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.19kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.19kB) [INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (179.92kB) [INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (179.92kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.33kB) [INFO] Fetching org.eclipse.emf.validation.doc_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.33kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.6kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.6kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.41kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.41kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.24kB) [INFO] Fetching org.eclipse.emf.validation.ocl.source_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.24kB) [INFO] Fetching org.eclipse.emf.validation.sdk_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.24kB) [INFO] Fetching org.eclipse.emf.validation.sdk_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.24kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (324.13kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (324.13kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.08kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (54.08kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.08kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.08kB) [INFO] Fetching org.eclipse.emf.validation.source_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.28kB) [INFO] Fetching org.eclipse.emf.validation.source_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.28kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.23kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.23kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.workspace.doc_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.25kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.86kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.86kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.22kB) [INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.52MB) [INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.52MB) [INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14kB) [INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (828.05kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (828.05kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.32kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (19.32kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.83kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (37.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (99.21kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (199.28kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (199.28kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (73.67kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (73.67kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.5kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (65.5kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.04kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.62kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (69.62kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.36kB) [INFO] Fetching org.eclipse.gmf.examples.runtime_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.36kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (338.46kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (338.46kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.28kB) [INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.28kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.59kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.98kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.26kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (18.26kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.15kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.15kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (752.73kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (752.73kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.78kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.78kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.24kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.24kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (313.17kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (313.17kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (137.86kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (137.86kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.17kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.17kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.01kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.01kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.36kB) [INFO] Fetching org.eclipse.gmf.runtime.sdk_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.36kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.58kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.58kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (421.68kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (421.68kB) [INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (610.86kB) [INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (610.86kB) [INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.81kB) [INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.81kB) [INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (524.88kB) [INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (524.88kB) [INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.17kB) [INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (93.17kB) [INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (251.68kB) [INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (251.68kB) [INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.06kB) [INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.06kB) [INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (287.09kB) [INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (127.65kB) [INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (127.65kB) [INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (77.07kB) [INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (77.07kB) [INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.56kB) [INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.56kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.45kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.45kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.32kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.32kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (177.98kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (177.98kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.09kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.09kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.39kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.39kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.73kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.73kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (77.36kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (77.36kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.03kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.03kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (845.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (845.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (132.07kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (132.07kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (70.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.04kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (83.04kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (81.93kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.03kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.03kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.51kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (48.51kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (230.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (230.21kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.11kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (45.11kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (167.05kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (167.05kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.77kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (96.77kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.6kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (27.6kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.04kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (91.04kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (184.11kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (184.11kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.31kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.9kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (74.9kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.62kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (90.62kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.26kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.88kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.89kB) [INFO] Fetching org.eclipse.gmf.source_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.67kB) [INFO] Fetching org.eclipse.gmf.source_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.67kB) [INFO] Fetching org.eclipse.jgit.archive_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.6kB) [INFO] Fetching org.eclipse.jgit.archive_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.6kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.82kB) [INFO] Fetching org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.82kB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (14.37kB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (14.37kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/features/ (17.24kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/features/ (17.24kB) [INFO] Fetching org.eclipse.ocl_3.7.0.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.4kB) [INFO] Fetching org.eclipse.ocl_3.7.0.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (18.4kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.23kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.23kB) [INFO] Fetching org.eclipse.sirius.aql_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.03kB) [INFO] Fetching org.eclipse.sirius.aql_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.03kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (18.57kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (18.57kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.31kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.31kB) [INFO] Fetching org.eclipse.sirius.common.ocl_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (15.01kB) [INFO] Fetching org.eclipse.sirius.common.ocl_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (15.01kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.16kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (7.16kB) [INFO] Fetching org.eclipse.sirius.common.xtext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.93kB) [INFO] Fetching org.eclipse.sirius.common.xtext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.93kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (43.63kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (43.63kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (110.86kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (110.86kB) [INFO] Fetching org.eclipse.sirius.doc_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.74MB) [INFO] Fetching org.eclipse.sirius.doc_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.74MB) [INFO] Fetching org.eclipse.sirius.doc.feature_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.06kB) [INFO] Fetching org.eclipse.sirius.doc.feature_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.06kB) [INFO] Fetching org.eclipse.sirius.doc.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.93MB) [INFO] Fetching org.eclipse.sirius.doc.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10.93MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.69kB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.69kB) [INFO] Fetching org.eclipse.sirius.editor_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (213.47kB) [INFO] Fetching org.eclipse.sirius.editor_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (213.47kB) [INFO] Fetching org.eclipse.sirius.editor.diagram_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (109.67kB) [INFO] Fetching org.eclipse.sirius.editor.diagram_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (109.67kB) [INFO] Fetching org.eclipse.sirius.editor.properties_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (105.77kB) [INFO] Fetching org.eclipse.sirius.editor.properties_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (105.77kB) [INFO] Fetching org.eclipse.sirius.properties.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (72.63kB) [INFO] Fetching org.eclipse.sirius.properties.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (72.63kB) [INFO] Fetching org.eclipse.sirius.properties.core_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (53.18kB) [INFO] Fetching org.eclipse.sirius.properties.core_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (53.18kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (12.65kB) [INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (12.65kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.95kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.95kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.24kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.24kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (37.61kB) [INFO] Fetching org.eclipse.sirius.editor.sequence_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (37.61kB) [INFO] Fetching org.eclipse.sirius.editor.table_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (32.01kB) [INFO] Fetching org.eclipse.sirius.editor.table_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (32.01kB) [INFO] Fetching org.eclipse.sirius.editor.tree_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (24.32kB) [INFO] Fetching org.eclipse.sirius.editor.tree_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (24.32kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (797.97kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (797.97kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (17.83kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (17.83kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.95kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.95kB) [INFO] Fetching org.eclipse.sirius.ui.properties_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (27.46kB) [INFO] Fetching org.eclipse.sirius.ui.properties_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (27.46kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (9.68kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (9.68kB) [INFO] Fetching org.eclipse.sirius.properties.feature_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.91kB) [INFO] Fetching org.eclipse.sirius.properties.feature_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.91kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/plugins/ (304.07kB) [INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.query.legacy.feature_1.1.0.201504271341.jar from http://download.eclipse.org/sirius/updates/legacy/1.1.0/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (51.76kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (51.76kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.runtime.acceleo.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (20.34kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (20.34kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.66kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.12kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.12kB) [INFO] Fetching org.eclipse.sirius.eef.adapters.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (17.85kB) [INFO] Fetching org.eclipse.sirius.eef.adapters.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (17.85kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.73kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.73kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.14kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.14kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (21.29kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (21.29kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.75kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.75kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.82kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.82kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (40.65kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (40.65kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.1.3.201905061019.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.92kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.43kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.43kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (153.66kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (153.66kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.02kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.02kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (517.39kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (517.39kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (135.14kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (135.14kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (244.32kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (244.32kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (2.22MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (2.22MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.06kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.06kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (397.22kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (397.22kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.2kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.2kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (158.47kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (158.47kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.22kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.22kB) [INFO] Fetching org.eclipse.sirius.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (857.12kB) [INFO] Fetching org.eclipse.sirius.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (857.12kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (52.4kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (52.4kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.04kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.04kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.92kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.92kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.35kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.35kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (21.64kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (21.64kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (28.21kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (28.21kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.95kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.95kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (80.33kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (80.33kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.89kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.89kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.83kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.83kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.05kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.05kB) [INFO] Fetching org.eclipse.sirius.common.xtext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.94kB) [INFO] Fetching org.eclipse.sirius.common.xtext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.94kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.xtext.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.66kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.08kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.08kB) [INFO] Fetching org.eclipse.sirius.common.ocl.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (14.22kB) [INFO] Fetching org.eclipse.sirius.common.ocl.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (14.22kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.runtime.ocl.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.common.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (194.27kB) [INFO] Fetching org.eclipse.sirius.common.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (194.27kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (80.76kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (80.76kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (29.33kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (29.33kB) [INFO] Fetching org.eclipse.sirius.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (1.24MB) [INFO] Fetching org.eclipse.sirius.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (1.24MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (1.17MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (1.17MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (52.65kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (52.65kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (52.88kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (52.88kB) [INFO] Fetching org.eclipse.sirius.table.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (306.91kB) [INFO] Fetching org.eclipse.sirius.table.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (306.91kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (218.38kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (218.38kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (25.63kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (25.63kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.69kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.86kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (13.86kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (11.5kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.59kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (8.59kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.7kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (6.7kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.36kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (16.36kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.75kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.75kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.08kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.08kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (20.22kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (20.22kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.13kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (19.13kB) [INFO] Fetching org.eclipse.sirius.editor.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (720.75kB) [INFO] Fetching org.eclipse.sirius.editor.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (720.75kB) [INFO] Fetching org.eclipse.sirius.editor.diagram.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (571.27kB) [INFO] Fetching org.eclipse.sirius.editor.diagram.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (571.27kB) [INFO] Fetching org.eclipse.sirius.editor.sequence.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (176.29kB) [INFO] Fetching org.eclipse.sirius.editor.sequence.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (176.29kB) [INFO] Fetching org.eclipse.sirius.editor.table.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (136.21kB) [INFO] Fetching org.eclipse.sirius.editor.table.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (136.21kB) [INFO] Fetching org.eclipse.sirius.editor.tree.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (66.6kB) [INFO] Fetching org.eclipse.sirius.editor.tree.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/plugins/ (66.6kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.sirius.specifier.ide.ui.source_6.1.3.201905061019.jar from https://download.eclipse.org/sirius/updates/releases/6.1.3/oxygen/features/ (18.7kB) [INFO] Fetching org.eclipse.uml2.ant_1.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.uml2.ant_1.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (153.28kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (153.28kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.33kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.33kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.06kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.06kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.56kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (28.56kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.source_2.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (190.33kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.source_2.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (190.33kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.45kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.45kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.07kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.07kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.05kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.05kB) [INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.1kB) [INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.1kB) [INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.46kB) [INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.46kB) [INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.03kB) [INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.03kB) [INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.8kB) [INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.8kB) [INFO] Fetching org.eclipse.uml2.types.source_2.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.uml2.types.source_2.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.46kB) [INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.46kB) [INFO] Fetching org.eclipse.uml2.doc_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.53kB) [INFO] Fetching org.eclipse.uml2.doc_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.53kB) [INFO] Fetching org.eclipse.uml2.doc_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.9kB) [INFO] Fetching org.eclipse.uml2.doc_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.9kB) [INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.81kB) [INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.81kB) [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (180.84kB) [INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (180.84kB) [INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.94kB) [INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.94kB) [INFO] Fetching org.eclipse.uml2.examples.uml.ui.source_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.36kB) [INFO] Fetching org.eclipse.uml2.examples.uml.ui.source_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (39.36kB) [INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.86kB) [INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.86kB) [INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.41kB) [INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.41kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.2.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.89kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.2.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (60.89kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (166.3kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (166.3kB) [INFO] Fetching org.eclipse.uml2_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.81kB) [INFO] Fetching org.eclipse.uml2_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.81kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.9kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.9kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.51kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.51kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.0.100.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.32kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.0.100.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.32kB) [INFO] Fetching org.eclipse.uml2_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.17kB) [INFO] Fetching org.eclipse.uml2_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.17kB) [INFO] Fetching org.eclipse.uml2.sdk_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.98kB) [INFO] Fetching org.eclipse.uml2.sdk_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.98kB) [INFO] Fetching org.eclipse.uml2.uml.resources.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.18kB) [INFO] Fetching org.eclipse.uml2.uml.resources.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.18kB) [INFO] Fetching org.eclipse.uml2.uml.editor.source_5.2.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.56kB) [INFO] Fetching org.eclipse.uml2.uml.editor.source_5.2.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.56kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter.source_3.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.71kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.exporter.source_3.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.71kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer.source_3.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer.source_3.1.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.uml2.uml.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.86MB) [INFO] Fetching org.eclipse.uml2.uml.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.86MB) [INFO] Fetching org.eclipse.uml2.uml.validation.source_5.0.100.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.uml2.uml.validation.source_5.0.100.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.uml2.ant.source_1.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.68kB) [INFO] Fetching org.eclipse.uml2.ant.source_1.0.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.68kB) [INFO] Fetching org.eclipse.uml2.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (175.81kB) [INFO] Fetching org.eclipse.uml2.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (175.81kB) [INFO] Fetching org.eclipse.uml2.uml.edit.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (553.98kB) [INFO] Fetching org.eclipse.uml2.uml.edit.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (553.98kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard.source_1.0.100.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (148.78kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard.source_1.0.100.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (148.78kB) [INFO] Fetching org.eclipse.uml2.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.62kB) [INFO] Fetching org.eclipse.uml2.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.62kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.03kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.03kB) [INFO] Fetching org.eclipse.uml2.uml.edit.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.44kB) [INFO] Fetching org.eclipse.uml2.uml.edit.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.44kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.87kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (34.87kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (242.58kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (242.58kB) [INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.09kB) [INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (31.09kB) [INFO] Fetching org.eclipse.uml2.uml.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.48kB) [INFO] Fetching org.eclipse.uml2.uml.source_5.3.0.v20170605-1616.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (30.48kB) [INFO] Fetching org.eclipse.xsd.cheatsheets_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.77kB) [INFO] Fetching org.eclipse.xsd.cheatsheets_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.77kB) [INFO] Fetching org.eclipse.xsd.ecore.importer_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.4kB) [INFO] Fetching org.eclipse.xsd.ecore.importer_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (21.4kB) [INFO] Fetching org.eclipse.xsd.doc_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.71MB) [INFO] Fetching org.eclipse.xsd.doc_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.71MB) [INFO] Fetching org.eclipse.xsd.doc_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.xsd.doc_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.64kB) [INFO] Fetching org.eclipse.xsd.cheatsheets.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.87kB) [INFO] Fetching org.eclipse.xsd.cheatsheets.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.87kB) [INFO] Fetching org.eclipse.xsd.doc.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.29kB) [INFO] Fetching org.eclipse.xsd.doc.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.29kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter_2.5.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter_2.5.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.xsd.ecore.converter_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.44kB) [INFO] Fetching org.eclipse.xsd.ecore.importer.source_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (25.44kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.5.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.14kB) [INFO] Fetching org.eclipse.xsd.ecore.exporter.source_2.5.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.14kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.xsd.ecore.converter.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.xsd.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.69kB) [INFO] Fetching org.eclipse.xsd.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.69kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.87kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.8.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (106.87kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.xsd.edit.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.xsd.editor_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.37kB) [INFO] Fetching org.eclipse.xsd.editor_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (41.37kB) [INFO] Fetching org.eclipse.xsd.editor_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.xsd.editor_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.79kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (30.79kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.xsd.editor.source_2.10.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.3kB) [INFO] Fetching org.eclipse.xsd.example.installer_1.2.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.74kB) [INFO] Fetching org.eclipse.xsd.example.installer_1.2.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (66.74kB) [INFO] Fetching org.eclipse.xsd_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.xsd_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.68kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.7.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.72kB) [INFO] Fetching org.eclipse.xsd.mapping.editor_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.72kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.94kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.editor.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.94kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.xsd.mapping.editor.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.xsd.mapping_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.33kB) [INFO] Fetching org.eclipse.xsd.mapping_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.33kB) [INFO] Fetching org.eclipse.xsd.mapping_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.xsd.mapping_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.88kB) [INFO] Fetching org.eclipse.emf.mapping.xsd2ecore.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (24.88kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.xsd.mapping.source_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.34kB) [INFO] Fetching org.eclipse.xsd.sdk_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.75kB) [INFO] Fetching org.eclipse.xsd.sdk_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.75kB) [INFO] Fetching org.eclipse.xsd.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (734.76kB) [INFO] Fetching org.eclipse.xsd.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (734.76kB) [INFO] Fetching org.eclipse.xsd.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.xsd.source_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (17.31kB) [INFO] Fetching org.eclipse.xtend.core_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (737.79kB) [INFO] Fetching org.eclipse.xtend.core_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (737.79kB) [INFO] Fetching org.eclipse.xtend.doc_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (485.17kB) [INFO] Fetching org.eclipse.xtend.doc_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (485.17kB) [INFO] Fetching org.eclipse.xtend.examples_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (142.73kB) [INFO] Fetching org.eclipse.xtend.examples_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (142.73kB) [INFO] Fetching org.eclipse.xtend.ide_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.62kB) [INFO] Fetching org.eclipse.xtend.ide_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (246.62kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (190.91kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (277.49kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (277.49kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (281.71kB) [INFO] Fetching org.eclipse.xtend.m2e_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.04kB) [INFO] Fetching org.eclipse.xtend.m2e_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.04kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.54kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (107.54kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.15kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (89.15kB) [INFO] Fetching org.eclipse.xtend.standalone_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.87kB) [INFO] Fetching org.eclipse.xtend.standalone_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.87kB) [INFO] Fetching org.eclipse.xtend.core.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.xtend.core.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.34MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (275.39kB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (275.39kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (437.05kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (437.05kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.57kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.57kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.32kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.32kB) [INFO] Fetching org.eclipse.xtext.junit4_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.11kB) [INFO] Fetching org.eclipse.xtext.junit4_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (94.11kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (144.4kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (144.4kB) [INFO] Fetching org.eclipse.xtext.testing_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (77.32kB) [INFO] Fetching org.eclipse.xtext.testing_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (77.32kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (139.44kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (139.44kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.78kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (86.78kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (143.17kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (143.17kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (71.38kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (71.38kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (115.95kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (115.95kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.87kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.87kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (42.44kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (42.44kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.94kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (15.94kB) [INFO] Fetching org.eclipse.xtend.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.05kB) [INFO] Fetching org.eclipse.xtend.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.05kB) [INFO] Fetching org.eclipse.xtext.activities_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.8kB) [INFO] Fetching org.eclipse.xtext.activities_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (7.8kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.37kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.93kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.75kB) [INFO] Fetching org.eclipse.xtext.doc_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.49MB) [INFO] Fetching org.eclipse.xtext.doc_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (6.49MB) [INFO] Fetching org.eclipse.xtext.docs_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.54kB) [INFO] Fetching org.eclipse.xtext.docs_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.54kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (970.35kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (970.35kB) [INFO] Fetching org.eclipse.xtext.examples_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.6kB) [INFO] Fetching org.eclipse.xtext.examples_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.6kB) [INFO] Fetching org.eclipse.xtext.idea.generator_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.98kB) [INFO] Fetching org.eclipse.xtext.idea.generator_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.98kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (33.16kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.23kB) [INFO] Fetching org.eclipse.xtext.m2e_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.23kB) [INFO] Fetching org.eclipse.xtext.m2e_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (11.23kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.81kB) [INFO] Fetching org.eclipse.xtext.purexbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (111.81kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (125.4kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (125.4kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.03kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (10.03kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.redist_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.33kB) [INFO] Fetching org.eclipse.xtext.redist_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.33kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (67.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (165.1kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (150.56kB) [INFO] Fetching org.eclipse.xtext.purexbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (150.56kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (160.71kB) [INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (160.71kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.22kB) [INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (29.22kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.08kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.08kB) [INFO] Fetching org.eclipse.xtext.idea.generator.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (191.28kB) [INFO] Fetching org.eclipse.xtext.idea.generator.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (191.28kB) [INFO] Fetching org.eclipse.xtext.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.02kB) [INFO] Fetching org.eclipse.xtext.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (21.02kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (9.35kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.01MB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (2.01MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (336.22kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (336.22kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (451.92kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (451.92kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.68kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.68kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (110.14kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (110.14kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0758.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.59kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0758.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.59kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.36kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (100.36kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.xtext.activities.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (143.8kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (143.8kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.91kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (26.91kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (51.04kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.73kB) [INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (20.73kB) [INFO] Fetching org.eclipse.ocl.source_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (893.35kB) [INFO] Fetching org.eclipse.ocl.source_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (893.35kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Fetching org.polarsys.capella.common.sirius.decorators_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.71kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.71kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.75kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.75kB) [INFO] Fetching org.polarsys.capella.common.transition_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (242.66kB) [INFO] Fetching org.polarsys.capella.common.transition_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (242.66kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (51.45kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (51.45kB) [INFO] Fetching org.polarsys.capella.core.application_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.26kB) [INFO] Fetching org.polarsys.capella.core.application_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.26kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.52kB) [INFO] Fetching org.polarsys.capella.core.commandline.core_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.52kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.43kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.43kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (446.73kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (446.73kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (41.56kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (41.56kB) [INFO] Fetching org.polarsys.capella.core.projection.commands_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.58kB) [INFO] Fetching org.polarsys.capella.core.projection.commands_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.58kB) [INFO] Fetching org.polarsys.capella.core.refinement.commands_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (46.53kB) [INFO] Fetching org.polarsys.capella.core.refinement.commands_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (46.53kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.56MB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.56MB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (181.73kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (181.73kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (327.87kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (327.87kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.11kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.11kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (122.24kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (122.24kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.32kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.32kB) [INFO] Fetching org.polarsys.capella.core.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.63kB) [INFO] Fetching org.polarsys.capella.core.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.63kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (94.3kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (94.3kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (82.66kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (82.66kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (61.71kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (61.71kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.ctx2la_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.86kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.ctx2la_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.86kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (159.09kB) [INFO] Fetching org.polarsys.capella.core.projection.common_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (159.09kB) [INFO] Fetching org.polarsys.capella.core.projection.systemfunction_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.14kB) [INFO] Fetching org.polarsys.capella.core.projection.systemfunction_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.14kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.21kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.21kB) [INFO] Fetching org.polarsys.capella.core.projection.data_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (63.94kB) [INFO] Fetching org.polarsys.capella.core.projection.data_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (63.94kB) [INFO] Fetching org.polarsys.capella.core.projection.statemachine_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.32kB) [INFO] Fetching org.polarsys.capella.core.projection.statemachine_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.32kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2la_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.36kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2la_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.36kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.la2pa_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.76kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.la2pa_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.76kB) [INFO] Fetching org.polarsys.capella.core.projection.misc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.21kB) [INFO] Fetching org.polarsys.capella.core.projection.misc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.21kB) [INFO] Fetching org.polarsys.capella.core.projection.logicalfunction_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.16kB) [INFO] Fetching org.polarsys.capella.core.projection.logicalfunction_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.16kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2pa_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.77kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2pa_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.77kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.la2pa_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.8kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.la2pa_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.8kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.oa2ctx_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.65kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.oa2ctx_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.65kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalactivity_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.14kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalactivity_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.14kB) [INFO] Fetching org.polarsys.capella.core.projection.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.51kB) [INFO] Fetching org.polarsys.capella.core.projection.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.51kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.breakdownstrategy_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.04kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.breakdownstrategy_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.04kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.leafstrategy_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.34kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.leafstrategy_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.34kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.interfacelinksupdate_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.93kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.interfacelinksupdate_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.93kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalcapability_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.09kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalcapability_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.09kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.79kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.79kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (116.39kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (116.39kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (83.32kB) [INFO] Fetching org.polarsys.capella.core.tiger_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (83.32kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (229.26kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (229.26kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (32.46kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (32.46kB) [INFO] Fetching org.polarsys.capella.core.refinement.scenario_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.05kB) [INFO] Fetching org.polarsys.capella.core.refinement.scenario_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.05kB) [INFO] Fetching org.polarsys.capella.core.refinement.static_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.41kB) [INFO] Fetching org.polarsys.capella.core.refinement.static_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.41kB) [INFO] Fetching org.polarsys.capella.core.refinement.subscenario_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.25kB) [INFO] Fetching org.polarsys.capella.core.refinement.subscenario_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.25kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (58.7kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (58.7kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (64.45kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (64.45kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.67kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.67kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.structuresynchronization_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.75kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.structuresynchronization_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.75kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (430.95kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (430.95kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.88kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.88kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (243.78kB) [INFO] Fetching org.polarsys.capella.core.transition.system_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (243.78kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.4kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.4kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (69.41kB) [INFO] Fetching org.polarsys.capella.core.ui.metric_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (69.41kB) [INFO] Fetching org.polarsys.capella.docgen_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (472.74kB) [INFO] Fetching org.polarsys.capella.docgen_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (472.74kB) [INFO] Fetching org.polarsys.capella.docgen.preference_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (11.72kB) [INFO] Fetching org.polarsys.capella.docgen.preference_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (11.72kB) [INFO] Fetching org.polarsys.capella.docgen.commandline_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (10.96kB) [INFO] Fetching org.polarsys.capella.docgen.commandline_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (10.96kB) [INFO] Fetching org.polarsys.capella.docgen.configuration_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (25.09kB) [INFO] Fetching org.polarsys.capella.docgen.configuration_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (25.09kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.commandline_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (13.29kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.commandline_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (13.29kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.ui_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (80.99kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.ui_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (80.99kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.edit_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (15.72kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.edit_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (15.72kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.editor_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (68.55kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.editor_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (68.55kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.feature_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/features/ (13kB) [INFO] Fetching org.polarsys.capella.docgen.configuration.feature_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/features/ (13kB) [INFO] Fetching org.polarsys.capella.docgen.ui_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (28.63kB) [INFO] Fetching org.polarsys.capella.docgen.ui_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/plugins/ (28.63kB) [INFO] Fetching org.polarsys.capella.docgen.feature_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/features/ (13.13kB) [INFO] Fetching org.polarsys.capella.docgen.feature_1.3.3.202002191229.jar from https://download.eclipse.org/capella/addons/xhtmldocgen/updates/stable/1.3.3/features/ (13.13kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.capella.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (262.51kB) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (262.51kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (131.36kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.42kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.42kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.54kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.54kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.74kB) [INFO] Fetching org.polarsys.kitalpha.accuracy.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.desc.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.as.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.84kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (45.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (45.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.afdesc.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.74kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.generators.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.cs.text.wizards.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.cs.text.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.45kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.generation.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.project.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.services.preference.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.action.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.dsl.servicies.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.dsl.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.15kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (73.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (73.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (41.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (41.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (849B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (849B) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.33kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.95kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.sdk.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.sdk.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.emf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.89kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.ta.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.49kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (109.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (109.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (35.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.commondata.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.fc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (39.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (39.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.conf.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (112.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (112.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.desc.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (36.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (18.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.services.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.23kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (37.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.ui.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (48.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (48.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.build.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.38kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.fc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.fc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.41kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (174.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (174.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (98.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (98.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.expression.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.68kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (1.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (49.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (49.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (28.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (28.24kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.validatation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.activityexplorer.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (105.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (105.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (47.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (47.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.diagram.style.customization.validation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (4.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.as.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (4.01kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (60.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (60.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.common.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (43.03kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.helpers.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (57.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (57.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (58.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.build.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (58.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (63.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.conf.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (63.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (256.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (256.08kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (279.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.diagram.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (279.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (62.51kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (52.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.services.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (52.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (72.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (121.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (121.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (110.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (110.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.desc.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.36kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (69.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (69.53kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (49.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.ui.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (49.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.data.lib.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.generators.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.88kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (57.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (57.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (69.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.activityexplorer.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (69.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.cs.text.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.integration.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.common.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.94kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (23.21kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (90.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (90.58kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.event.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.extension.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.54kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.helper.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.71kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.launcher.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.35kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.provider.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.99kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.rule.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (53.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.build.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (53.86kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.af.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (32.02kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.75kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (205.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (205.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.65kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.doc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.conf.desc.aird.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.explorer.contextual.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (51.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (42.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.activityexplorer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (42.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.precondition.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.generation.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.91kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.project.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (26.31kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.reverse.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (27.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.action.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (64.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.wizards.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (64.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.cs.text.preferences.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.preference.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.7kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.dsl.services.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.33kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.33kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.52kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.basic.ecore.workflow.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.52kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.cadence.examples.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.34kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.34kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (29kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (29kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.importer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.88kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.componentsample.installer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.94kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.43kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.28kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (12.28kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.47kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.allocation.ecore.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.47kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.13kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.83kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.95kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.refinery.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.95kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.manyfile.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.36kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.63kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.advanced.ecore.gen.strategy.onefile.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.63kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.55kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.27kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.27kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.04kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.04kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.38kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.allocation.ecore.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.38kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.12kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.12kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.58kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.98kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.refinery.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.98kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.52kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.35kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.compound.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.35kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.consonant.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.96kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.basic.ecore.gen.strategy.vowel.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.89kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.56kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.05kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.05kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.91kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.allocation.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.06kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.17kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.17kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.98kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.extended.ecorex.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.98kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.57kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.95kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.95kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.2kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.5kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.allocation.ecore.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.5kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.binding.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.14kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.16kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.composergen.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.16kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.26kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.generator.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.26kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.95kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.refinery.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.95kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.26kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.recursive.ecore.gen.strategy.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.26kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (4.01kB) [INFO] Fetching org.polarsys.kitalpha.composer.examples.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (4.01kB) [INFO] Fetching org.polarsys.kitalpha.composer.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (70.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (70.29kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.65kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.65kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.68kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.1kB) [INFO] Fetching org.polarsys.kitalpha.composer.metamodel.allocation.base.model.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.1kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (61.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (61.42kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.54kB) [INFO] Fetching org.polarsys.kitalpha.composer.ui.help.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.54kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.composer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (143.46kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (143.46kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.83kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.83kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.83kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.preference.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.83kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.core.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (68.68kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.7kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.7kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.63kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.genchain.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.63kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.doc.gen.business.ecore.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.59kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.59kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.explorer.contextual.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (33.88kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (20.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.56kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.31kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.31kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.42kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.1kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (14.1kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.58kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.emde.genchain.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.79kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (136.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (136.85kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.42kB) [INFO] Fetching org.polarsys.kitalpha.emde.portfolio.emf.egf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.42kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.sdk.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.55kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.55kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (28.43kB) [INFO] Fetching org.polarsys.kitalpha.massactions_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (28.43kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (17.84kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (17.84kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (54.06kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (98.07kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (98.07kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (456.58kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (456.58kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/features/ (8.95kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/features/ (8.95kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (19.15kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (19.15kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (91.79kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (91.79kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (456.44kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (456.44kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (14.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (14.5kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (41.3kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/plugins/ (41.3kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/runtime/1.3.2RC1/features/ (3.82kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.17kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.17kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.model.attachment.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.81kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.73kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.73kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (12.97kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (2.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.84kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.menu.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.84kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.8kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.8kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.33kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.33kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (9.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.79kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.79kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.85kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.85kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.8kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.5kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.5kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.13kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.13kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.37kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.37kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.87kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.72kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.source_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.72kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.98kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.source_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.98kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.83kB) [INFO] Fetching org.polarsys.kitalpha.patterns.emde.gen.edit.source_0.8.0.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.83kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.04kB) [INFO] Fetching org.polarsys.kitalpha.patterns.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.04kB) [INFO] Fetching org.polarsys.kitalpha.product.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.product.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.54kB) [INFO] Fetching org.polarsys.kitalpha.product.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.product.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.report.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.94kB) [INFO] Fetching org.polarsys.kitalpha.report.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (6.94kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.67kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.67kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (946B) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (946B) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.43kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (24.43kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.75kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.51kB) [INFO] Fetching org.polarsys.kitalpha.ecore.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (30.51kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.representation.ecore.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.38kB) [INFO] Fetching org.polarsys.kitalpha.egf.genchain.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (16.38kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.representation.egf.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.55kB) [INFO] Fetching org.polarsys.kitalpha.emde.diagram.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.55kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.representation.emde.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.74kB) [INFO] Fetching org.polarsys.kitalpha.representation.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.74kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.38kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (13.38kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (5.89kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.88kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.88kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.46kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.46kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (22.79kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.76kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.11kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (17.11kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.72kB) [INFO] Fetching org.polarsys.kitalpha.runtime.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.72kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.72kB) [INFO] Fetching org.polarsys.kitalpha.sdk.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.72kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.92kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.importer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.92kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.transposer.componentsample.installer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.29kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (4.29kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.m2m.uml.to.ecore.extended.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (7.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.transposer.examples.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (38.63kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (11.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.32kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.31kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.31kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (10.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (145.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (145.94kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (59.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.09kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.17kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (15.17kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.25kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (8.25kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (21.2kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.34kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (19.34kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.84kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.84kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.importer.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/plugins/ (3.77kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Fetching org.polarsys.kitalpha.vp.componentsample.example.installer.feature.source_1.3.2.202002101656.jar from https://download.polarsys.org/kitalpha/updates/stable/sdk/1.3.2RC1/features/ (3.78kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.updatesite/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Fetching org.eclipse.equinox.executable_3.7.2.v20171108-1834.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (226.77kB) [INFO] Fetching org.eclipse.equinox.executable_3.7.2.v20171108-1834.jar from http://download.eclipse.org/releases/oxygen/201803211000/features/ (226.77kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.7.2.v20171108-1834 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (31.96kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.7.2.v20171108-1834 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (31.96kB) [INFO] Fetching org.polarsys.capella.commandline.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (310.44kB) [INFO] Fetching org.polarsys.capella.commandline.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (310.44kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.81kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.81kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (51.77kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (51.77kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.38kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.38kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.89kB) [INFO] Fetching org.polarsys.capella.common.id.handler_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.89kB) [INFO] Fetching org.polarsys.capella.common.re_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (224.52kB) [INFO] Fetching org.polarsys.capella.common.re_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (224.52kB) [INFO] Fetching org.polarsys.capella.common.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.42kB) [INFO] Fetching org.polarsys.capella.common.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.42kB) [INFO] Fetching org.polarsys.capella.common.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (57.11kB) [INFO] Fetching org.polarsys.capella.common.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (57.11kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.74kB) [INFO] Fetching org.polarsys.capella.shared.id.handler.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.74kB) [INFO] Fetching org.polarsys.capella.common.model.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.18kB) [INFO] Fetching org.polarsys.capella.common.model.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.18kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.27kB) [INFO] Fetching org.polarsys.capella.common.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.27kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.12kB) [INFO] Fetching org.polarsys.capella.common.tools.report.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.12kB) [INFO] Fetching org.polarsys.capella.common.ef.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.35kB) [INFO] Fetching org.polarsys.capella.common.ef.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.35kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.33kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.ted.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.33kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.67kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.67kB) [INFO] Fetching org.polarsys.capella.common.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.83kB) [INFO] Fetching org.polarsys.capella.common.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.83kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.54kB) [INFO] Fetching org.polarsys.capella.common.model.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.54kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.72kB) [INFO] Fetching org.polarsys.capella.common.menu.dynamic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.72kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.49kB) [INFO] Fetching org.polarsys.capella.common.mdsofa.common.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.49kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (124.72kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (124.72kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (47.48kB) [INFO] Fetching org.polarsys.capella.common.data.activity.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (47.48kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (28.28kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (28.28kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.93kB) [INFO] Fetching org.polarsys.capella.common.data.behavior.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.93kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (83.63kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (83.63kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.31kB) [INFO] Fetching org.polarsys.capella.common.data.core.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.31kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.74kB) [INFO] Fetching org.polarsys.capella.common.re.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.74kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.35kB) [INFO] Fetching org.polarsys.capella.common.re.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.35kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.11kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.11kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.71kB) [INFO] Fetching org.polarsys.capella.common.libraries.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.71kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.17kB) [INFO] Fetching org.polarsys.capella.common.id.handler.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.17kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.85kB) [INFO] Fetching org.polarsys.capella.common.data.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.85kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.78kB) [INFO] Fetching org.polarsys.capella.common.libraries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.78kB) [INFO] Fetching org.polarsys.capella.common.re.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (167.96kB) [INFO] Fetching org.polarsys.capella.common.re.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (167.96kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (34.28kB) [INFO] Fetching org.polarsys.capella.common.flexibility.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (34.28kB) [INFO] Fetching org.polarsys.capella.common.transition.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (173.46kB) [INFO] Fetching org.polarsys.capella.common.transition.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (173.46kB) [INFO] Fetching org.polarsys.capella.common.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.83kB) [INFO] Fetching org.polarsys.capella.common.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.83kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.11kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.11kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.7kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.7kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.25kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.25kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.22kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.22kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (102.11kB) [INFO] Fetching org.polarsys.capella.common.re.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (102.11kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.42kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.42kB) [INFO] Fetching org.polarsys.capella.common.ui.progress_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.27kB) [INFO] Fetching org.polarsys.capella.common.ui.progress_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.27kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.37kB) [INFO] Fetching org.polarsys.capella.common.ui.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.37kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.95kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.console.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.95kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.85kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.file.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.85kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (70.69kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.reportlogview.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (70.69kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.96kB) [INFO] Fetching org.polarsys.capella.common.tools.report.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.96kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.68kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.console.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.68kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.34kB) [INFO] Fetching org.polarsys.capella.common.platform.eclipse.tools.report.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.34kB) [INFO] Fetching org.polarsys.capella.common.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (149.88kB) [INFO] Fetching org.polarsys.capella.common.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (149.88kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.59kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.59kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.45kB) [INFO] Fetching org.polarsys.capella.common.ui.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.45kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.33kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.33kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.28kB) [INFO] Fetching org.polarsys.capella.common.ui.toolkit.browser.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.28kB) [INFO] Fetching org.polarsys.capella.common.ui.progress.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.17kB) [INFO] Fetching org.polarsys.capella.common.ui.progress.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.17kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.63kB) [INFO] Fetching org.polarsys.capella.common.platform.sirius.customization.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.63kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.99kB) [INFO] Fetching org.polarsys.capella.common.linkedtext.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.99kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.8kB) [INFO] Fetching org.polarsys.capella.common.ui.menu.dynamic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.8kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.61kB) [INFO] Fetching org.polarsys.capella.common.sirius.decorators.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.61kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (59.88kB) [INFO] Fetching org.polarsys.capella.common.re.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (59.88kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (82.4kB) [INFO] Fetching org.polarsys.capella.common.flexibility.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (82.4kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.81kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.81kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.57kB) [INFO] Fetching org.polarsys.capella.common.tools.report.appenders.usage.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.57kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.83kB) [INFO] Fetching org.polarsys.capella.common.ui.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.83kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.17kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.17kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (44.21kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (44.21kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (183.33kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (183.33kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (9.17kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (9.17kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.67kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.67kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.11kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.core.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.11kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (181.91kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (181.91kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.76kB) [INFO] Fetching org.polarsys.capella.common.ui.massactions.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.76kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.advance.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.advance.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.47kB) [INFO] Fetching org.polarsys.capella.core.advance.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.47kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.36kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.36kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.28kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.28kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.87kB) [INFO] Fetching org.polarsys.capella.core.model.semantic_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.87kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.3kB) [INFO] Fetching org.polarsys.capella.core.common.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.3kB) [INFO] Fetching org.polarsys.capella.core.model.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (300.56kB) [INFO] Fetching org.polarsys.capella.core.model.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (300.56kB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.06MB) [INFO] Fetching org.polarsys.capella.core.data.business.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.06MB) [INFO] Fetching org.polarsys.capella.core.model.handler.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (74.19kB) [INFO] Fetching org.polarsys.capella.core.model.handler.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (74.19kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.74kB) [INFO] Fetching org.polarsys.capella.core.diagram.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.74kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (41.33kB) [INFO] Fetching org.polarsys.capella.core.model.skeleton.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (41.33kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.27kB) [INFO] Fetching org.polarsys.capella.core.model.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.27kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.52kB) [INFO] Fetching org.polarsys.capella.core.model.semantic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.52kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.53kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.53kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (381.89kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (381.89kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.15kB) [INFO] Fetching org.polarsys.capella.core.queries.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.15kB) [INFO] Fetching org.polarsys.capella.core.application.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.29kB) [INFO] Fetching org.polarsys.capella.core.application.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.29kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.11kB) [INFO] Fetching org.polarsys.capella.core.af.integration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (12.11kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (313.65kB) [INFO] Fetching org.polarsys.capella.core.data.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (313.65kB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.15MB) [INFO] Fetching org.polarsys.capella.core.data.gen.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.15MB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (949.45kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (949.45kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.57kB) [INFO] Fetching org.polarsys.capella.core.data.gen.edit.decorators.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.57kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.52kB) [INFO] Fetching org.polarsys.capella.core.common.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.52kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (617.77kB) [INFO] Fetching org.polarsys.capella.core.data.res.edit_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (617.77kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (54.39kB) [INFO] Fetching org.polarsys.capella.core.data.res.editor_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (54.39kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.38MB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.22kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.22kB) [INFO] Fetching org.polarsys.capella.common.ui.resources.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.22kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (87.13kB) [INFO] Fetching org.polarsys.capella.core.ui.toolkit.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (87.13kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.67kB) [INFO] Fetching org.polarsys.capella.core.ui.resources.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.67kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (161.17kB) [INFO] Fetching org.polarsys.capella.core.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (161.17kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.81kB) [INFO] Fetching org.polarsys.capella.core.commandline.core.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.81kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.37kB) [INFO] Fetching org.polarsys.capella.core.af.integration.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.37kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (409.09kB) [INFO] Fetching org.polarsys.capella.core.data.gen.editor.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (409.09kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.46kB) [INFO] Fetching org.polarsys.capella.core.common.ui.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.46kB) [INFO] Fetching org.polarsys.capella.core.compare_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.65kB) [INFO] Fetching org.polarsys.capella.core.compare_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.65kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.05kB) [INFO] Fetching org.polarsys.capella.core.compare.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.05kB) [INFO] Fetching org.polarsys.capella.core.compare.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.74kB) [INFO] Fetching org.polarsys.capella.core.compare.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.74kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (102.54kB) [INFO] Fetching org.polarsys.capella.core.sirius.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (102.54kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.39kB) [INFO] Fetching org.polarsys.capella.core.compare.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.39kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.08kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.08kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (124.88kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (124.88kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.41kB) [INFO] Fetching org.polarsys.capella.core.dashboard.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.41kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.38kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.38kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.18kB) [INFO] Fetching org.polarsys.capella.core.validation.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.18kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (43.59kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (43.59kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.71kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.71kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.68kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (25.68kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (86.2kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (86.2kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (59.07kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (59.07kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.93kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.93kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (85.61kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (85.61kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.04kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.04kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.36kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.36kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (93.7kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (93.7kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (118.17kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (118.17kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (58.7kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (58.7kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.9kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.9kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.35kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (42.35kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (118.99kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (118.99kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.87kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.87kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (41.3kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (41.3kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (67.69kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (67.69kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.91kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.91kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.79kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.79kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (120.08kB) [INFO] Fetching org.polarsys.capella.core.data.migration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (120.08kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.13kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.13kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.8kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.8kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.39kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.39kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.65kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29.65kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.66kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.66kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.12kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.12kB) [INFO] Fetching org.polarsys.capella.core.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (10.99kB) [INFO] Fetching org.polarsys.capella.core.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (10.99kB) [INFO] Fetching org.polarsys.capella.core.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.26kB) [INFO] Fetching org.polarsys.capella.core.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.26kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (106.42kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (106.42kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.libraries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (28.57kB) [INFO] Fetching org.polarsys.capella.core.libraries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (28.57kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.58kB) [INFO] Fetching org.polarsys.capella.core.libraries.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.58kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.2kB) [INFO] Fetching org.polarsys.capella.core.libraries.extendedQueries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (88.2kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.44kB) [INFO] Fetching org.polarsys.capella.core.libraries.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.44kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.02kB) [INFO] Fetching org.polarsys.capella.core.migration.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.02kB) [INFO] Fetching org.polarsys.capella.core.data.migration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (68.28kB) [INFO] Fetching org.polarsys.capella.core.data.migration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (68.28kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.38kB) [INFO] Fetching org.polarsys.capella.core.migration.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.38kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.19kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.19kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.66kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.66kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.refinement.processor_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.52kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.refinement.processor_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.52kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.38kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.38kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (95.5kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (95.5kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.47kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.47kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.61kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.61kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.34kB) [INFO] Fetching org.polarsys.capella.core.properties.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.34kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (138.66kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (138.66kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (64.16kB) [INFO] Fetching org.polarsys.capella.core.data.information.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (64.16kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (38.76kB) [INFO] Fetching org.polarsys.capella.core.data.core.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (38.76kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.61kB) [INFO] Fetching org.polarsys.capella.core.data.cs.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.61kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.87kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.87kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (122.25kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (122.25kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.54kB) [INFO] Fetching org.polarsys.capella.core.data.common.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (37.54kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (39.08kB) [INFO] Fetching org.polarsys.capella.core.data.information.datavalue.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (39.08kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.91kB) [INFO] Fetching org.polarsys.capella.core.data.fa.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.91kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.14kB) [INFO] Fetching org.polarsys.capella.core.data.modeller.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.14kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.58kB) [INFO] Fetching org.polarsys.capella.core.data.sharedmodel.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.58kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.71kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.06kB) [INFO] Fetching org.polarsys.capella.core.data.pa.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.06kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.6kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.6kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.44kB) [INFO] Fetching org.polarsys.capella.core.data.oa.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.44kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.4kB) [INFO] Fetching org.polarsys.capella.core.data.la.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.4kB) [INFO] Fetching org.polarsys.capella.core.data.requirement.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.06kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.22kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.34kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.properties.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.34kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.53kB) [INFO] Fetching org.polarsys.capella.core.properties.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.53kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (32.44kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (32.44kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.13kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.13kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.28kB) [INFO] Fetching org.polarsys.capella.core.ui.properties.richtext.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.28kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.07kB) [INFO] Fetching org.polarsys.capella.core.explorer.activity.ui.richtext.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.07kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.5kB) [INFO] Fetching org.polarsys.capella.core.properties.richtext.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.5kB) [INFO] Fetching org.polarsys.capella.core.re_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (96.48kB) [INFO] Fetching org.polarsys.capella.core.re_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (96.48kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.17kB) [INFO] Fetching org.polarsys.capella.core.re.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.17kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (46.03kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (46.03kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.73kB) [INFO] Fetching org.polarsys.capella.core.re.project_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.73kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.13kB) [INFO] Fetching org.polarsys.capella.core.re.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.13kB) [INFO] Fetching org.polarsys.capella.core.re.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.88kB) [INFO] Fetching org.polarsys.capella.core.re.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (59.62kB) [INFO] Fetching org.polarsys.capella.core.re.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (59.62kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.66kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.66kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.24kB) [INFO] Fetching org.polarsys.capella.core.re.project.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.24kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.39kB) [INFO] Fetching org.polarsys.capella.core.re.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.39kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.33kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.33kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (200.22kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (200.22kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.21kB) [INFO] Fetching org.polarsys.capella.core.re.validation_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.21kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.broadcastpattern_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.99kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.broadcastpattern_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.99kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.standard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.52kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.standard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.52kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.42kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.42kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.47kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.47kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.actorprojection_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.24kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.actorprojection_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.24kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.realizationsupdate_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.35kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.realizationsupdate_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.35kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.standard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.38kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.standard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.38kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.uiselection_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.96kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.uiselection_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.96kB) [INFO] Fetching org.polarsys.capella.core.refinement.scheduler.standard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.19kB) [INFO] Fetching org.polarsys.capella.core.refinement.scheduler.standard_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.19kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.sirius_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.35kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.sirius_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.35kB) [INFO] Fetching org.polarsys.capella.core.sequencediag.specific_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.45kB) [INFO] Fetching org.polarsys.capella.core.sequencediag.specific_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.45kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (60.83kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (60.83kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.63kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.63kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.33kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (36.33kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.standard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.24kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.standard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.24kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.standard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.82kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.standard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.82kB) [INFO] Fetching org.polarsys.capella.core.refinement.scheduler.standard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.41kB) [INFO] Fetching org.polarsys.capella.core.refinement.scheduler.standard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.41kB) [INFO] Fetching org.polarsys.capella.core.refinement.static.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.81kB) [INFO] Fetching org.polarsys.capella.core.refinement.static.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.81kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.76kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.76kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.interfacelinksupdate.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.02kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.interfacelinksupdate.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.02kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.realizationsupdate.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.6kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.realizationsupdate.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.6kB) [INFO] Fetching org.polarsys.capella.core.tiger.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (55.03kB) [INFO] Fetching org.polarsys.capella.core.tiger.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (55.03kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (115.67kB) [INFO] Fetching org.polarsys.capella.core.projection.common.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (115.67kB) [INFO] Fetching org.polarsys.capella.core.refinement.scenario.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.62kB) [INFO] Fetching org.polarsys.capella.core.refinement.scenario.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.62kB) [INFO] Fetching org.polarsys.capella.core.refinement.subscenario.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.85kB) [INFO] Fetching org.polarsys.capella.core.refinement.subscenario.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.85kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.structuresynchronization.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.42kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.structuresynchronization.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.42kB) [INFO] Fetching org.polarsys.capella.core.projection.logicalfunction.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.79kB) [INFO] Fetching org.polarsys.capella.core.projection.logicalfunction.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.79kB) [INFO] Fetching org.polarsys.capella.core.projection.misc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.2kB) [INFO] Fetching org.polarsys.capella.core.projection.misc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.2kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalactivity.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.17kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalactivity.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.17kB) [INFO] Fetching org.polarsys.capella.core.projection.systemfunction.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.86kB) [INFO] Fetching org.polarsys.capella.core.projection.systemfunction.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.86kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (44kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (44kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2la.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.12kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2la.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.12kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2pa.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.33kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.ctx2pa.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.33kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.la2pa.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.38kB) [INFO] Fetching org.polarsys.capella.core.projection.interfaces.la2pa.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.38kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.ctx2la.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.42kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.ctx2la.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.42kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.la2pa.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.47kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.la2pa.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.47kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.leafstrategy.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.12kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.leafstrategy.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.12kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.breakdownstrategy.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.08kB) [INFO] Fetching org.polarsys.capella.core.projection.lc2pc.breakdownstrategy.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.08kB) [INFO] Fetching org.polarsys.capella.core.projection.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.94kB) [INFO] Fetching org.polarsys.capella.core.projection.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.94kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.actorprojection.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.55kB) [INFO] Fetching org.polarsys.capella.core.refinement.processor.actorprojection.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.55kB) [INFO] Fetching org.polarsys.capella.core.projection.data.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.51kB) [INFO] Fetching org.polarsys.capella.core.projection.data.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (50.51kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.oa2ctx.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.95kB) [INFO] Fetching org.polarsys.capella.core.projection.actors.oa2ctx.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.95kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.refinement.processor.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.9kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.refinement.processor.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.9kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalcapability.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.68kB) [INFO] Fetching org.polarsys.capella.core.projection.operationalcapability.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.68kB) [INFO] Fetching org.polarsys.capella.core.projection.statemachine.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.36kB) [INFO] Fetching org.polarsys.capella.core.projection.statemachine.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.36kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.1kB) [INFO] Fetching org.polarsys.capella.core.projection.exchanges.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.1kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (84.25kB) [INFO] Fetching org.polarsys.capella.core.projection.scenario.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (84.25kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.broadcastpattern.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.32kB) [INFO] Fetching org.polarsys.capella.core.refinement.mapper.broadcastpattern.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.32kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.62kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.62kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.44kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.44kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.73kB) [INFO] Fetching org.polarsys.capella.core.transfo.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.73kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.15kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.56kB) [INFO] Fetching org.polarsys.capella.core.transition.common.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.56kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (169.66kB) [INFO] Fetching org.polarsys.capella.core.transition.system.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (169.66kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.47kB) [INFO] Fetching org.polarsys.capella.core.transition.system.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.47kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.46kB) [INFO] Fetching org.polarsys.capella.core.transition.common.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.46kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.37kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.37kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (153.16kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (153.16kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.82kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.82kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.48kB) [INFO] Fetching org.polarsys.capella.core.flexibility.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.48kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.57kB) [INFO] Fetching org.polarsys.capella.core.transition.system.topdown.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.57kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (57.35kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (57.35kB) [INFO] Fetching org.polarsys.capella.ui.views_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.27kB) [INFO] Fetching org.polarsys.capella.ui.views_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.27kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.37kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.37kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.14kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.14kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.11kB) [INFO] Fetching org.polarsys.capella.core.ui.intro_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.11kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.51kB) [INFO] Fetching org.polarsys.capella.core.ui.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.51kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.87kB) [INFO] Fetching org.polarsys.capella.core.data.selection.queries.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.87kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (63.08kB) [INFO] Fetching org.polarsys.capella.core.platform.eclipse.ui.trace.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (63.08kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.96kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.menu.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.96kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.perspective.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (22.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.adapter.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.03kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (177.41kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.navigator.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (177.41kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (46.75kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.project.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (46.75kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (472.5kB) [INFO] Fetching org.polarsys.capella.core.sirius.analysis.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (472.5kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (104.89kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.actions.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (104.89kB) [INFO] Fetching org.polarsys.capella.core.sequencediag.specific.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.7kB) [INFO] Fetching org.polarsys.capella.core.sequencediag.specific.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.7kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.94kB) [INFO] Fetching org.polarsys.capella.core.menu.dynamic.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.94kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.98kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.ui.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.98kB) [INFO] Fetching org.polarsys.capella.core.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.96kB) [INFO] Fetching org.polarsys.capella.core.services.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.96kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (148.98kB) [INFO] Fetching org.polarsys.capella.core.data.menu.contributions.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (148.98kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.53kB) [INFO] Fetching org.polarsys.capella.core.ui.metric.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.53kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.94kB) [INFO] Fetching org.polarsys.capella.core.model.obfuscator.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.94kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.56kB) [INFO] Fetching org.polarsys.capella.core.ui.reportlog.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.56kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.1kB) [INFO] Fetching org.polarsys.capella.core.validation.commandline.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.1kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.14kB) [INFO] Fetching org.polarsys.capella.core.preferences.project.configuration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (31.14kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (69.88kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.clipboard.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (69.88kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.53kB) [INFO] Fetching org.polarsys.capella.core.linkedtext.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.53kB) [INFO] Fetching org.polarsys.capella.core.ui.intro.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.9kB) [INFO] Fetching org.polarsys.capella.core.ui.intro.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.9kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.6kB) [INFO] Fetching org.polarsys.capella.core.ui.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.6kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.14kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.14kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.13kB) [INFO] Fetching org.polarsys.capella.core.data.core.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (16.13kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.5kB) [INFO] Fetching org.polarsys.capella.core.data.information.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (23.5kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (61.97kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (61.97kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.41kB) [INFO] Fetching org.polarsys.capella.core.data.cs.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.41kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.08kB) [INFO] Fetching org.polarsys.capella.core.data.pa.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.08kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.02kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.02kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.12kB) [INFO] Fetching org.polarsys.capella.core.data.common.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (7.12kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.88kB) [INFO] Fetching org.polarsys.capella.core.re.ui.quickfix.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.88kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.47kB) [INFO] Fetching org.polarsys.capella.core.ui.quickfix.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.47kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.23kB) [INFO] Fetching org.polarsys.capella.core.ui.search_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (40.23kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.12kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.sirius.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.78kB) [INFO] Fetching org.polarsys.capella.core.semantic.queries.sirius.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.78kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.95kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.95kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.32kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.sirius.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.32kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.51kB) [INFO] Fetching org.polarsys.capella.core.ui.semantic.browser.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.51kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.19kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.19kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.08kB) [INFO] Fetching org.polarsys.capella.core.transition.diagram.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.08kB) [INFO] Fetching org.polarsys.capella.core.projection.commands.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (63.77kB) [INFO] Fetching org.polarsys.capella.core.projection.commands.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (63.77kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.83kB) [INFO] Fetching org.polarsys.capella.core.refinement.framework.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.83kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.uiselection.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.82kB) [INFO] Fetching org.polarsys.capella.core.refinement.resolver.uiselection.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.82kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.25kB) [INFO] Fetching org.polarsys.capella.core.refinement.merge.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.25kB) [INFO] Fetching org.polarsys.capella.core.refinement.commands.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29kB) [INFO] Fetching org.polarsys.capella.core.refinement.commands.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (29kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.32kB) [INFO] Fetching org.polarsys.capella.core.refinement.preferences.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.32kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.49kB) [INFO] Fetching org.polarsys.capella.core.projection.common.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.49kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.49kB) [INFO] Fetching org.polarsys.capella.core.ui.transfo.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.49kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.16kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.88kB) [INFO] Fetching org.polarsys.capella.core.data.fa.ui.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (30.88kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.data.la.ui.wizards.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.91kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (32.81kB) [INFO] Fetching org.polarsys.capella.core.ui.fastlinker.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (32.81kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (28.06kB) [INFO] Fetching org.polarsys.capella.core.model.links.helpers.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (28.06kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.31kB) [INFO] Fetching org.polarsys.capella.core.ui.search.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (17.31kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.46kB) [INFO] Fetching org.polarsys.capella.core.ui.wizards.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.46kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.31kB) [INFO] Fetching org.polarsys.capella.core.validation.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.31kB) [INFO] Fetching org.polarsys.capella.core.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.01kB) [INFO] Fetching org.polarsys.capella.core.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (24.01kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.93kB) [INFO] Fetching org.polarsys.capella.core.data.cs.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (62.93kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.99kB) [INFO] Fetching org.polarsys.capella.core.data.ctx.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (26.99kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.42kB) [INFO] Fetching org.polarsys.capella.core.data.epbs.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.42kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (89.58kB) [INFO] Fetching org.polarsys.capella.core.data.fa.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (89.58kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (92.98kB) [INFO] Fetching org.polarsys.capella.core.data.information.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (92.98kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (48.6kB) [INFO] Fetching org.polarsys.capella.core.data.interaction.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (48.6kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.59kB) [INFO] Fetching org.polarsys.capella.core.data.la.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.59kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.73kB) [INFO] Fetching org.polarsys.capella.core.data.oa.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.73kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.1kB) [INFO] Fetching org.polarsys.capella.core.data.pa.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.1kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (60.29kB) [INFO] Fetching org.polarsys.capella.core.data.core.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (60.29kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.8kB) [INFO] Fetching org.polarsys.capella.core.data.common.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.8kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.89kB) [INFO] Fetching org.polarsys.capella.core.data.information.datatype.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (9.89kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.64kB) [INFO] Fetching org.polarsys.capella.core.platform.sirius.sirius.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (14.64kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.46kB) [INFO] Fetching org.polarsys.capella.core.data.information.communication.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.46kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.21kB) [INFO] Fetching org.polarsys.capella.core.data.pa.deployment.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (4.21kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.15kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (20.15kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.62kB) [INFO] Fetching org.polarsys.capella.core.validation.ui.ide.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (27.62kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.85kB) [INFO] Fetching org.polarsys.capella.core.re.validation.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (15.85kB) [INFO] Fetching org.polarsys.capella.core.validation.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.52kB) [INFO] Fetching org.polarsys.capella.core.validation.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.52kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (43.7kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (43.7kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.09kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.09kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.04kB) [INFO] Fetching org.polarsys.capella.detachment.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.04kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.42kB) [INFO] Fetching org.polarsys.capella.detachment.propertyvalue.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (21.42kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.97kB) [INFO] Fetching org.polarsys.capella.detachment.version.precondition.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (5.97kB) [INFO] Fetching org.polarsys.capella.detachment.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.64kB) [INFO] Fetching org.polarsys.capella.detachment.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.64kB) [INFO] Fetching org.polarsys.capella.developer.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.83MB) [INFO] Fetching org.polarsys.capella.developer.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.83MB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.24MB) [INFO] Fetching org.polarsys.capella.diagrams.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.24MB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (52.97kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (52.97kB) [INFO] Fetching org.polarsys.capella.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (315.68kB) [INFO] Fetching org.polarsys.capella.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (315.68kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (39.15kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (39.15kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (515.37kB) [INFO] Fetching org.polarsys.capella.patterns.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (515.37kB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (995.89kB) [INFO] Fetching org.polarsys.capella.preferences.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (995.89kB) [INFO] Fetching org.polarsys.capella.properties.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (117.65kB) [INFO] Fetching org.polarsys.capella.properties.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (117.65kB) [INFO] Fetching org.polarsys.capella.re.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.89MB) [INFO] Fetching org.polarsys.capella.re.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.89MB) [INFO] Fetching org.polarsys.capella.transitions.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.12MB) [INFO] Fetching org.polarsys.capella.transitions.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.12MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.13MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (18.13MB) [INFO] Fetching org.polarsys.capella.ui.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (13.27MB of 18.13MB at 13.26MB/s) [INFO] Fetching org.polarsys.capella.glossary.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (368.78kB) [INFO] Fetching org.polarsys.capella.glossary.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (368.78kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (81.88kB) [INFO] Fetching org.polarsys.capella.validation.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (81.88kB) [INFO] Fetching org.polarsys.capella.th.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.55MB) [INFO] Fetching org.polarsys.capella.th.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.55MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.75MB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (8.75MB) [INFO] Fetching org.polarsys.capella.gitadapter.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.22MB) [INFO] Fetching org.polarsys.capella.gitadapter.doc_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.22MB) [INFO] Fetching org.polarsys.capella.doc.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.36kB) [INFO] Fetching org.polarsys.capella.doc.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.36kB) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (999B) [INFO] Fetching org.polarsys.capella.viewpoint.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (999B) [INFO] Fetching org.polarsys.capella.commandline.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.49kB) [INFO] Fetching org.polarsys.capella.commandline.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.49kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.diffmerge.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.patterns.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.46kB) [INFO] Fetching org.polarsys.capella.patterns.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.46kB) [INFO] Fetching org.polarsys.capella.preferences.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.48kB) [INFO] Fetching org.polarsys.capella.preferences.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.48kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.properties.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.re.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.42kB) [INFO] Fetching org.polarsys.capella.re.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.42kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.49kB) [INFO] Fetching org.polarsys.capella.transitions.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.49kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.42kB) [INFO] Fetching org.polarsys.capella.ui.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.42kB) [INFO] Fetching org.polarsys.capella.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.28kB) [INFO] Fetching org.polarsys.capella.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.28kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.45kB) [INFO] Fetching org.polarsys.capella.diagrams.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.45kB) [INFO] Fetching org.polarsys.capella.glossary.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.46kB) [INFO] Fetching org.polarsys.capella.glossary.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.46kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.validation.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.developer.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.47kB) [INFO] Fetching org.polarsys.capella.th.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.21kB) [INFO] Fetching org.polarsys.capella.th.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.21kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.5kB) [INFO] Fetching org.polarsys.capella.tipsandtricks.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.5kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.09kB) [INFO] Fetching org.polarsys.capella.core.re.updateconnections.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.09kB) [INFO] Fetching org.polarsys.capella.gitadapter.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.49kB) [INFO] Fetching org.polarsys.capella.gitadapter.doc.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (2.49kB) [INFO] Fetching org.polarsys.capella.doc.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.74kB) [INFO] Fetching org.polarsys.capella.doc.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.74kB) [INFO] Fetching org.polarsys.capella.patterns_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (53.64kB) [INFO] Fetching org.polarsys.capella.patterns_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (53.64kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.37kB) [INFO] Fetching org.polarsys.capella.patterns.ui_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.37kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.64kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (6.64kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.42kB) [INFO] Fetching org.polarsys.capella.patterns.migration_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (19.42kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.76kB) [INFO] Fetching org.polarsys.capella.patterns.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.76kB) [INFO] Fetching org.polarsys.capella.patterns.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.05kB) [INFO] Fetching org.polarsys.capella.patterns.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (35.05kB) [INFO] Fetching org.polarsys.capella.patterns.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.66kB) [INFO] Fetching org.polarsys.capella.patterns.ui.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (10.66kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.31kB) [INFO] Fetching org.polarsys.capella.patterns.obfuscator.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (3.31kB) [INFO] Fetching org.polarsys.capella.patterns.migration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.51kB) [INFO] Fetching org.polarsys.capella.patterns.migration.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (11.51kB) [INFO] Fetching org.polarsys.capella.patterns.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.71kB) [INFO] Fetching org.polarsys.capella.patterns.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.71kB) [INFO] Fetching org.polarsys.capella.rcp_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.19kB) [INFO] Fetching org.polarsys.capella.rcp_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (33.19kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.18kB) [INFO] Fetching org.polarsys.capella.rcp.feature_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (11.18kB) [INFO] Fetching org.polarsys.capella.rcp.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.06kB) [INFO] Fetching org.polarsys.capella.rcp.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/plugins/ (1.06kB) [INFO] Fetching org.polarsys.capella.rcp.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.72kB) [INFO] Fetching org.polarsys.capella.rcp.feature.source_1.3.2.202002140948.jar from https://download.eclipse.org/capella/core/updates/stable/1.3.2-S20200214-094869/org.polarsys.capella.rcp.site/features/ (4.72kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.7.2.v20171108-1834 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (34.39kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.7.2.v20171108-1834 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (34.39kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.7.2.v20171108-1834 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (11.11kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.7.2.v20171108-1834 from http://download.eclipse.org/releases/oxygen/201803211000/binary/ (11.11kB) [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.releng.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test.feature:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/.polyglot.build.properties [WARNING] The project org.polarsys.capella:org.polarsys.capella.studio.releng.parent:pom:1.3.2-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella Studio [pom] [INFO] capellastudio [eclipse-target-definition] [INFO] org.polarsys.capella.extension.genchain.model [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain [eclipse-plugin] [INFO] org.polarsys.capella.extension.genchain.model.edit [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools [eclipse-plugin] [INFO] org.polarsys.capella.extension.tools.ui [eclipse-plugin] [INFO] org.polarsys.capella.studio.product [eclipse-plugin] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui [eclipse-plugin] [INFO] org.polarsys.capella.ta [eclipse-plugin] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension [eclipse-plugin] [INFO] org.polarsys.capella.extension.sdk.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.product.feature [eclipse-feature] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.eclipse.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.capella.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature [eclipse-feature] [INFO] org.polarsys.capella.studio.releng.updatesite [eclipse-repository] [INFO] Capella studio Product [eclipse-repository] [INFO] Capella Sudio Aggregator Module [pom] [INFO] org.polarsys.capella.studio.test [eclipse-plugin] [INFO] org.polarsys.capella.studio.test.feature [eclipse-feature] [INFO] Capella Sudio tests Aggregator Module [pom] [INFO] Capella Studio Root [pom] [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.releng.parent >--- [INFO] Building Capella Studio 1.3.2-SNAPSHOT [1/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.parent --- Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 156 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Progress (1): 4.1 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/16/spice-parent-16.pom (8.4 kB at 380 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.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar 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.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar Progress (1): 4.1/226 kB Progress (1): 7.7/226 kB Progress (1): 12/226 kB Progress (1): 16/226 kB Progress (1): 20/226 kB Progress (1): 24/226 kB Progress (1): 28/226 kB Progress (1): 32/226 kB Progress (1): 36/226 kB Progress (1): 40/226 kB Progress (1): 45/226 kB Progress (1): 49/226 kB Progress (1): 53/226 kB Progress (1): 57/226 kB Progress (1): 61/226 kB Progress (1): 65/226 kB Progress (1): 69/226 kB Progress (1): 73/226 kB Progress (1): 77/226 kB Progress (1): 81/226 kB Progress (1): 85/226 kB Progress (1): 90/226 kB Progress (1): 94/226 kB Progress (1): 98/226 kB Progress (1): 102/226 kB Progress (1): 106/226 kB Progress (1): 110/226 kB Progress (1): 114/226 kB Progress (1): 118/226 kB Progress (1): 122/226 kB Progress (1): 126/226 kB Progress (1): 131/226 kB Progress (1): 135/226 kB Progress (1): 139/226 kB Progress (1): 143/226 kB Progress (1): 147/226 kB Progress (1): 151/226 kB Progress (1): 155/226 kB Progress (1): 159/226 kB Progress (1): 163/226 kB Progress (1): 167/226 kB Progress (1): 171/226 kB Progress (1): 176/226 kB Progress (1): 180/226 kB Progress (1): 184/226 kB Progress (1): 188/226 kB Progress (1): 192/226 kB Progress (1): 196/226 kB Progress (1): 200/226 kB Progress (1): 204/226 kB Progress (1): 208/226 kB Progress (1): 212/226 kB Progress (1): 217/226 kB Progress (1): 221/226 kB Progress (1): 225/226 kB Progress (1): 226 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 3.9 MB/s) Progress (1): 4.1/13 kB Progress (1): 7.7/13 kB Progress (1): 12/13 kB Progress (1): 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 184 kB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.parent --- Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 69 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom Progress (1): 4.1 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/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 185 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 87 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom Progress (1): 4.1 kB Progress (1): 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 263 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom Progress (1): 4.1 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/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 553 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 42 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom Progress (1): 4.1 kB Progress (1): 5.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 278 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 40 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 326 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 121 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 155 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 19 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 79 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom Progress (1): 880 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 44 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 96 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 72 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom Progress (1): 3.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 73 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Progress (1): 4.1 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/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 241 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom Progress (1): 4.1 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): 33 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 670 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 72 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 81 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom Progress (1): 4.1 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/maven-parent/7/maven-parent-7.pom (21 kB at 443 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom Progress (1): 765 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 13 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom Progress (1): 4.1 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/maven/2.0.2/maven-2.0.2.pom (13 kB at 11 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom Progress (1): 767 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 7.8 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 38 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom Progress (1): 1.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom Progress (1): 1.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 9.5 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-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-alpha-6/wagon-provider-api-1.0-alpha-6.pom Progress (1): 588 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 4.4 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom Progress (1): 4.1 kB Progress (1): 6.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 178 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 35 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 498 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 129 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 148 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 6.6 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 6.0 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 46 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom Progress (1): 4.1 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/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 286 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 38 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 28 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 21 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 34 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 54 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 217 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Progress (1): 4.1 kB Progress (1): 4.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 16 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 424 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 39 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 32 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 235 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom Progress (1): 4.1 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/10/maven-parent-10.pom (32 kB at 130 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 39 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Progress (1): 4.1 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/2.0.10/maven-2.0.10.pom (24 kB at 674 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 53 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 93 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 143 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Progress (1): 1.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 42 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 27 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 32 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 46 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 40 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 35 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 38 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Progress (1): 4.1 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/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 466 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 41 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Progress (1): 3.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 72 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 115 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 48 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Progress (1): 738 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 15 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/1/apache-1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/1/apache-1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom Progress (1): 3.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 73 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Progress (1): 4.1 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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 378 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom Progress (1): 4.1 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/commons/commons-parent/9/commons-parent-9.pom (22 kB at 422 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 152 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Progress (1): 4.1 kB Progress (1): 5.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 175 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Progress (1): 3.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 78 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 149 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Progress (1): 4.1 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/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 392 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 52 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Progress (1): 1.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 42 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 62 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Progress (1): 4.1 kB Progress (1): 5.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 128 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 73 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 87 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 52 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 39 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 29 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Progress (1): 1.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 996 B/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom Progress (1): 4.1 kB Progress (1): 7.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 195 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 32 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Progress (1): 4.1 kB Progress (1): 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 179 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom Progress (1): 4.1 kB Progress (1): 7.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 144 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Progress (1): 4.1 kB Progress (1): 6.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 190 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Progress (1): 4.1 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/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 187 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom Progress (1): 140 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 3.3 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Progress (1): 4.1 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-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 325 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 182 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Progress (1): 357 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 8.9 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Progress (1): 866 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 23 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Progress (1): 974 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 14 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 49 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Progress (1): 163 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.1 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Progress (1): 171 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 3.3 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 88 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 39 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Progress (1): 346 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 11 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom Progress (1): 4.1 kB Progress (1): 8.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 288 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom Progress (1): 3.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom (3.5 kB at 46 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom (1.9 kB at 39 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.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.2/asm-debug-all-5.2.pom (2.0 kB at 25 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.2/asm-parent-5.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/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom (5.5 kB at 112 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom Progress (1): 2.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom (2.0 kB at 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.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/4.8.2/junit-4.8.2.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/3.0.22/plexus-utils-3.0.22.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.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/junit/junit/4.8.2/junit-4.8.2.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-utils/3.0.22/plexus-utils-3.0.22.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar Progress (1): 4.1/35 kB Progress (1): 7.7/35 kB Progress (1): 12/35 kB Progress (1): 16/35 kB Progress (1): 20/35 kB Progress (1): 24/35 kB Progress (1): 28/35 kB Progress (1): 32/35 kB Progress (1): 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 1.6 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar Progress (1): 4.1/156 kB Progress (1): 7.7/156 kB Progress (1): 12/156 kB Progress (1): 16/156 kB Progress (2): 16/156 kB | 4.1/68 kB Progress (2): 16/156 kB | 7.7/68 kB Progress (2): 16/156 kB | 12/68 kB Progress (2): 20/156 kB | 12/68 kB Progress (2): 20/156 kB | 16/68 kB Progress (2): 24/156 kB | 16/68 kB Progress (2): 28/156 kB | 16/68 kB Progress (2): 32/156 kB | 16/68 kB Progress (2): 32/156 kB | 20/68 kB Progress (2): 32/156 kB | 24/68 kB Progress (2): 32/156 kB | 28/68 kB Progress (2): 32/156 kB | 32/68 kB Progress (2): 36/156 kB | 32/68 kB Progress (2): 36/156 kB | 36/68 kB Progress (2): 40/156 kB | 36/68 kB Progress (2): 40/156 kB | 40/68 kB Progress (2): 45/156 kB | 40/68 kB Progress (2): 45/156 kB | 45/68 kB Progress (2): 49/156 kB | 45/68 kB Progress (2): 49/156 kB | 49/68 kB Progress (2): 49/156 kB | 53/68 kB Progress (2): 53/156 kB | 53/68 kB Progress (2): 53/156 kB | 57/68 kB Progress (2): 57/156 kB | 57/68 kB Progress (2): 57/156 kB | 61/68 kB Progress (2): 61/156 kB | 61/68 kB Progress (2): 61/156 kB | 65/68 kB Progress (2): 65/156 kB | 65/68 kB Progress (2): 65/156 kB | 68 kB Progress (2): 69/156 kB | 68 kB Progress (2): 73/156 kB | 68 kB Progress (2): 77/156 kB | 68 kB Progress (2): 81/156 kB | 68 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 2.3 MB/s) Progress (1): 85/156 kB Progress (2): 85/156 kB | 4.1/12 kB Progress (2): 90/156 kB | 4.1/12 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar Progress (2): 94/156 kB | 4.1/12 kB Progress (2): 94/156 kB | 7.7/12 kB Progress (2): 98/156 kB | 7.7/12 kB Progress (2): 98/156 kB | 12/12 kB Progress (2): 98/156 kB | 12 kB Progress (2): 102/156 kB | 12 kB Progress (2): 106/156 kB | 12 kB Progress (2): 110/156 kB | 12 kB Progress (2): 114/156 kB | 12 kB Progress (2): 118/156 kB | 12 kB Progress (2): 122/156 kB | 12 kB Progress (2): 126/156 kB | 12 kB Progress (2): 131/156 kB | 12 kB Progress (2): 135/156 kB | 12 kB Progress (2): 139/156 kB | 12 kB Progress (2): 143/156 kB | 12 kB Progress (2): 147/156 kB | 12 kB Progress (2): 151/156 kB | 12 kB Progress (2): 155/156 kB | 12 kB Progress (2): 156 kB | 12 kB Progress (3): 156 kB | 12 kB | 4.1/49 kB Progress (3): 156 kB | 12 kB | 7.7/49 kB Progress (3): 156 kB | 12 kB | 12/49 kB Progress (3): 156 kB | 12 kB | 16/49 kB Progress (3): 156 kB | 12 kB | 20/49 kB Progress (3): 156 kB | 12 kB | 24/49 kB Progress (3): 156 kB | 12 kB | 28/49 kB Progress (3): 156 kB | 12 kB | 32/49 kB Progress (3): 156 kB | 12 kB | 36/49 kB Progress (3): 156 kB | 12 kB | 40/49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 302 kB/s) Progress (2): 156 kB | 45/49 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar Progress (2): 156 kB | 49/49 kB Progress (2): 156 kB | 49 kB Progress (3): 156 kB | 49 kB | 4.1/26 kB Progress (3): 156 kB | 49 kB | 7.7/26 kB Progress (3): 156 kB | 49 kB | 12/26 kB Progress (3): 156 kB | 49 kB | 16/26 kB Progress (4): 156 kB | 49 kB | 16/26 kB | 4.1/332 kB Progress (4): 156 kB | 49 kB | 20/26 kB | 4.1/332 kB Progress (4): 156 kB | 49 kB | 20/26 kB | 7.7/332 kB Progress (4): 156 kB | 49 kB | 24/26 kB | 7.7/332 kB Progress (4): 156 kB | 49 kB | 24/26 kB | 12/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 12/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 16/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 20/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 24/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 28/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 32/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 36/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 40/332 kB Progress (4): 156 kB | 49 kB | 26 kB | 45/332 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 3.3 MB/s) Progress (3): 49 kB | 26 kB | 49/332 kB Progress (4): 49 kB | 26 kB | 49/332 kB | 4.1/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar Progress (4): 49 kB | 26 kB | 53/332 kB | 4.1/88 kB Progress (4): 49 kB | 26 kB | 53/332 kB | 7.7/88 kB Progress (4): 49 kB | 26 kB | 57/332 kB | 7.7/88 kB Progress (4): 49 kB | 26 kB | 57/332 kB | 12/88 kB Progress (4): 49 kB | 26 kB | 61/332 kB | 12/88 kB Progress (4): 49 kB | 26 kB | 61/332 kB | 16/88 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 981 kB/s) Progress (3): 26 kB | 65/332 kB | 16/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar Progress (4): 26 kB | 65/332 kB | 16/88 kB | 4.1/30 kB Progress (4): 26 kB | 65/332 kB | 20/88 kB | 4.1/30 kB Progress (4): 26 kB | 65/332 kB | 20/88 kB | 7.7/30 kB Progress (4): 26 kB | 69/332 kB | 20/88 kB | 7.7/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 493 kB/s) Progress (3): 69/332 kB | 20/88 kB | 12/30 kB Progress (3): 69/332 kB | 24/88 kB | 12/30 kB Progress (3): 69/332 kB | 24/88 kB | 16/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar Progress (3): 73/332 kB | 24/88 kB | 16/30 kB Progress (3): 73/332 kB | 24/88 kB | 20/30 kB Progress (3): 73/332 kB | 28/88 kB | 20/30 kB Progress (3): 73/332 kB | 28/88 kB | 24/30 kB Progress (3): 77/332 kB | 28/88 kB | 24/30 kB Progress (3): 77/332 kB | 28/88 kB | 28/30 kB Progress (3): 77/332 kB | 32/88 kB | 28/30 kB Progress (3): 77/332 kB | 32/88 kB | 30 kB Progress (3): 81/332 kB | 32/88 kB | 30 kB Progress (3): 81/332 kB | 36/88 kB | 30 kB Progress (3): 81/332 kB | 40/88 kB | 30 kB Progress (3): 81/332 kB | 45/88 kB | 30 kB Progress (3): 81/332 kB | 49/88 kB | 30 kB Progress (3): 85/332 kB | 49/88 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 531 kB/s) Progress (2): 85/332 kB | 53/88 kB Progress (2): 90/332 kB | 53/88 kB Progress (2): 90/332 kB | 57/88 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar Progress (2): 90/332 kB | 61/88 kB Progress (2): 94/332 kB | 61/88 kB Progress (2): 94/332 kB | 65/88 kB Progress (2): 98/332 kB | 65/88 kB Progress (2): 102/332 kB | 65/88 kB Progress (2): 106/332 kB | 65/88 kB Progress (2): 110/332 kB | 65/88 kB Progress (2): 114/332 kB | 65/88 kB Progress (3): 114/332 kB | 65/88 kB | 4.1/194 kB Progress (3): 114/332 kB | 65/88 kB | 7.7/194 kB Progress (3): 114/332 kB | 69/88 kB | 7.7/194 kB Progress (3): 114/332 kB | 69/88 kB | 12/194 kB Progress (3): 118/332 kB | 69/88 kB | 12/194 kB Progress (3): 118/332 kB | 69/88 kB | 16/194 kB Progress (3): 118/332 kB | 73/88 kB | 16/194 kB Progress (3): 122/332 kB | 73/88 kB | 16/194 kB Progress (3): 122/332 kB | 77/88 kB | 16/194 kB Progress (3): 126/332 kB | 77/88 kB | 16/194 kB Progress (3): 126/332 kB | 81/88 kB | 16/194 kB Progress (3): 131/332 kB | 81/88 kB | 16/194 kB Progress (3): 131/332 kB | 81/88 kB | 20/194 kB Progress (3): 131/332 kB | 85/88 kB | 20/194 kB Progress (3): 131/332 kB | 85/88 kB | 24/194 kB Progress (3): 131/332 kB | 88 kB | 24/194 kB Progress (3): 135/332 kB | 88 kB | 24/194 kB Progress (3): 135/332 kB | 88 kB | 28/194 kB Progress (3): 139/332 kB | 88 kB | 28/194 kB Progress (3): 139/332 kB | 88 kB | 32/194 kB Progress (3): 143/332 kB | 88 kB | 32/194 kB Progress (3): 147/332 kB | 88 kB | 32/194 kB Progress (3): 151/332 kB | 88 kB | 32/194 kB Progress (3): 151/332 kB | 88 kB | 36/194 kB Progress (3): 155/332 kB | 88 kB | 36/194 kB Progress (3): 155/332 kB | 88 kB | 40/194 kB Progress (3): 159/332 kB | 88 kB | 40/194 kB Progress (3): 159/332 kB | 88 kB | 45/194 kB Progress (3): 163/332 kB | 88 kB | 45/194 kB Progress (3): 163/332 kB | 88 kB | 49/194 kB Progress (3): 167/332 kB | 88 kB | 49/194 kB Progress (3): 171/332 kB | 88 kB | 49/194 kB Progress (3): 176/332 kB | 88 kB | 49/194 kB Progress (3): 180/332 kB | 88 kB | 49/194 kB Progress (3): 180/332 kB | 88 kB | 53/194 kB Progress (3): 184/332 kB | 88 kB | 53/194 kB Progress (3): 184/332 kB | 88 kB | 57/194 kB Progress (3): 188/332 kB | 88 kB | 57/194 kB Progress (4): 188/332 kB | 88 kB | 57/194 kB | 4.1/80 kB Progress (4): 188/332 kB | 88 kB | 61/194 kB | 4.1/80 kB Progress (4): 188/332 kB | 88 kB | 61/194 kB | 7.7/80 kB Progress (4): 192/332 kB | 88 kB | 61/194 kB | 7.7/80 kB Progress (4): 192/332 kB | 88 kB | 61/194 kB | 12/80 kB Progress (4): 192/332 kB | 88 kB | 65/194 kB | 12/80 kB Progress (4): 192/332 kB | 88 kB | 65/194 kB | 16/80 kB Progress (4): 196/332 kB | 88 kB | 65/194 kB | 16/80 kB Progress (4): 196/332 kB | 88 kB | 65/194 kB | 20/80 kB Progress (4): 200/332 kB | 88 kB | 65/194 kB | 20/80 kB Progress (4): 200/332 kB | 88 kB | 65/194 kB | 24/80 kB Progress (4): 200/332 kB | 88 kB | 69/194 kB | 24/80 kB Progress (4): 204/332 kB | 88 kB | 69/194 kB | 24/80 kB Progress (4): 204/332 kB | 88 kB | 73/194 kB | 24/80 kB Progress (4): 204/332 kB | 88 kB | 73/194 kB | 28/80 kB Progress (4): 204/332 kB | 88 kB | 77/194 kB | 28/80 kB Progress (4): 208/332 kB | 88 kB | 77/194 kB | 28/80 kB Progress (4): 208/332 kB | 88 kB | 81/194 kB | 28/80 kB Progress (4): 208/332 kB | 88 kB | 81/194 kB | 32/80 kB Progress (4): 212/332 kB | 88 kB | 81/194 kB | 32/80 kB Progress (4): 212/332 kB | 88 kB | 85/194 kB | 32/80 kB Progress (4): 217/332 kB | 88 kB | 85/194 kB | 32/80 kB Progress (4): 217/332 kB | 88 kB | 85/194 kB | 36/80 kB Progress (4): 221/332 kB | 88 kB | 85/194 kB | 36/80 kB Progress (4): 221/332 kB | 88 kB | 90/194 kB | 36/80 kB Progress (4): 225/332 kB | 88 kB | 90/194 kB | 36/80 kB Progress (4): 225/332 kB | 88 kB | 90/194 kB | 40/80 kB Progress (4): 229/332 kB | 88 kB | 90/194 kB | 40/80 kB Progress (4): 229/332 kB | 88 kB | 94/194 kB | 40/80 kB Progress (4): 229/332 kB | 88 kB | 94/194 kB | 45/80 kB Progress (4): 229/332 kB | 88 kB | 98/194 kB | 45/80 kB Progress (4): 233/332 kB | 88 kB | 98/194 kB | 45/80 kB Progress (4): 233/332 kB | 88 kB | 98/194 kB | 49/80 kB Progress (4): 237/332 kB | 88 kB | 98/194 kB | 49/80 kB Progress (4): 237/332 kB | 88 kB | 102/194 kB | 49/80 kB Progress (4): 241/332 kB | 88 kB | 102/194 kB | 49/80 kB Progress (4): 241/332 kB | 88 kB | 106/194 kB | 49/80 kB Progress (4): 241/332 kB | 88 kB | 106/194 kB | 53/80 kB Progress (4): 241/332 kB | 88 kB | 110/194 kB | 53/80 kB Progress (4): 245/332 kB | 88 kB | 110/194 kB | 53/80 kB Progress (4): 245/332 kB | 88 kB | 114/194 kB | 53/80 kB Progress (4): 245/332 kB | 88 kB | 114/194 kB | 57/80 kB Progress (4): 245/332 kB | 88 kB | 114/194 kB | 61/80 kB Progress (4): 249/332 kB | 88 kB | 114/194 kB | 61/80 kB Progress (4): 249/332 kB | 88 kB | 118/194 kB | 61/80 kB Progress (4): 249/332 kB | 88 kB | 118/194 kB | 65/80 kB Progress (4): 249/332 kB | 88 kB | 122/194 kB | 65/80 kB Progress (4): 253/332 kB | 88 kB | 122/194 kB | 65/80 kB Progress (4): 253/332 kB | 88 kB | 126/194 kB | 65/80 kB Progress (4): 253/332 kB | 88 kB | 126/194 kB | 69/80 kB Progress (4): 258/332 kB | 88 kB | 126/194 kB | 69/80 kB Progress (4): 258/332 kB | 88 kB | 126/194 kB | 73/80 kB Progress (4): 258/332 kB | 88 kB | 131/194 kB | 73/80 kB Progress (4): 258/332 kB | 88 kB | 131/194 kB | 77/80 kB Progress (4): 262/332 kB | 88 kB | 131/194 kB | 77/80 kB Progress (4): 262/332 kB | 88 kB | 131/194 kB | 80 kB Progress (4): 262/332 kB | 88 kB | 135/194 kB | 80 kB Progress (4): 262/332 kB | 88 kB | 139/194 kB | 80 kB Progress (4): 266/332 kB | 88 kB | 139/194 kB | 80 kB Progress (4): 266/332 kB | 88 kB | 143/194 kB | 80 kB Progress (4): 270/332 kB | 88 kB | 143/194 kB | 80 kB Progress (4): 270/332 kB | 88 kB | 147/194 kB | 80 kB Progress (4): 274/332 kB | 88 kB | 147/194 kB | 80 kB Progress (4): 278/332 kB | 88 kB | 147/194 kB | 80 kB Progress (4): 278/332 kB | 88 kB | 151/194 kB | 80 kB Progress (4): 278/332 kB | 88 kB | 155/194 kB | 80 kB Progress (4): 282/332 kB | 88 kB | 155/194 kB | 80 kB Progress (4): 282/332 kB | 88 kB | 159/194 kB | 80 kB Progress (4): 286/332 kB | 88 kB | 159/194 kB | 80 kB Progress (4): 286/332 kB | 88 kB | 163/194 kB | 80 kB Progress (4): 290/332 kB | 88 kB | 163/194 kB | 80 kB Progress (4): 294/332 kB | 88 kB | 163/194 kB | 80 kB Progress (4): 294/332 kB | 88 kB | 167/194 kB | 80 kB Progress (4): 294/332 kB | 88 kB | 171/194 kB | 80 kB Progress (4): 298/332 kB | 88 kB | 171/194 kB | 80 kB Progress (4): 298/332 kB | 88 kB | 176/194 kB | 80 kB Progress (4): 303/332 kB | 88 kB | 176/194 kB | 80 kB Progress (4): 303/332 kB | 88 kB | 180/194 kB | 80 kB Progress (4): 307/332 kB | 88 kB | 180/194 kB | 80 kB Progress (4): 311/332 kB | 88 kB | 180/194 kB | 80 kB Progress (4): 311/332 kB | 88 kB | 184/194 kB | 80 kB Progress (4): 311/332 kB | 88 kB | 188/194 kB | 80 kB Progress (4): 315/332 kB | 88 kB | 188/194 kB | 80 kB Progress (4): 315/332 kB | 88 kB | 192/194 kB | 80 kB Progress (4): 319/332 kB | 88 kB | 192/194 kB | 80 kB Progress (4): 319/332 kB | 88 kB | 194 kB | 80 kB Progress (4): 323/332 kB | 88 kB | 194 kB | 80 kB Progress (4): 327/332 kB | 88 kB | 194 kB | 80 kB Progress (4): 331/332 kB | 88 kB | 194 kB | 80 kB Progress (4): 332 kB | 88 kB | 194 kB | 80 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.2 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.7 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar Progress (3): 88 kB | 80 kB | 4.1/38 kB Progress (3): 88 kB | 80 kB | 7.7/38 kB Progress (3): 88 kB | 80 kB | 12/38 kB Progress (3): 88 kB | 80 kB | 16/38 kB Progress (3): 88 kB | 80 kB | 20/38 kB Progress (3): 88 kB | 80 kB | 24/38 kB Progress (3): 88 kB | 80 kB | 28/38 kB Progress (3): 88 kB | 80 kB | 32/38 kB Progress (3): 88 kB | 80 kB | 36/38 kB Progress (3): 88 kB | 80 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 305 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 562 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar Progress (2): 88 kB | 4.1/237 kB Progress (2): 88 kB | 7.7/237 kB Progress (2): 88 kB | 12/237 kB Progress (2): 88 kB | 16/237 kB Progress (2): 88 kB | 20/237 kB Progress (2): 88 kB | 24/237 kB Progress (2): 88 kB | 28/237 kB Progress (2): 88 kB | 32/237 kB Progress (3): 88 kB | 32/237 kB | 4.1/51 kB Progress (3): 88 kB | 36/237 kB | 4.1/51 kB Progress (3): 88 kB | 36/237 kB | 7.7/51 kB Progress (3): 88 kB | 40/237 kB | 7.7/51 kB Progress (3): 88 kB | 40/237 kB | 12/51 kB Progress (3): 88 kB | 45/237 kB | 12/51 kB Progress (3): 88 kB | 45/237 kB | 16/51 kB Progress (3): 88 kB | 49/237 kB | 16/51 kB Progress (3): 88 kB | 53/237 kB | 16/51 kB Progress (3): 88 kB | 53/237 kB | 20/51 kB Progress (3): 88 kB | 57/237 kB | 20/51 kB Progress (4): 88 kB | 57/237 kB | 20/51 kB | 4.1/245 kB Progress (4): 88 kB | 61/237 kB | 20/51 kB | 4.1/245 kB Progress (4): 88 kB | 61/237 kB | 24/51 kB | 4.1/245 kB Progress (4): 88 kB | 65/237 kB | 24/51 kB | 4.1/245 kB Progress (4): 88 kB | 65/237 kB | 24/51 kB | 7.7/245 kB Progress (4): 88 kB | 65/237 kB | 28/51 kB | 7.7/245 kB Progress (4): 88 kB | 65/237 kB | 28/51 kB | 12/245 kB Progress (4): 88 kB | 65/237 kB | 32/51 kB | 12/245 kB Progress (4): 88 kB | 65/237 kB | 32/51 kB | 16/245 kB Progress (4): 88 kB | 69/237 kB | 32/51 kB | 16/245 kB Progress (4): 88 kB | 73/237 kB | 32/51 kB | 16/245 kB Progress (4): 88 kB | 73/237 kB | 36/51 kB | 16/245 kB Progress (4): 88 kB | 73/237 kB | 36/51 kB | 20/245 kB Progress (4): 88 kB | 77/237 kB | 36/51 kB | 20/245 kB Progress (4): 88 kB | 77/237 kB | 36/51 kB | 24/245 kB Progress (4): 88 kB | 77/237 kB | 40/51 kB | 24/245 kB Progress (4): 88 kB | 77/237 kB | 40/51 kB | 28/245 kB Progress (4): 88 kB | 81/237 kB | 40/51 kB | 28/245 kB Progress (4): 88 kB | 81/237 kB | 40/51 kB | 32/245 kB Progress (4): 88 kB | 81/237 kB | 45/51 kB | 32/245 kB Progress (4): 88 kB | 81/237 kB | 49/51 kB | 32/245 kB Progress (4): 88 kB | 85/237 kB | 49/51 kB | 32/245 kB Progress (4): 88 kB | 85/237 kB | 49/51 kB | 36/245 kB Progress (4): 88 kB | 85/237 kB | 51 kB | 36/245 kB Progress (4): 88 kB | 85/237 kB | 51 kB | 40/245 kB Progress (4): 88 kB | 90/237 kB | 51 kB | 40/245 kB Progress (4): 88 kB | 90/237 kB | 51 kB | 45/245 kB Progress (4): 88 kB | 94/237 kB | 51 kB | 45/245 kB Progress (4): 88 kB | 94/237 kB | 51 kB | 49/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 49/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 53/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 57/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 61/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 65/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 69/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 73/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 77/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 81/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 85/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 90/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 94/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 98/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 102/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 106/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 110/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 114/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 118/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 122/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 126/245 kB Progress (4): 88 kB | 98/237 kB | 51 kB | 131/245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 551 kB/s) Progress (3): 98/237 kB | 51 kB | 135/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar Progress (3): 102/237 kB | 51 kB | 135/245 kB Progress (3): 102/237 kB | 51 kB | 139/245 kB Progress (3): 106/237 kB | 51 kB | 139/245 kB Progress (3): 106/237 kB | 51 kB | 143/245 kB Progress (3): 110/237 kB | 51 kB | 143/245 kB Progress (3): 110/237 kB | 51 kB | 147/245 kB Progress (3): 114/237 kB | 51 kB | 147/245 kB Progress (3): 114/237 kB | 51 kB | 151/245 kB Progress (3): 114/237 kB | 51 kB | 155/245 kB Progress (3): 114/237 kB | 51 kB | 159/245 kB Progress (3): 114/237 kB | 51 kB | 163/245 kB Progress (3): 118/237 kB | 51 kB | 163/245 kB Progress (3): 122/237 kB | 51 kB | 163/245 kB Progress (3): 122/237 kB | 51 kB | 167/245 kB Progress (3): 126/237 kB | 51 kB | 167/245 kB Progress (3): 126/237 kB | 51 kB | 171/245 kB Progress (3): 131/237 kB | 51 kB | 171/245 kB Progress (3): 131/237 kB | 51 kB | 176/245 kB Progress (3): 131/237 kB | 51 kB | 180/245 kB Progress (3): 131/237 kB | 51 kB | 184/245 kB Progress (3): 135/237 kB | 51 kB | 184/245 kB Progress (3): 135/237 kB | 51 kB | 188/245 kB Progress (3): 139/237 kB | 51 kB | 188/245 kB Progress (3): 139/237 kB | 51 kB | 192/245 kB Progress (3): 143/237 kB | 51 kB | 192/245 kB Progress (3): 143/237 kB | 51 kB | 196/245 kB Progress (3): 147/237 kB | 51 kB | 196/245 kB Progress (3): 147/237 kB | 51 kB | 200/245 kB Progress (3): 147/237 kB | 51 kB | 204/245 kB Progress (3): 147/237 kB | 51 kB | 208/245 kB Progress (3): 151/237 kB | 51 kB | 208/245 kB Progress (3): 151/237 kB | 51 kB | 212/245 kB Progress (3): 155/237 kB | 51 kB | 212/245 kB Progress (3): 159/237 kB | 51 kB | 212/245 kB Progress (3): 159/237 kB | 51 kB | 217/245 kB Progress (3): 163/237 kB | 51 kB | 217/245 kB Progress (3): 163/237 kB | 51 kB | 221/245 kB Progress (3): 163/237 kB | 51 kB | 225/245 kB Progress (4): 163/237 kB | 51 kB | 225/245 kB | 4.1/38 kB Progress (4): 163/237 kB | 51 kB | 229/245 kB | 4.1/38 kB Progress (4): 163/237 kB | 51 kB | 229/245 kB | 7.7/38 kB Progress (4): 167/237 kB | 51 kB | 229/245 kB | 7.7/38 kB Progress (4): 167/237 kB | 51 kB | 229/245 kB | 12/38 kB Progress (4): 171/237 kB | 51 kB | 229/245 kB | 12/38 kB Progress (4): 171/237 kB | 51 kB | 233/245 kB | 12/38 kB Progress (4): 176/237 kB | 51 kB | 233/245 kB | 12/38 kB Progress (4): 176/237 kB | 51 kB | 233/245 kB | 16/38 kB Progress (4): 180/237 kB | 51 kB | 233/245 kB | 16/38 kB Progress (4): 180/237 kB | 51 kB | 237/245 kB | 16/38 kB Progress (4): 180/237 kB | 51 kB | 241/245 kB | 16/38 kB Progress (4): 180/237 kB | 51 kB | 241/245 kB | 20/38 kB Progress (4): 180/237 kB | 51 kB | 245 kB | 20/38 kB Progress (5): 180/237 kB | 51 kB | 245 kB | 20/38 kB | 4.1/39 kB Progress (5): 180/237 kB | 51 kB | 245 kB | 24/38 kB | 4.1/39 kB Progress (5): 180/237 kB | 51 kB | 245 kB | 24/38 kB | 7.7/39 kB Progress (5): 184/237 kB | 51 kB | 245 kB | 24/38 kB | 7.7/39 kB Progress (5): 184/237 kB | 51 kB | 245 kB | 24/38 kB | 12/39 kB Progress (5): 184/237 kB | 51 kB | 245 kB | 28/38 kB | 12/39 kB Progress (5): 184/237 kB | 51 kB | 245 kB | 28/38 kB | 16/39 kB Progress (5): 188/237 kB | 51 kB | 245 kB | 28/38 kB | 16/39 kB Progress (5): 188/237 kB | 51 kB | 245 kB | 32/38 kB | 16/39 kB Progress (5): 188/237 kB | 51 kB | 245 kB | 32/38 kB | 20/39 kB Progress (5): 192/237 kB | 51 kB | 245 kB | 32/38 kB | 20/39 kB Progress (5): 192/237 kB | 51 kB | 245 kB | 32/38 kB | 24/39 kB Progress (5): 192/237 kB | 51 kB | 245 kB | 36/38 kB | 24/39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 294 kB/s) Progress (4): 192/237 kB | 245 kB | 38 kB | 24/39 kB Progress (4): 192/237 kB | 245 kB | 38 kB | 28/39 kB Progress (4): 196/237 kB | 245 kB | 38 kB | 28/39 kB Progress (4): 196/237 kB | 245 kB | 38 kB | 32/39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar Progress (4): 200/237 kB | 245 kB | 38 kB | 32/39 kB Progress (4): 200/237 kB | 245 kB | 38 kB | 36/39 kB Progress (4): 200/237 kB | 245 kB | 38 kB | 39 kB Progress (4): 204/237 kB | 245 kB | 38 kB | 39 kB Progress (4): 208/237 kB | 245 kB | 38 kB | 39 kB Progress (4): 212/237 kB | 245 kB | 38 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.4 MB/s) Progress (3): 217/237 kB | 38 kB | 39 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar Progress (3): 221/237 kB | 38 kB | 39 kB Progress (3): 225/237 kB | 38 kB | 39 kB Progress (3): 229/237 kB | 38 kB | 39 kB Progress (3): 233/237 kB | 38 kB | 39 kB Progress (3): 237/237 kB | 38 kB | 39 kB Progress (3): 237 kB | 38 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 208 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 216 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar Progress (2): 237 kB | 4.1/13 kB Progress (2): 237 kB | 7.7/13 kB Progress (2): 237 kB | 12/13 kB Progress (2): 237 kB | 13 kB Progress (3): 237 kB | 13 kB | 4.1/11 kB Progress (3): 237 kB | 13 kB | 7.7/11 kB Progress (3): 237 kB | 13 kB | 11 kB Progress (4): 237 kB | 13 kB | 11 kB | 4.1/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 7.7/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 12/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 16/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 20/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 24/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 28/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 32/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 36/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 40/43 kB Progress (4): 237 kB | 13 kB | 11 kB | 43 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 63 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Progress (4): 237 kB | 11 kB | 43 kB | 4.1/17 kB Progress (4): 237 kB | 11 kB | 43 kB | 7.7/17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 199 kB/s) Progress (3): 237 kB | 11 kB | 12/17 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Progress (3): 237 kB | 11 kB | 16/17 kB Progress (3): 237 kB | 11 kB | 17 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 74 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 50 kB/s) Progress (2): 237 kB | 4.1/158 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 1.0 MB/s) Progress (1): 7.7/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar Progress (1): 12/158 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Progress (1): 16/158 kB Progress (1): 20/158 kB Progress (1): 24/158 kB Progress (1): 28/158 kB Progress (1): 32/158 kB Progress (1): 36/158 kB Progress (1): 40/158 kB Progress (1): 45/158 kB Progress (1): 49/158 kB Progress (1): 53/158 kB Progress (1): 57/158 kB Progress (1): 61/158 kB Progress (1): 65/158 kB Progress (2): 65/158 kB | 4.1/9.8 kB Progress (2): 65/158 kB | 7.7/9.8 kB Progress (2): 69/158 kB | 7.7/9.8 kB Progress (2): 69/158 kB | 9.8 kB Progress (2): 73/158 kB | 9.8 kB Progress (2): 77/158 kB | 9.8 kB Progress (2): 81/158 kB | 9.8 kB Progress (2): 85/158 kB | 9.8 kB Progress (2): 90/158 kB | 9.8 kB Progress (2): 94/158 kB | 9.8 kB Progress (2): 98/158 kB | 9.8 kB Progress (2): 102/158 kB | 9.8 kB Progress (2): 106/158 kB | 9.8 kB Progress (2): 110/158 kB | 9.8 kB Progress (2): 114/158 kB | 9.8 kB Progress (2): 118/158 kB | 9.8 kB Progress (2): 122/158 kB | 9.8 kB Progress (2): 126/158 kB | 9.8 kB Progress (2): 131/158 kB | 9.8 kB Progress (2): 135/158 kB | 9.8 kB Progress (2): 139/158 kB | 9.8 kB Progress (2): 143/158 kB | 9.8 kB Progress (2): 147/158 kB | 9.8 kB Progress (2): 151/158 kB | 9.8 kB Progress (2): 155/158 kB | 9.8 kB Progress (2): 158 kB | 9.8 kB Progress (3): 158 kB | 9.8 kB | 0/1.2 MB Progress (3): 158 kB | 9.8 kB | 0/1.2 MB Progress (3): 158 kB | 9.8 kB | 0/1.2 MB Progress (3): 158 kB | 9.8 kB | 0/1.2 MB Progress (3): 158 kB | 9.8 kB | 0/1.2 MB Progress (4): 158 kB | 9.8 kB | 0/1.2 MB | 4.1/305 kB Progress (4): 158 kB | 9.8 kB | 0/1.2 MB | 4.1/305 kB Progress (4): 158 kB | 9.8 kB | 0/1.2 MB | 7.7/305 kB Progress (4): 158 kB | 9.8 kB | 0/1.2 MB | 12/305 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 40 kB/s) Progress (3): 158 kB | 0.1/1.2 MB | 12/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 16/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 16/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Progress (3): 158 kB | 0.1/1.2 MB | 20/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 24/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 28/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 32/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 36/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 40/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 45/305 kB Progress (3): 158 kB | 0.1/1.2 MB | 49/305 kB Progress (4): 158 kB | 0.1/1.2 MB | 49/305 kB | 4.1/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 49/305 kB | 7.7/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 49/305 kB | 7.7/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 53/305 kB | 7.7/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 53/305 kB | 12/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 57/305 kB | 12/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 57/305 kB | 12/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 61/305 kB | 12/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 61/305 kB | 16/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 16/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 16/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 65/305 kB | 16/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 69/305 kB | 16/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 69/305 kB | 20/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 73/305 kB | 20/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 73/305 kB | 24/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 73/305 kB | 24/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 73/305 kB | 28/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 77/305 kB | 28/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 77/305 kB | 32/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 77/305 kB | 32/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 32/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 32/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 36/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 36/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 40/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 45/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 49/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 49/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 49/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 53/262 kB Progress (4): 158 kB | 0.1/1.2 MB | 81/305 kB | 57/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 81/305 kB | 57/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 81/305 kB | 61/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 81/305 kB | 61/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 81/305 kB | 65/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 85/305 kB | 65/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 85/305 kB | 65/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 90/305 kB | 65/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 90/305 kB | 65/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 94/305 kB | 65/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 94/305 kB | 69/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 98/305 kB | 69/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 98/305 kB | 73/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 98/305 kB | 77/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 98/305 kB | 77/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 98/305 kB | 81/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 98/305 kB | 81/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 102/305 kB | 81/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 102/305 kB | 85/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 106/305 kB | 85/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 106/305 kB | 90/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 106/305 kB | 90/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 110/305 kB | 90/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 110/305 kB | 90/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 110/305 kB | 94/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 114/305 kB | 94/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 114/305 kB | 98/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 114/305 kB | 98/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 114/305 kB | 98/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 114/305 kB | 102/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 118/305 kB | 102/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 118/305 kB | 106/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 122/305 kB | 106/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 122/305 kB | 110/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 126/305 kB | 110/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 126/305 kB | 114/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 131/305 kB | 114/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 131/305 kB | 118/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 135/305 kB | 118/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 135/305 kB | 122/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 139/305 kB | 122/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 139/305 kB | 126/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 143/305 kB | 126/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 143/305 kB | 131/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 147/305 kB | 131/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 147/305 kB | 135/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 151/305 kB | 135/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 151/305 kB | 139/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 155/305 kB | 139/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 155/305 kB | 143/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 159/305 kB | 143/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 159/305 kB | 147/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 163/305 kB | 147/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 163/305 kB | 151/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 167/305 kB | 151/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 167/305 kB | 155/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 171/305 kB | 155/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 171/305 kB | 159/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 176/305 kB | 159/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 176/305 kB | 159/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 176/305 kB | 163/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 176/305 kB | 163/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 180/305 kB | 163/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 180/305 kB | 167/262 kB Progress (4): 158 kB | 0.2/1.2 MB | 180/305 kB | 171/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 180/305 kB | 171/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 184/305 kB | 171/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 184/305 kB | 176/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 188/305 kB | 176/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 188/305 kB | 176/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 192/305 kB | 176/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 192/305 kB | 180/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 196/305 kB | 180/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 196/305 kB | 180/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 196/305 kB | 180/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 196/305 kB | 184/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 200/305 kB | 184/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 200/305 kB | 188/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 204/305 kB | 188/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 204/305 kB | 188/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 204/305 kB | 192/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 204/305 kB | 192/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 208/305 kB | 192/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 208/305 kB | 196/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 212/305 kB | 196/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 212/305 kB | 196/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 212/305 kB | 196/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 212/305 kB | 200/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 217/305 kB | 200/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 217/305 kB | 204/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 221/305 kB | 204/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 221/305 kB | 204/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 221/305 kB | 208/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 221/305 kB | 208/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 225/305 kB | 208/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 225/305 kB | 212/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 229/305 kB | 212/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 229/305 kB | 212/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 229/305 kB | 217/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 233/305 kB | 217/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 233/305 kB | 217/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 237/305 kB | 217/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 237/305 kB | 221/262 kB Progress (4): 158 kB | 0.3/1.2 MB | 241/305 kB | 221/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 241/305 kB | 221/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 245/305 kB | 221/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 245/305 kB | 225/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 245/305 kB | 225/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 245/305 kB | 229/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 249/305 kB | 229/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 253/305 kB | 229/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 253/305 kB | 229/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 253/305 kB | 233/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 258/305 kB | 233/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 258/305 kB | 237/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 258/305 kB | 237/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 258/305 kB | 241/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 262/305 kB | 241/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 262/305 kB | 245/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 262/305 kB | 245/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 266/305 kB | 245/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 266/305 kB | 245/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 266/305 kB | 249/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 270/305 kB | 249/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 270/305 kB | 253/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 270/305 kB | 253/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 274/305 kB | 253/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 274/305 kB | 253/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 274/305 kB | 258/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 278/305 kB | 258/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 278/305 kB | 262/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 278/305 kB | 262/262 kB Progress (4): 158 kB | 0.4/1.2 MB | 278/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 278/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 282/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 286/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 290/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 290/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 294/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 294/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 298/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 303/305 kB | 262 kB Progress (4): 158 kB | 0.4/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.5/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Progress (4): 158 kB | 0.6/1.2 MB | 305 kB | 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.1 MB/s) Progress (3): 158 kB | 0.6/1.2 MB | 262 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar Progress (3): 158 kB | 0.6/1.2 MB | 262 kB Progress (3): 158 kB | 0.6/1.2 MB | 262 kB Progress (3): 158 kB | 0.6/1.2 MB | 262 kB Progress (3): 158 kB | 0.6/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Progress (3): 158 kB | 0.7/1.2 MB | 262 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 894 kB/s) Progress (2): 158 kB | 0.7/1.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar Progress (2): 158 kB | 0.7/1.2 MB Progress (2): 158 kB | 0.7/1.2 MB Progress (2): 158 kB | 0.7/1.2 MB Progress (2): 158 kB | 0.7/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.8/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 0.9/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.0/1.2 MB Progress (2): 158 kB | 1.1/1.2 MB Progress (2): 158 kB | 1.1/1.2 MB Progress (3): 158 kB | 1.1/1.2 MB | 4.1/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 4.1/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 7.7/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 7.7/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 12/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 16/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 16/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 16/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 20/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 24/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 28/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 28/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 32/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 32/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 36/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 36/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 40/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 40/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 45/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 49/50 kB Progress (3): 158 kB | 1.1/1.2 MB | 50 kB Progress (3): 158 kB | 1.1/1.2 MB | 50 kB Progress (3): 158 kB | 1.1/1.2 MB | 50 kB Progress (3): 158 kB | 1.2/1.2 MB | 50 kB Progress (3): 158 kB | 1.2/1.2 MB | 50 kB Progress (3): 158 kB | 1.2/1.2 MB | 50 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 4.1/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 4.1/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 7.7/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 12/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 16/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 16/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 16/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 16/52 kB Progress (4): 158 kB | 1.2/1.2 MB | 50 kB | 16/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 16/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 20/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 24/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 28/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 32/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 36/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 40/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 45/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 49/52 kB Progress (4): 158 kB | 1.2 MB | 50 kB | 52 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 152 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 156 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar Progress (3): 158 kB | 1.2 MB | 4.1/37 kB Progress (3): 158 kB | 1.2 MB | 7.7/37 kB Progress (3): 158 kB | 1.2 MB | 12/37 kB Progress (3): 158 kB | 1.2 MB | 16/37 kB Progress (4): 158 kB | 1.2 MB | 16/37 kB | 4.1/30 kB Progress (4): 158 kB | 1.2 MB | 20/37 kB | 4.1/30 kB Progress (4): 158 kB | 1.2 MB | 20/37 kB | 7.7/30 kB Progress (4): 158 kB | 1.2 MB | 24/37 kB | 7.7/30 kB Progress (4): 158 kB | 1.2 MB | 24/37 kB | 12/30 kB Progress (4): 158 kB | 1.2 MB | 28/37 kB | 12/30 kB Progress (4): 158 kB | 1.2 MB | 28/37 kB | 16/30 kB Progress (5): 158 kB | 1.2 MB | 28/37 kB | 16/30 kB | 4.1/15 kB Progress (5): 158 kB | 1.2 MB | 32/37 kB | 16/30 kB | 4.1/15 kB Progress (5): 158 kB | 1.2 MB | 32/37 kB | 16/30 kB | 7.7/15 kB Progress (5): 158 kB | 1.2 MB | 36/37 kB | 16/30 kB | 7.7/15 kB Progress (5): 158 kB | 1.2 MB | 36/37 kB | 20/30 kB | 7.7/15 kB Progress (5): 158 kB | 1.2 MB | 37 kB | 20/30 kB | 7.7/15 kB Progress (5): 158 kB | 1.2 MB | 37 kB | 20/30 kB | 12/15 kB Progress (5): 158 kB | 1.2 MB | 37 kB | 24/30 kB | 12/15 kB Progress (5): 158 kB | 1.2 MB | 37 kB | 24/30 kB | 15 kB Progress (5): 158 kB | 1.2 MB | 37 kB | 28/30 kB | 15 kB Progress (5): 158 kB | 1.2 MB | 37 kB | 30 kB | 15 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 2.6 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 333 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 62 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar Progress (3): 37 kB | 15 kB | 4.1/11 kB Progress (3): 37 kB | 15 kB | 7.7/11 kB Progress (3): 37 kB | 15 kB | 11 kB Progress (4): 37 kB | 15 kB | 11 kB | 4.1/7.7 kB Progress (4): 37 kB | 15 kB | 11 kB | 7.7/7.7 kB Progress (4): 37 kB | 15 kB | 11 kB | 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 30 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 74 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Progress (3): 11 kB | 7.7 kB | 4.1/392 kB Progress (3): 11 kB | 7.7 kB | 7.7/392 kB Progress (3): 11 kB | 7.7 kB | 12/392 kB Progress (3): 11 kB | 7.7 kB | 16/392 kB Progress (3): 11 kB | 7.7 kB | 20/392 kB Progress (3): 11 kB | 7.7 kB | 24/392 kB Progress (3): 11 kB | 7.7 kB | 28/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 21 kB/s) Progress (2): 7.7 kB | 32/392 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Progress (2): 7.7 kB | 36/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 15 kB/s) Progress (1): 40/392 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Progress (1): 45/392 kB Progress (1): 49/392 kB Progress (1): 53/392 kB Progress (1): 57/392 kB Progress (1): 61/392 kB Progress (1): 65/392 kB Progress (1): 69/392 kB Progress (1): 73/392 kB Progress (1): 77/392 kB Progress (1): 81/392 kB Progress (1): 85/392 kB Progress (1): 90/392 kB Progress (1): 94/392 kB Progress (1): 98/392 kB Progress (1): 102/392 kB Progress (1): 106/392 kB Progress (1): 110/392 kB Progress (1): 114/392 kB Progress (1): 118/392 kB Progress (1): 122/392 kB Progress (1): 126/392 kB Progress (1): 131/392 kB Progress (1): 135/392 kB Progress (1): 139/392 kB Progress (1): 143/392 kB Progress (1): 147/392 kB Progress (1): 151/392 kB Progress (1): 155/392 kB Progress (1): 159/392 kB Progress (1): 163/392 kB Progress (1): 167/392 kB Progress (1): 171/392 kB Progress (1): 176/392 kB Progress (1): 180/392 kB Progress (1): 184/392 kB Progress (1): 188/392 kB Progress (1): 192/392 kB Progress (1): 196/392 kB Progress (1): 200/392 kB Progress (1): 204/392 kB Progress (1): 208/392 kB Progress (1): 212/392 kB Progress (1): 217/392 kB Progress (1): 221/392 kB Progress (1): 225/392 kB Progress (1): 229/392 kB Progress (1): 233/392 kB Progress (1): 237/392 kB Progress (1): 241/392 kB Progress (1): 245/392 kB Progress (1): 249/392 kB Progress (1): 253/392 kB Progress (1): 258/392 kB Progress (1): 262/392 kB Progress (1): 266/392 kB Progress (1): 270/392 kB Progress (1): 274/392 kB Progress (1): 278/392 kB Progress (1): 282/392 kB Progress (1): 286/392 kB Progress (1): 290/392 kB Progress (1): 294/392 kB Progress (1): 298/392 kB Progress (1): 303/392 kB Progress (2): 303/392 kB | 4.1/91 kB Progress (2): 307/392 kB | 4.1/91 kB Progress (2): 307/392 kB | 7.7/91 kB Progress (2): 311/392 kB | 7.7/91 kB Progress (2): 311/392 kB | 12/91 kB Progress (2): 311/392 kB | 16/91 kB Progress (3): 311/392 kB | 16/91 kB | 4.1/189 kB Progress (3): 311/392 kB | 20/91 kB | 4.1/189 kB Progress (3): 315/392 kB | 20/91 kB | 4.1/189 kB Progress (3): 315/392 kB | 20/91 kB | 7.7/189 kB Progress (3): 319/392 kB | 20/91 kB | 7.7/189 kB Progress (3): 319/392 kB | 24/91 kB | 7.7/189 kB Progress (3): 323/392 kB | 24/91 kB | 7.7/189 kB Progress (3): 323/392 kB | 24/91 kB | 12/189 kB Progress (3): 327/392 kB | 24/91 kB | 12/189 kB Progress (3): 327/392 kB | 28/91 kB | 12/189 kB Progress (3): 327/392 kB | 28/91 kB | 16/189 kB Progress (3): 327/392 kB | 32/91 kB | 16/189 kB Progress (4): 327/392 kB | 32/91 kB | 16/189 kB | 4.1/168 kB Progress (4): 331/392 kB | 32/91 kB | 16/189 kB | 4.1/168 kB Progress (4): 331/392 kB | 36/91 kB | 16/189 kB | 4.1/168 kB Progress (4): 331/392 kB | 36/91 kB | 16/189 kB | 7.7/168 kB Progress (4): 331/392 kB | 40/91 kB | 16/189 kB | 7.7/168 kB Progress (4): 335/392 kB | 40/91 kB | 16/189 kB | 7.7/168 kB Progress (4): 335/392 kB | 40/91 kB | 20/189 kB | 7.7/168 kB Progress (4): 339/392 kB | 40/91 kB | 20/189 kB | 7.7/168 kB Progress (4): 339/392 kB | 45/91 kB | 20/189 kB | 7.7/168 kB Progress (4): 339/392 kB | 45/91 kB | 20/189 kB | 12/168 kB Progress (4): 339/392 kB | 49/91 kB | 20/189 kB | 12/168 kB Progress (4): 344/392 kB | 49/91 kB | 20/189 kB | 12/168 kB Progress (4): 344/392 kB | 49/91 kB | 24/189 kB | 12/168 kB Progress (4): 344/392 kB | 49/91 kB | 24/189 kB | 16/168 kB Progress (4): 344/392 kB | 49/91 kB | 28/189 kB | 16/168 kB Progress (4): 344/392 kB | 53/91 kB | 28/189 kB | 16/168 kB Progress (4): 344/392 kB | 53/91 kB | 32/189 kB | 16/168 kB Progress (4): 348/392 kB | 53/91 kB | 32/189 kB | 16/168 kB Progress (4): 348/392 kB | 53/91 kB | 32/189 kB | 20/168 kB Progress (4): 348/392 kB | 57/91 kB | 32/189 kB | 20/168 kB Progress (4): 348/392 kB | 57/91 kB | 36/189 kB | 20/168 kB Progress (4): 348/392 kB | 57/91 kB | 36/189 kB | 24/168 kB Progress (4): 352/392 kB | 57/91 kB | 36/189 kB | 24/168 kB Progress (4): 352/392 kB | 57/91 kB | 36/189 kB | 28/168 kB Progress (4): 352/392 kB | 57/91 kB | 40/189 kB | 28/168 kB Progress (4): 352/392 kB | 61/91 kB | 40/189 kB | 28/168 kB Progress (4): 352/392 kB | 61/91 kB | 45/189 kB | 28/168 kB Progress (4): 352/392 kB | 61/91 kB | 45/189 kB | 32/168 kB Progress (4): 356/392 kB | 61/91 kB | 45/189 kB | 32/168 kB Progress (4): 356/392 kB | 61/91 kB | 49/189 kB | 32/168 kB Progress (4): 356/392 kB | 65/91 kB | 49/189 kB | 32/168 kB Progress (4): 360/392 kB | 65/91 kB | 49/189 kB | 32/168 kB Progress (4): 360/392 kB | 65/91 kB | 53/189 kB | 32/168 kB Progress (4): 360/392 kB | 69/91 kB | 53/189 kB | 32/168 kB Progress (4): 364/392 kB | 69/91 kB | 53/189 kB | 32/168 kB Progress (4): 364/392 kB | 69/91 kB | 57/189 kB | 32/168 kB Progress (4): 368/392 kB | 69/91 kB | 57/189 kB | 32/168 kB Progress (4): 368/392 kB | 73/91 kB | 57/189 kB | 32/168 kB Progress (4): 372/392 kB | 73/91 kB | 57/189 kB | 32/168 kB Progress (4): 372/392 kB | 73/91 kB | 61/189 kB | 32/168 kB Progress (4): 376/392 kB | 73/91 kB | 61/189 kB | 32/168 kB Progress (4): 376/392 kB | 77/91 kB | 61/189 kB | 32/168 kB Progress (4): 376/392 kB | 77/91 kB | 65/189 kB | 32/168 kB Progress (4): 376/392 kB | 81/91 kB | 65/189 kB | 32/168 kB Progress (4): 380/392 kB | 81/91 kB | 65/189 kB | 32/168 kB Progress (4): 384/392 kB | 81/91 kB | 65/189 kB | 32/168 kB Progress (4): 384/392 kB | 81/91 kB | 65/189 kB | 36/168 kB Progress (4): 384/392 kB | 85/91 kB | 65/189 kB | 36/168 kB Progress (4): 384/392 kB | 85/91 kB | 69/189 kB | 36/168 kB Progress (4): 384/392 kB | 90/91 kB | 69/189 kB | 36/168 kB Progress (4): 384/392 kB | 90/91 kB | 69/189 kB | 40/168 kB Progress (4): 389/392 kB | 90/91 kB | 69/189 kB | 40/168 kB Progress (4): 389/392 kB | 90/91 kB | 69/189 kB | 45/168 kB Progress (4): 389/392 kB | 91 kB | 69/189 kB | 45/168 kB Progress (4): 389/392 kB | 91 kB | 73/189 kB | 45/168 kB Progress (4): 389/392 kB | 91 kB | 73/189 kB | 49/168 kB Progress (4): 392 kB | 91 kB | 73/189 kB | 49/168 kB Progress (4): 392 kB | 91 kB | 77/189 kB | 49/168 kB Progress (4): 392 kB | 91 kB | 81/189 kB | 49/168 kB Progress (4): 392 kB | 91 kB | 81/189 kB | 53/168 kB Progress (4): 392 kB | 91 kB | 81/189 kB | 57/168 kB Progress (4): 392 kB | 91 kB | 81/189 kB | 61/168 kB Progress (4): 392 kB | 91 kB | 85/189 kB | 61/168 kB Progress (4): 392 kB | 91 kB | 85/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 90/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 94/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 98/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 102/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 106/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 110/189 kB | 65/168 kB Progress (4): 392 kB | 91 kB | 114/189 kB | 65/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 665 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar Progress (4): 91 kB | 114/189 kB | 65/168 kB | 4.1/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 7.7/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 12/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 16/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 20/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 24/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 28/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 32/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 36/38 kB Progress (4): 91 kB | 114/189 kB | 65/168 kB | 38 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 58 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar Progress (3): 91 kB | 114/189 kB | 69/168 kB Progress (3): 91 kB | 114/189 kB | 73/168 kB Progress (3): 91 kB | 114/189 kB | 77/168 kB Progress (3): 91 kB | 114/189 kB | 81/168 kB Progress (3): 91 kB | 114/189 kB | 85/168 kB Progress (3): 91 kB | 114/189 kB | 90/168 kB Progress (3): 91 kB | 114/189 kB | 94/168 kB Progress (3): 91 kB | 114/189 kB | 98/168 kB Progress (3): 91 kB | 118/189 kB | 98/168 kB Progress (3): 91 kB | 122/189 kB | 98/168 kB Progress (3): 91 kB | 126/189 kB | 98/168 kB Progress (3): 91 kB | 126/189 kB | 102/168 kB Progress (3): 91 kB | 131/189 kB | 102/168 kB Progress (3): 91 kB | 131/189 kB | 106/168 kB Progress (3): 91 kB | 131/189 kB | 110/168 kB Progress (3): 91 kB | 131/189 kB | 114/168 kB Progress (3): 91 kB | 131/189 kB | 118/168 kB Progress (3): 91 kB | 131/189 kB | 122/168 kB Progress (3): 91 kB | 131/189 kB | 126/168 kB Progress (3): 91 kB | 131/189 kB | 131/168 kB Progress (3): 91 kB | 131/189 kB | 135/168 kB Progress (3): 91 kB | 131/189 kB | 139/168 kB Progress (3): 91 kB | 131/189 kB | 143/168 kB Progress (3): 91 kB | 131/189 kB | 147/168 kB Progress (3): 91 kB | 131/189 kB | 151/168 kB Progress (3): 91 kB | 131/189 kB | 155/168 kB Progress (3): 91 kB | 131/189 kB | 159/168 kB Progress (3): 91 kB | 131/189 kB | 163/168 kB Progress (3): 91 kB | 131/189 kB | 167/168 kB Progress (3): 91 kB | 131/189 kB | 168 kB Progress (3): 91 kB | 135/189 kB | 168 kB Progress (3): 91 kB | 139/189 kB | 168 kB Progress (3): 91 kB | 143/189 kB | 168 kB Progress (3): 91 kB | 147/189 kB | 168 kB Progress (3): 91 kB | 151/189 kB | 168 kB Progress (3): 91 kB | 155/189 kB | 168 kB Progress (3): 91 kB | 159/189 kB | 168 kB Progress (3): 91 kB | 163/189 kB | 168 kB Progress (3): 91 kB | 167/189 kB | 168 kB Progress (3): 91 kB | 171/189 kB | 168 kB Progress (3): 91 kB | 176/189 kB | 168 kB Progress (3): 91 kB | 180/189 kB | 168 kB Progress (3): 91 kB | 184/189 kB | 168 kB Progress (3): 91 kB | 188/189 kB | 168 kB Progress (3): 91 kB | 189 kB | 168 kB Progress (4): 91 kB | 189 kB | 168 kB | 4.1/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 7.7/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 12/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 16/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 20/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 24/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 28/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 32/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 36/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 40/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 45/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 49/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 53/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 57/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 61/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 65/65 kB Progress (4): 91 kB | 189 kB | 168 kB | 65 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 209 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 101 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 185 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar Progress (2): 65 kB | 4.1/571 kB Progress (2): 65 kB | 7.7/571 kB Progress (2): 65 kB | 12/571 kB Progress (2): 65 kB | 16/571 kB Progress (2): 65 kB | 20/571 kB Progress (2): 65 kB | 24/571 kB Progress (2): 65 kB | 28/571 kB Progress (2): 65 kB | 32/571 kB Progress (2): 65 kB | 36/571 kB Progress (2): 65 kB | 40/571 kB Progress (2): 65 kB | 45/571 kB Progress (2): 65 kB | 49/571 kB Progress (2): 65 kB | 53/571 kB Progress (2): 65 kB | 57/571 kB Progress (2): 65 kB | 61/571 kB Progress (2): 65 kB | 65/571 kB Progress (2): 65 kB | 69/571 kB Progress (2): 65 kB | 73/571 kB Progress (2): 65 kB | 77/571 kB Progress (2): 65 kB | 81/571 kB Progress (2): 65 kB | 85/571 kB Progress (2): 65 kB | 90/571 kB Progress (2): 65 kB | 94/571 kB Progress (2): 65 kB | 98/571 kB Progress (2): 65 kB | 102/571 kB Progress (2): 65 kB | 106/571 kB Progress (2): 65 kB | 110/571 kB Progress (2): 65 kB | 114/571 kB Progress (2): 65 kB | 118/571 kB Progress (2): 65 kB | 122/571 kB Progress (2): 65 kB | 126/571 kB Progress (2): 65 kB | 131/571 kB Progress (2): 65 kB | 135/571 kB Progress (2): 65 kB | 139/571 kB Progress (2): 65 kB | 143/571 kB Progress (2): 65 kB | 147/571 kB Progress (2): 65 kB | 151/571 kB Progress (2): 65 kB | 155/571 kB Progress (2): 65 kB | 159/571 kB Progress (2): 65 kB | 163/571 kB Progress (2): 65 kB | 167/571 kB Progress (2): 65 kB | 171/571 kB Progress (2): 65 kB | 176/571 kB Progress (2): 65 kB | 180/571 kB Progress (2): 65 kB | 184/571 kB Progress (2): 65 kB | 188/571 kB Progress (2): 65 kB | 192/571 kB Progress (2): 65 kB | 196/571 kB Progress (2): 65 kB | 200/571 kB Progress (2): 65 kB | 204/571 kB Progress (2): 65 kB | 208/571 kB Progress (2): 65 kB | 212/571 kB Progress (2): 65 kB | 217/571 kB Progress (2): 65 kB | 221/571 kB Progress (2): 65 kB | 225/571 kB Progress (2): 65 kB | 229/571 kB Progress (3): 65 kB | 229/571 kB | 4.1/109 kB Progress (3): 65 kB | 233/571 kB | 4.1/109 kB Progress (3): 65 kB | 233/571 kB | 7.7/109 kB Progress (3): 65 kB | 237/571 kB | 7.7/109 kB Progress (3): 65 kB | 237/571 kB | 12/109 kB Progress (3): 65 kB | 241/571 kB | 12/109 kB Progress (3): 65 kB | 241/571 kB | 16/109 kB Progress (3): 65 kB | 245/571 kB | 16/109 kB Progress (3): 65 kB | 245/571 kB | 20/109 kB Progress (3): 65 kB | 249/571 kB | 20/109 kB Progress (3): 65 kB | 249/571 kB | 24/109 kB Progress (3): 65 kB | 253/571 kB | 24/109 kB Progress (3): 65 kB | 253/571 kB | 28/109 kB Progress (3): 65 kB | 258/571 kB | 28/109 kB Progress (3): 65 kB | 258/571 kB | 32/109 kB Progress (3): 65 kB | 262/571 kB | 32/109 kB Progress (3): 65 kB | 262/571 kB | 36/109 kB Progress (3): 65 kB | 266/571 kB | 36/109 kB Progress (3): 65 kB | 266/571 kB | 40/109 kB Progress (3): 65 kB | 270/571 kB | 40/109 kB Progress (3): 65 kB | 270/571 kB | 45/109 kB Progress (3): 65 kB | 274/571 kB | 45/109 kB Progress (3): 65 kB | 274/571 kB | 49/109 kB Progress (3): 65 kB | 278/571 kB | 49/109 kB Progress (3): 65 kB | 278/571 kB | 53/109 kB Progress (3): 65 kB | 282/571 kB | 53/109 kB Progress (3): 65 kB | 282/571 kB | 57/109 kB Progress (3): 65 kB | 286/571 kB | 57/109 kB Progress (3): 65 kB | 286/571 kB | 61/109 kB Progress (3): 65 kB | 290/571 kB | 61/109 kB Progress (3): 65 kB | 290/571 kB | 65/109 kB Progress (3): 65 kB | 294/571 kB | 65/109 kB Progress (3): 65 kB | 294/571 kB | 69/109 kB Progress (3): 65 kB | 298/571 kB | 69/109 kB Progress (3): 65 kB | 298/571 kB | 73/109 kB Progress (3): 65 kB | 303/571 kB | 73/109 kB Progress (3): 65 kB | 303/571 kB | 77/109 kB Progress (3): 65 kB | 307/571 kB | 77/109 kB Progress (3): 65 kB | 307/571 kB | 81/109 kB Progress (3): 65 kB | 311/571 kB | 81/109 kB Progress (3): 65 kB | 311/571 kB | 85/109 kB Progress (3): 65 kB | 315/571 kB | 85/109 kB Progress (3): 65 kB | 315/571 kB | 90/109 kB Progress (3): 65 kB | 319/571 kB | 90/109 kB Progress (3): 65 kB | 319/571 kB | 94/109 kB Progress (3): 65 kB | 323/571 kB | 94/109 kB Progress (3): 65 kB | 323/571 kB | 98/109 kB Progress (3): 65 kB | 327/571 kB | 98/109 kB Progress (3): 65 kB | 327/571 kB | 102/109 kB Progress (3): 65 kB | 327/571 kB | 106/109 kB Progress (3): 65 kB | 331/571 kB | 106/109 kB Progress (3): 65 kB | 331/571 kB | 109 kB Progress (3): 65 kB | 335/571 kB | 109 kB Progress (3): 65 kB | 339/571 kB | 109 kB Progress (3): 65 kB | 344/571 kB | 109 kB Progress (3): 65 kB | 348/571 kB | 109 kB Progress (3): 65 kB | 352/571 kB | 109 kB Progress (3): 65 kB | 356/571 kB | 109 kB Progress (3): 65 kB | 360/571 kB | 109 kB Progress (3): 65 kB | 364/571 kB | 109 kB Progress (3): 65 kB | 368/571 kB | 109 kB Progress (3): 65 kB | 372/571 kB | 109 kB Progress (3): 65 kB | 376/571 kB | 109 kB Progress (3): 65 kB | 380/571 kB | 109 kB Progress (3): 65 kB | 384/571 kB | 109 kB Progress (3): 65 kB | 389/571 kB | 109 kB Progress (3): 65 kB | 393/571 kB | 109 kB Progress (3): 65 kB | 397/571 kB | 109 kB Progress (3): 65 kB | 401/571 kB | 109 kB Progress (3): 65 kB | 405/571 kB | 109 kB Progress (3): 65 kB | 409/571 kB | 109 kB Progress (3): 65 kB | 413/571 kB | 109 kB Progress (3): 65 kB | 417/571 kB | 109 kB Progress (3): 65 kB | 421/571 kB | 109 kB Progress (3): 65 kB | 425/571 kB | 109 kB Progress (3): 65 kB | 430/571 kB | 109 kB Progress (3): 65 kB | 434/571 kB | 109 kB Progress (3): 65 kB | 438/571 kB | 109 kB Progress (3): 65 kB | 442/571 kB | 109 kB Progress (3): 65 kB | 446/571 kB | 109 kB Progress (3): 65 kB | 450/571 kB | 109 kB Progress (3): 65 kB | 454/571 kB | 109 kB Progress (3): 65 kB | 458/571 kB | 109 kB Progress (3): 65 kB | 462/571 kB | 109 kB Progress (3): 65 kB | 466/571 kB | 109 kB Progress (3): 65 kB | 471/571 kB | 109 kB Progress (3): 65 kB | 475/571 kB | 109 kB Progress (3): 65 kB | 479/571 kB | 109 kB Progress (3): 65 kB | 483/571 kB | 109 kB Progress (3): 65 kB | 487/571 kB | 109 kB Progress (3): 65 kB | 491/571 kB | 109 kB Progress (3): 65 kB | 495/571 kB | 109 kB Progress (3): 65 kB | 499/571 kB | 109 kB Progress (3): 65 kB | 503/571 kB | 109 kB Progress (3): 65 kB | 507/571 kB | 109 kB Progress (3): 65 kB | 511/571 kB | 109 kB Progress (3): 65 kB | 516/571 kB | 109 kB Progress (3): 65 kB | 520/571 kB | 109 kB Progress (3): 65 kB | 524/571 kB | 109 kB Progress (3): 65 kB | 528/571 kB | 109 kB Progress (3): 65 kB | 532/571 kB | 109 kB Progress (3): 65 kB | 536/571 kB | 109 kB Progress (3): 65 kB | 540/571 kB | 109 kB Progress (3): 65 kB | 544/571 kB | 109 kB Progress (3): 65 kB | 548/571 kB | 109 kB Progress (3): 65 kB | 552/571 kB | 109 kB Progress (3): 65 kB | 557/571 kB | 109 kB Progress (3): 65 kB | 561/571 kB | 109 kB Progress (3): 65 kB | 565/571 kB | 109 kB Progress (3): 65 kB | 569/571 kB | 109 kB Progress (3): 65 kB | 571 kB | 109 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 114 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar Progress (3): 65 kB | 571 kB | 4.1/126 kB Progress (3): 65 kB | 571 kB | 7.7/126 kB Progress (3): 65 kB | 571 kB | 12/126 kB Progress (3): 65 kB | 571 kB | 16/126 kB Progress (3): 65 kB | 571 kB | 20/126 kB Progress (3): 65 kB | 571 kB | 24/126 kB Progress (3): 65 kB | 571 kB | 28/126 kB Progress (3): 65 kB | 571 kB | 32/126 kB Progress (3): 65 kB | 571 kB | 36/126 kB Progress (3): 65 kB | 571 kB | 40/126 kB Progress (3): 65 kB | 571 kB | 45/126 kB Progress (3): 65 kB | 571 kB | 49/126 kB Progress (3): 65 kB | 571 kB | 53/126 kB Progress (3): 65 kB | 571 kB | 57/126 kB Progress (3): 65 kB | 571 kB | 61/126 kB Progress (3): 65 kB | 571 kB | 65/126 kB Progress (3): 65 kB | 571 kB | 69/126 kB Progress (3): 65 kB | 571 kB | 73/126 kB Progress (3): 65 kB | 571 kB | 77/126 kB Progress (3): 65 kB | 571 kB | 81/126 kB Progress (3): 65 kB | 571 kB | 85/126 kB Progress (3): 65 kB | 571 kB | 90/126 kB Progress (3): 65 kB | 571 kB | 94/126 kB Progress (3): 65 kB | 571 kB | 98/126 kB Progress (3): 65 kB | 571 kB | 102/126 kB Progress (3): 65 kB | 571 kB | 106/126 kB Progress (3): 65 kB | 571 kB | 110/126 kB Progress (3): 65 kB | 571 kB | 114/126 kB Progress (3): 65 kB | 571 kB | 118/126 kB Progress (3): 65 kB | 571 kB | 122/126 kB Progress (3): 65 kB | 571 kB | 126 kB Progress (4): 65 kB | 571 kB | 126 kB | 4.1/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 7.7/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 12/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 16/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 20/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 24/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 28/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 32/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 36/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 40/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 45/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 49/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 53/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 57/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 61/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 65/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 69/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 73/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 77/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 81/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 85/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 90/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 94/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 98/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 102/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 106/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 110/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 114/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 118/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 122/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 126/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 131/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 135/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 139/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 143/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 147/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 151/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 155/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 159/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 163/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 167/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 171/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 176/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 180/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 184/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 188/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 192/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 196/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 200/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 204/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 208/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 212/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 217/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 221/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 225/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 229/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 233/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 237/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 241/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 245/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 249/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 253/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 258/259 kB Progress (4): 65 kB | 571 kB | 126 kB | 259 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 64 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 551 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar (126 kB at 120 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar (259 kB at 246 kB/s) Progress (1): 4.1/388 kB Progress (1): 7.7/388 kB Progress (1): 12/388 kB Progress (1): 16/388 kB Progress (1): 20/388 kB Progress (1): 24/388 kB Progress (1): 28/388 kB Progress (1): 32/388 kB Progress (1): 36/388 kB Progress (1): 40/388 kB Progress (1): 45/388 kB Progress (1): 49/388 kB Progress (1): 53/388 kB Progress (1): 57/388 kB Progress (1): 61/388 kB Progress (1): 65/388 kB Progress (1): 69/388 kB Progress (1): 73/388 kB Progress (1): 77/388 kB Progress (1): 81/388 kB Progress (1): 85/388 kB Progress (1): 90/388 kB Progress (1): 94/388 kB Progress (1): 98/388 kB Progress (1): 102/388 kB Progress (1): 106/388 kB Progress (1): 110/388 kB Progress (1): 114/388 kB Progress (1): 118/388 kB Progress (1): 122/388 kB Progress (1): 126/388 kB Progress (1): 131/388 kB Progress (1): 135/388 kB Progress (1): 139/388 kB Progress (1): 143/388 kB Progress (1): 147/388 kB Progress (1): 151/388 kB Progress (1): 155/388 kB Progress (1): 159/388 kB Progress (1): 163/388 kB Progress (1): 167/388 kB Progress (1): 171/388 kB Progress (1): 176/388 kB Progress (1): 180/388 kB Progress (1): 184/388 kB Progress (1): 188/388 kB Progress (1): 192/388 kB Progress (1): 196/388 kB Progress (1): 200/388 kB Progress (1): 204/388 kB Progress (1): 208/388 kB Progress (1): 212/388 kB Progress (1): 217/388 kB Progress (1): 221/388 kB Progress (1): 225/388 kB Progress (1): 229/388 kB Progress (1): 233/388 kB Progress (1): 237/388 kB Progress (1): 241/388 kB Progress (1): 245/388 kB Progress (1): 249/388 kB Progress (1): 253/388 kB Progress (1): 258/388 kB Progress (1): 262/388 kB Progress (1): 266/388 kB Progress (1): 270/388 kB Progress (1): 274/388 kB Progress (1): 278/388 kB Progress (1): 282/388 kB Progress (1): 286/388 kB Progress (1): 290/388 kB Progress (1): 294/388 kB Progress (1): 298/388 kB Progress (1): 303/388 kB Progress (1): 307/388 kB Progress (1): 311/388 kB Progress (1): 315/388 kB Progress (1): 319/388 kB Progress (1): 323/388 kB Progress (1): 327/388 kB Progress (1): 331/388 kB Progress (1): 335/388 kB Progress (1): 339/388 kB Progress (1): 344/388 kB Progress (1): 348/388 kB Progress (1): 352/388 kB Progress (1): 356/388 kB Progress (1): 360/388 kB Progress (1): 364/388 kB Progress (2): 364/388 kB | 4.1/128 kB Progress (2): 368/388 kB | 4.1/128 kB Progress (2): 368/388 kB | 7.7/128 kB Progress (2): 372/388 kB | 7.7/128 kB Progress (2): 372/388 kB | 12/128 kB Progress (2): 376/388 kB | 12/128 kB Progress (2): 376/388 kB | 16/128 kB Progress (2): 380/388 kB | 16/128 kB Progress (2): 384/388 kB | 16/128 kB Progress (2): 388 kB | 16/128 kB Progress (2): 388 kB | 20/128 kB Progress (2): 388 kB | 24/128 kB Progress (2): 388 kB | 28/128 kB Progress (2): 388 kB | 32/128 kB Progress (2): 388 kB | 36/128 kB Progress (2): 388 kB | 40/128 kB Progress (2): 388 kB | 45/128 kB Progress (2): 388 kB | 49/128 kB Progress (2): 388 kB | 53/128 kB Progress (2): 388 kB | 57/128 kB Progress (2): 388 kB | 61/128 kB Progress (2): 388 kB | 65/128 kB Progress (2): 388 kB | 69/128 kB Progress (2): 388 kB | 73/128 kB Progress (2): 388 kB | 77/128 kB Progress (2): 388 kB | 81/128 kB Progress (2): 388 kB | 85/128 kB Progress (2): 388 kB | 90/128 kB Progress (2): 388 kB | 94/128 kB Progress (2): 388 kB | 98/128 kB Progress (2): 388 kB | 102/128 kB Progress (2): 388 kB | 106/128 kB Progress (2): 388 kB | 110/128 kB Progress (2): 388 kB | 114/128 kB Progress (2): 388 kB | 118/128 kB Progress (2): 388 kB | 122/128 kB Progress (2): 388 kB | 126/128 kB Progress (2): 388 kB | 128 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar (128 kB at 113 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar (388 kB at 331 kB/s) [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.parent/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.parent --- [INFO] [INFO] -----------------< org.polarsys.capella:capellastudio >----------------- [INFO] Building capellastudio 1.3.2-SNAPSHOT [2/24] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capellastudio --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ capellastudio --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.targets/target/jacoco.exec [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-target-definition (default-package-target-definition) @ capellastudio --- Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.pom Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.pom (1.5 kB at 12 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 9.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.pom (9.4 kB at 32 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.9.0.201710071750-r/org.eclipse.jgit-parent-4.9.0.201710071750-r.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.9.0.201710071750-r/org.eclipse.jgit-parent-4.9.0.201710071750-r.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.9.0.201710071750-r/org.eclipse.jgit-parent-4.9.0.201710071750-r.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): 29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.9.0.201710071750-r/org.eclipse.jgit-parent-4.9.0.201710071750-r.pom (29 kB at 415 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 60 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom Progress (1): 4.1 kB Progress (1): 4.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 121 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 147 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 89 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom Progress (1): 4.1 kB Progress (1): 5.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom (5.2 kB at 23 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.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/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom (16 kB at 86 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/7/project-7.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/7/project-7.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 25 kB Progress (1): 27 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 111 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.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/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom (4.6 kB at 121 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.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/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom (13 kB at 116 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.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/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 64 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.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): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.1 MB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom Progress (1): 4.1 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-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 797 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom Progress (1): 2.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 58 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom Progress (1): 4.1 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/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 275 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.jar Progress (1): 4.1/166 kB Progress (1): 7.7/166 kB Progress (1): 12/166 kB Progress (1): 16/166 kB Progress (1): 20/166 kB Progress (1): 24/166 kB Progress (1): 28/166 kB Progress (1): 32/166 kB Progress (1): 36/166 kB Progress (1): 40/166 kB Progress (1): 45/166 kB Progress (1): 49/166 kB Progress (1): 53/166 kB Progress (1): 57/166 kB Progress (1): 61/166 kB Progress (1): 65/166 kB Progress (1): 69/166 kB Progress (1): 73/166 kB Progress (1): 77/166 kB Progress (1): 81/166 kB Progress (1): 85/166 kB Progress (1): 90/166 kB Progress (1): 94/166 kB Progress (1): 98/166 kB Progress (1): 102/166 kB Progress (1): 106/166 kB Progress (1): 110/166 kB Progress (1): 114/166 kB Progress (1): 118/166 kB Progress (1): 122/166 kB Progress (1): 126/166 kB Progress (1): 131/166 kB Progress (1): 135/166 kB Progress (1): 139/166 kB Progress (1): 143/166 kB Progress (1): 147/166 kB Progress (1): 151/166 kB Progress (1): 155/166 kB Progress (1): 159/166 kB Progress (1): 163/166 kB Progress (1): 166 kB Progress (2): 166 kB | 4.1/281 kB Progress (2): 166 kB | 7.7/281 kB Progress (2): 166 kB | 12/281 kB Progress (2): 166 kB | 16/281 kB Progress (2): 166 kB | 20/281 kB Progress (2): 166 kB | 24/281 kB Progress (2): 166 kB | 28/281 kB Progress (2): 166 kB | 32/281 kB Progress (2): 166 kB | 36/281 kB Progress (2): 166 kB | 40/281 kB Progress (2): 166 kB | 45/281 kB Progress (2): 166 kB | 49/281 kB Progress (2): 166 kB | 53/281 kB Progress (2): 166 kB | 57/281 kB Progress (2): 166 kB | 61/281 kB Progress (2): 166 kB | 65/281 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 3.4 MB/s) Progress (1): 69/281 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar Progress (1): 73/281 kB Progress (1): 77/281 kB Progress (1): 81/281 kB Progress (1): 85/281 kB Progress (1): 90/281 kB Progress (1): 94/281 kB Progress (1): 98/281 kB Progress (1): 102/281 kB Progress (1): 106/281 kB Progress (1): 110/281 kB Progress (1): 114/281 kB Progress (1): 118/281 kB Progress (1): 122/281 kB Progress (1): 126/281 kB Progress (1): 131/281 kB Progress (1): 135/281 kB Progress (1): 139/281 kB Progress (1): 143/281 kB Progress (1): 147/281 kB Progress (1): 151/281 kB Progress (1): 155/281 kB Progress (1): 159/281 kB Progress (1): 163/281 kB Progress (1): 167/281 kB Progress (1): 171/281 kB Progress (1): 176/281 kB Progress (1): 180/281 kB Progress (1): 184/281 kB Progress (1): 188/281 kB Progress (1): 192/281 kB Progress (1): 196/281 kB Progress (1): 200/281 kB Progress (1): 204/281 kB Progress (1): 208/281 kB Progress (1): 212/281 kB Progress (1): 217/281 kB Progress (1): 221/281 kB Progress (1): 225/281 kB Progress (1): 229/281 kB Progress (1): 233/281 kB Progress (1): 237/281 kB Progress (1): 241/281 kB Progress (1): 245/281 kB Progress (1): 249/281 kB Progress (1): 253/281 kB Progress (1): 258/281 kB Progress (1): 262/281 kB Progress (1): 266/281 kB Progress (1): 270/281 kB Progress (1): 274/281 kB Progress (1): 278/281 kB Progress (1): 281 kB Progress (2): 281 kB | 4.1/6.0 kB Progress (2): 281 kB | 6.0 kB Progress (3): 281 kB | 6.0 kB | 4.1/592 kB Progress (3): 281 kB | 6.0 kB | 7.7/592 kB Progress (3): 281 kB | 6.0 kB | 12/592 kB Progress (3): 281 kB | 6.0 kB | 16/592 kB Progress (3): 281 kB | 6.0 kB | 20/592 kB Progress (3): 281 kB | 6.0 kB | 24/592 kB Progress (3): 281 kB | 6.0 kB | 28/592 kB Progress (3): 281 kB | 6.0 kB | 32/592 kB Progress (3): 281 kB | 6.0 kB | 36/592 kB Progress (3): 281 kB | 6.0 kB | 40/592 kB Progress (3): 281 kB | 6.0 kB | 45/592 kB Progress (3): 281 kB | 6.0 kB | 49/592 kB Progress (3): 281 kB | 6.0 kB | 53/592 kB Progress (3): 281 kB | 6.0 kB | 57/592 kB Progress (3): 281 kB | 6.0 kB | 61/592 kB Progress (3): 281 kB | 6.0 kB | 65/592 kB Progress (3): 281 kB | 6.0 kB | 69/592 kB Progress (3): 281 kB | 6.0 kB | 73/592 kB Progress (3): 281 kB | 6.0 kB | 77/592 kB Progress (3): 281 kB | 6.0 kB | 81/592 kB Progress (3): 281 kB | 6.0 kB | 85/592 kB Progress (3): 281 kB | 6.0 kB | 90/592 kB Progress (3): 281 kB | 6.0 kB | 94/592 kB Progress (3): 281 kB | 6.0 kB | 98/592 kB Progress (3): 281 kB | 6.0 kB | 102/592 kB Progress (3): 281 kB | 6.0 kB | 106/592 kB Progress (3): 281 kB | 6.0 kB | 110/592 kB Progress (3): 281 kB | 6.0 kB | 114/592 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.1.0/tycho-sourceref-jgit-1.1.0.jar (6.0 kB at 76 kB/s) Progress (2): 281 kB | 118/592 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar Progress (2): 281 kB | 122/592 kB Progress (2): 281 kB | 126/592 kB Progress (2): 281 kB | 131/592 kB Progress (2): 281 kB | 135/592 kB Progress (2): 281 kB | 139/592 kB Progress (2): 281 kB | 143/592 kB Progress (2): 281 kB | 147/592 kB Progress (3): 281 kB | 147/592 kB | 0/2.6 MB Progress (3): 281 kB | 147/592 kB | 0/2.6 MB Progress (3): 281 kB | 147/592 kB | 0/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.1/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.1/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.1/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.1/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.1/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.1/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.2/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.2/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.2/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.2/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.2/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.2/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.3/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.3/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.3/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.3/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.3/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.3/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.4/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.4/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.4/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.4/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.4/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.4/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.5/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.5/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.5/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.5/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.5/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.5/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.6/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.6/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.6/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.6/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.6/2.6 MB Progress (3): 281 kB | 147/592 kB | 0.6/2.6 MB Progress (4): 281 kB | 147/592 kB | 0.6/2.6 MB | 4.1/283 kB Progress (4): 281 kB | 147/592 kB | 0.6/2.6 MB | 7.7/283 kB Progress (4): 281 kB | 147/592 kB | 0.7/2.6 MB | 7.7/283 kB Progress (4): 281 kB | 147/592 kB | 0.7/2.6 MB | 12/283 kB Progress (4): 281 kB | 151/592 kB | 0.7/2.6 MB | 12/283 kB Progress (4): 281 kB | 151/592 kB | 0.7/2.6 MB | 16/283 kB Progress (4): 281 kB | 155/592 kB | 0.7/2.6 MB | 16/283 kB Progress (4): 281 kB | 155/592 kB | 0.7/2.6 MB | 16/283 kB Progress (4): 281 kB | 159/592 kB | 0.7/2.6 MB | 16/283 kB Progress (4): 281 kB | 163/592 kB | 0.7/2.6 MB | 16/283 kB Progress (4): 281 kB | 163/592 kB | 0.7/2.6 MB | 20/283 kB Progress (4): 281 kB | 163/592 kB | 0.7/2.6 MB | 20/283 kB Progress (4): 281 kB | 163/592 kB | 0.7/2.6 MB | 24/283 kB Progress (5): 281 kB | 163/592 kB | 0.7/2.6 MB | 24/283 kB | 4.1/62 kB Progress (5): 281 kB | 167/592 kB | 0.7/2.6 MB | 24/283 kB | 4.1/62 kB Progress (5): 281 kB | 167/592 kB | 0.7/2.6 MB | 24/283 kB | 4.1/62 kB Progress (5): 281 kB | 167/592 kB | 0.7/2.6 MB | 24/283 kB | 7.7/62 kB Progress (5): 281 kB | 167/592 kB | 0.7/2.6 MB | 28/283 kB | 7.7/62 kB Progress (5): 281 kB | 167/592 kB | 0.7/2.6 MB | 28/283 kB | 12/62 kB Progress (5): 281 kB | 171/592 kB | 0.7/2.6 MB | 28/283 kB | 12/62 kB Progress (5): 281 kB | 171/592 kB | 0.7/2.6 MB | 28/283 kB | 16/62 kB Progress (5): 281 kB | 171/592 kB | 0.7/2.6 MB | 28/283 kB | 16/62 kB Progress (5): 281 kB | 171/592 kB | 0.7/2.6 MB | 32/283 kB | 16/62 kB Progress (5): 281 kB | 176/592 kB | 0.7/2.6 MB | 32/283 kB | 16/62 kB Progress (5): 281 kB | 176/592 kB | 0.7/2.6 MB | 32/283 kB | 20/62 kB Progress (5): 281 kB | 176/592 kB | 0.7/2.6 MB | 32/283 kB | 20/62 kB Progress (5): 281 kB | 180/592 kB | 0.7/2.6 MB | 32/283 kB | 20/62 kB Progress (5): 281 kB | 180/592 kB | 0.7/2.6 MB | 36/283 kB | 20/62 kB Progress (5): 281 kB | 180/592 kB | 0.7/2.6 MB | 36/283 kB | 24/62 kB Progress (5): 281 kB | 180/592 kB | 0.8/2.6 MB | 36/283 kB | 24/62 kB Progress (5): 281 kB | 180/592 kB | 0.8/2.6 MB | 40/283 kB | 24/62 kB Progress (5): 281 kB | 184/592 kB | 0.8/2.6 MB | 40/283 kB | 24/62 kB Progress (5): 281 kB | 184/592 kB | 0.8/2.6 MB | 40/283 kB | 28/62 kB Progress (5): 281 kB | 188/592 kB | 0.8/2.6 MB | 40/283 kB | 28/62 kB Progress (5): 281 kB | 188/592 kB | 0.8/2.6 MB | 45/283 kB | 28/62 kB Progress (5): 281 kB | 192/592 kB | 0.8/2.6 MB | 45/283 kB | 28/62 kB Progress (5): 281 kB | 192/592 kB | 0.8/2.6 MB | 45/283 kB | 32/62 kB Progress (5): 281 kB | 192/592 kB | 0.8/2.6 MB | 45/283 kB | 32/62 kB Progress (5): 281 kB | 196/592 kB | 0.8/2.6 MB | 45/283 kB | 32/62 kB Progress (5): 281 kB | 196/592 kB | 0.8/2.6 MB | 49/283 kB | 32/62 kB Progress (5): 281 kB | 196/592 kB | 0.8/2.6 MB | 49/283 kB | 36/62 kB Progress (5): 281 kB | 196/592 kB | 0.8/2.6 MB | 49/283 kB | 40/62 kB Progress (5): 281 kB | 196/592 kB | 0.8/2.6 MB | 49/283 kB | 40/62 kB Progress (5): 281 kB | 200/592 kB | 0.8/2.6 MB | 49/283 kB | 40/62 kB Progress (5): 281 kB | 200/592 kB | 0.8/2.6 MB | 49/283 kB | 45/62 kB Progress (5): 281 kB | 200/592 kB | 0.8/2.6 MB | 53/283 kB | 45/62 kB Progress (5): 281 kB | 200/592 kB | 0.8/2.6 MB | 53/283 kB | 49/62 kB Progress (5): 281 kB | 204/592 kB | 0.8/2.6 MB | 53/283 kB | 49/62 kB Progress (5): 281 kB | 204/592 kB | 0.8/2.6 MB | 57/283 kB | 49/62 kB Progress (5): 281 kB | 204/592 kB | 0.8/2.6 MB | 57/283 kB | 49/62 kB Progress (5): 281 kB | 204/592 kB | 0.8/2.6 MB | 61/283 kB | 49/62 kB Progress (5): 281 kB | 204/592 kB | 0.8/2.6 MB | 61/283 kB | 53/62 kB Progress (5): 281 kB | 208/592 kB | 0.8/2.6 MB | 61/283 kB | 53/62 kB Progress (5): 281 kB | 208/592 kB | 0.8/2.6 MB | 61/283 kB | 57/62 kB Progress (5): 281 kB | 208/592 kB | 0.8/2.6 MB | 65/283 kB | 57/62 kB Progress (5): 281 kB | 208/592 kB | 0.8/2.6 MB | 65/283 kB | 61/62 kB Progress (5): 281 kB | 212/592 kB | 0.8/2.6 MB | 65/283 kB | 61/62 kB Progress (5): 281 kB | 212/592 kB | 0.8/2.6 MB | 65/283 kB | 62 kB Progress (5): 281 kB | 212/592 kB | 0.8/2.6 MB | 69/283 kB | 62 kB Progress (5): 281 kB | 212/592 kB | 0.8/2.6 MB | 73/283 kB | 62 kB Progress (5): 281 kB | 217/592 kB | 0.8/2.6 MB | 73/283 kB | 62 kB Progress (5): 281 kB | 217/592 kB | 0.8/2.6 MB | 77/283 kB | 62 kB Progress (5): 281 kB | 221/592 kB | 0.8/2.6 MB | 77/283 kB | 62 kB Progress (5): 281 kB | 221/592 kB | 0.8/2.6 MB | 81/283 kB | 62 kB Progress (5): 281 kB | 225/592 kB | 0.8/2.6 MB | 81/283 kB | 62 kB Progress (5): 281 kB | 229/592 kB | 0.8/2.6 MB | 81/283 kB | 62 kB Progress (5): 281 kB | 229/592 kB | 0.8/2.6 MB | 85/283 kB | 62 kB Progress (5): 281 kB | 229/592 kB | 0.8/2.6 MB | 90/283 kB | 62 kB Progress (5): 281 kB | 233/592 kB | 0.8/2.6 MB | 90/283 kB | 62 kB Progress (5): 281 kB | 233/592 kB | 0.8/2.6 MB | 94/283 kB | 62 kB Progress (5): 281 kB | 237/592 kB | 0.8/2.6 MB | 94/283 kB | 62 kB Progress (5): 281 kB | 237/592 kB | 0.8/2.6 MB | 98/283 kB | 62 kB Progress (5): 281 kB | 241/592 kB | 0.8/2.6 MB | 98/283 kB | 62 kB Progress (5): 281 kB | 245/592 kB | 0.8/2.6 MB | 98/283 kB | 62 kB Progress (5): 281 kB | 245/592 kB | 0.8/2.6 MB | 102/283 kB | 62 kB Progress (5): 281 kB | 245/592 kB | 0.8/2.6 MB | 106/283 kB | 62 kB Progress (5): 281 kB | 249/592 kB | 0.8/2.6 MB | 106/283 kB | 62 kB Progress (5): 281 kB | 249/592 kB | 0.8/2.6 MB | 110/283 kB | 62 kB Progress (5): 281 kB | 253/592 kB | 0.8/2.6 MB | 110/283 kB | 62 kB Progress (5): 281 kB | 253/592 kB | 0.8/2.6 MB | 114/283 kB | 62 kB Progress (5): 281 kB | 258/592 kB | 0.8/2.6 MB | 114/283 kB | 62 kB Progress (5): 281 kB | 262/592 kB | 0.8/2.6 MB | 114/283 kB | 62 kB Progress (5): 281 kB | 262/592 kB | 0.8/2.6 MB | 118/283 kB | 62 kB Progress (5): 281 kB | 262/592 kB | 0.8/2.6 MB | 122/283 kB | 62 kB Progress (5): 281 kB | 266/592 kB | 0.8/2.6 MB | 122/283 kB | 62 kB Progress (5): 281 kB | 266/592 kB | 0.8/2.6 MB | 126/283 kB | 62 kB Progress (5): 281 kB | 270/592 kB | 0.8/2.6 MB | 126/283 kB | 62 kB Progress (5): 281 kB | 270/592 kB | 0.8/2.6 MB | 131/283 kB | 62 kB Progress (5): 281 kB | 274/592 kB | 0.8/2.6 MB | 131/283 kB | 62 kB Progress (5): 281 kB | 278/592 kB | 0.8/2.6 MB | 131/283 kB | 62 kB Progress (5): 281 kB | 278/592 kB | 0.8/2.6 MB | 135/283 kB | 62 kB Progress (5): 281 kB | 278/592 kB | 0.8/2.6 MB | 139/283 kB | 62 kB Progress (5): 281 kB | 282/592 kB | 0.8/2.6 MB | 139/283 kB | 62 kB Progress (5): 281 kB | 282/592 kB | 0.8/2.6 MB | 143/283 kB | 62 kB Progress (5): 281 kB | 286/592 kB | 0.8/2.6 MB | 143/283 kB | 62 kB Progress (5): 281 kB | 286/592 kB | 0.8/2.6 MB | 147/283 kB | 62 kB Progress (5): 281 kB | 290/592 kB | 0.8/2.6 MB | 147/283 kB | 62 kB Progress (5): 281 kB | 294/592 kB | 0.8/2.6 MB | 147/283 kB | 62 kB Progress (5): 281 kB | 294/592 kB | 0.8/2.6 MB | 151/283 kB | 62 kB Progress (5): 281 kB | 294/592 kB | 0.8/2.6 MB | 155/283 kB | 62 kB Progress (5): 281 kB | 298/592 kB | 0.8/2.6 MB | 155/283 kB | 62 kB Progress (5): 281 kB | 298/592 kB | 0.8/2.6 MB | 159/283 kB | 62 kB Progress (5): 281 kB | 303/592 kB | 0.8/2.6 MB | 159/283 kB | 62 kB Progress (5): 281 kB | 303/592 kB | 0.8/2.6 MB | 163/283 kB | 62 kB Progress (5): 281 kB | 307/592 kB | 0.8/2.6 MB | 163/283 kB | 62 kB Progress (5): 281 kB | 311/592 kB | 0.8/2.6 MB | 163/283 kB | 62 kB Progress (5): 281 kB | 311/592 kB | 0.8/2.6 MB | 167/283 kB | 62 kB Progress (5): 281 kB | 311/592 kB | 0.8/2.6 MB | 171/283 kB | 62 kB Progress (5): 281 kB | 315/592 kB | 0.8/2.6 MB | 171/283 kB | 62 kB Progress (5): 281 kB | 315/592 kB | 0.8/2.6 MB | 176/283 kB | 62 kB Progress (5): 281 kB | 319/592 kB | 0.8/2.6 MB | 176/283 kB | 62 kB Progress (5): 281 kB | 319/592 kB | 0.8/2.6 MB | 180/283 kB | 62 kB Progress (5): 281 kB | 323/592 kB | 0.8/2.6 MB | 180/283 kB | 62 kB Progress (5): 281 kB | 327/592 kB | 0.8/2.6 MB | 180/283 kB | 62 kB Progress (5): 281 kB | 327/592 kB | 0.8/2.6 MB | 184/283 kB | 62 kB Progress (5): 281 kB | 327/592 kB | 0.8/2.6 MB | 184/283 kB | 62 kB Progress (5): 281 kB | 331/592 kB | 0.8/2.6 MB | 184/283 kB | 62 kB Progress (5): 281 kB | 331/592 kB | 0.8/2.6 MB | 188/283 kB | 62 kB Progress (5): 281 kB | 335/592 kB | 0.8/2.6 MB | 188/283 kB | 62 kB Progress (5): 281 kB | 335/592 kB | 0.8/2.6 MB | 192/283 kB | 62 kB Progress (5): 281 kB | 339/592 kB | 0.8/2.6 MB | 192/283 kB | 62 kB Progress (5): 281 kB | 339/592 kB | 0.8/2.6 MB | 192/283 kB | 62 kB Progress (5): 281 kB | 339/592 kB | 0.8/2.6 MB | 196/283 kB | 62 kB Progress (5): 281 kB | 344/592 kB | 0.8/2.6 MB | 196/283 kB | 62 kB Progress (5): 281 kB | 344/592 kB | 0.9/2.6 MB | 196/283 kB | 62 kB Progress (5): 281 kB | 344/592 kB | 0.9/2.6 MB | 200/283 kB | 62 kB Progress (5): 281 kB | 348/592 kB | 0.9/2.6 MB | 200/283 kB | 62 kB Progress (5): 281 kB | 348/592 kB | 0.9/2.6 MB | 204/283 kB | 62 kB Progress (5): 281 kB | 348/592 kB | 0.9/2.6 MB | 204/283 kB | 62 kB Progress (5): 281 kB | 352/592 kB | 0.9/2.6 MB | 204/283 kB | 62 kB Progress (5): 281 kB | 352/592 kB | 0.9/2.6 MB | 208/283 kB | 62 kB Progress (5): 281 kB | 356/592 kB | 0.9/2.6 MB | 208/283 kB | 62 kB Progress (5): 281 kB | 356/592 kB | 0.9/2.6 MB | 212/283 kB | 62 kB Progress (5): 281 kB | 360/592 kB | 0.9/2.6 MB | 212/283 kB | 62 kB Progress (5): 281 kB | 360/592 kB | 0.9/2.6 MB | 212/283 kB | 62 kB Progress (5): 281 kB | 360/592 kB | 0.9/2.6 MB | 217/283 kB | 62 kB Progress (5): 281 kB | 364/592 kB | 0.9/2.6 MB | 217/283 kB | 62 kB Progress (5): 281 kB | 364/592 kB | 0.9/2.6 MB | 221/283 kB | 62 kB Progress (5): 281 kB | 364/592 kB | 0.9/2.6 MB | 221/283 kB | 62 kB Progress (5): 281 kB | 368/592 kB | 0.9/2.6 MB | 221/283 kB | 62 kB Progress (5): 281 kB | 368/592 kB | 0.9/2.6 MB | 225/283 kB | 62 kB Progress (5): 281 kB | 372/592 kB | 0.9/2.6 MB | 225/283 kB | 62 kB Progress (5): 281 kB | 372/592 kB | 0.9/2.6 MB | 229/283 kB | 62 kB Progress (5): 281 kB | 376/592 kB | 0.9/2.6 MB | 229/283 kB | 62 kB Progress (5): 281 kB | 376/592 kB | 0.9/2.6 MB | 229/283 kB | 62 kB Progress (5): 281 kB | 376/592 kB | 0.9/2.6 MB | 233/283 kB | 62 kB Progress (5): 281 kB | 380/592 kB | 0.9/2.6 MB | 233/283 kB | 62 kB Progress (5): 281 kB | 380/592 kB | 0.9/2.6 MB | 237/283 kB | 62 kB Progress (5): 281 kB | 380/592 kB | 0.9/2.6 MB | 237/283 kB | 62 kB Progress (5): 281 kB | 384/592 kB | 0.9/2.6 MB | 237/283 kB | 62 kB Progress (5): 281 kB | 384/592 kB | 0.9/2.6 MB | 241/283 kB | 62 kB Progress (5): 281 kB | 389/592 kB | 0.9/2.6 MB | 241/283 kB | 62 kB Progress (5): 281 kB | 389/592 kB | 0.9/2.6 MB | 245/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 0.9/2.6 MB | 245/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 0.9/2.6 MB | 245/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 0.9/2.6 MB | 249/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 0.9/2.6 MB | 253/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 0.9/2.6 MB | 258/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 258/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 262/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 262/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 266/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 270/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 274/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 274/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 278/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 282/283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.0/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.1/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.1/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.1/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.1/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.1/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.1/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.2/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.2/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.2/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.2/2.6 MB | 283 kB | 62 kB Progress (5): 281 kB | 393/592 kB | 1.2/2.6 MB | 283 kB | 62 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 428 kB/s) Progress (4): 281 kB | 393/592 kB | 1.2/2.6 MB | 283 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar Progress (4): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB Progress (4): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB Progress (4): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB Progress (4): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 4.1/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 4.1/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 7.7/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 12/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 16/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 16/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 20/233 kB Progress (5): 281 kB | 393/592 kB | 1.3/2.6 MB | 283 kB | 24/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 24/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 28/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 32/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 32/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 36/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 40/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 45/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 45/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 49/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 49/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 53/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 57/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 61/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 61/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 65/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 65/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 69/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 73/233 kB Progress (5): 281 kB | 393/592 kB | 1.4/2.6 MB | 283 kB | 77/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 77/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 81/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 81/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 85/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 90/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 94/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 94/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 98/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 98/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 102/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 106/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 110/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 110/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 114/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 114/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 118/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 122/233 kB Progress (5): 281 kB | 393/592 kB | 1.5/2.6 MB | 283 kB | 126/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 126/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 131/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 131/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 135/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 139/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 143/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 143/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 147/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 147/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 151/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 155/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 159/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 159/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 163/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 163/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 167/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 171/233 kB Progress (5): 281 kB | 393/592 kB | 1.6/2.6 MB | 283 kB | 176/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 176/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 180/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 180/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 184/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 188/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 192/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 192/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 196/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 196/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 200/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 204/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 208/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 208/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 212/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 212/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 217/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 221/233 kB Progress (5): 281 kB | 393/592 kB | 1.7/2.6 MB | 283 kB | 225/233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 225/233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 229/233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.8/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 1.9/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.0/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.0/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.0/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.0/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.0/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.0/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.1/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.1/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.1/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.1/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.1/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.1/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.2/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.2/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.2/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.2/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.2/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.2/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.3/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.3/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.3/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.3/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.3/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.3/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.4/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.4/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.4/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.4/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.4/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.4/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.5/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.5/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.5/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.5/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.5/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.5/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.6/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.6/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.6/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.6/2.6 MB | 283 kB | 233 kB Progress (5): 281 kB | 393/592 kB | 2.6 MB | 283 kB | 233 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.9.0.201710071750-r/org.eclipse.jgit-4.9.0.201710071750-r.jar (2.6 MB at 12 MB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 4.1/26 kB Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 7.7/26 kB Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 12/26 kB Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 16/26 kB Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 20/26 kB Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 24/26 kB Progress (5): 281 kB | 393/592 kB | 283 kB | 233 kB | 26 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 115 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 896 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 744 kB/s) Progress (2): 397/592 kB | 283 kB Progress (2): 401/592 kB | 283 kB Progress (2): 405/592 kB | 283 kB Progress (2): 409/592 kB | 283 kB Progress (2): 413/592 kB | 283 kB Progress (2): 417/592 kB | 283 kB Progress (2): 421/592 kB | 283 kB Progress (2): 425/592 kB | 283 kB Progress (2): 430/592 kB | 283 kB Progress (2): 434/592 kB | 283 kB Progress (2): 438/592 kB | 283 kB Progress (2): 442/592 kB | 283 kB Progress (2): 446/592 kB | 283 kB Progress (2): 450/592 kB | 283 kB Progress (2): 454/592 kB | 283 kB Progress (2): 458/592 kB | 283 kB Progress (2): 462/592 kB | 283 kB Progress (2): 466/592 kB | 283 kB Progress (2): 471/592 kB | 283 kB Progress (2): 475/592 kB | 283 kB Progress (2): 479/592 kB | 283 kB Progress (2): 483/592 kB | 283 kB Progress (2): 487/592 kB | 283 kB Progress (2): 491/592 kB | 283 kB Progress (2): 495/592 kB | 283 kB Progress (2): 499/592 kB | 283 kB Progress (2): 503/592 kB | 283 kB Progress (2): 507/592 kB | 283 kB Progress (2): 511/592 kB | 283 kB Progress (2): 516/592 kB | 283 kB Progress (2): 520/592 kB | 283 kB Progress (2): 524/592 kB | 283 kB Progress (2): 528/592 kB | 283 kB Progress (2): 532/592 kB | 283 kB Progress (2): 536/592 kB | 283 kB Progress (2): 540/592 kB | 283 kB Progress (2): 544/592 kB | 283 kB Progress (2): 548/592 kB | 283 kB Progress (2): 552/592 kB | 283 kB Progress (2): 557/592 kB | 283 kB Progress (2): 561/592 kB | 283 kB Progress (2): 565/592 kB | 283 kB Progress (2): 569/592 kB | 283 kB Progress (2): 573/592 kB | 283 kB Progress (2): 577/592 kB | 283 kB Progress (2): 581/592 kB | 283 kB Progress (2): 585/592 kB | 283 kB Progress (2): 589/592 kB | 283 kB Progress (2): 592 kB | 283 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.jar (592 kB at 1.8 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.jar (283 kB at 243 kB/s) [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ capellastudio --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ capellastudio --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model >-- [INFO] Building org.polarsys.capella.extension.genchain.model 1.3.2-SNAPSHOT [3/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.extension.genchain.model --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model --- Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom Progress (1): 2.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 879 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 92 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 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 102 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-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/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 6.4 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom Progress (1): 4.1 kB Progress (1): 8.2 kB Progress (1): 8.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 58 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom Progress (1): 889 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 37 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom Progress (1): 2.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 220 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom Progress (1): 3.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 144 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom Progress (1): 4.1 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 360 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar 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.jar 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.jar 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.jar 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.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar 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.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-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar 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.jar 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.jar 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.jar 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.jar 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.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar 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.jar 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.jar 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.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar 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.jar 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.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar 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.jar 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.jar 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.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.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-utils/1.5.15/plexus-utils-1.5.15.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar 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.jar 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.jar 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.jar 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.jar 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.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar 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.jar 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.jar 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.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar Progress (1): 4.1/86 kB Progress (1): 7.7/86 kB Progress (1): 12/86 kB Progress (1): 16/86 kB Progress (1): 20/86 kB Progress (1): 24/86 kB Progress (1): 28/86 kB Progress (1): 32/86 kB Progress (1): 36/86 kB Progress (1): 40/86 kB Progress (1): 45/86 kB Progress (1): 49/86 kB Progress (2): 49/86 kB | 4.1/116 kB Progress (2): 49/86 kB | 7.7/116 kB Progress (2): 53/86 kB | 7.7/116 kB Progress (2): 53/86 kB | 12/116 kB Progress (2): 57/86 kB | 12/116 kB Progress (2): 57/86 kB | 16/116 kB Progress (2): 61/86 kB | 16/116 kB Progress (2): 65/86 kB | 16/116 kB Progress (2): 69/86 kB | 16/116 kB Progress (2): 73/86 kB | 16/116 kB Progress (2): 73/86 kB | 20/116 kB Progress (2): 77/86 kB | 20/116 kB Progress (2): 77/86 kB | 24/116 kB Progress (2): 81/86 kB | 24/116 kB Progress (2): 81/86 kB | 28/116 kB Progress (2): 81/86 kB | 32/116 kB Progress (2): 85/86 kB | 32/116 kB Progress (2): 86 kB | 32/116 kB Progress (2): 86 kB | 36/116 kB Progress (2): 86 kB | 40/116 kB Progress (2): 86 kB | 45/116 kB Progress (2): 86 kB | 49/116 kB Progress (2): 86 kB | 53/116 kB Progress (2): 86 kB | 57/116 kB Progress (2): 86 kB | 61/116 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 3.9 MB/s) Progress (1): 65/116 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar Progress (1): 69/116 kB Progress (1): 73/116 kB Progress (1): 77/116 kB Progress (1): 81/116 kB Progress (1): 85/116 kB Progress (2): 85/116 kB | 4.1/57 kB Progress (2): 90/116 kB | 4.1/57 kB Progress (2): 90/116 kB | 7.7/57 kB Progress (2): 94/116 kB | 7.7/57 kB Progress (2): 94/116 kB | 12/57 kB Progress (2): 98/116 kB | 12/57 kB Progress (2): 98/116 kB | 16/57 kB Progress (3): 98/116 kB | 16/57 kB | 4.1/24 kB Progress (3): 102/116 kB | 16/57 kB | 4.1/24 kB Progress (3): 102/116 kB | 16/57 kB | 7.7/24 kB Progress (3): 106/116 kB | 16/57 kB | 7.7/24 kB Progress (3): 106/116 kB | 20/57 kB | 7.7/24 kB Progress (3): 106/116 kB | 20/57 kB | 12/24 kB Progress (3): 106/116 kB | 24/57 kB | 12/24 kB Progress (3): 110/116 kB | 24/57 kB | 12/24 kB Progress (3): 110/116 kB | 28/57 kB | 12/24 kB Progress (3): 110/116 kB | 28/57 kB | 16/24 kB Progress (3): 110/116 kB | 32/57 kB | 16/24 kB Progress (3): 114/116 kB | 32/57 kB | 16/24 kB Progress (3): 114/116 kB | 32/57 kB | 20/24 kB Progress (3): 116 kB | 32/57 kB | 20/24 kB Progress (3): 116 kB | 32/57 kB | 24/24 kB Progress (3): 116 kB | 32/57 kB | 24 kB Progress (3): 116 kB | 36/57 kB | 24 kB Progress (3): 116 kB | 40/57 kB | 24 kB Progress (3): 116 kB | 45/57 kB | 24 kB Progress (3): 116 kB | 49/57 kB | 24 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.9 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 816 kB/s) Progress (1): 53/57 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar Progress (2): 53/57 kB | 4.1/35 kB Progress (2): 57 kB | 4.1/35 kB Progress (3): 57 kB | 4.1/35 kB | 4.1/49 kB Progress (3): 57 kB | 7.7/35 kB | 4.1/49 kB Progress (3): 57 kB | 7.7/35 kB | 7.7/49 kB Progress (3): 57 kB | 12/35 kB | 7.7/49 kB Progress (4): 57 kB | 12/35 kB | 7.7/49 kB | 4.1/87 kB Progress (4): 57 kB | 16/35 kB | 7.7/49 kB | 4.1/87 kB Progress (4): 57 kB | 16/35 kB | 12/49 kB | 4.1/87 kB Progress (4): 57 kB | 16/35 kB | 12/49 kB | 7.7/87 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.6 MB/s) Progress (3): 16/35 kB | 16/49 kB | 7.7/87 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar Progress (3): 20/35 kB | 16/49 kB | 7.7/87 kB Progress (4): 20/35 kB | 16/49 kB | 7.7/87 kB | 4.1/29 kB Progress (4): 20/35 kB | 16/49 kB | 12/87 kB | 4.1/29 kB Progress (4): 20/35 kB | 16/49 kB | 12/87 kB | 7.7/29 kB Progress (4): 24/35 kB | 16/49 kB | 12/87 kB | 7.7/29 kB Progress (4): 24/35 kB | 20/49 kB | 12/87 kB | 7.7/29 kB Progress (4): 28/35 kB | 20/49 kB | 12/87 kB | 7.7/29 kB Progress (4): 28/35 kB | 20/49 kB | 12/87 kB | 12/29 kB Progress (4): 28/35 kB | 20/49 kB | 16/87 kB | 12/29 kB Progress (4): 28/35 kB | 20/49 kB | 16/87 kB | 16/29 kB Progress (5): 28/35 kB | 20/49 kB | 16/87 kB | 16/29 kB | 4.1/121 kB Progress (5): 32/35 kB | 20/49 kB | 16/87 kB | 16/29 kB | 4.1/121 kB Progress (5): 32/35 kB | 24/49 kB | 16/87 kB | 16/29 kB | 4.1/121 kB Progress (5): 35 kB | 24/49 kB | 16/87 kB | 16/29 kB | 4.1/121 kB Progress (5): 35 kB | 24/49 kB | 16/87 kB | 20/29 kB | 4.1/121 kB Progress (5): 35 kB | 24/49 kB | 20/87 kB | 20/29 kB | 4.1/121 kB Progress (5): 35 kB | 24/49 kB | 20/87 kB | 20/29 kB | 7.7/121 kB Progress (5): 35 kB | 24/49 kB | 24/87 kB | 20/29 kB | 7.7/121 kB Progress (5): 35 kB | 24/49 kB | 24/87 kB | 24/29 kB | 7.7/121 kB Progress (5): 35 kB | 28/49 kB | 24/87 kB | 24/29 kB | 7.7/121 kB Progress (5): 35 kB | 28/49 kB | 24/87 kB | 28/29 kB | 7.7/121 kB Progress (5): 35 kB | 28/49 kB | 28/87 kB | 28/29 kB | 7.7/121 kB Progress (5): 35 kB | 28/49 kB | 28/87 kB | 28/29 kB | 12/121 kB Progress (5): 35 kB | 28/49 kB | 32/87 kB | 28/29 kB | 12/121 kB Progress (5): 35 kB | 28/49 kB | 32/87 kB | 29 kB | 12/121 kB Progress (5): 35 kB | 32/49 kB | 32/87 kB | 29 kB | 12/121 kB Progress (5): 35 kB | 32/49 kB | 32/87 kB | 29 kB | 16/121 kB Progress (5): 35 kB | 32/49 kB | 36/87 kB | 29 kB | 16/121 kB Progress (5): 35 kB | 32/49 kB | 40/87 kB | 29 kB | 16/121 kB Progress (5): 35 kB | 36/49 kB | 40/87 kB | 29 kB | 16/121 kB Progress (5): 35 kB | 36/49 kB | 40/87 kB | 29 kB | 20/121 kB Progress (5): 35 kB | 36/49 kB | 45/87 kB | 29 kB | 20/121 kB Progress (5): 35 kB | 36/49 kB | 45/87 kB | 29 kB | 24/121 kB Progress (5): 35 kB | 40/49 kB | 45/87 kB | 29 kB | 24/121 kB Progress (5): 35 kB | 40/49 kB | 45/87 kB | 29 kB | 28/121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 689 kB/s) Progress (4): 35 kB | 40/49 kB | 49/87 kB | 28/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar Progress (4): 35 kB | 40/49 kB | 49/87 kB | 32/121 kB Progress (4): 35 kB | 45/49 kB | 49/87 kB | 32/121 kB Progress (4): 35 kB | 45/49 kB | 53/87 kB | 32/121 kB Progress (4): 35 kB | 49/49 kB | 53/87 kB | 32/121 kB Progress (4): 35 kB | 49/49 kB | 53/87 kB | 36/121 kB Progress (4): 35 kB | 49/49 kB | 57/87 kB | 36/121 kB Progress (4): 35 kB | 49/49 kB | 57/87 kB | 40/121 kB Progress (4): 35 kB | 49 kB | 57/87 kB | 40/121 kB Progress (4): 35 kB | 49 kB | 57/87 kB | 45/121 kB Progress (4): 35 kB | 49 kB | 61/87 kB | 45/121 kB Progress (4): 35 kB | 49 kB | 61/87 kB | 49/121 kB Progress (4): 35 kB | 49 kB | 65/87 kB | 49/121 kB Progress (4): 35 kB | 49 kB | 65/87 kB | 53/121 kB Progress (4): 35 kB | 49 kB | 69/87 kB | 53/121 kB Progress (4): 35 kB | 49 kB | 69/87 kB | 57/121 kB Progress (4): 35 kB | 49 kB | 73/87 kB | 57/121 kB Progress (4): 35 kB | 49 kB | 73/87 kB | 61/121 kB Progress (4): 35 kB | 49 kB | 77/87 kB | 61/121 kB Progress (4): 35 kB | 49 kB | 77/87 kB | 65/121 kB Progress (4): 35 kB | 49 kB | 81/87 kB | 65/121 kB Progress (4): 35 kB | 49 kB | 85/87 kB | 65/121 kB Progress (4): 35 kB | 49 kB | 85/87 kB | 69/121 kB Progress (4): 35 kB | 49 kB | 87 kB | 69/121 kB Progress (4): 35 kB | 49 kB | 87 kB | 73/121 kB Progress (4): 35 kB | 49 kB | 87 kB | 77/121 kB Progress (4): 35 kB | 49 kB | 87 kB | 81/121 kB Progress (4): 35 kB | 49 kB | 87 kB | 85/121 kB Progress (4): 35 kB | 49 kB | 87 kB | 90/121 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.8 MB/s) Progress (3): 35 kB | 49 kB | 94/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 719 kB/s) Progress (2): 49 kB | 98/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 982 kB/s) Progress (1): 102/121 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar Progress (1): 106/121 kB Progress (1): 110/121 kB Progress (1): 114/121 kB Progress (2): 114/121 kB | 4.1/152 kB Progress (2): 118/121 kB | 4.1/152 kB Progress (2): 118/121 kB | 7.7/152 kB Progress (2): 121 kB | 7.7/152 kB Progress (2): 121 kB | 12/152 kB Progress (2): 121 kB | 16/152 kB Progress (3): 121 kB | 16/152 kB | 4.1/21 kB Progress (3): 121 kB | 20/152 kB | 4.1/21 kB Progress (3): 121 kB | 20/152 kB | 7.7/21 kB Progress (3): 121 kB | 24/152 kB | 7.7/21 kB Progress (3): 121 kB | 24/152 kB | 12/21 kB Progress (3): 121 kB | 28/152 kB | 12/21 kB Progress (3): 121 kB | 28/152 kB | 16/21 kB Progress (3): 121 kB | 32/152 kB | 16/21 kB Progress (3): 121 kB | 32/152 kB | 20/21 kB Progress (3): 121 kB | 32/152 kB | 21 kB Progress (3): 121 kB | 36/152 kB | 21 kB Progress (3): 121 kB | 40/152 kB | 21 kB Progress (3): 121 kB | 45/152 kB | 21 kB Progress (3): 121 kB | 49/152 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 377 kB/s) Progress (2): 121 kB | 53/152 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar Progress (2): 121 kB | 57/152 kB Progress (2): 121 kB | 61/152 kB Progress (2): 121 kB | 65/152 kB Progress (2): 121 kB | 69/152 kB Progress (2): 121 kB | 73/152 kB Progress (2): 121 kB | 77/152 kB Progress (2): 121 kB | 81/152 kB Progress (2): 121 kB | 85/152 kB Progress (2): 121 kB | 90/152 kB Progress (2): 121 kB | 94/152 kB Progress (2): 121 kB | 98/152 kB Progress (2): 121 kB | 102/152 kB Progress (2): 121 kB | 106/152 kB Progress (2): 121 kB | 110/152 kB Progress (2): 121 kB | 114/152 kB Progress (2): 121 kB | 118/152 kB Progress (2): 121 kB | 122/152 kB Progress (2): 121 kB | 126/152 kB Progress (2): 121 kB | 131/152 kB Progress (2): 121 kB | 135/152 kB Progress (2): 121 kB | 139/152 kB Progress (2): 121 kB | 143/152 kB Progress (2): 121 kB | 147/152 kB Progress (2): 121 kB | 151/152 kB Progress (2): 121 kB | 152 kB Progress (3): 121 kB | 152 kB | 4.1/228 kB Progress (3): 121 kB | 152 kB | 7.7/228 kB Progress (3): 121 kB | 152 kB | 12/228 kB Progress (3): 121 kB | 152 kB | 16/228 kB Progress (3): 121 kB | 152 kB | 20/228 kB Progress (3): 121 kB | 152 kB | 24/228 kB Progress (3): 121 kB | 152 kB | 28/228 kB Progress (3): 121 kB | 152 kB | 32/228 kB Progress (3): 121 kB | 152 kB | 36/228 kB Progress (3): 121 kB | 152 kB | 40/228 kB Progress (3): 121 kB | 152 kB | 45/228 kB Progress (3): 121 kB | 152 kB | 49/228 kB Progress (3): 121 kB | 152 kB | 53/228 kB Progress (3): 121 kB | 152 kB | 57/228 kB Progress (3): 121 kB | 152 kB | 61/228 kB Progress (3): 121 kB | 152 kB | 65/228 kB Progress (3): 121 kB | 152 kB | 69/228 kB Progress (3): 121 kB | 152 kB | 73/228 kB Progress (3): 121 kB | 152 kB | 77/228 kB Progress (3): 121 kB | 152 kB | 81/228 kB Progress (3): 121 kB | 152 kB | 85/228 kB Progress (3): 121 kB | 152 kB | 90/228 kB Progress (3): 121 kB | 152 kB | 94/228 kB Progress (3): 121 kB | 152 kB | 98/228 kB Progress (3): 121 kB | 152 kB | 102/228 kB Progress (4): 121 kB | 152 kB | 102/228 kB | 4.1/9.9 kB Progress (4): 121 kB | 152 kB | 106/228 kB | 4.1/9.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.2 MB/s) Progress (3): 121 kB | 106/228 kB | 7.7/9.9 kB Progress (4): 121 kB | 106/228 kB | 7.7/9.9 kB | 4.1/34 kB Progress (4): 121 kB | 106/228 kB | 9.9 kB | 4.1/34 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar Progress (4): 121 kB | 110/228 kB | 9.9 kB | 4.1/34 kB Progress (4): 121 kB | 110/228 kB | 9.9 kB | 7.7/34 kB Progress (4): 121 kB | 114/228 kB | 9.9 kB | 7.7/34 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 75 kB/s) Progress (3): 121 kB | 114/228 kB | 12/34 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar Progress (4): 121 kB | 114/228 kB | 12/34 kB | 4.1/5.9 kB Progress (4): 121 kB | 118/228 kB | 12/34 kB | 4.1/5.9 kB Progress (4): 121 kB | 118/228 kB | 12/34 kB | 5.9 kB Progress (4): 121 kB | 118/228 kB | 16/34 kB | 5.9 kB Progress (4): 121 kB | 122/228 kB | 16/34 kB | 5.9 kB Progress (4): 121 kB | 126/228 kB | 16/34 kB | 5.9 kB Progress (4): 121 kB | 131/228 kB | 16/34 kB | 5.9 kB Progress (4): 121 kB | 131/228 kB | 20/34 kB | 5.9 kB Progress (5): 121 kB | 131/228 kB | 20/34 kB | 5.9 kB | 4.1/14 kB Progress (5): 121 kB | 131/228 kB | 24/34 kB | 5.9 kB | 4.1/14 kB Progress (5): 121 kB | 135/228 kB | 24/34 kB | 5.9 kB | 4.1/14 kB Progress (5): 121 kB | 135/228 kB | 24/34 kB | 5.9 kB | 7.7/14 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 44 kB/s) Progress (4): 121 kB | 135/228 kB | 24/34 kB | 12/14 kB Progress (4): 121 kB | 139/228 kB | 24/34 kB | 12/14 kB Progress (4): 121 kB | 139/228 kB | 28/34 kB | 12/14 kB Progress (4): 121 kB | 143/228 kB | 28/34 kB | 12/14 kB Progress (4): 121 kB | 143/228 kB | 28/34 kB | 14 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar Progress (4): 121 kB | 147/228 kB | 28/34 kB | 14 kB Progress (4): 121 kB | 147/228 kB | 32/34 kB | 14 kB Progress (4): 121 kB | 147/228 kB | 34 kB | 14 kB Progress (4): 121 kB | 151/228 kB | 34 kB | 14 kB Progress (4): 121 kB | 155/228 kB | 34 kB | 14 kB Progress (4): 121 kB | 159/228 kB | 34 kB | 14 kB Progress (4): 121 kB | 163/228 kB | 34 kB | 14 kB Progress (5): 121 kB | 163/228 kB | 34 kB | 14 kB | 4.1/30 kB Progress (5): 121 kB | 163/228 kB | 34 kB | 14 kB | 7.7/30 kB Progress (5): 121 kB | 167/228 kB | 34 kB | 14 kB | 7.7/30 kB Progress (5): 121 kB | 167/228 kB | 34 kB | 14 kB | 12/30 kB Progress (5): 121 kB | 171/228 kB | 34 kB | 14 kB | 12/30 kB Progress (5): 121 kB | 171/228 kB | 34 kB | 14 kB | 16/30 kB Progress (5): 121 kB | 176/228 kB | 34 kB | 14 kB | 16/30 kB Progress (5): 121 kB | 180/228 kB | 34 kB | 14 kB | 16/30 kB Progress (5): 121 kB | 180/228 kB | 34 kB | 14 kB | 20/30 kB Progress (5): 121 kB | 180/228 kB | 34 kB | 14 kB | 24/30 kB Progress (5): 121 kB | 184/228 kB | 34 kB | 14 kB | 24/30 kB Progress (5): 121 kB | 184/228 kB | 34 kB | 14 kB | 28/30 kB Progress (5): 121 kB | 188/228 kB | 34 kB | 14 kB | 28/30 kB Progress (5): 121 kB | 188/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 192/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 196/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 200/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 204/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 208/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 212/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 217/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 221/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 225/228 kB | 34 kB | 14 kB | 30 kB Progress (5): 121 kB | 228 kB | 34 kB | 14 kB | 30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 94 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 4.1/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 7.7/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 12/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 16/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 20/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 24/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 28/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 32/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 36/37 kB Progress (5): 121 kB | 228 kB | 34 kB | 30 kB | 37 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.jar (37 kB at 244 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 226 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 197 kB/s) Progress (3): 121 kB | 228 kB | 4.1/13 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar Progress (4): 121 kB | 228 kB | 4.1/13 kB | 4.1/10 kB Progress (4): 121 kB | 228 kB | 7.7/13 kB | 4.1/10 kB Progress (4): 121 kB | 228 kB | 7.7/13 kB | 7.7/10 kB Progress (4): 121 kB | 228 kB | 12/13 kB | 7.7/10 kB Progress (4): 121 kB | 228 kB | 12/13 kB | 10 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 781 kB/s) Progress (3): 228 kB | 13 kB | 10 kB Progress (4): 228 kB | 13 kB | 10 kB | 4.1/6.8 kB Progress (4): 228 kB | 13 kB | 10 kB | 6.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 66 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 86 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 43 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.4 MB/s) [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.extension.genchain.model --- Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom Progress (1): 690 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 77 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom Progress (1): 3.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 904 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom Progress (1): 3.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 204 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 23 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.pom Progress (1): 2.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.pom (2.5 kB at 42 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.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.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.pom (1.0 kB at 15 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-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-lib-detector/1.1.0/tycho-lib-detector-1.1.0.pom (1.3 kB at 30 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.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.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.pom (1.1 kB at 17 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 51 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.jar Progress (1): 4.1/214 kB Progress (1): 7.7/214 kB Progress (1): 12/214 kB Progress (1): 16/214 kB Progress (1): 20/214 kB Progress (1): 24/214 kB Progress (1): 28/214 kB Progress (1): 32/214 kB Progress (1): 36/214 kB Progress (1): 40/214 kB Progress (1): 45/214 kB Progress (1): 49/214 kB Progress (1): 53/214 kB Progress (1): 57/214 kB Progress (1): 61/214 kB Progress (1): 65/214 kB Progress (1): 69/214 kB Progress (1): 73/214 kB Progress (1): 77/214 kB Progress (1): 81/214 kB Progress (1): 85/214 kB Progress (1): 90/214 kB Progress (1): 94/214 kB Progress (1): 98/214 kB Progress (1): 102/214 kB Progress (1): 106/214 kB Progress (1): 110/214 kB Progress (1): 114/214 kB Progress (1): 118/214 kB Progress (1): 122/214 kB Progress (1): 126/214 kB Progress (1): 131/214 kB Progress (1): 135/214 kB Progress (1): 139/214 kB Progress (1): 143/214 kB Progress (1): 147/214 kB Progress (1): 151/214 kB Progress (1): 155/214 kB Progress (1): 159/214 kB Progress (1): 163/214 kB Progress (1): 167/214 kB Progress (1): 171/214 kB Progress (1): 176/214 kB Progress (1): 180/214 kB Progress (1): 184/214 kB Progress (1): 188/214 kB Progress (1): 192/214 kB Progress (1): 196/214 kB Progress (1): 200/214 kB Progress (1): 204/214 kB Progress (1): 208/214 kB Progress (1): 212/214 kB Progress (1): 214 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.3.100.v20171130-1050/org.eclipse.jdt.compiler.apt-1.3.100.v20171130-1050.jar (214 kB at 1.4 MB/s) Progress (1): 3.5 kB Progress (2): 3.5 kB | 4.1/25 kB Progress (2): 3.5 kB | 7.7/25 kB Progress (2): 3.5 kB | 12/25 kB Progress (2): 3.5 kB | 16/25 kB Progress (2): 3.5 kB | 20/25 kB Progress (2): 3.5 kB | 24/25 kB Progress (2): 3.5 kB | 25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 80 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.1.0/tycho-lib-detector-1.1.0.jar (3.5 kB at 11 kB/s) Progress (1): 4.1/18 kB Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 16/18 kB Progress (1): 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.1.0/tycho-compiler-jdt-1.1.0.jar (18 kB at 55 kB/s) Progress (1): 0/6.7 MB Progress (1): 0.1/6.7 MB Progress (1): 0.1/6.7 MB Progress (1): 0.1/6.7 MB Progress (1): 0.2/6.7 MB Progress (1): 0.2/6.7 MB Progress (1): 0.2/6.7 MB Progress (1): 0.3/6.7 MB Progress (1): 0.3/6.7 MB Progress (1): 0.3/6.7 MB Progress (1): 0.4/6.7 MB Progress (1): 0.4/6.7 MB Progress (1): 0.4/6.7 MB Progress (1): 0.5/6.7 MB Progress (1): 0.5/6.7 MB Progress (1): 0.5/6.7 MB Progress (1): 0.6/6.7 MB Progress (1): 0.6/6.7 MB Progress (1): 0.6/6.7 MB Progress (1): 0.7/6.7 MB Progress (1): 0.7/6.7 MB Progress (1): 0.7/6.7 MB Progress (1): 0.8/6.7 MB Progress (1): 0.8/6.7 MB Progress (1): 0.8/6.7 MB Progress (1): 0.9/6.7 MB Progress (1): 0.9/6.7 MB Progress (1): 0.9/6.7 MB Progress (1): 1.0/6.7 MB Progress (1): 1.0/6.7 MB Progress (1): 1.0/6.7 MB Progress (1): 1.1/6.7 MB Progress (1): 1.1/6.7 MB Progress (1): 1.1/6.7 MB Progress (1): 1.2/6.7 MB Progress (1): 1.2/6.7 MB Progress (1): 1.2/6.7 MB Progress (1): 1.3/6.7 MB Progress (1): 1.3/6.7 MB Progress (1): 1.3/6.7 MB Progress (1): 1.4/6.7 MB Progress (1): 1.4/6.7 MB Progress (1): 1.4/6.7 MB Progress (1): 1.4/6.7 MB Progress (1): 1.5/6.7 MB Progress (1): 1.5/6.7 MB Progress (1): 1.5/6.7 MB Progress (1): 1.6/6.7 MB Progress (1): 1.6/6.7 MB Progress (1): 1.6/6.7 MB Progress (1): 1.7/6.7 MB Progress (1): 1.7/6.7 MB Progress (1): 1.7/6.7 MB Progress (1): 1.8/6.7 MB Progress (1): 1.8/6.7 MB Progress (1): 1.8/6.7 MB Progress (1): 1.9/6.7 MB Progress (1): 1.9/6.7 MB Progress (1): 1.9/6.7 MB Progress (1): 2.0/6.7 MB Progress (1): 2.0/6.7 MB Progress (1): 2.0/6.7 MB Progress (1): 2.1/6.7 MB Progress (1): 2.1/6.7 MB Progress (1): 2.1/6.7 MB Progress (1): 2.2/6.7 MB Progress (1): 2.2/6.7 MB Progress (1): 2.2/6.7 MB Progress (1): 2.3/6.7 MB Progress (1): 2.3/6.7 MB Progress (1): 2.3/6.7 MB Progress (1): 2.4/6.7 MB Progress (1): 2.4/6.7 MB Progress (1): 2.4/6.7 MB Progress (1): 2.5/6.7 MB Progress (1): 2.5/6.7 MB Progress (1): 2.5/6.7 MB Progress (1): 2.6/6.7 MB Progress (1): 2.6/6.7 MB Progress (1): 2.6/6.7 MB Progress (1): 2.7/6.7 MB Progress (1): 2.7/6.7 MB Progress (1): 2.7/6.7 MB Progress (1): 2.8/6.7 MB Progress (1): 2.8/6.7 MB Progress (1): 2.8/6.7 MB Progress (1): 2.9/6.7 MB Progress (1): 2.9/6.7 MB Progress (1): 2.9/6.7 MB Progress (1): 3.0/6.7 MB Progress (1): 3.0/6.7 MB Progress (1): 3.0/6.7 MB Progress (1): 3.1/6.7 MB Progress (1): 3.1/6.7 MB Progress (1): 3.1/6.7 MB Progress (1): 3.2/6.7 MB Progress (1): 3.2/6.7 MB Progress (1): 3.2/6.7 MB Progress (1): 3.3/6.7 MB Progress (1): 3.3/6.7 MB Progress (1): 3.3/6.7 MB Progress (1): 3.3/6.7 MB Progress (1): 3.4/6.7 MB Progress (1): 3.4/6.7 MB Progress (1): 3.4/6.7 MB Progress (1): 3.5/6.7 MB Progress (1): 3.5/6.7 MB Progress (1): 3.5/6.7 MB Progress (1): 3.6/6.7 MB Progress (1): 3.6/6.7 MB Progress (1): 3.6/6.7 MB Progress (1): 3.7/6.7 MB Progress (1): 3.7/6.7 MB Progress (1): 3.7/6.7 MB Progress (1): 3.8/6.7 MB Progress (1): 3.8/6.7 MB Progress (1): 3.8/6.7 MB Progress (1): 3.9/6.7 MB Progress (1): 3.9/6.7 MB Progress (1): 3.9/6.7 MB Progress (1): 4.0/6.7 MB Progress (1): 4.0/6.7 MB Progress (1): 4.0/6.7 MB Progress (1): 4.1/6.7 MB Progress (1): 4.1/6.7 MB Progress (1): 4.1/6.7 MB Progress (1): 4.2/6.7 MB Progress (1): 4.2/6.7 MB Progress (1): 4.2/6.7 MB Progress (1): 4.3/6.7 MB Progress (1): 4.3/6.7 MB Progress (1): 4.3/6.7 MB Progress (1): 4.4/6.7 MB Progress (1): 4.4/6.7 MB Progress (1): 4.4/6.7 MB Progress (1): 4.5/6.7 MB Progress (1): 4.5/6.7 MB Progress (1): 4.5/6.7 MB Progress (1): 4.6/6.7 MB Progress (1): 4.6/6.7 MB Progress (1): 4.6/6.7 MB Progress (1): 4.7/6.7 MB Progress (1): 4.7/6.7 MB Progress (1): 4.7/6.7 MB Progress (1): 4.8/6.7 MB Progress (1): 4.8/6.7 MB Progress (1): 4.8/6.7 MB Progress (1): 4.9/6.7 MB Progress (1): 4.9/6.7 MB Progress (1): 4.9/6.7 MB Progress (1): 5.0/6.7 MB Progress (1): 5.0/6.7 MB Progress (1): 5.0/6.7 MB Progress (1): 5.1/6.7 MB Progress (1): 5.1/6.7 MB Progress (1): 5.1/6.7 MB Progress (1): 5.2/6.7 MB Progress (1): 5.2/6.7 MB Progress (1): 5.2/6.7 MB Progress (1): 5.3/6.7 MB Progress (1): 5.3/6.7 MB Progress (1): 5.3/6.7 MB Progress (1): 5.3/6.7 MB Progress (1): 5.4/6.7 MB Progress (1): 5.4/6.7 MB Progress (1): 5.4/6.7 MB Progress (1): 5.5/6.7 MB Progress (1): 5.5/6.7 MB Progress (1): 5.5/6.7 MB Progress (1): 5.6/6.7 MB Progress (1): 5.6/6.7 MB Progress (1): 5.6/6.7 MB Progress (1): 5.7/6.7 MB Progress (1): 5.7/6.7 MB Progress (1): 5.7/6.7 MB Progress (1): 5.8/6.7 MB Progress (1): 5.8/6.7 MB Progress (1): 5.8/6.7 MB Progress (1): 5.9/6.7 MB Progress (1): 5.9/6.7 MB Progress (1): 5.9/6.7 MB Progress (1): 6.0/6.7 MB Progress (1): 6.0/6.7 MB Progress (1): 6.0/6.7 MB Progress (1): 6.1/6.7 MB Progress (1): 6.1/6.7 MB Progress (1): 6.1/6.7 MB Progress (1): 6.2/6.7 MB Progress (1): 6.2/6.7 MB Progress (1): 6.2/6.7 MB Progress (1): 6.3/6.7 MB Progress (1): 6.3/6.7 MB Progress (1): 6.3/6.7 MB Progress (1): 6.4/6.7 MB Progress (1): 6.4/6.7 MB Progress (1): 6.4/6.7 MB Progress (1): 6.5/6.7 MB Progress (1): 6.5/6.7 MB Progress (1): 6.5/6.7 MB Progress (1): 6.6/6.7 MB Progress (1): 6.6/6.7 MB Progress (1): 6.6/6.7 MB Progress (1): 6.7/6.7 MB Progress (1): 6.7/6.7 MB Progress (1): 6.7/6.7 MB Progress (1): 6.7 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.14.0.v20171206-0802/org.eclipse.jdt.core-3.14.0.v20171206-0802.jar (6.7 MB at 8.4 MB/s) [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/.polyglot.build.properties [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model/target/org.polarsys.capella.extension.genchain.model-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.genchain >---- [INFO] Building org.polarsys.capella.extension.genchain 1.3.2-SNAPSHOT [4/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.extension.genchain --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.extension.genchain --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/.polyglot.build.properties [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain/target/org.polarsys.capella.extension.genchain-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit >-- [INFO] Building org.polarsys.capella.extension.genchain.model.edit 1.3.2-SNAPSHOT [5/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.extension.genchain.model.edit --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.extension.genchain.model.edit:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/.polyglot.build.properties [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.genchain.model.edit/target/org.polarsys.capella.extension.genchain.model.edit-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.genchain.model.edit --- [INFO] [INFO] -----< org.polarsys.capella:org.polarsys.capella.extension.tools >------ [INFO] Building org.polarsys.capella.extension.tools 1.3.2-SNAPSHOT [6/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.extension.tools --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.extension.tools --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/.polyglot.build.properties [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools/target/org.polarsys.capella.extension.tools-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.extension.tools.ui >---- [INFO] Building org.polarsys.capella.extension.tools.ui 1.3.2-SNAPSHOT [7/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.extension.tools.ui --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.extension.tools.ui --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.extension.tools.ui --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [J2SE-1.5 (assumes 1.5)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.extension.tools.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/.polyglot.build.properties [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.extension.tools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.tools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/plugins/org.polarsys.capella.extension.tools.ui/target/org.polarsys.capella.extension.tools.ui-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.tools.ui --- [INFO] [INFO] ------< org.polarsys.capella:org.polarsys.capella.studio.product >------ [INFO] Building org.polarsys.capella.studio.product 1.3.2-SNAPSHOT [8/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.product --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.product --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.studio.product --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.studio.product:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/.polyglot.build.properties [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.product --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/plugins/org.polarsys.capella.studio.product/target/org.polarsys.capella.studio.product-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui >-- [INFO] Building org.polarsys.capella.ad.viewpoint.dsl.generation.ui 1.3.2-SNAPSHOT [9/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.ad.viewpoint.dsl.generation.ui:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/.polyglot.build.properties [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ad.viewpoint.dsl.generation.ui/target/org.polarsys.capella.ad.viewpoint.dsl.generation.ui-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ad.viewpoint.dsl.generation.ui --- [INFO] [INFO] ------------< org.polarsys.capella:org.polarsys.capella.ta >------------ [INFO] Building org.polarsys.capella.ta 1.3.2-SNAPSHOT [10/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.ta --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.ta --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.ta --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.ta:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/.polyglot.build.properties [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta/target/org.polarsys.capella.ta-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.ta --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ta --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.extension 1.3.2-SNAPSHOT [11/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.6 (assumes 1.6)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.extension:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/.polyglot.build.properties [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/plugins/org.polarsys.capella.ta.viewpoint.dsl.extension/target/org.polarsys.capella.ta.viewpoint.dsl.extension-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.extension --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.extension.sdk.feature >--- [INFO] Building org.polarsys.capella.extension.sdk.feature 1.3.2-SNAPSHOT [12/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.extension.sdk.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.extension.sdk.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.extension.sdk.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/extension/features/org.polarsys.capella.extension.sdk.feature/target/org.polarsys.capella.extension.sdk.feature-1.3.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.extension.sdk.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.product.feature >-- [INFO] Building org.polarsys.capella.studio.product.feature 1.3.2-SNAPSHOT [13/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.product.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.product.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/product/features/org.polarsys.capella.studio.product.feature/target/org.polarsys.capella.studio.product.feature-1.3.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.product.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.ta.viewpoint.dsl.feature >-- [INFO] Building org.polarsys.capella.ta.viewpoint.dsl.feature 1.3.2-SNAPSHOT [14/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/vpdsl/features/org.polarsys.capella.ta.viewpoint.dsl.feature/target/org.polarsys.capella.ta.viewpoint.dsl.feature-1.3.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.ta.viewpoint.dsl.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.eclipse.feature >-- [INFO] Building org.polarsys.capella.studio.releng.eclipse.feature 1.3.2-SNAPSHOT [15/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.eclipse.feature/target/org.polarsys.capella.studio.releng.eclipse.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.eclipse.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.capella.feature >-- [INFO] Building org.polarsys.capella.studio.releng.capella.feature 1.3.2-SNAPSHOT [16/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.capella.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.capella.feature/target/org.polarsys.capella.studio.releng.capella.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.capella.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.kitalpha.feature >-- [INFO] Building org.polarsys.capella.studio.releng.kitalpha.feature 1.3.2-SNAPSHOT [17/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/features/org.polarsys.capella.studio.releng.kitalpha.feature/target/org.polarsys.capella.studio.releng.kitalpha.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.kitalpha.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.updatesite >-- [INFO] Building org.polarsys.capella.studio.releng.updatesite 1.3.2-SNAPSHOT [18/24] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.updatesite/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/org.polarsys.capella.studio.releng.updatesite-1.3.2.202002191245.zip [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.updatesite --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.product >--- [INFO] Building Capella studio Product 1.3.2-SNAPSHOT [19/24] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.releng.product --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.product --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.releng.product --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-products (default-publish-products) @ org.polarsys.capella.studio.releng.product --- [INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:publish-categories (default-publish-categories) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.1.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.1.0:archive-repository (default-archive-repository) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/org.polarsys.capella.studio.releng.product-1.3.2-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-director-plugin:1.1.0:materialize-products (materialize-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Installing product org.polarsys.capella.studio.releng.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64 Installing org.polarsys.capella.studio.releng.product 1.3.2.202002191245. Operation completed in 78312 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64 Installing org.polarsys.capella.studio.releng.product 1.3.2.202002191245. Operation completed in 78261 ms. [INFO] Installing product org.polarsys.capella.studio.releng.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/Eclipse.app Installing org.polarsys.capella.studio.releng.product 1.3.2.202002191245. Operation completed in 115356 ms. [INFO] [INFO] --- maven-antrun-plugin:1.7:run (create-dropin-folders) @ org.polarsys.capella.studio.releng.product --- Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.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.11/maven-plugin-api-2.0.11.pom (1.5 kB at 44 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.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): 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 82 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.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-parent/12/maven-parent-12.pom (22 kB at 530 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 59 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Progress (1): 2.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 59 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Progress (1): 3.2 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 58 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.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.11/maven-profile-2.0.11.pom (2.0 kB at 33 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.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.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 40 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 22 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.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.11/maven-artifact-2.0.11.pom (1.6 kB at 30 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Progress (1): 1.9 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 50 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 78 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.8.2/ant-1.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.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/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 267 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.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/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 90 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom Progress (1): 2.4 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 60 kB/s) Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.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/apache/ant/ant/1.8.2/ant-1.8.2.jar Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.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/org/apache/ant/ant/1.8.2/ant-1.8.2.jar Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar Progress (1): 4.1/51 kB Progress (1): 7.7/51 kB Progress (1): 12/51 kB Progress (1): 16/51 kB Progress (1): 20/51 kB Progress (1): 24/51 kB Progress (1): 28/51 kB Progress (1): 32/51 kB Progress (1): 36/51 kB Progress (1): 40/51 kB Progress (1): 45/51 kB Progress (1): 49/51 kB Progress (1): 51 kB Progress (2): 51 kB | 4.1/97 kB Progress (2): 51 kB | 7.7/97 kB Progress (2): 51 kB | 12/97 kB Progress (2): 51 kB | 16/97 kB Progress (2): 51 kB | 20/97 kB Progress (2): 51 kB | 24/97 kB Progress (2): 51 kB | 28/97 kB Progress (2): 51 kB | 32/97 kB Progress (2): 51 kB | 36/97 kB Progress (2): 51 kB | 40/97 kB Progress (2): 51 kB | 45/97 kB Progress (2): 51 kB | 49/97 kB Progress (2): 51 kB | 53/97 kB Progress (2): 51 kB | 57/97 kB Progress (2): 51 kB | 61/97 kB Progress (2): 51 kB | 65/97 kB Progress (2): 51 kB | 69/97 kB Progress (2): 51 kB | 73/97 kB Progress (2): 51 kB | 77/97 kB Progress (2): 51 kB | 81/97 kB Progress (2): 51 kB | 85/97 kB Progress (2): 51 kB | 90/97 kB Progress (2): 51 kB | 94/97 kB Progress (2): 51 kB | 97 kB Progress (3): 51 kB | 97 kB | 4.1/13 kB Progress (3): 51 kB | 97 kB | 7.7/13 kB Progress (3): 51 kB | 97 kB | 12/13 kB Progress (3): 51 kB | 97 kB | 13 kB Progress (4): 51 kB | 97 kB | 13 kB | 4.1/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 7.7/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 12/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 16/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 20/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 24/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 28/123 kB Progress (4): 51 kB | 97 kB | 13 kB | 32/123 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 4.1/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 7.7/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 12/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 16/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 20/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 24/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 28/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 32/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 36/37 kB Progress (5): 51 kB | 97 kB | 13 kB | 32/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 36/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 40/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 45/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 49/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 53/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 57/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 61/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 65/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 69/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 73/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 77/123 kB | 37 kB Progress (5): 51 kB | 97 kB | 13 kB | 81/123 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 843 kB/s) Progress (4): 97 kB | 13 kB | 85/123 kB | 37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar Progress (4): 97 kB | 13 kB | 90/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 94/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 98/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 102/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 106/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 110/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 114/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 118/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 122/123 kB | 37 kB Progress (4): 97 kB | 13 kB | 123 kB | 37 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 138 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 379 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 1.2 MB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 967 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Progress (1): 4.1/58 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar 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 Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 522 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar Progress (1): 4.1/223 kB Progress (1): 7.7/223 kB Progress (1): 12/223 kB Progress (1): 16/223 kB Progress (1): 20/223 kB Progress (1): 24/223 kB Progress (1): 28/223 kB Progress (1): 32/223 kB Progress (1): 36/223 kB Progress (1): 40/223 kB Progress (1): 45/223 kB Progress (1): 49/223 kB Progress (1): 53/223 kB Progress (1): 57/223 kB Progress (1): 61/223 kB Progress (1): 65/223 kB Progress (1): 69/223 kB Progress (1): 73/223 kB Progress (1): 77/223 kB Progress (1): 81/223 kB Progress (1): 85/223 kB Progress (1): 90/223 kB Progress (1): 94/223 kB Progress (1): 98/223 kB Progress (1): 102/223 kB Progress (1): 106/223 kB Progress (1): 110/223 kB Progress (1): 114/223 kB Progress (1): 118/223 kB Progress (1): 122/223 kB Progress (1): 126/223 kB Progress (1): 131/223 kB Progress (1): 135/223 kB Progress (1): 139/223 kB Progress (1): 143/223 kB Progress (1): 147/223 kB Progress (1): 151/223 kB Progress (1): 155/223 kB Progress (1): 159/223 kB Progress (1): 163/223 kB Progress (1): 167/223 kB Progress (1): 171/223 kB Progress (1): 176/223 kB Progress (2): 176/223 kB | 4.1/26 kB Progress (2): 180/223 kB | 4.1/26 kB Progress (2): 180/223 kB | 7.7/26 kB Progress (2): 180/223 kB | 12/26 kB Progress (2): 180/223 kB | 16/26 kB Progress (2): 184/223 kB | 16/26 kB Progress (2): 188/223 kB | 16/26 kB Progress (2): 188/223 kB | 20/26 kB Progress (2): 192/223 kB | 20/26 kB Progress (2): 192/223 kB | 24/26 kB Progress (2): 196/223 kB | 24/26 kB Progress (2): 196/223 kB | 26 kB Progress (2): 200/223 kB | 26 kB Progress (2): 204/223 kB | 26 kB Progress (2): 208/223 kB | 26 kB Progress (2): 212/223 kB | 26 kB Progress (2): 217/223 kB | 26 kB Progress (2): 221/223 kB | 26 kB Progress (2): 223 kB | 26 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): 26 kB | 4.1/35 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar Progress (2): 26 kB | 7.7/35 kB Progress (2): 26 kB | 12/35 kB Progress (2): 26 kB | 16/35 kB Progress (2): 26 kB | 20/35 kB Progress (2): 26 kB | 24/35 kB Progress (2): 26 kB | 28/35 kB Progress (2): 26 kB | 32/35 kB Progress (2): 26 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 172 kB/s) Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar Progress (2): 35 kB | 0/1.9 MB Progress (3): 35 kB | 0/1.9 MB | 4.1/31 kB Progress (3): 35 kB | 0/1.9 MB | 7.7/31 kB Progress (3): 35 kB | 0/1.9 MB | 12/31 kB Progress (3): 35 kB | 0/1.9 MB | 12/31 kB Progress (3): 35 kB | 0/1.9 MB | 16/31 kB Progress (3): 35 kB | 0/1.9 MB | 16/31 kB Progress (4): 35 kB | 0/1.9 MB | 16/31 kB | 4.1/90 kB Progress (4): 35 kB | 0/1.9 MB | 16/31 kB | 7.7/90 kB Progress (4): 35 kB | 0/1.9 MB | 16/31 kB | 7.7/90 kB Progress (4): 35 kB | 0/1.9 MB | 20/31 kB | 7.7/90 kB Progress (4): 35 kB | 0/1.9 MB | 20/31 kB | 12/90 kB Progress (4): 35 kB | 0/1.9 MB | 24/31 kB | 12/90 kB Progress (4): 35 kB | 0/1.9 MB | 24/31 kB | 12/90 kB Progress (4): 35 kB | 0/1.9 MB | 28/31 kB | 12/90 kB Progress (4): 35 kB | 0/1.9 MB | 28/31 kB | 16/90 kB Progress (4): 35 kB | 0/1.9 MB | 31 kB | 16/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 16/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 16/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 20/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 24/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 24/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 28/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 28/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 32/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 32/90 kB Progress (4): 35 kB | 0.1/1.9 MB | 31 kB | 32/90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 225 kB/s) Progress (3): 0.1/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.1/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.1/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.1/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.1/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.1/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.2/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 32/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 36/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 40/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 40/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 45/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 45/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 49/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 49/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 53/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 53/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 57/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 61/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 65/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 69/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 73/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 77/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 77/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 81/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 81/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 85/90 kB Progress (3): 0.3/1.9 MB | 31 kB | 90 kB Progress (3): 0.3/1.9 MB | 31 kB | 90 kB Progress (3): 0.3/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.4/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.5/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.6/1.9 MB | 31 kB | 90 kB Progress (3): 0.7/1.9 MB | 31 kB | 90 kB Progress (3): 0.7/1.9 MB | 31 kB | 90 kB Progress (3): 0.7/1.9 MB | 31 kB | 90 kB Progress (3): 0.7/1.9 MB | 31 kB | 90 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 164 kB/s) Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 479 kB/s) Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (1): 0.8/1.9 MB Progress (2): 0.8/1.9 MB | 4.1/12 kB Progress (2): 0.8/1.9 MB | 7.7/12 kB Progress (2): 0.8/1.9 MB | 12/12 kB Progress (2): 0.8/1.9 MB | 12/12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.8/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 0.9/1.9 MB | 12 kB Progress (2): 1.0/1.9 MB | 12 kB Progress (2): 1.0/1.9 MB | 12 kB Progress (2): 1.0/1.9 MB | 12 kB Progress (2): 1.0/1.9 MB | 12 kB Progress (2): 1.0/1.9 MB | 12 kB Progress (2): 1.0/1.9 MB | 12 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 61 kB/s) Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.0/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.1/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.2/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.3/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.4/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.5/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.6/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.7/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.8/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9/1.9 MB Progress (1): 1.9 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 6.9 MB/s) [INFO] Executing tasks main: [echo] Create dropin folders in porducts [touch] Creating /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/linux/gtk/x86_64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/macosx/cocoa/x86_64/dropins/.empty [touch] Creating /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/org.polarsys.capella.studio.releng.product/win32/win32/x86_64/dropins/.empty [INFO] Executed tasks [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.releng.product --- [INFO] [INFO] --- tycho-p2-director-plugin:1.1.0:archive-products (archive-products) @ org.polarsys.capella.studio.releng.product --- [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-1.3.2.202002191245-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-1.3.2.202002191245-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-1.3.2.202002191245-macosx.cocoa.x86_64.zip [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator >-- [INFO] Building Capella Sudio Aggregator Module 1.3.2-SNAPSHOT [20/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.aggregator/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator --- [INFO] [INFO] -------< org.polarsys.capella:org.polarsys.capella.studio.test >-------- [INFO] Building org.polarsys.capella.studio.test 1.3.2-SNAPSHOT [21/24] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.studio.test --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.test --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.polarsys.capella.studio.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.1.0:compile (default-compile) @ org.polarsys.capella.studio.test --- [WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.polarsys.capella:org.polarsys.capella.studio.test:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/.polyglot.build.properties [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.polarsys.capella.studio.test --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-plugin (default-package-plugin) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/plugins/org.polarsys.capella.studio.test/target/org.polarsys.capella.studio.test-1.3.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.test --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test --- [INFO] [INFO] ---< org.polarsys.capella:org.polarsys.capella.studio.test.feature >---- [INFO] Building org.polarsys.capella.studio.test.feature 1.3.2-SNAPSHOT [22/24] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.test.feature --- [INFO] Deleting /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.studio.test.feature --- [INFO] The project's OSGi version is 1.3.2.202002191245 [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-id (default-validate-id) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:validate-version (default-validate-version) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.test.feature --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/target/jacoco.exec [INFO] [INFO] --- target-platform-configuration:1.1.0:target-platform (default-target-platform) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.1.0:package-feature (default-package-feature) @ org.polarsys.capella.studio.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-1.3.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.1.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.test.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Capella-studio_v1.3.x/tests/features/org.polarsys.capella.studio.test.feature/target/org.polarsys.capella.studio.test.feature-1.3.2-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.1.0:p2-metadata (p2-metadata) @ org.polarsys.capella.studio.test.feature --- [INFO] [INFO] --< org.polarsys.capella:org.polarsys.capella.studio.releng.aggregator.tests >-- [INFO] Building Capella Sudio tests Aggregator Module 1.3.2-SNAPSHOT [23/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/releng/plugins/org.polarsys.capella.studio.releng.aggregator.tests/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.aggregator.tests --- [INFO] [INFO] ----< org.polarsys.capella:org.polarsys.capella.studio.releng.root >---- [INFO] Building Capella Studio Root 1.3.2-SNAPSHOT [24/24] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.polarsys.capella.studio.releng.root --- [INFO] failsafeArgline set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/Capella-studio_v1.3.x/target/jacoco.exec [INFO] [INFO] --- tycho-source-plugin:1.1.0:plugin-source (plugin-source) @ org.polarsys.capella.studio.releng.root --- [INFO] [INFO] --- tycho-source-feature-plugin:1.1.0:source-feature (source-feature) @ org.polarsys.capella.studio.releng.root --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Capella Studio Root 1.3.2-SNAPSHOT: [INFO] [INFO] Capella Studio ..................................... SUCCESS [ 29.862 s] [INFO] capellastudio ...................................... SUCCESS [ 7.432 s] [INFO] org.polarsys.capella.extension.genchain.model ...... SUCCESS [ 9.040 s] [INFO] org.polarsys.capella.extension.genchain ............ SUCCESS [ 0.856 s] [INFO] org.polarsys.capella.extension.genchain.model.edit . SUCCESS [ 0.187 s] [INFO] org.polarsys.capella.extension.tools ............... SUCCESS [ 0.782 s] [INFO] org.polarsys.capella.extension.tools.ui ............ SUCCESS [ 0.696 s] [INFO] org.polarsys.capella.studio.product ................ SUCCESS [ 0.347 s] [INFO] org.polarsys.capella.ad.viewpoint.dsl.generation.ui SUCCESS [ 0.599 s] [INFO] org.polarsys.capella.ta ............................ SUCCESS [ 0.267 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.extension .... SUCCESS [ 0.108 s] [INFO] org.polarsys.capella.extension.sdk.feature ......... SUCCESS [ 0.359 s] [INFO] org.polarsys.capella.studio.product.feature ........ SUCCESS [ 0.254 s] [INFO] org.polarsys.capella.ta.viewpoint.dsl.feature ...... SUCCESS [ 0.117 s] [INFO] org.polarsys.capella.studio.releng.eclipse.feature . SUCCESS [ 0.497 s] [INFO] org.polarsys.capella.studio.releng.capella.feature . SUCCESS [ 0.435 s] [INFO] org.polarsys.capella.studio.releng.kitalpha.feature SUCCESS [ 0.360 s] [INFO] org.polarsys.capella.studio.releng.updatesite ...... SUCCESS [ 4.316 s] [INFO] Capella studio Product ............................. SUCCESS [12:09 min] [INFO] Capella Sudio Aggregator Module .................... SUCCESS [ 0.011 s] [INFO] org.polarsys.capella.studio.test ................... SUCCESS [ 11.186 s] [INFO] org.polarsys.capella.studio.test.feature ........... SUCCESS [ 0.103 s] [INFO] Capella Sudio tests Aggregator Module .............. SUCCESS [ 0.005 s] [INFO] Capella Studio Root ................................ SUCCESS [ 0.004 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 24:02 min [INFO] Finished at: 2020-02-19T13:09:43Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive artifacts) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.capella (ssh://genie.capella@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-iSnuPSm82kOU/agent.1975 SSH_AGENT_PID=1977 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Capella-studio_v1.3.x@tmp/private_key_917230430188252686.key (/home/jenkins/agent/workspace/Capella-studio_v1.3.x@tmp/private_key_917230430188252686.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + echo 'deploy update site' deploy update site + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/capellastudio/updates/nightly/1.3.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/capellastudio/updates/nightly/1.3.x + scp -r releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/artifacts.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.jar releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/content.xml.xz releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/features releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/p2.index releng/plugins/org.polarsys.capella.studio.releng.updatesite/target/repository/plugins genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/capellastudio/updates/nightly/1.3.x + echo 'deploy product' deploy product + ssh genie.capella@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/capella/capellastudio/products/nightly/1.3.x + ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/capellastudio/products/nightly/1.3.x + scp -r releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-1.3.2.202002191245-linux.gtk.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-1.3.2.202002191245-macosx.cocoa.x86_64.zip releng/plugins/org.polarsys.capella.studio.releng.product/target/products/capella-studio-1.3.2.202002191245-win32.win32.x86_64.zip genie.capella@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/capella/capellastudio/products/nightly/1.3.x [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1977 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result Finished: SUCCESS