Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent default-agent-t8c9m is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-t8c9m"
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.esf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-t8c9m"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-t8c9m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.esf.svc.cluster.local/esf/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-esf"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-t8c9m in workspace /home/jenkins/agent/workspace/esf-infra-quality
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/esf/esf-infra
 > git init /home/jenkins/agent/workspace/esf-infra-quality # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-infra
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-infra +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-infra # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/esf/esf-infra # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/esf/esf-infra
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/esf/esf-infra +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4
Commit message: "[releng] Add automatic module name"
 > git rev-list --no-walk a2dee5fe17d7afff4eb4bd0b6e3618160e7471c4 # timeout=10
[esf-infra-quality] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean verify
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 11 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom
Progress (1): 4.1 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.3.0/tycho-1.3.0.pom (19 kB at 231 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom
Progress (1): 4.1 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 76 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from eclipse.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 170 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from eclipse.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 663 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from eclipse.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 857 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
Downloading from eclipse.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 400 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloading from eclipse.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 195 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from eclipse.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 165 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from eclipse.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 652 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from eclipse.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 437 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloading from eclipse.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 63 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from eclipse.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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloading from eclipse.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 28 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from eclipse.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 173 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from eclipse.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 641 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
Downloading from eclipse.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 12 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from eclipse.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 265 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 106 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from eclipse.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 358 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from eclipse.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 311 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
Downloading from eclipse.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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from eclipse.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 298 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from eclipse.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 322 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloading from eclipse.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 40 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloading from eclipse.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 45 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloading from eclipse.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 109 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from eclipse.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 192 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloading from eclipse.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 149 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloading from eclipse.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 93 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloading from eclipse.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 42 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from eclipse.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 236 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from eclipse.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 398 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from eclipse.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 210 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from eclipse.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 671 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from eclipse.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 210 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 357 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloading from eclipse.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 107 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloading from eclipse.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 75 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloading from eclipse.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 51 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from eclipse.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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloading from eclipse.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 74 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloading from eclipse.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 161 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 62 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Downloading from eclipse.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 87 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from eclipse.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 98 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from eclipse.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 481 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from eclipse.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 250 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from eclipse.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 178 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from eclipse.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 844 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
Downloading from eclipse.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 561 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from eclipse.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 511 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from eclipse.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.9 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
Downloading from eclipse.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 531 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom
Downloading from eclipse.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 289 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloading from eclipse.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.3 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
Downloading from eclipse.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 825 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 73 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Downloading from eclipse.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 271 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 632 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 49 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 16 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 23 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 21 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 9.7 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 28 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 24 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom
Downloading from eclipse.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 125 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 38 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 14 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 29 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 10 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
Downloading from eclipse.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 175 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
Downloading from eclipse.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 18 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from eclipse.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 459 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from eclipse.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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
Progress (1): 4.1 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 195 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 33 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 21 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 17 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 18 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.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/apache/maven/maven-settings/3.0/maven-settings-3.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 (1): 40/527 kB
Progress (1): 45/527 kB
Progress (1): 49/527 kB
Progress (1): 53/527 kB
Progress (1): 57/527 kB
Progress (1): 61/527 kB
Progress (1): 65/527 kB
Progress (1): 69/527 kB
Progress (1): 73/527 kB
Progress (2): 73/527 kB | 4.1/165 kB
Progress (2): 77/527 kB | 4.1/165 kB
Progress (2): 77/527 kB | 7.7/165 kB
Progress (2): 81/527 kB | 7.7/165 kB
Progress (2): 81/527 kB | 12/165 kB 
Progress (2): 81/527 kB | 16/165 kB
Progress (2): 85/527 kB | 16/165 kB
Progress (2): 90/527 kB | 16/165 kB
Progress (2): 90/527 kB | 20/165 kB
Progress (2): 94/527 kB | 20/165 kB
Progress (2): 94/527 kB | 24/165 kB
Progress (2): 98/527 kB | 24/165 kB
Progress (2): 98/527 kB | 28/165 kB
Progress (2): 98/527 kB | 32/165 kB
Progress (2): 102/527 kB | 32/165 kB
Progress (2): 106/527 kB | 32/165 kB
Progress (2): 106/527 kB | 36/165 kB
Progress (2): 110/527 kB | 36/165 kB
Progress (2): 110/527 kB | 40/165 kB
Progress (2): 114/527 kB | 40/165 kB
Progress (2): 114/527 kB | 45/165 kB
Progress (2): 114/527 kB | 49/165 kB
Progress (2): 118/527 kB | 49/165 kB
Progress (2): 122/527 kB | 49/165 kB
Progress (2): 122/527 kB | 53/165 kB
Progress (2): 126/527 kB | 53/165 kB
Progress (2): 126/527 kB | 57/165 kB
Progress (2): 131/527 kB | 57/165 kB
Progress (2): 131/527 kB | 61/165 kB
Progress (2): 131/527 kB | 65/165 kB
Progress (2): 135/527 kB | 65/165 kB
Progress (2): 139/527 kB | 65/165 kB
Progress (2): 139/527 kB | 69/165 kB
Progress (3): 139/527 kB | 69/165 kB | 4.1/47 kB
Progress (3): 139/527 kB | 73/165 kB | 4.1/47 kB
Progress (3): 143/527 kB | 73/165 kB | 4.1/47 kB
Progress (3): 143/527 kB | 77/165 kB | 4.1/47 kB
Progress (3): 143/527 kB | 77/165 kB | 7.7/47 kB
Progress (3): 143/527 kB | 81/165 kB | 7.7/47 kB
Progress (3): 147/527 kB | 81/165 kB | 7.7/47 kB
Progress (3): 147/527 kB | 81/165 kB | 12/47 kB 
Progress (3): 147/527 kB | 81/165 kB | 16/47 kB
Progress (3): 147/527 kB | 85/165 kB | 16/47 kB
Progress (3): 151/527 kB | 85/165 kB | 16/47 kB
Progress (3): 151/527 kB | 90/165 kB | 16/47 kB
Progress (3): 155/527 kB | 90/165 kB | 16/47 kB
Progress (3): 155/527 kB | 90/165 kB | 20/47 kB
Progress (3): 155/527 kB | 94/165 kB | 20/47 kB
Progress (3): 155/527 kB | 94/165 kB | 24/47 kB
Progress (3): 159/527 kB | 94/165 kB | 24/47 kB
Progress (3): 159/527 kB | 94/165 kB | 28/47 kB
Progress (3): 159/527 kB | 98/165 kB | 28/47 kB
Progress (3): 159/527 kB | 98/165 kB | 32/47 kB
Progress (3): 163/527 kB | 98/165 kB | 32/47 kB
Progress (3): 163/527 kB | 102/165 kB | 32/47 kB
Progress (3): 163/527 kB | 102/165 kB | 36/47 kB
Progress (3): 163/527 kB | 106/165 kB | 36/47 kB
Progress (3): 163/527 kB | 106/165 kB | 40/47 kB
Progress (3): 167/527 kB | 106/165 kB | 40/47 kB
Progress (3): 167/527 kB | 106/165 kB | 45/47 kB
Progress (3): 167/527 kB | 110/165 kB | 45/47 kB
Progress (3): 167/527 kB | 110/165 kB | 47 kB   
Progress (3): 171/527 kB | 110/165 kB | 47 kB
Progress (3): 171/527 kB | 114/165 kB | 47 kB
Progress (3): 176/527 kB | 114/165 kB | 47 kB
Progress (3): 180/527 kB | 114/165 kB | 47 kB
Progress (3): 180/527 kB | 118/165 kB | 47 kB
Progress (3): 180/527 kB | 122/165 kB | 47 kB
Progress (3): 180/527 kB | 126/165 kB | 47 kB
Progress (3): 180/527 kB | 131/165 kB | 47 kB
Progress (3): 184/527 kB | 131/165 kB | 47 kB
Progress (3): 188/527 kB | 131/165 kB | 47 kB
Progress (3): 192/527 kB | 131/165 kB | 47 kB
Progress (3): 192/527 kB | 135/165 kB | 47 kB
Progress (3): 196/527 kB | 135/165 kB | 47 kB
Progress (3): 196/527 kB | 139/165 kB | 47 kB
Progress (3): 196/527 kB | 143/165 kB | 47 kB
Progress (3): 196/527 kB | 147/165 kB | 47 kB
Progress (3): 200/527 kB | 147/165 kB | 47 kB
Progress (3): 204/527 kB | 147/165 kB | 47 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.1 MB/s)
Progress (2): 204/527 kB | 151/165 kB
Progress (2): 208/527 kB | 151/165 kB
Progress (2): 208/527 kB | 155/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): 208/527 kB | 159/165 kB
Progress (2): 212/527 kB | 159/165 kB
Progress (2): 212/527 kB | 163/165 kB
Progress (2): 212/527 kB | 165 kB    
Progress (2): 217/527 kB | 165 kB
Progress (2): 221/527 kB | 165 kB
Progress (2): 225/527 kB | 165 kB
Progress (2): 229/527 kB | 165 kB
Progress (2): 233/527 kB | 165 kB
Progress (2): 237/527 kB | 165 kB
Progress (2): 241/527 kB | 165 kB
Progress (2): 245/527 kB | 165 kB
Progress (2): 249/527 kB | 165 kB
Progress (2): 253/527 kB | 165 kB
Progress (2): 258/527 kB | 165 kB
Progress (2): 262/527 kB | 165 kB
Progress (2): 266/527 kB | 165 kB
Progress (2): 270/527 kB | 165 kB
Progress (2): 274/527 kB | 165 kB
Progress (2): 278/527 kB | 165 kB
Progress (2): 282/527 kB | 165 kB
Progress (2): 286/527 kB | 165 kB
Progress (2): 290/527 kB | 165 kB
Progress (2): 294/527 kB | 165 kB
Progress (2): 298/527 kB | 165 kB
Progress (2): 303/527 kB | 165 kB
Progress (2): 307/527 kB | 165 kB
Progress (2): 311/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 2.8 MB/s)
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): 311/527 kB | 4.1/38 kB
Progress (2): 315/527 kB | 4.1/38 kB
Progress (2): 315/527 kB | 7.7/38 kB
Progress (2): 319/527 kB | 7.7/38 kB
Progress (2): 319/527 kB | 12/38 kB 
Progress (2): 323/527 kB | 12/38 kB
Progress (2): 323/527 kB | 16/38 kB
Progress (2): 327/527 kB | 16/38 kB
Progress (3): 327/527 kB | 16/38 kB | 4.1/5.6 kB
Progress (3): 327/527 kB | 16/38 kB | 5.6 kB    
Progress (3): 327/527 kB | 20/38 kB | 5.6 kB
Progress (3): 331/527 kB | 20/38 kB | 5.6 kB
Progress (3): 331/527 kB | 24/38 kB | 5.6 kB
Progress (3): 335/527 kB | 24/38 kB | 5.6 kB
Progress (3): 335/527 kB | 28/38 kB | 5.6 kB
Progress (3): 339/527 kB | 28/38 kB | 5.6 kB
Progress (3): 339/527 kB | 32/38 kB | 5.6 kB
Progress (3): 344/527 kB | 32/38 kB | 5.6 kB
Progress (3): 344/527 kB | 36/38 kB | 5.6 kB
Progress (3): 344/527 kB | 38 kB | 5.6 kB   
Progress (3): 348/527 kB | 38 kB | 5.6 kB
Progress (3): 352/527 kB | 38 kB | 5.6 kB
Progress (3): 356/527 kB | 38 kB | 5.6 kB
Progress (3): 360/527 kB | 38 kB | 5.6 kB
Progress (3): 364/527 kB | 38 kB | 5.6 kB
Progress (3): 368/527 kB | 38 kB | 5.6 kB
Progress (3): 372/527 kB | 38 kB | 5.6 kB
Progress (3): 376/527 kB | 38 kB | 5.6 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 424 kB/s)
Progress (3): 376/527 kB | 5.6 kB | 4.1/30 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 (3): 380/527 kB | 5.6 kB | 4.1/30 kB
Progress (3): 380/527 kB | 5.6 kB | 7.7/30 kB
Progress (3): 384/527 kB | 5.6 kB | 7.7/30 kB
Progress (3): 384/527 kB | 5.6 kB | 12/30 kB 
Progress (3): 389/527 kB | 5.6 kB | 12/30 kB
Progress (3): 389/527 kB | 5.6 kB | 16/30 kB
Progress (3): 393/527 kB | 5.6 kB | 16/30 kB
Progress (3): 393/527 kB | 5.6 kB | 20/30 kB
Progress (3): 393/527 kB | 5.6 kB | 24/30 kB
Progress (3): 393/527 kB | 5.6 kB | 28/30 kB
Progress (3): 397/527 kB | 5.6 kB | 28/30 kB
Progress (3): 397/527 kB | 5.6 kB | 30 kB   
Progress (3): 401/527 kB | 5.6 kB | 30 kB
Progress (3): 405/527 kB | 5.6 kB | 30 kB
Progress (3): 409/527 kB | 5.6 kB | 30 kB
Progress (3): 413/527 kB | 5.6 kB | 30 kB
Progress (3): 417/527 kB | 5.6 kB | 30 kB
Progress (4): 417/527 kB | 5.6 kB | 30 kB | 4.1/52 kB
Progress (4): 421/527 kB | 5.6 kB | 30 kB | 4.1/52 kB
Progress (4): 421/527 kB | 5.6 kB | 30 kB | 7.7/52 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 317 kB/s)
Progress (3): 425/527 kB | 5.6 kB | 7.7/52 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Progress (3): 425/527 kB | 5.6 kB | 12/52 kB
Progress (3): 425/527 kB | 5.6 kB | 16/52 kB
Progress (3): 430/527 kB | 5.6 kB | 16/52 kB
Progress (3): 434/527 kB | 5.6 kB | 16/52 kB
Progress (3): 438/527 kB | 5.6 kB | 16/52 kB
Progress (3): 442/527 kB | 5.6 kB | 16/52 kB
Progress (3): 442/527 kB | 5.6 kB | 20/52 kB
Progress (3): 442/527 kB | 5.6 kB | 24/52 kB
Progress (3): 442/527 kB | 5.6 kB | 28/52 kB
Progress (3): 442/527 kB | 5.6 kB | 32/52 kB
Progress (3): 446/527 kB | 5.6 kB | 32/52 kB
Progress (3): 450/527 kB | 5.6 kB | 32/52 kB
Progress (3): 454/527 kB | 5.6 kB | 32/52 kB
Progress (3): 458/527 kB | 5.6 kB | 32/52 kB
Progress (3): 458/527 kB | 5.6 kB | 36/52 kB
Progress (3): 458/527 kB | 5.6 kB | 40/52 kB
Progress (3): 458/527 kB | 5.6 kB | 45/52 kB
Progress (3): 458/527 kB | 5.6 kB | 49/52 kB
Progress (3): 462/527 kB | 5.6 kB | 49/52 kB
Progress (4): 462/527 kB | 5.6 kB | 49/52 kB | 4.1/202 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 55 kB/s)
Progress (3): 462/527 kB | 49/52 kB | 7.7/202 kB
Progress (3): 462/527 kB | 52 kB | 7.7/202 kB   
Progress (3): 466/527 kB | 52 kB | 7.7/202 kB
Progress (3): 466/527 kB | 52 kB | 12/202 kB 
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Progress (3): 466/527 kB | 52 kB | 16/202 kB
Progress (3): 471/527 kB | 52 kB | 16/202 kB
Progress (4): 471/527 kB | 52 kB | 16/202 kB | 4.1/148 kB
Progress (4): 475/527 kB | 52 kB | 16/202 kB | 4.1/148 kB
Progress (4): 475/527 kB | 52 kB | 16/202 kB | 7.7/148 kB
Progress (4): 475/527 kB | 52 kB | 16/202 kB | 12/148 kB 
Progress (4): 475/527 kB | 52 kB | 16/202 kB | 16/148 kB
Progress (4): 475/527 kB | 52 kB | 20/202 kB | 16/148 kB
Progress (4): 479/527 kB | 52 kB | 20/202 kB | 16/148 kB
Progress (4): 479/527 kB | 52 kB | 24/202 kB | 16/148 kB
Progress (4): 479/527 kB | 52 kB | 24/202 kB | 20/148 kB
Progress (4): 483/527 kB | 52 kB | 24/202 kB | 20/148 kB
Progress (4): 483/527 kB | 52 kB | 24/202 kB | 24/148 kB
Progress (4): 483/527 kB | 52 kB | 28/202 kB | 24/148 kB
Progress (4): 483/527 kB | 52 kB | 28/202 kB | 28/148 kB
Progress (4): 487/527 kB | 52 kB | 28/202 kB | 28/148 kB
Progress (4): 487/527 kB | 52 kB | 28/202 kB | 32/148 kB
Progress (4): 487/527 kB | 52 kB | 32/202 kB | 32/148 kB
Progress (4): 491/527 kB | 52 kB | 32/202 kB | 32/148 kB
Progress (4): 491/527 kB | 52 kB | 32/202 kB | 36/148 kB
Progress (4): 491/527 kB | 52 kB | 36/202 kB | 36/148 kB
Progress (4): 495/527 kB | 52 kB | 36/202 kB | 36/148 kB
Progress (4): 495/527 kB | 52 kB | 36/202 kB | 40/148 kB
Progress (4): 499/527 kB | 52 kB | 36/202 kB | 40/148 kB
Progress (4): 499/527 kB | 52 kB | 40/202 kB | 40/148 kB
Progress (4): 503/527 kB | 52 kB | 40/202 kB | 40/148 kB
Progress (4): 503/527 kB | 52 kB | 40/202 kB | 45/148 kB
Progress (4): 507/527 kB | 52 kB | 40/202 kB | 45/148 kB
Progress (4): 507/527 kB | 52 kB | 45/202 kB | 45/148 kB
Progress (4): 507/527 kB | 52 kB | 45/202 kB | 49/148 kB
Progress (4): 507/527 kB | 52 kB | 49/202 kB | 49/148 kB
Progress (4): 511/527 kB | 52 kB | 49/202 kB | 49/148 kB
Progress (4): 516/527 kB | 52 kB | 49/202 kB | 49/148 kB
Progress (4): 516/527 kB | 52 kB | 49/202 kB | 53/148 kB
Progress (4): 520/527 kB | 52 kB | 49/202 kB | 53/148 kB
Progress (4): 520/527 kB | 52 kB | 49/202 kB | 57/148 kB
Progress (5): 520/527 kB | 52 kB | 49/202 kB | 57/148 kB | 4.1/51 kB
Progress (5): 520/527 kB | 52 kB | 53/202 kB | 57/148 kB | 4.1/51 kB
Progress (5): 520/527 kB | 52 kB | 53/202 kB | 61/148 kB | 4.1/51 kB
Progress (5): 524/527 kB | 52 kB | 53/202 kB | 61/148 kB | 4.1/51 kB
Progress (5): 524/527 kB | 52 kB | 53/202 kB | 65/148 kB | 4.1/51 kB
Progress (5): 527 kB | 52 kB | 53/202 kB | 65/148 kB | 4.1/51 kB    
Progress (5): 527 kB | 52 kB | 57/202 kB | 65/148 kB | 4.1/51 kB
Progress (5): 527 kB | 52 kB | 57/202 kB | 65/148 kB | 7.7/51 kB
Progress (5): 527 kB | 52 kB | 61/202 kB | 65/148 kB | 7.7/51 kB
Progress (5): 527 kB | 52 kB | 61/202 kB | 69/148 kB | 7.7/51 kB
Progress (5): 527 kB | 52 kB | 65/202 kB | 69/148 kB | 7.7/51 kB
Progress (5): 527 kB | 52 kB | 65/202 kB | 69/148 kB | 12/51 kB 
Progress (5): 527 kB | 52 kB | 69/202 kB | 69/148 kB | 12/51 kB
Progress (5): 527 kB | 52 kB | 69/202 kB | 73/148 kB | 12/51 kB
Progress (5): 527 kB | 52 kB | 73/202 kB | 73/148 kB | 12/51 kB
Progress (5): 527 kB | 52 kB | 73/202 kB | 73/148 kB | 16/51 kB
Progress (5): 527 kB | 52 kB | 77/202 kB | 73/148 kB | 16/51 kB
Progress (5): 527 kB | 52 kB | 77/202 kB | 77/148 kB | 16/51 kB
Progress (5): 527 kB | 52 kB | 81/202 kB | 77/148 kB | 16/51 kB
Progress (5): 527 kB | 52 kB | 81/202 kB | 81/148 kB | 16/51 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 278 kB/s)
Progress (4): 527 kB | 85/202 kB | 81/148 kB | 16/51 kB
Progress (4): 527 kB | 85/202 kB | 81/148 kB | 20/51 kB
Progress (4): 527 kB | 90/202 kB | 81/148 kB | 20/51 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (4): 527 kB | 90/202 kB | 85/148 kB | 20/51 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.8 MB/s)
Progress (3): 90/202 kB | 90/148 kB | 20/51 kB
Progress (3): 94/202 kB | 90/148 kB | 20/51 kB
Progress (3): 94/202 kB | 90/148 kB | 24/51 kB
Progress (3): 98/202 kB | 90/148 kB | 24/51 kB
Progress (3): 98/202 kB | 94/148 kB | 24/51 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Progress (3): 102/202 kB | 94/148 kB | 24/51 kB
Progress (3): 102/202 kB | 98/148 kB | 24/51 kB
Progress (3): 102/202 kB | 98/148 kB | 28/51 kB
Progress (3): 106/202 kB | 98/148 kB | 28/51 kB
Progress (3): 106/202 kB | 98/148 kB | 32/51 kB
Progress (3): 110/202 kB | 98/148 kB | 32/51 kB
Progress (3): 114/202 kB | 98/148 kB | 32/51 kB
Progress (3): 114/202 kB | 102/148 kB | 32/51 kB
Progress (3): 114/202 kB | 102/148 kB | 36/51 kB
Progress (3): 114/202 kB | 106/148 kB | 36/51 kB
Progress (3): 118/202 kB | 106/148 kB | 36/51 kB
Progress (3): 118/202 kB | 110/148 kB | 36/51 kB
Progress (3): 118/202 kB | 110/148 kB | 40/51 kB
Progress (3): 118/202 kB | 114/148 kB | 40/51 kB
Progress (3): 122/202 kB | 114/148 kB | 40/51 kB
Progress (3): 122/202 kB | 114/148 kB | 45/51 kB
Progress (3): 126/202 kB | 114/148 kB | 45/51 kB
Progress (3): 126/202 kB | 114/148 kB | 49/51 kB
Progress (3): 131/202 kB | 114/148 kB | 49/51 kB
Progress (3): 131/202 kB | 114/148 kB | 51 kB   
Progress (4): 131/202 kB | 114/148 kB | 51 kB | 4.1/106 kB
Progress (4): 131/202 kB | 118/148 kB | 51 kB | 4.1/106 kB
Progress (4): 135/202 kB | 118/148 kB | 51 kB | 4.1/106 kB
Progress (4): 135/202 kB | 118/148 kB | 51 kB | 7.7/106 kB
Progress (4): 139/202 kB | 118/148 kB | 51 kB | 7.7/106 kB
Progress (4): 139/202 kB | 122/148 kB | 51 kB | 7.7/106 kB
Progress (4): 143/202 kB | 122/148 kB | 51 kB | 7.7/106 kB
Progress (4): 143/202 kB | 122/148 kB | 51 kB | 12/106 kB 
Progress (4): 147/202 kB | 122/148 kB | 51 kB | 12/106 kB
Progress (4): 147/202 kB | 126/148 kB | 51 kB | 12/106 kB
Progress (4): 147/202 kB | 126/148 kB | 51 kB | 16/106 kB
Progress (4): 147/202 kB | 131/148 kB | 51 kB | 16/106 kB
Progress (4): 151/202 kB | 131/148 kB | 51 kB | 16/106 kB
Progress (4): 155/202 kB | 131/148 kB | 51 kB | 16/106 kB
Progress (4): 155/202 kB | 131/148 kB | 51 kB | 20/106 kB
Progress (4): 159/202 kB | 131/148 kB | 51 kB | 20/106 kB
Progress (4): 159/202 kB | 131/148 kB | 51 kB | 24/106 kB
Progress (4): 159/202 kB | 135/148 kB | 51 kB | 24/106 kB
Progress (4): 163/202 kB | 135/148 kB | 51 kB | 24/106 kB
Progress (4): 163/202 kB | 139/148 kB | 51 kB | 24/106 kB
Progress (5): 163/202 kB | 139/148 kB | 51 kB | 24/106 kB | 4.1/14 kB
Progress (5): 163/202 kB | 139/148 kB | 51 kB | 28/106 kB | 4.1/14 kB
Progress (5): 167/202 kB | 139/148 kB | 51 kB | 28/106 kB | 4.1/14 kB
Progress (5): 167/202 kB | 139/148 kB | 51 kB | 28/106 kB | 7.7/14 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 261 kB/s)
Progress (4): 167/202 kB | 143/148 kB | 28/106 kB | 7.7/14 kB
                                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (4): 167/202 kB | 143/148 kB | 28/106 kB | 12/14 kB
Progress (4): 171/202 kB | 143/148 kB | 28/106 kB | 12/14 kB
Progress (4): 171/202 kB | 143/148 kB | 32/106 kB | 12/14 kB
Progress (4): 176/202 kB | 143/148 kB | 32/106 kB | 12/14 kB
Progress (4): 176/202 kB | 143/148 kB | 32/106 kB | 14 kB   
Progress (4): 176/202 kB | 147/148 kB | 32/106 kB | 14 kB
Progress (4): 176/202 kB | 147/148 kB | 36/106 kB | 14 kB
Progress (4): 180/202 kB | 147/148 kB | 36/106 kB | 14 kB
Progress (4): 180/202 kB | 147/148 kB | 40/106 kB | 14 kB
Progress (4): 180/202 kB | 148 kB | 40/106 kB | 14 kB    
Progress (4): 180/202 kB | 148 kB | 45/106 kB | 14 kB
Progress (4): 180/202 kB | 148 kB | 49/106 kB | 14 kB
Progress (4): 184/202 kB | 148 kB | 49/106 kB | 14 kB
Progress (4): 188/202 kB | 148 kB | 49/106 kB | 14 kB
Progress (4): 188/202 kB | 148 kB | 53/106 kB | 14 kB
Progress (4): 192/202 kB | 148 kB | 53/106 kB | 14 kB
Progress (4): 192/202 kB | 148 kB | 57/106 kB | 14 kB
Progress (4): 196/202 kB | 148 kB | 57/106 kB | 14 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 68 kB/s)
Progress (3): 196/202 kB | 148 kB | 61/106 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Progress (3): 200/202 kB | 148 kB | 61/106 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 733 kB/s)
Progress (3): 200/202 kB | 61/106 kB | 4.1/74 kB
Progress (3): 200/202 kB | 65/106 kB | 4.1/74 kB
Progress (3): 200/202 kB | 65/106 kB | 7.7/74 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Progress (3): 202 kB | 65/106 kB | 7.7/74 kB
Progress (3): 202 kB | 69/106 kB | 7.7/74 kB
Progress (3): 202 kB | 69/106 kB | 12/74 kB 
Progress (3): 202 kB | 73/106 kB | 12/74 kB
Progress (3): 202 kB | 73/106 kB | 16/74 kB
Progress (3): 202 kB | 77/106 kB | 16/74 kB
Progress (3): 202 kB | 81/106 kB | 16/74 kB
Progress (3): 202 kB | 85/106 kB | 16/74 kB
Progress (3): 202 kB | 85/106 kB | 20/74 kB
Progress (3): 202 kB | 90/106 kB | 20/74 kB
Progress (3): 202 kB | 90/106 kB | 24/74 kB
Progress (3): 202 kB | 94/106 kB | 24/74 kB
Progress (3): 202 kB | 94/106 kB | 28/74 kB
Progress (3): 202 kB | 98/106 kB | 28/74 kB
Progress (3): 202 kB | 98/106 kB | 32/74 kB
Progress (3): 202 kB | 102/106 kB | 32/74 kB
Progress (3): 202 kB | 102/106 kB | 36/74 kB
Progress (3): 202 kB | 106/106 kB | 36/74 kB
Progress (3): 202 kB | 106/106 kB | 40/74 kB
Progress (3): 202 kB | 106 kB | 40/74 kB    
Progress (3): 202 kB | 106 kB | 45/74 kB
Progress (3): 202 kB | 106 kB | 49/74 kB
Progress (3): 202 kB | 106 kB | 53/74 kB
Progress (3): 202 kB | 106 kB | 57/74 kB
Progress (3): 202 kB | 106 kB | 61/74 kB
Progress (3): 202 kB | 106 kB | 65/74 kB
Progress (4): 202 kB | 106 kB | 65/74 kB | 4.1/108 kB
Progress (4): 202 kB | 106 kB | 69/74 kB | 4.1/108 kB
Progress (4): 202 kB | 106 kB | 69/74 kB | 7.7/108 kB
Progress (4): 202 kB | 106 kB | 73/74 kB | 7.7/108 kB
Progress (4): 202 kB | 106 kB | 73/74 kB | 12/108 kB 
Progress (5): 202 kB | 106 kB | 73/74 kB | 12/108 kB | 4.1/202 kB
Progress (5): 202 kB | 106 kB | 73/74 kB | 16/108 kB | 4.1/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 16/108 kB | 4.1/202 kB   
Progress (5): 202 kB | 106 kB | 74 kB | 16/108 kB | 7.7/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 16/108 kB | 12/202 kB 
Progress (5): 202 kB | 106 kB | 74 kB | 16/108 kB | 16/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 20/108 kB | 16/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 24/108 kB | 16/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 28/108 kB | 16/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 32/108 kB | 16/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 32/108 kB | 20/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 32/108 kB | 24/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 32/108 kB | 28/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 32/108 kB | 32/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 36/108 kB | 32/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 40/108 kB | 32/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 45/108 kB | 32/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 32/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 36/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 40/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 45/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 49/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 53/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 57/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 61/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 65/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 69/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 73/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 77/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 81/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 85/202 kB
Progress (5): 202 kB | 106 kB | 74 kB | 49/108 kB | 90/202 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 374 kB/s)
Progress (4): 202 kB | 74 kB | 53/108 kB | 90/202 kB
Progress (4): 202 kB | 74 kB | 53/108 kB | 94/202 kB
Progress (4): 202 kB | 74 kB | 57/108 kB | 94/202 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
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 260 kB/s)
Progress (3): 202 kB | 61/108 kB | 94/202 kB
Progress (3): 202 kB | 61/108 kB | 98/202 kB
Progress (3): 202 kB | 65/108 kB | 98/202 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Progress (3): 202 kB | 65/108 kB | 102/202 kB
Progress (3): 202 kB | 69/108 kB | 102/202 kB
Progress (3): 202 kB | 69/108 kB | 106/202 kB
Progress (3): 202 kB | 73/108 kB | 106/202 kB
Progress (3): 202 kB | 73/108 kB | 110/202 kB
Progress (3): 202 kB | 77/108 kB | 110/202 kB
Progress (3): 202 kB | 77/108 kB | 114/202 kB
Progress (3): 202 kB | 81/108 kB | 114/202 kB
Progress (3): 202 kB | 81/108 kB | 118/202 kB
Progress (3): 202 kB | 85/108 kB | 118/202 kB
Progress (3): 202 kB | 85/108 kB | 122/202 kB
Progress (3): 202 kB | 90/108 kB | 122/202 kB
Progress (3): 202 kB | 90/108 kB | 126/202 kB
Progress (3): 202 kB | 94/108 kB | 126/202 kB
Progress (3): 202 kB | 94/108 kB | 131/202 kB
Progress (3): 202 kB | 98/108 kB | 131/202 kB
Progress (3): 202 kB | 102/108 kB | 131/202 kB
Progress (3): 202 kB | 102/108 kB | 135/202 kB
Progress (3): 202 kB | 106/108 kB | 135/202 kB
Progress (3): 202 kB | 106/108 kB | 139/202 kB
Progress (3): 202 kB | 108 kB | 139/202 kB    
Progress (4): 202 kB | 108 kB | 139/202 kB | 4.1/472 kB
Progress (4): 202 kB | 108 kB | 143/202 kB | 4.1/472 kB
Progress (4): 202 kB | 108 kB | 143/202 kB | 7.7/472 kB
Progress (4): 202 kB | 108 kB | 147/202 kB | 7.7/472 kB
Progress (4): 202 kB | 108 kB | 147/202 kB | 12/472 kB 
Progress (4): 202 kB | 108 kB | 147/202 kB | 16/472 kB
Progress (4): 202 kB | 108 kB | 151/202 kB | 16/472 kB
Progress (4): 202 kB | 108 kB | 151/202 kB | 20/472 kB
Progress (4): 202 kB | 108 kB | 155/202 kB | 20/472 kB
Progress (4): 202 kB | 108 kB | 155/202 kB | 24/472 kB
Progress (4): 202 kB | 108 kB | 159/202 kB | 24/472 kB
Progress (4): 202 kB | 108 kB | 159/202 kB | 28/472 kB
Progress (4): 202 kB | 108 kB | 163/202 kB | 28/472 kB
Progress (4): 202 kB | 108 kB | 163/202 kB | 32/472 kB
Progress (4): 202 kB | 108 kB | 167/202 kB | 32/472 kB
Progress (4): 202 kB | 108 kB | 167/202 kB | 36/472 kB
Progress (4): 202 kB | 108 kB | 171/202 kB | 36/472 kB
Progress (4): 202 kB | 108 kB | 171/202 kB | 40/472 kB
Progress (4): 202 kB | 108 kB | 176/202 kB | 40/472 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 368 kB/s)
Progress (3): 202 kB | 176/202 kB | 45/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 (3): 202 kB | 180/202 kB | 45/472 kB
Progress (3): 202 kB | 180/202 kB | 49/472 kB
Progress (3): 202 kB | 184/202 kB | 49/472 kB
Progress (3): 202 kB | 184/202 kB | 53/472 kB
Progress (3): 202 kB | 188/202 kB | 53/472 kB
Progress (3): 202 kB | 188/202 kB | 57/472 kB
Progress (3): 202 kB | 192/202 kB | 57/472 kB
Progress (3): 202 kB | 192/202 kB | 61/472 kB
Progress (3): 202 kB | 196/202 kB | 61/472 kB
Progress (3): 202 kB | 196/202 kB | 65/472 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 680 kB/s)
Progress (2): 200/202 kB | 65/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 (2): 200/202 kB | 69/472 kB
Progress (2): 202 kB | 69/472 kB    
Progress (2): 202 kB | 73/472 kB
Progress (2): 202 kB | 77/472 kB
Progress (2): 202 kB | 81/472 kB
Progress (2): 202 kB | 85/472 kB
Progress (2): 202 kB | 90/472 kB
Progress (2): 202 kB | 94/472 kB
Progress (2): 202 kB | 98/472 kB
Progress (2): 202 kB | 102/472 kB
Progress (2): 202 kB | 106/472 kB
Progress (2): 202 kB | 110/472 kB
Progress (2): 202 kB | 114/472 kB
Progress (2): 202 kB | 118/472 kB
Progress (2): 202 kB | 122/472 kB
Progress (2): 202 kB | 126/472 kB
Progress (3): 202 kB | 126/472 kB | 4.1/153 kB
Progress (3): 202 kB | 131/472 kB | 4.1/153 kB
Progress (3): 202 kB | 131/472 kB | 7.7/153 kB
Progress (3): 202 kB | 131/472 kB | 12/153 kB 
Progress (3): 202 kB | 131/472 kB | 16/153 kB
Progress (3): 202 kB | 135/472 kB | 16/153 kB
Progress (3): 202 kB | 139/472 kB | 16/153 kB
Progress (3): 202 kB | 143/472 kB | 16/153 kB
Progress (3): 202 kB | 147/472 kB | 16/153 kB
Progress (3): 202 kB | 147/472 kB | 20/153 kB
Progress (3): 202 kB | 147/472 kB | 24/153 kB
Progress (3): 202 kB | 147/472 kB | 28/153 kB
Progress (3): 202 kB | 151/472 kB | 28/153 kB
Progress (3): 202 kB | 151/472 kB | 32/153 kB
Progress (3): 202 kB | 155/472 kB | 32/153 kB
Progress (3): 202 kB | 159/472 kB | 32/153 kB
Progress (3): 202 kB | 163/472 kB | 32/153 kB
Progress (3): 202 kB | 163/472 kB | 36/153 kB
Progress (3): 202 kB | 163/472 kB | 40/153 kB
Progress (3): 202 kB | 163/472 kB | 45/153 kB
Progress (3): 202 kB | 167/472 kB | 45/153 kB
Progress (3): 202 kB | 167/472 kB | 49/153 kB
Progress (3): 202 kB | 171/472 kB | 49/153 kB
Progress (3): 202 kB | 176/472 kB | 49/153 kB
Progress (3): 202 kB | 180/472 kB | 49/153 kB
Progress (3): 202 kB | 180/472 kB | 53/153 kB
Progress (3): 202 kB | 184/472 kB | 53/153 kB
Progress (3): 202 kB | 184/472 kB | 57/153 kB
Progress (3): 202 kB | 188/472 kB | 57/153 kB
Progress (3): 202 kB | 188/472 kB | 61/153 kB
Progress (3): 202 kB | 192/472 kB | 61/153 kB
Progress (3): 202 kB | 192/472 kB | 65/153 kB
Progress (3): 202 kB | 196/472 kB | 65/153 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 664 kB/s)
Progress (2): 196/472 kB | 69/153 kB
Progress (2): 200/472 kB | 69/153 kB
Progress (2): 200/472 kB | 73/153 kB
Progress (2): 204/472 kB | 73/153 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): 208/472 kB | 73/153 kB
Progress (2): 208/472 kB | 77/153 kB
Progress (2): 212/472 kB | 77/153 kB
Progress (2): 212/472 kB | 81/153 kB
Progress (3): 212/472 kB | 81/153 kB | 4.1/61 kB
Progress (3): 217/472 kB | 81/153 kB | 4.1/61 kB
Progress (3): 217/472 kB | 81/153 kB | 7.7/61 kB
Progress (3): 221/472 kB | 81/153 kB | 7.7/61 kB
Progress (3): 221/472 kB | 85/153 kB | 7.7/61 kB
Progress (3): 221/472 kB | 85/153 kB | 12/61 kB 
Progress (3): 221/472 kB | 90/153 kB | 12/61 kB
Progress (3): 225/472 kB | 90/153 kB | 12/61 kB
Progress (3): 225/472 kB | 94/153 kB | 12/61 kB
Progress (3): 225/472 kB | 94/153 kB | 16/61 kB
Progress (3): 225/472 kB | 98/153 kB | 16/61 kB
Progress (3): 229/472 kB | 98/153 kB | 16/61 kB
Progress (3): 229/472 kB | 98/153 kB | 20/61 kB
Progress (3): 229/472 kB | 98/153 kB | 24/61 kB
Progress (3): 233/472 kB | 98/153 kB | 24/61 kB
Progress (3): 233/472 kB | 102/153 kB | 24/61 kB
Progress (3): 237/472 kB | 102/153 kB | 24/61 kB
Progress (3): 237/472 kB | 102/153 kB | 28/61 kB
Progress (4): 237/472 kB | 102/153 kB | 28/61 kB | 4.1/46 kB
Progress (4): 241/472 kB | 102/153 kB | 28/61 kB | 4.1/46 kB
Progress (4): 241/472 kB | 106/153 kB | 28/61 kB | 4.1/46 kB
Progress (4): 245/472 kB | 106/153 kB | 28/61 kB | 4.1/46 kB
Progress (5): 245/472 kB | 106/153 kB | 28/61 kB | 4.1/46 kB | 4.1/29 kB
Progress (5): 245/472 kB | 106/153 kB | 28/61 kB | 7.7/46 kB | 4.1/29 kB
Progress (5): 245/472 kB | 106/153 kB | 32/61 kB | 7.7/46 kB | 4.1/29 kB
Progress (5): 245/472 kB | 106/153 kB | 32/61 kB | 12/46 kB | 4.1/29 kB 
Progress (5): 249/472 kB | 106/153 kB | 32/61 kB | 12/46 kB | 4.1/29 kB
Progress (5): 249/472 kB | 106/153 kB | 32/61 kB | 12/46 kB | 7.7/29 kB
Progress (5): 249/472 kB | 110/153 kB | 32/61 kB | 12/46 kB | 7.7/29 kB
Progress (5): 249/472 kB | 110/153 kB | 32/61 kB | 12/46 kB | 12/29 kB 
Progress (5): 249/472 kB | 110/153 kB | 36/61 kB | 12/46 kB | 12/29 kB
Progress (5): 253/472 kB | 110/153 kB | 36/61 kB | 12/46 kB | 12/29 kB
Progress (5): 253/472 kB | 110/153 kB | 36/61 kB | 16/46 kB | 12/29 kB
Progress (5): 258/472 kB | 110/153 kB | 36/61 kB | 16/46 kB | 12/29 kB
Progress (5): 258/472 kB | 110/153 kB | 40/61 kB | 16/46 kB | 12/29 kB
Progress (5): 258/472 kB | 110/153 kB | 40/61 kB | 16/46 kB | 16/29 kB
Progress (5): 258/472 kB | 114/153 kB | 40/61 kB | 16/46 kB | 16/29 kB
Progress (5): 258/472 kB | 114/153 kB | 45/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 114/153 kB | 45/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 118/153 kB | 45/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 122/153 kB | 45/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 126/153 kB | 45/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 131/153 kB | 45/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 131/153 kB | 49/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 131/153 kB | 53/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 131/153 kB | 57/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 131/153 kB | 61/61 kB | 16/46 kB | 16/29 kB
Progress (5): 262/472 kB | 131/153 kB | 61/61 kB | 16/46 kB | 20/29 kB
Progress (5): 262/472 kB | 131/153 kB | 61 kB | 16/46 kB | 20/29 kB   
Progress (5): 262/472 kB | 131/153 kB | 61 kB | 20/46 kB | 20/29 kB
Progress (5): 266/472 kB | 131/153 kB | 61 kB | 20/46 kB | 20/29 kB
Progress (5): 266/472 kB | 131/153 kB | 61 kB | 24/46 kB | 20/29 kB
Progress (5): 266/472 kB | 131/153 kB | 61 kB | 24/46 kB | 24/29 kB
Progress (5): 266/472 kB | 135/153 kB | 61 kB | 24/46 kB | 24/29 kB
Progress (5): 266/472 kB | 135/153 kB | 61 kB | 24/46 kB | 28/29 kB
Progress (5): 266/472 kB | 135/153 kB | 61 kB | 28/46 kB | 28/29 kB
Progress (5): 270/472 kB | 135/153 kB | 61 kB | 28/46 kB | 28/29 kB
Progress (5): 270/472 kB | 135/153 kB | 61 kB | 32/46 kB | 28/29 kB
Progress (5): 270/472 kB | 135/153 kB | 61 kB | 32/46 kB | 29 kB   
Progress (5): 270/472 kB | 139/153 kB | 61 kB | 32/46 kB | 29 kB
Progress (5): 270/472 kB | 139/153 kB | 61 kB | 36/46 kB | 29 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 158 kB/s)
Progress (4): 274/472 kB | 139/153 kB | 36/46 kB | 29 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Progress (4): 274/472 kB | 139/153 kB | 40/46 kB | 29 kB
Progress (4): 274/472 kB | 143/153 kB | 40/46 kB | 29 kB
Progress (4): 274/472 kB | 143/153 kB | 45/46 kB | 29 kB
Progress (4): 278/472 kB | 143/153 kB | 45/46 kB | 29 kB
Progress (4): 278/472 kB | 143/153 kB | 46 kB | 29 kB   
Progress (4): 278/472 kB | 147/153 kB | 46 kB | 29 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 74 kB/s)
Progress (3): 282/472 kB | 147/153 kB | 46 kB
Progress (3): 282/472 kB | 151/153 kB | 46 kB
Progress (3): 286/472 kB | 151/153 kB | 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): 290/472 kB | 151/153 kB | 46 kB
Progress (3): 290/472 kB | 153 kB | 46 kB    
Progress (3): 294/472 kB | 153 kB | 46 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 118 kB/s)
Progress (2): 298/472 kB | 153 kB
Progress (3): 298/472 kB | 153 kB | 4.1/13 kB
Progress (3): 303/472 kB | 153 kB | 4.1/13 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Progress (3): 307/472 kB | 153 kB | 4.1/13 kB
Progress (3): 307/472 kB | 153 kB | 7.7/13 kB
Progress (3): 311/472 kB | 153 kB | 7.7/13 kB
Progress (3): 311/472 kB | 153 kB | 12/13 kB 
Progress (4): 311/472 kB | 153 kB | 12/13 kB | 4.1/49 kB
Progress (4): 311/472 kB | 153 kB | 13 kB | 4.1/49 kB   
Progress (4): 311/472 kB | 153 kB | 13 kB | 7.7/49 kB
Progress (4): 311/472 kB | 153 kB | 13 kB | 12/49 kB 
Progress (4): 311/472 kB | 153 kB | 13 kB | 16/49 kB
Progress (4): 315/472 kB | 153 kB | 13 kB | 16/49 kB
Progress (4): 319/472 kB | 153 kB | 13 kB | 16/49 kB
Progress (4): 323/472 kB | 153 kB | 13 kB | 16/49 kB
Progress (4): 323/472 kB | 153 kB | 13 kB | 20/49 kB
Progress (4): 327/472 kB | 153 kB | 13 kB | 20/49 kB
Progress (4): 327/472 kB | 153 kB | 13 kB | 24/49 kB
Progress (4): 327/472 kB | 153 kB | 13 kB | 28/49 kB
Progress (4): 327/472 kB | 153 kB | 13 kB | 32/49 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 388 kB/s)
Progress (3): 331/472 kB | 13 kB | 32/49 kB
Progress (3): 331/472 kB | 13 kB | 36/49 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Progress (3): 331/472 kB | 13 kB | 40/49 kB
Progress (3): 335/472 kB | 13 kB | 40/49 kB
Progress (3): 335/472 kB | 13 kB | 45/49 kB
Progress (3): 339/472 kB | 13 kB | 45/49 kB
Progress (3): 339/472 kB | 13 kB | 49/49 kB
Progress (3): 344/472 kB | 13 kB | 49/49 kB
Progress (3): 344/472 kB | 13 kB | 49 kB   
Progress (3): 348/472 kB | 13 kB | 49 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 34 kB/s)
Progress (2): 352/472 kB | 49 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): 356/472 kB | 49 kB
Progress (2): 360/472 kB | 49 kB
Progress (2): 364/472 kB | 49 kB
Progress (2): 368/472 kB | 49 kB
Progress (2): 372/472 kB | 49 kB
Progress (2): 376/472 kB | 49 kB
Progress (2): 380/472 kB | 49 kB
Progress (2): 384/472 kB | 49 kB
Progress (2): 389/472 kB | 49 kB
Progress (2): 393/472 kB | 49 kB
Progress (2): 397/472 kB | 49 kB
Progress (2): 401/472 kB | 49 kB
Progress (2): 405/472 kB | 49 kB
Progress (2): 409/472 kB | 49 kB
Progress (2): 413/472 kB | 49 kB
Progress (2): 417/472 kB | 49 kB
Progress (2): 421/472 kB | 49 kB
Progress (2): 425/472 kB | 49 kB
Progress (2): 430/472 kB | 49 kB
Progress (2): 434/472 kB | 49 kB
Progress (2): 438/472 kB | 49 kB
Progress (2): 442/472 kB | 49 kB
Progress (2): 446/472 kB | 49 kB
Progress (2): 450/472 kB | 49 kB
Progress (2): 454/472 kB | 49 kB
Progress (2): 458/472 kB | 49 kB
Progress (2): 462/472 kB | 49 kB
Progress (2): 466/472 kB | 49 kB
Progress (2): 471/472 kB | 49 kB
Progress (2): 472 kB | 49 kB    
Progress (3): 472 kB | 49 kB | 4.1/187 kB
Progress (3): 472 kB | 49 kB | 7.7/187 kB
Progress (3): 472 kB | 49 kB | 12/187 kB 
Progress (3): 472 kB | 49 kB | 16/187 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.2 MB/s)
Progress (2): 49 kB | 20/187 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 120 kB/s)
Progress (1): 24/187 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
Progress (1): 28/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 (1): 32/187 kB
Progress (1): 36/187 kB
Progress (1): 40/187 kB
Progress (1): 45/187 kB
Progress (1): 49/187 kB
Progress (1): 53/187 kB
Progress (1): 57/187 kB
Progress (1): 61/187 kB
Progress (1): 65/187 kB
Progress (2): 65/187 kB | 4.1/247 kB
Progress (2): 65/187 kB | 7.7/247 kB
Progress (2): 65/187 kB | 12/247 kB 
Progress (2): 69/187 kB | 12/247 kB
Progress (2): 69/187 kB | 16/247 kB
Progress (2): 73/187 kB | 16/247 kB
Progress (2): 77/187 kB | 16/247 kB
Progress (2): 81/187 kB | 16/247 kB
Progress (2): 81/187 kB | 20/247 kB
Progress (2): 81/187 kB | 24/247 kB
Progress (2): 81/187 kB | 28/247 kB
Progress (2): 81/187 kB | 32/247 kB
Progress (2): 85/187 kB | 32/247 kB
Progress (2): 90/187 kB | 32/247 kB
Progress (3): 90/187 kB | 32/247 kB | 4.1/209 kB
Progress (3): 94/187 kB | 32/247 kB | 4.1/209 kB
Progress (3): 94/187 kB | 36/247 kB | 4.1/209 kB
Progress (3): 98/187 kB | 36/247 kB | 4.1/209 kB
Progress (3): 98/187 kB | 36/247 kB | 7.7/209 kB
Progress (3): 98/187 kB | 40/247 kB | 7.7/209 kB
Progress (3): 98/187 kB | 40/247 kB | 12/209 kB 
Progress (3): 98/187 kB | 45/247 kB | 12/209 kB
Progress (3): 98/187 kB | 45/247 kB | 16/209 kB
Progress (3): 98/187 kB | 49/247 kB | 16/209 kB
Progress (3): 102/187 kB | 49/247 kB | 16/209 kB
Progress (3): 106/187 kB | 49/247 kB | 16/209 kB
Progress (3): 110/187 kB | 49/247 kB | 16/209 kB
Progress (3): 110/187 kB | 49/247 kB | 20/209 kB
Progress (3): 110/187 kB | 53/247 kB | 20/209 kB
Progress (3): 110/187 kB | 53/247 kB | 24/209 kB
Progress (3): 114/187 kB | 53/247 kB | 24/209 kB
Progress (3): 114/187 kB | 53/247 kB | 28/209 kB
Progress (3): 114/187 kB | 57/247 kB | 28/209 kB
Progress (3): 114/187 kB | 57/247 kB | 32/209 kB
Progress (3): 114/187 kB | 61/247 kB | 32/209 kB
Progress (3): 118/187 kB | 61/247 kB | 32/209 kB
Progress (3): 118/187 kB | 65/247 kB | 32/209 kB
Progress (3): 122/187 kB | 65/247 kB | 32/209 kB
Progress (3): 126/187 kB | 65/247 kB | 32/209 kB
Progress (3): 131/187 kB | 65/247 kB | 32/209 kB
Progress (3): 131/187 kB | 65/247 kB | 36/209 kB
Progress (4): 131/187 kB | 65/247 kB | 36/209 kB | 4.1/86 kB
Progress (4): 131/187 kB | 65/247 kB | 40/209 kB | 4.1/86 kB
Progress (4): 131/187 kB | 69/247 kB | 40/209 kB | 4.1/86 kB
Progress (4): 135/187 kB | 69/247 kB | 40/209 kB | 4.1/86 kB
Progress (4): 135/187 kB | 69/247 kB | 40/209 kB | 7.7/86 kB
Progress (4): 139/187 kB | 69/247 kB | 40/209 kB | 7.7/86 kB
Progress (4): 139/187 kB | 73/247 kB | 40/209 kB | 7.7/86 kB
Progress (4): 139/187 kB | 73/247 kB | 45/209 kB | 7.7/86 kB
Progress (4): 139/187 kB | 77/247 kB | 45/209 kB | 7.7/86 kB
Progress (4): 139/187 kB | 81/247 kB | 45/209 kB | 7.7/86 kB
Progress (4): 139/187 kB | 85/247 kB | 45/209 kB | 7.7/86 kB
Progress (4): 143/187 kB | 85/247 kB | 45/209 kB | 7.7/86 kB
Progress (4): 143/187 kB | 85/247 kB | 45/209 kB | 12/86 kB 
Progress (4): 147/187 kB | 85/247 kB | 45/209 kB | 12/86 kB
Progress (4): 147/187 kB | 90/247 kB | 45/209 kB | 12/86 kB
Progress (4): 147/187 kB | 90/247 kB | 49/209 kB | 12/86 kB
Progress (4): 147/187 kB | 94/247 kB | 49/209 kB | 12/86 kB
Progress (4): 147/187 kB | 94/247 kB | 49/209 kB | 16/86 kB
Progress (4): 147/187 kB | 98/247 kB | 49/209 kB | 16/86 kB
Progress (4): 151/187 kB | 98/247 kB | 49/209 kB | 16/86 kB
Progress (4): 155/187 kB | 98/247 kB | 49/209 kB | 16/86 kB
Progress (4): 155/187 kB | 98/247 kB | 49/209 kB | 20/86 kB
Progress (4): 159/187 kB | 98/247 kB | 49/209 kB | 20/86 kB
Progress (4): 159/187 kB | 98/247 kB | 53/209 kB | 20/86 kB
Progress (4): 163/187 kB | 98/247 kB | 53/209 kB | 20/86 kB
Progress (4): 163/187 kB | 98/247 kB | 53/209 kB | 24/86 kB
Progress (4): 163/187 kB | 98/247 kB | 57/209 kB | 24/86 kB
Progress (4): 163/187 kB | 102/247 kB | 57/209 kB | 24/86 kB
Progress (4): 167/187 kB | 102/247 kB | 57/209 kB | 24/86 kB
Progress (4): 167/187 kB | 102/247 kB | 61/209 kB | 24/86 kB
Progress (4): 167/187 kB | 102/247 kB | 61/209 kB | 28/86 kB
Progress (4): 167/187 kB | 102/247 kB | 65/209 kB | 28/86 kB
Progress (4): 171/187 kB | 102/247 kB | 65/209 kB | 28/86 kB
Progress (4): 171/187 kB | 106/247 kB | 65/209 kB | 28/86 kB
Progress (4): 176/187 kB | 106/247 kB | 65/209 kB | 28/86 kB
Progress (4): 176/187 kB | 106/247 kB | 65/209 kB | 32/86 kB
Progress (4): 180/187 kB | 106/247 kB | 65/209 kB | 32/86 kB
Progress (4): 180/187 kB | 110/247 kB | 65/209 kB | 32/86 kB
Progress (4): 180/187 kB | 110/247 kB | 69/209 kB | 32/86 kB
Progress (4): 180/187 kB | 110/247 kB | 69/209 kB | 36/86 kB
Progress (4): 180/187 kB | 114/247 kB | 69/209 kB | 36/86 kB
Progress (4): 184/187 kB | 114/247 kB | 69/209 kB | 36/86 kB
Progress (4): 184/187 kB | 114/247 kB | 69/209 kB | 40/86 kB
Progress (4): 184/187 kB | 114/247 kB | 73/209 kB | 40/86 kB
Progress (4): 184/187 kB | 114/247 kB | 73/209 kB | 45/86 kB
Progress (4): 187 kB | 114/247 kB | 73/209 kB | 45/86 kB    
Progress (4): 187 kB | 114/247 kB | 73/209 kB | 49/86 kB
Progress (4): 187 kB | 114/247 kB | 77/209 kB | 49/86 kB
Progress (4): 187 kB | 118/247 kB | 77/209 kB | 49/86 kB
Progress (4): 187 kB | 118/247 kB | 81/209 kB | 49/86 kB
Progress (4): 187 kB | 118/247 kB | 81/209 kB | 53/86 kB
Progress (4): 187 kB | 122/247 kB | 81/209 kB | 53/86 kB
Progress (4): 187 kB | 122/247 kB | 81/209 kB | 57/86 kB
Progress (4): 187 kB | 126/247 kB | 81/209 kB | 57/86 kB
Progress (4): 187 kB | 126/247 kB | 81/209 kB | 61/86 kB
Progress (4): 187 kB | 126/247 kB | 85/209 kB | 61/86 kB
Progress (4): 187 kB | 131/247 kB | 85/209 kB | 61/86 kB
Progress (4): 187 kB | 131/247 kB | 90/209 kB | 61/86 kB
Progress (4): 187 kB | 131/247 kB | 90/209 kB | 65/86 kB
Progress (4): 187 kB | 131/247 kB | 94/209 kB | 65/86 kB
Progress (4): 187 kB | 131/247 kB | 98/209 kB | 65/86 kB
Progress (4): 187 kB | 135/247 kB | 98/209 kB | 65/86 kB
Progress (4): 187 kB | 139/247 kB | 98/209 kB | 65/86 kB
Progress (4): 187 kB | 139/247 kB | 98/209 kB | 69/86 kB
Progress (4): 187 kB | 143/247 kB | 98/209 kB | 69/86 kB
Progress (4): 187 kB | 143/247 kB | 98/209 kB | 73/86 kB
Progress (4): 187 kB | 147/247 kB | 98/209 kB | 73/86 kB
Progress (4): 187 kB | 147/247 kB | 102/209 kB | 73/86 kB
Progress (4): 187 kB | 147/247 kB | 102/209 kB | 77/86 kB
Progress (4): 187 kB | 147/247 kB | 106/209 kB | 77/86 kB
Progress (4): 187 kB | 147/247 kB | 106/209 kB | 81/86 kB
Progress (4): 187 kB | 147/247 kB | 110/209 kB | 81/86 kB
Progress (4): 187 kB | 151/247 kB | 110/209 kB | 81/86 kB
Progress (4): 187 kB | 151/247 kB | 110/209 kB | 85/86 kB
Progress (4): 187 kB | 151/247 kB | 114/209 kB | 85/86 kB
Progress (4): 187 kB | 151/247 kB | 114/209 kB | 86 kB   
Progress (4): 187 kB | 155/247 kB | 114/209 kB | 86 kB
Progress (4): 187 kB | 159/247 kB | 114/209 kB | 86 kB
Progress (4): 187 kB | 163/247 kB | 114/209 kB | 86 kB
Progress (4): 187 kB | 163/247 kB | 118/209 kB | 86 kB
Progress (4): 187 kB | 163/247 kB | 122/209 kB | 86 kB
Progress (4): 187 kB | 163/247 kB | 126/209 kB | 86 kB
Progress (4): 187 kB | 163/247 kB | 131/209 kB | 86 kB
Progress (4): 187 kB | 167/247 kB | 131/209 kB | 86 kB
Progress (4): 187 kB | 171/247 kB | 131/209 kB | 86 kB
Progress (4): 187 kB | 176/247 kB | 131/209 kB | 86 kB
Progress (4): 187 kB | 180/247 kB | 131/209 kB | 86 kB
Progress (4): 187 kB | 180/247 kB | 135/209 kB | 86 kB
Progress (4): 187 kB | 180/247 kB | 139/209 kB | 86 kB
Progress (4): 187 kB | 180/247 kB | 143/209 kB | 86 kB
Progress (4): 187 kB | 180/247 kB | 147/209 kB | 86 kB
Progress (4): 187 kB | 184/247 kB | 147/209 kB | 86 kB
Progress (4): 187 kB | 188/247 kB | 147/209 kB | 86 kB
Progress (4): 187 kB | 192/247 kB | 147/209 kB | 86 kB
Progress (4): 187 kB | 196/247 kB | 147/209 kB | 86 kB
Progress (4): 187 kB | 196/247 kB | 151/209 kB | 86 kB
Progress (4): 187 kB | 196/247 kB | 155/209 kB | 86 kB
Progress (4): 187 kB | 196/247 kB | 159/209 kB | 86 kB
Progress (4): 187 kB | 196/247 kB | 163/209 kB | 86 kB
Progress (4): 187 kB | 200/247 kB | 163/209 kB | 86 kB
Progress (4): 187 kB | 204/247 kB | 163/209 kB | 86 kB
Progress (4): 187 kB | 208/247 kB | 163/209 kB | 86 kB
Progress (4): 187 kB | 208/247 kB | 167/209 kB | 86 kB
Progress (4): 187 kB | 212/247 kB | 167/209 kB | 86 kB
Progress (4): 187 kB | 212/247 kB | 171/209 kB | 86 kB
Progress (4): 187 kB | 212/247 kB | 176/209 kB | 86 kB
Progress (4): 187 kB | 212/247 kB | 180/209 kB | 86 kB
Progress (4): 187 kB | 217/247 kB | 180/209 kB | 86 kB
Progress (4): 187 kB | 221/247 kB | 180/209 kB | 86 kB
Progress (4): 187 kB | 225/247 kB | 180/209 kB | 86 kB
Progress (4): 187 kB | 225/247 kB | 184/209 kB | 86 kB
Progress (4): 187 kB | 229/247 kB | 184/209 kB | 86 kB
Progress (4): 187 kB | 229/247 kB | 188/209 kB | 86 kB
Progress (4): 187 kB | 229/247 kB | 192/209 kB | 86 kB
Progress (4): 187 kB | 229/247 kB | 196/209 kB | 86 kB
Progress (4): 187 kB | 233/247 kB | 196/209 kB | 86 kB
Progress (4): 187 kB | 237/247 kB | 196/209 kB | 86 kB
Progress (4): 187 kB | 241/247 kB | 196/209 kB | 86 kB
Progress (4): 187 kB | 241/247 kB | 200/209 kB | 86 kB
Progress (4): 187 kB | 245/247 kB | 200/209 kB | 86 kB
Progress (4): 187 kB | 245/247 kB | 204/209 kB | 86 kB
Progress (4): 187 kB | 247 kB | 204/209 kB | 86 kB    
Progress (4): 187 kB | 247 kB | 208/209 kB | 86 kB
Progress (4): 187 kB | 247 kB | 209 kB | 86 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 412 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
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 366 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 483 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
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 167 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar
Progress (1): 4.1/532 kB
Progress (1): 7.7/532 kB
Progress (1): 12/532 kB 
Progress (2): 12/532 kB | 4.1/58 kB
Progress (2): 16/532 kB | 4.1/58 kB
Progress (2): 16/532 kB | 7.7/58 kB
Progress (2): 16/532 kB | 12/58 kB 
Progress (2): 16/532 kB | 16/58 kB
Progress (2): 20/532 kB | 16/58 kB
Progress (2): 24/532 kB | 16/58 kB
Progress (2): 28/532 kB | 16/58 kB
Progress (2): 28/532 kB | 20/58 kB
Progress (2): 32/532 kB | 20/58 kB
Progress (2): 32/532 kB | 24/58 kB
Progress (2): 32/532 kB | 28/58 kB
Progress (2): 32/532 kB | 32/58 kB
Progress (2): 36/532 kB | 32/58 kB
Progress (2): 40/532 kB | 32/58 kB
Progress (2): 45/532 kB | 32/58 kB
Progress (2): 45/532 kB | 36/58 kB
Progress (2): 49/532 kB | 36/58 kB
Progress (2): 49/532 kB | 40/58 kB
Progress (2): 49/532 kB | 45/58 kB
Progress (2): 49/532 kB | 49/58 kB
Progress (2): 53/532 kB | 49/58 kB
Progress (2): 53/532 kB | 53/58 kB
Progress (2): 57/532 kB | 53/58 kB
Progress (2): 57/532 kB | 57/58 kB
Progress (2): 61/532 kB | 57/58 kB
Progress (2): 61/532 kB | 58 kB   
Progress (2): 65/532 kB | 58 kB
Progress (2): 69/532 kB | 58 kB
Progress (2): 73/532 kB | 58 kB
Progress (2): 77/532 kB | 58 kB
Progress (2): 81/532 kB | 58 kB
Progress (2): 85/532 kB | 58 kB
Progress (2): 90/532 kB | 58 kB
Progress (2): 94/532 kB | 58 kB
Progress (2): 98/532 kB | 58 kB
Progress (2): 102/532 kB | 58 kB
Progress (2): 106/532 kB | 58 kB
Progress (2): 110/532 kB | 58 kB
Progress (2): 114/532 kB | 58 kB
Progress (2): 118/532 kB | 58 kB
Progress (2): 122/532 kB | 58 kB
Progress (2): 126/532 kB | 58 kB
Progress (2): 131/532 kB | 58 kB
Progress (2): 135/532 kB | 58 kB
Progress (2): 139/532 kB | 58 kB
Progress (2): 143/532 kB | 58 kB
Progress (2): 147/532 kB | 58 kB
Progress (2): 151/532 kB | 58 kB
Progress (2): 155/532 kB | 58 kB
Progress (2): 159/532 kB | 58 kB
Progress (2): 163/532 kB | 58 kB
Progress (2): 167/532 kB | 58 kB
Progress (2): 171/532 kB | 58 kB
Progress (2): 176/532 kB | 58 kB
Progress (2): 180/532 kB | 58 kB
Progress (2): 184/532 kB | 58 kB
Progress (2): 188/532 kB | 58 kB
Progress (2): 192/532 kB | 58 kB
Progress (2): 196/532 kB | 58 kB
Progress (3): 196/532 kB | 58 kB | 4.1/56 kB
Progress (3): 196/532 kB | 58 kB | 7.7/56 kB
Progress (3): 196/532 kB | 58 kB | 12/56 kB 
Progress (3): 196/532 kB | 58 kB | 16/56 kB
Progress (3): 200/532 kB | 58 kB | 16/56 kB
Progress (3): 200/532 kB | 58 kB | 20/56 kB
Progress (3): 204/532 kB | 58 kB | 20/56 kB
Progress (3): 204/532 kB | 58 kB | 24/56 kB
Progress (3): 208/532 kB | 58 kB | 24/56 kB
Progress (3): 208/532 kB | 58 kB | 28/56 kB
Progress (3): 212/532 kB | 58 kB | 28/56 kB
Progress (3): 212/532 kB | 58 kB | 32/56 kB
Progress (4): 212/532 kB | 58 kB | 32/56 kB | 4.1/100 kB
Progress (4): 212/532 kB | 58 kB | 32/56 kB | 7.7/100 kB
Progress (4): 212/532 kB | 58 kB | 36/56 kB | 7.7/100 kB
Progress (4): 217/532 kB | 58 kB | 36/56 kB | 7.7/100 kB
Progress (4): 217/532 kB | 58 kB | 36/56 kB | 12/100 kB 
Progress (4): 221/532 kB | 58 kB | 36/56 kB | 12/100 kB
Progress (4): 221/532 kB | 58 kB | 40/56 kB | 12/100 kB
Progress (4): 225/532 kB | 58 kB | 40/56 kB | 12/100 kB
Progress (4): 225/532 kB | 58 kB | 40/56 kB | 16/100 kB
Progress (4): 229/532 kB | 58 kB | 40/56 kB | 16/100 kB
Progress (4): 229/532 kB | 58 kB | 45/56 kB | 16/100 kB
Progress (4): 229/532 kB | 58 kB | 49/56 kB | 16/100 kB
Progress (4): 229/532 kB | 58 kB | 49/56 kB | 20/100 kB
Progress (4): 229/532 kB | 58 kB | 53/56 kB | 20/100 kB
Progress (4): 229/532 kB | 58 kB | 53/56 kB | 24/100 kB
Progress (4): 233/532 kB | 58 kB | 53/56 kB | 24/100 kB
Progress (4): 233/532 kB | 58 kB | 56 kB | 24/100 kB   
Progress (4): 237/532 kB | 58 kB | 56 kB | 24/100 kB
Progress (4): 237/532 kB | 58 kB | 56 kB | 28/100 kB
Progress (4): 241/532 kB | 58 kB | 56 kB | 28/100 kB
Progress (4): 241/532 kB | 58 kB | 56 kB | 32/100 kB
Progress (4): 245/532 kB | 58 kB | 56 kB | 32/100 kB
Progress (5): 245/532 kB | 58 kB | 56 kB | 32/100 kB | 4.1/245 kB
Progress (5): 245/532 kB | 58 kB | 56 kB | 36/100 kB | 4.1/245 kB
Progress (5): 245/532 kB | 58 kB | 56 kB | 36/100 kB | 7.7/245 kB
Progress (5): 245/532 kB | 58 kB | 56 kB | 40/100 kB | 7.7/245 kB
Progress (5): 249/532 kB | 58 kB | 56 kB | 40/100 kB | 7.7/245 kB
Progress (5): 249/532 kB | 58 kB | 56 kB | 40/100 kB | 12/245 kB 
Progress (5): 253/532 kB | 58 kB | 56 kB | 40/100 kB | 12/245 kB
Progress (5): 253/532 kB | 58 kB | 56 kB | 45/100 kB | 12/245 kB
Progress (5): 258/532 kB | 58 kB | 56 kB | 45/100 kB | 12/245 kB
Progress (5): 258/532 kB | 58 kB | 56 kB | 45/100 kB | 16/245 kB
Progress (5): 262/532 kB | 58 kB | 56 kB | 45/100 kB | 16/245 kB
Progress (5): 262/532 kB | 58 kB | 56 kB | 49/100 kB | 16/245 kB
Progress (5): 262/532 kB | 58 kB | 56 kB | 49/100 kB | 20/245 kB
Progress (5): 262/532 kB | 58 kB | 56 kB | 49/100 kB | 24/245 kB
Progress (5): 262/532 kB | 58 kB | 56 kB | 53/100 kB | 24/245 kB
Progress (5): 266/532 kB | 58 kB | 56 kB | 53/100 kB | 24/245 kB
Progress (5): 266/532 kB | 58 kB | 56 kB | 53/100 kB | 28/245 kB
Progress (5): 270/532 kB | 58 kB | 56 kB | 53/100 kB | 28/245 kB
Progress (5): 270/532 kB | 58 kB | 56 kB | 57/100 kB | 28/245 kB
Progress (5): 274/532 kB | 58 kB | 56 kB | 57/100 kB | 28/245 kB
Progress (5): 274/532 kB | 58 kB | 56 kB | 57/100 kB | 32/245 kB
Progress (5): 278/532 kB | 58 kB | 56 kB | 57/100 kB | 32/245 kB
Progress (5): 278/532 kB | 58 kB | 56 kB | 61/100 kB | 32/245 kB
Progress (5): 278/532 kB | 58 kB | 56 kB | 65/100 kB | 32/245 kB
Progress (5): 278/532 kB | 58 kB | 56 kB | 65/100 kB | 36/245 kB
Progress (5): 278/532 kB | 58 kB | 56 kB | 65/100 kB | 40/245 kB
Progress (5): 278/532 kB | 58 kB | 56 kB | 65/100 kB | 45/245 kB
Progress (5): 282/532 kB | 58 kB | 56 kB | 65/100 kB | 45/245 kB
Progress (5): 282/532 kB | 58 kB | 56 kB | 69/100 kB | 45/245 kB
Progress (5): 282/532 kB | 58 kB | 56 kB | 69/100 kB | 49/245 kB
Progress (5): 282/532 kB | 58 kB | 56 kB | 73/100 kB | 49/245 kB
Progress (5): 286/532 kB | 58 kB | 56 kB | 73/100 kB | 49/245 kB
Progress (5): 286/532 kB | 58 kB | 56 kB | 77/100 kB | 49/245 kB
Progress (5): 290/532 kB | 58 kB | 56 kB | 77/100 kB | 49/245 kB
Progress (5): 290/532 kB | 58 kB | 56 kB | 81/100 kB | 49/245 kB
Progress (5): 290/532 kB | 58 kB | 56 kB | 81/100 kB | 53/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 81/100 kB | 53/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 81/100 kB | 57/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 85/100 kB | 57/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 85/100 kB | 61/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 90/100 kB | 61/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 90/100 kB | 65/245 kB
Progress (5): 294/532 kB | 58 kB | 56 kB | 94/100 kB | 65/245 kB
Progress (5): 298/532 kB | 58 kB | 56 kB | 94/100 kB | 65/245 kB
Progress (5): 298/532 kB | 58 kB | 56 kB | 98/100 kB | 65/245 kB
Progress (5): 298/532 kB | 58 kB | 56 kB | 98/100 kB | 69/245 kB
Progress (5): 303/532 kB | 58 kB | 56 kB | 98/100 kB | 69/245 kB
Progress (5): 303/532 kB | 58 kB | 56 kB | 98/100 kB | 73/245 kB
Progress (5): 303/532 kB | 58 kB | 56 kB | 100 kB | 73/245 kB   
Progress (5): 303/532 kB | 58 kB | 56 kB | 100 kB | 77/245 kB
Progress (5): 307/532 kB | 58 kB | 56 kB | 100 kB | 77/245 kB
Progress (5): 307/532 kB | 58 kB | 56 kB | 100 kB | 81/245 kB
Progress (5): 311/532 kB | 58 kB | 56 kB | 100 kB | 81/245 kB
Progress (5): 311/532 kB | 58 kB | 56 kB | 100 kB | 85/245 kB
Progress (5): 311/532 kB | 58 kB | 56 kB | 100 kB | 90/245 kB
Progress (5): 311/532 kB | 58 kB | 56 kB | 100 kB | 94/245 kB
Progress (5): 315/532 kB | 58 kB | 56 kB | 100 kB | 94/245 kB
Progress (5): 315/532 kB | 58 kB | 56 kB | 100 kB | 98/245 kB
Progress (5): 319/532 kB | 58 kB | 56 kB | 100 kB | 98/245 kB
Progress (5): 323/532 kB | 58 kB | 56 kB | 100 kB | 98/245 kB
Progress (5): 323/532 kB | 58 kB | 56 kB | 100 kB | 102/245 kB
Progress (5): 327/532 kB | 58 kB | 56 kB | 100 kB | 102/245 kB
Progress (5): 327/532 kB | 58 kB | 56 kB | 100 kB | 106/245 kB
Progress (5): 327/532 kB | 58 kB | 56 kB | 100 kB | 110/245 kB
Progress (5): 327/532 kB | 58 kB | 56 kB | 100 kB | 114/245 kB
Progress (5): 331/532 kB | 58 kB | 56 kB | 100 kB | 114/245 kB
Progress (5): 331/532 kB | 58 kB | 56 kB | 100 kB | 118/245 kB
Progress (5): 335/532 kB | 58 kB | 56 kB | 100 kB | 118/245 kB
Progress (5): 335/532 kB | 58 kB | 56 kB | 100 kB | 122/245 kB
Progress (5): 339/532 kB | 58 kB | 56 kB | 100 kB | 122/245 kB
Progress (5): 339/532 kB | 58 kB | 56 kB | 100 kB | 126/245 kB
Progress (5): 344/532 kB | 58 kB | 56 kB | 100 kB | 126/245 kB
Progress (5): 344/532 kB | 58 kB | 56 kB | 100 kB | 131/245 kB
Progress (5): 344/532 kB | 58 kB | 56 kB | 100 kB | 135/245 kB
Progress (5): 348/532 kB | 58 kB | 56 kB | 100 kB | 135/245 kB
Progress (5): 348/532 kB | 58 kB | 56 kB | 100 kB | 139/245 kB
Progress (5): 352/532 kB | 58 kB | 56 kB | 100 kB | 139/245 kB
Progress (5): 352/532 kB | 58 kB | 56 kB | 100 kB | 143/245 kB
Progress (5): 356/532 kB | 58 kB | 56 kB | 100 kB | 143/245 kB
Progress (5): 356/532 kB | 58 kB | 56 kB | 100 kB | 147/245 kB
Progress (5): 360/532 kB | 58 kB | 56 kB | 100 kB | 147/245 kB
Progress (5): 360/532 kB | 58 kB | 56 kB | 100 kB | 151/245 kB
Progress (5): 360/532 kB | 58 kB | 56 kB | 100 kB | 155/245 kB
Progress (5): 360/532 kB | 58 kB | 56 kB | 100 kB | 159/245 kB
Progress (5): 364/532 kB | 58 kB | 56 kB | 100 kB | 159/245 kB
Progress (5): 364/532 kB | 58 kB | 56 kB | 100 kB | 163/245 kB
Progress (5): 368/532 kB | 58 kB | 56 kB | 100 kB | 163/245 kB
Progress (5): 372/532 kB | 58 kB | 56 kB | 100 kB | 163/245 kB
Progress (5): 376/532 kB | 58 kB | 56 kB | 100 kB | 163/245 kB
Progress (5): 376/532 kB | 58 kB | 56 kB | 100 kB | 167/245 kB
Progress (5): 376/532 kB | 58 kB | 56 kB | 100 kB | 171/245 kB
Progress (5): 376/532 kB | 58 kB | 56 kB | 100 kB | 176/245 kB
Progress (5): 376/532 kB | 58 kB | 56 kB | 100 kB | 180/245 kB
Progress (5): 380/532 kB | 58 kB | 56 kB | 100 kB | 180/245 kB
Progress (5): 380/532 kB | 58 kB | 56 kB | 100 kB | 184/245 kB
Progress (5): 384/532 kB | 58 kB | 56 kB | 100 kB | 184/245 kB
Progress (5): 384/532 kB | 58 kB | 56 kB | 100 kB | 188/245 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 165 kB/s)
Progress (4): 389/532 kB | 58 kB | 56 kB | 188/245 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar
Progress (4): 389/532 kB | 58 kB | 56 kB | 192/245 kB
Progress (4): 393/532 kB | 58 kB | 56 kB | 192/245 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 92 kB/s)
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 96 kB/s)
Progress (2): 393/532 kB | 196/245 kB
Progress (2): 397/532 kB | 196/245 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar
Progress (2): 397/532 kB | 200/245 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar
Progress (2): 397/532 kB | 204/245 kB
Progress (2): 401/532 kB | 204/245 kB
Progress (2): 401/532 kB | 208/245 kB
Progress (2): 405/532 kB | 208/245 kB
Progress (2): 405/532 kB | 212/245 kB
Progress (2): 409/532 kB | 212/245 kB
Progress (2): 409/532 kB | 217/245 kB
Progress (2): 409/532 kB | 221/245 kB
Progress (2): 409/532 kB | 225/245 kB
Progress (2): 409/532 kB | 229/245 kB
Progress (2): 413/532 kB | 229/245 kB
Progress (2): 417/532 kB | 229/245 kB
Progress (2): 421/532 kB | 229/245 kB
Progress (2): 421/532 kB | 233/245 kB
Progress (2): 425/532 kB | 233/245 kB
Progress (2): 425/532 kB | 237/245 kB
Progress (2): 425/532 kB | 241/245 kB
Progress (2): 425/532 kB | 245 kB    
Progress (2): 430/532 kB | 245 kB
Progress (2): 434/532 kB | 245 kB
Progress (2): 438/532 kB | 245 kB
Progress (2): 442/532 kB | 245 kB
Progress (2): 446/532 kB | 245 kB
Progress (2): 450/532 kB | 245 kB
Progress (2): 454/532 kB | 245 kB
Progress (2): 458/532 kB | 245 kB
Progress (2): 462/532 kB | 245 kB
Progress (2): 466/532 kB | 245 kB
Progress (2): 471/532 kB | 245 kB
Progress (2): 475/532 kB | 245 kB
Progress (2): 479/532 kB | 245 kB
Progress (2): 483/532 kB | 245 kB
Progress (2): 487/532 kB | 245 kB
Progress (2): 491/532 kB | 245 kB
Progress (2): 495/532 kB | 245 kB
Progress (2): 499/532 kB | 245 kB
Progress (2): 503/532 kB | 245 kB
Progress (2): 507/532 kB | 245 kB
Progress (2): 511/532 kB | 245 kB
Progress (2): 516/532 kB | 245 kB
Progress (2): 520/532 kB | 245 kB
Progress (2): 524/532 kB | 245 kB
Progress (2): 528/532 kB | 245 kB
Progress (2): 532/532 kB | 245 kB
Progress (2): 532 kB | 245 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 396 kB/s)
Progress (2): 532 kB | 4.1/13 kB
Progress (3): 532 kB | 4.1/13 kB | 0/1.4 MB
Progress (4): 532 kB | 4.1/13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 532 kB | 7.7/13 kB | 0/1.4 MB | 3.2 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar
Progress (4): 532 kB | 12/13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 532 kB | 12/13 kB | 0/1.4 MB | 3.2 kB
Progress (4): 532 kB | 13 kB | 0/1.4 MB | 3.2 kB   
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 776 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): 13 kB | 0/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.1/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
Progress (3): 13 kB | 0.2/1.4 MB | 3.2 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 4.6 kB/s)
Progress (2): 13 kB | 0.2/1.4 MB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar
Progress (2): 13 kB | 0.2/1.4 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 19 kB/s)
Progress (1): 0.2/1.4 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar
Progress (1): 0.2/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (2): 0.8/1.4 MB | 4.1/112 kB
Progress (2): 0.8/1.4 MB | 7.7/112 kB
Progress (2): 0.8/1.4 MB | 12/112 kB 
Progress (2): 0.8/1.4 MB | 16/112 kB
Progress (3): 0.8/1.4 MB | 16/112 kB | 4.1/9.4 kB
Progress (3): 0.8/1.4 MB | 16/112 kB | 7.7/9.4 kB
Progress (3): 0.8/1.4 MB | 16/112 kB | 9.4 kB    
Progress (3): 0.8/1.4 MB | 16/112 kB | 9.4 kB
Progress (4): 0.8/1.4 MB | 16/112 kB | 9.4 kB | 4.1/7.2 kB
Progress (4): 0.8/1.4 MB | 16/112 kB | 9.4 kB | 4.1/7.2 kB
Progress (4): 0.8/1.4 MB | 20/112 kB | 9.4 kB | 4.1/7.2 kB
Progress (4): 0.8/1.4 MB | 20/112 kB | 9.4 kB | 7.2 kB    
Progress (5): 0.8/1.4 MB | 20/112 kB | 9.4 kB | 7.2 kB | 4.1/37 kB
Progress (5): 0.8/1.4 MB | 24/112 kB | 9.4 kB | 7.2 kB | 4.1/37 kB
Progress (5): 0.8/1.4 MB | 24/112 kB | 9.4 kB | 7.2 kB | 7.7/37 kB
Progress (5): 0.8/1.4 MB | 24/112 kB | 9.4 kB | 7.2 kB | 7.7/37 kB
Progress (5): 0.8/1.4 MB | 28/112 kB | 9.4 kB | 7.2 kB | 7.7/37 kB
Progress (5): 0.8/1.4 MB | 28/112 kB | 9.4 kB | 7.2 kB | 7.7/37 kB
Progress (5): 0.8/1.4 MB | 28/112 kB | 9.4 kB | 7.2 kB | 12/37 kB 
Progress (5): 0.8/1.4 MB | 32/112 kB | 9.4 kB | 7.2 kB | 12/37 kB
Progress (5): 0.8/1.4 MB | 32/112 kB | 9.4 kB | 7.2 kB | 16/37 kB
Progress (5): 0.8/1.4 MB | 32/112 kB | 9.4 kB | 7.2 kB | 16/37 kB
Progress (5): 0.8/1.4 MB | 32/112 kB | 9.4 kB | 7.2 kB | 20/37 kB
Progress (5): 0.8/1.4 MB | 32/112 kB | 9.4 kB | 7.2 kB | 20/37 kB
Progress (5): 0.8/1.4 MB | 36/112 kB | 9.4 kB | 7.2 kB | 20/37 kB
Progress (5): 0.8/1.4 MB | 36/112 kB | 9.4 kB | 7.2 kB | 24/37 kB
Progress (5): 0.8/1.4 MB | 40/112 kB | 9.4 kB | 7.2 kB | 24/37 kB
Progress (5): 0.8/1.4 MB | 40/112 kB | 9.4 kB | 7.2 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 45/112 kB | 9.4 kB | 7.2 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 45/112 kB | 9.4 kB | 7.2 kB | 28/37 kB
Progress (5): 0.8/1.4 MB | 45/112 kB | 9.4 kB | 7.2 kB | 32/37 kB
Progress (5): 0.8/1.4 MB | 45/112 kB | 9.4 kB | 7.2 kB | 32/37 kB
Progress (5): 0.8/1.4 MB | 49/112 kB | 9.4 kB | 7.2 kB | 32/37 kB
Progress (5): 0.8/1.4 MB | 49/112 kB | 9.4 kB | 7.2 kB | 36/37 kB
Progress (5): 0.8/1.4 MB | 49/112 kB | 9.4 kB | 7.2 kB | 37 kB   
Progress (5): 0.8/1.4 MB | 49/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.8/1.4 MB | 53/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.8/1.4 MB | 53/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.8/1.4 MB | 57/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.8/1.4 MB | 61/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.8/1.4 MB | 65/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.8/1.4 MB | 65/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 65/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 69/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 73/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 77/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 81/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 81/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 81/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 85/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 90/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 94/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 94/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 98/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 98/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 102/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 106/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 106/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 110/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 110/112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB    
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 0.9/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.0/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
Progress (5): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB | 37 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 46 kB/s)
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.1/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.2/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
Progress (4): 1.3/1.4 MB | 112 kB | 9.4 kB | 7.2 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 12 kB/s)
Progress (3): 1.3/1.4 MB | 112 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.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 8.8 kB/s)
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 137 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 (1): 1.3/1.4 MB
                        
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (2): 1.3/1.4 MB | 4.1/37 kB
Progress (2): 1.3/1.4 MB | 7.7/37 kB
Progress (2): 1.3/1.4 MB | 12/37 kB 
Progress (2): 1.3/1.4 MB | 16/37 kB
Progress (2): 1.3/1.4 MB | 16/37 kB
Progress (2): 1.3/1.4 MB | 20/37 kB
Progress (2): 1.3/1.4 MB | 24/37 kB
Progress (2): 1.3/1.4 MB | 28/37 kB
Progress (2): 1.3/1.4 MB | 32/37 kB
Progress (3): 1.3/1.4 MB | 32/37 kB | 4.1/285 kB
Progress (3): 1.3/1.4 MB | 36/37 kB | 4.1/285 kB
Progress (3): 1.3/1.4 MB | 36/37 kB | 7.7/285 kB
Progress (3): 1.3/1.4 MB | 36/37 kB | 7.7/285 kB
Progress (3): 1.3/1.4 MB | 36/37 kB | 12/285 kB 
Progress (3): 1.3/1.4 MB | 37 kB | 12/285 kB   
Progress (3): 1.3/1.4 MB | 37 kB | 16/285 kB
Progress (3): 1.3/1.4 MB | 37 kB | 16/285 kB
Progress (4): 1.3/1.4 MB | 37 kB | 16/285 kB | 4.1/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 16/285 kB | 4.1/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 20/285 kB | 4.1/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 20/285 kB | 7.7/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 24/285 kB | 7.7/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 24/285 kB | 7.7/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 28/285 kB | 7.7/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 28/285 kB | 12/53 kB 
Progress (4): 1.3/1.4 MB | 37 kB | 32/285 kB | 12/53 kB
Progress (4): 1.3/1.4 MB | 37 kB | 32/285 kB | 16/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 32/285 kB | 16/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 32/285 kB | 16/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 32/285 kB | 20/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 36/285 kB | 20/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 36/285 kB | 24/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 40/285 kB | 24/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 40/285 kB | 24/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 45/285 kB | 24/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 45/285 kB | 28/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 49/285 kB | 28/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 49/285 kB | 28/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 49/285 kB | 32/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 49/285 kB | 36/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 49/285 kB | 36/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 53/285 kB | 36/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 53/285 kB | 40/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 57/285 kB | 40/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 57/285 kB | 45/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 61/285 kB | 45/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 61/285 kB | 45/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 65/285 kB | 45/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 65/285 kB | 49/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 65/285 kB | 49/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 65/285 kB | 53/53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 65/285 kB | 53 kB   
Progress (4): 1.4/1.4 MB | 37 kB | 65/285 kB | 53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 69/285 kB | 53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 69/285 kB | 53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 73/285 kB | 53 kB
Progress (4): 1.4/1.4 MB | 37 kB | 77/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 77/285 kB | 53 kB    
Progress (4): 1.4 MB | 37 kB | 81/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 85/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 90/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 94/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 98/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 102/285 kB | 53 kB
Progress (4): 1.4 MB | 37 kB | 106/285 kB | 53 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 59 kB/s)
Progress (3): 1.4 MB | 37 kB | 110/285 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 42 kB/s)
Progress (2): 1.4 MB | 114/285 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar
Progress (2): 1.4 MB | 118/285 kB
Progress (2): 1.4 MB | 122/285 kB
Progress (2): 1.4 MB | 126/285 kB
Progress (2): 1.4 MB | 131/285 kB
Progress (2): 1.4 MB | 135/285 kB
Progress (2): 1.4 MB | 139/285 kB
Progress (2): 1.4 MB | 143/285 kB
Progress (2): 1.4 MB | 147/285 kB
Progress (3): 1.4 MB | 147/285 kB | 4.1/38 kB
Progress (3): 1.4 MB | 151/285 kB | 4.1/38 kB
Progress (3): 1.4 MB | 151/285 kB | 7.7/38 kB
Progress (3): 1.4 MB | 155/285 kB | 7.7/38 kB
Progress (3): 1.4 MB | 155/285 kB | 12/38 kB 
Progress (3): 1.4 MB | 159/285 kB | 12/38 kB
Progress (3): 1.4 MB | 159/285 kB | 16/38 kB
Progress (3): 1.4 MB | 163/285 kB | 16/38 kB
Progress (3): 1.4 MB | 163/285 kB | 20/38 kB
Progress (3): 1.4 MB | 163/285 kB | 24/38 kB
Progress (3): 1.4 MB | 163/285 kB | 28/38 kB
Progress (3): 1.4 MB | 163/285 kB | 32/38 kB
Progress (3): 1.4 MB | 167/285 kB | 32/38 kB
Progress (3): 1.4 MB | 167/285 kB | 36/38 kB
Progress (3): 1.4 MB | 171/285 kB | 36/38 kB
Progress (4): 1.4 MB | 171/285 kB | 36/38 kB | 4.1/4.3 kB
Progress (4): 1.4 MB | 171/285 kB | 38 kB | 4.1/4.3 kB   
Progress (4): 1.4 MB | 171/285 kB | 38 kB | 4.3 kB    
Progress (4): 1.4 MB | 176/285 kB | 38 kB | 4.3 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.6 MB/s)
Progress (3): 180/285 kB | 38 kB | 4.3 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar
Progress (3): 184/285 kB | 38 kB | 4.3 kB
Progress (3): 188/285 kB | 38 kB | 4.3 kB
Progress (3): 192/285 kB | 38 kB | 4.3 kB
Progress (3): 196/285 kB | 38 kB | 4.3 kB
Progress (3): 200/285 kB | 38 kB | 4.3 kB
Progress (3): 204/285 kB | 38 kB | 4.3 kB
Progress (3): 208/285 kB | 38 kB | 4.3 kB
Progress (3): 212/285 kB | 38 kB | 4.3 kB
Progress (3): 217/285 kB | 38 kB | 4.3 kB
Progress (3): 221/285 kB | 38 kB | 4.3 kB
Progress (3): 225/285 kB | 38 kB | 4.3 kB
Progress (3): 229/285 kB | 38 kB | 4.3 kB
Progress (3): 233/285 kB | 38 kB | 4.3 kB
Progress (3): 237/285 kB | 38 kB | 4.3 kB
Progress (3): 241/285 kB | 38 kB | 4.3 kB
Progress (3): 245/285 kB | 38 kB | 4.3 kB
Progress (3): 249/285 kB | 38 kB | 4.3 kB
Progress (3): 253/285 kB | 38 kB | 4.3 kB
Progress (3): 258/285 kB | 38 kB | 4.3 kB
Progress (3): 262/285 kB | 38 kB | 4.3 kB
Progress (3): 266/285 kB | 38 kB | 4.3 kB
Progress (3): 270/285 kB | 38 kB | 4.3 kB
Progress (3): 274/285 kB | 38 kB | 4.3 kB
Progress (3): 278/285 kB | 38 kB | 4.3 kB
Progress (3): 282/285 kB | 38 kB | 4.3 kB
Progress (3): 285 kB | 38 kB | 4.3 kB    
Progress (4): 285 kB | 38 kB | 4.3 kB | 4.1/21 kB
Progress (4): 285 kB | 38 kB | 4.3 kB | 7.7/21 kB
Progress (4): 285 kB | 38 kB | 4.3 kB | 12/21 kB 
Progress (4): 285 kB | 38 kB | 4.3 kB | 16/21 kB
Progress (4): 285 kB | 38 kB | 4.3 kB | 20/21 kB
Progress (4): 285 kB | 38 kB | 4.3 kB | 21 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 304 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 40 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 4.4 kB/s)
Progress (2): 21 kB | 4.1/29 kB
Progress (2): 21 kB | 7.7/29 kB
Progress (2): 21 kB | 12/29 kB 
Progress (2): 21 kB | 16/29 kB
Progress (2): 21 kB | 20/29 kB
Progress (2): 21 kB | 24/29 kB
Progress (2): 21 kB | 28/29 kB
Progress (2): 21 kB | 29 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 21 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 29 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip
Progress (1): 0/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.1/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.2/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.3/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.4/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.5/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.6/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.7/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.8/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 0.9/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.0/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.1/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.2/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.3/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.4/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.5/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.6/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.7/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.8/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 1.9/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.0/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.1/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.2/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.3/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.4/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.5/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.6/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.7/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.8/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 2.9/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.0/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.1/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.2/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.3/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.4/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.5/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.6/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.7/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.8/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 3.9/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.0/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.1/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.2/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.3/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.4/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.5/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.6/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.7/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.8/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 4.9/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.0/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.1/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.2/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.3/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.4/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.5/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.6/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.7/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.8/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 5.9/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.0/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.1/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.2/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.3/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.4/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.5/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.6/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.7/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.8/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 6.9/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.0/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.1/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.2/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.3/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.4/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.5/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.6/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.7/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.8/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 7.9/8.0 MB
Progress (1): 8.0/8.0 MB
Progress (1): 8.0 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 23 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.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.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar
Progress (1): 4.1/218 kB
Progress (1): 7.7/218 kB
Progress (1): 12/218 kB 
Progress (1): 16/218 kB
Progress (1): 20/218 kB
Progress (1): 24/218 kB
Progress (1): 28/218 kB
Progress (1): 32/218 kB
Progress (1): 36/218 kB
Progress (1): 40/218 kB
Progress (1): 45/218 kB
Progress (1): 49/218 kB
Progress (1): 53/218 kB
Progress (1): 57/218 kB
Progress (1): 61/218 kB
Progress (1): 65/218 kB
Progress (1): 69/218 kB
Progress (1): 73/218 kB
Progress (1): 77/218 kB
Progress (1): 81/218 kB
Progress (1): 85/218 kB
Progress (1): 90/218 kB
Progress (1): 94/218 kB
Progress (1): 98/218 kB
Progress (1): 102/218 kB
Progress (1): 106/218 kB
Progress (1): 110/218 kB
Progress (1): 114/218 kB
Progress (1): 118/218 kB
Progress (1): 122/218 kB
Progress (1): 126/218 kB
Progress (1): 131/218 kB
Progress (1): 135/218 kB
Progress (1): 139/218 kB
Progress (1): 143/218 kB
Progress (1): 147/218 kB
Progress (1): 151/218 kB
Progress (1): 155/218 kB
Progress (1): 159/218 kB
Progress (1): 163/218 kB
Progress (1): 167/218 kB
Progress (1): 171/218 kB
Progress (1): 176/218 kB
Progress (1): 180/218 kB
Progress (1): 184/218 kB
Progress (1): 188/218 kB
Progress (1): 192/218 kB
Progress (1): 196/218 kB
Progress (1): 200/218 kB
Progress (1): 204/218 kB
Progress (1): 208/218 kB
Progress (1): 212/218 kB
Progress (1): 217/218 kB
Progress (1): 218 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 5.2 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.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.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar
Progress (1): 4.1/148 kB
Progress (1): 7.7/148 kB
Progress (1): 12/148 kB 
Progress (1): 16/148 kB
Progress (1): 20/148 kB
Progress (1): 24/148 kB
Progress (1): 28/148 kB
Progress (1): 32/148 kB
Progress (1): 36/148 kB
Progress (1): 40/148 kB
Progress (1): 45/148 kB
Progress (1): 49/148 kB
Progress (1): 53/148 kB
Progress (1): 57/148 kB
Progress (1): 61/148 kB
Progress (1): 65/148 kB
Progress (1): 69/148 kB
Progress (1): 73/148 kB
Progress (1): 77/148 kB
Progress (1): 81/148 kB
Progress (1): 85/148 kB
Progress (1): 90/148 kB
Progress (1): 94/148 kB
Progress (1): 98/148 kB
Progress (1): 102/148 kB
Progress (1): 106/148 kB
Progress (1): 110/148 kB
Progress (1): 114/148 kB
Progress (1): 118/148 kB
Progress (1): 122/148 kB
Progress (1): 126/148 kB
Progress (1): 131/148 kB
Progress (1): 135/148 kB
Progress (1): 139/148 kB
Progress (1): 143/148 kB
Progress (1): 147/148 kB
Progress (1): 148 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 3.1 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.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.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 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.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 590 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 31 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 72 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.pom (1.9 kB at 30 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-release/1.3.0/tycho-release-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.3.0/tycho-release-1.3.0.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.3.0/tycho-release-1.3.0.pom (965 B at 16 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.jar
Progress (1): 4.1/92 kB
Progress (1): 7.7/92 kB
Progress (1): 12/92 kB 
Progress (1): 16/92 kB
Progress (1): 20/92 kB
Progress (1): 24/92 kB
Progress (1): 28/92 kB
Progress (1): 32/92 kB
Progress (1): 36/92 kB
Progress (1): 40/92 kB
Progress (1): 45/92 kB
Progress (1): 49/92 kB
Progress (1): 53/92 kB
Progress (1): 57/92 kB
Progress (1): 61/92 kB
Progress (1): 65/92 kB
Progress (1): 69/92 kB
Progress (1): 73/92 kB
Progress (1): 77/92 kB
Progress (1): 81/92 kB
Progress (1): 85/92 kB
Progress (1): 90/92 kB
Progress (1): 92 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.3.0/tycho-versions-plugin-1.3.0.jar (92 kB at 1.0 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.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/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.pom (4.7 kB at 63 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.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/com/mycila/license-maven-plugin-parent/2.11/license-maven-plugin-parent-2.11.pom (4.4 kB at 51 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-pom/3/mycila-pom-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-pom/3/mycila-pom-3.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/com/mycila/mycila-pom/3/mycila-pom-3.pom (20 kB at 552 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar
Progress (1): 4.1/84 kB
Progress (1): 7.7/84 kB
Progress (1): 12/84 kB 
Progress (1): 16/84 kB
Progress (1): 20/84 kB
Progress (1): 24/84 kB
Progress (1): 28/84 kB
Progress (1): 32/84 kB
Progress (1): 36/84 kB
Progress (1): 40/84 kB
Progress (1): 45/84 kB
Progress (1): 49/84 kB
Progress (1): 53/84 kB
Progress (1): 57/84 kB
Progress (1): 61/84 kB
Progress (1): 65/84 kB
Progress (1): 69/84 kB
Progress (1): 73/84 kB
Progress (1): 77/84 kB
Progress (1): 81/84 kB
Progress (1): 84 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/license-maven-plugin/2.11/license-maven-plugin-2.11.jar (84 kB at 79 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.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 218 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Downloading from eclipse.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 502 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 26 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 824 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 99 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.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 704 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 112 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
Downloading from eclipse.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 520 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloading from eclipse.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 684 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
Downloading from eclipse.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 577 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 394 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 68 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar
Progress (1): 4.1/129 kB
Progress (1): 7.7/129 kB
Progress (1): 12/129 kB 
Progress (1): 16/129 kB
Progress (1): 20/129 kB
Progress (1): 24/129 kB
Progress (1): 28/129 kB
Progress (1): 32/129 kB
Progress (1): 36/129 kB
Progress (1): 40/129 kB
Progress (1): 45/129 kB
Progress (1): 49/129 kB
Progress (1): 53/129 kB
Progress (1): 57/129 kB
Progress (1): 61/129 kB
Progress (1): 65/129 kB
Progress (1): 69/129 kB
Progress (1): 73/129 kB
Progress (1): 77/129 kB
Progress (1): 81/129 kB
Progress (1): 85/129 kB
Progress (1): 90/129 kB
Progress (1): 94/129 kB
Progress (1): 98/129 kB
Progress (1): 102/129 kB
Progress (1): 106/129 kB
Progress (1): 110/129 kB
Progress (1): 114/129 kB
Progress (1): 118/129 kB
Progress (1): 122/129 kB
Progress (1): 126/129 kB
Progress (1): 129 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 1.8 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 53 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 737 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 52 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom
Downloading from eclipse.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 273 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
Downloading from eclipse.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 996 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
Downloading from eclipse.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 399 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 28 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom
Downloading from 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 35 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 117 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 211 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Progress (1): 4.1/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   
Progress (2): 54 kB | 4.1/28 kB
Progress (2): 54 kB | 7.7/28 kB
Progress (2): 54 kB | 12/28 kB 
Progress (2): 54 kB | 16/28 kB
Progress (2): 54 kB | 20/28 kB
Progress (2): 54 kB | 24/28 kB
Progress (2): 54 kB | 28 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)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 654 kB/s)
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    
                    
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.6 MB/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   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 169 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 79 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 1.0 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-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 222 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
Downloading from eclipse.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 875 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
Progress (1): 4.1 kB
Progress (1): 5.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 211 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
Downloading from eclipse.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 190 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
Downloading from eclipse.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 1.2 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.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 833 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloading from eclipse.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 491 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from eclipse.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.3 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
Downloading from eclipse.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 3.2 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.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/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 76 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.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/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 347 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.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.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 60 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.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.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 6.5 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 77 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.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.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 2.8 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.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.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 30 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 31 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.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.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 15 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 208 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.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): 25 kB
Progress (1): 27 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 1.1 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 37 kB
Progress (1): 41 kB
Progress (1): 43 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.5 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 574 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 70 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 406 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 23 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
Progress (1): 4.1 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/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 480 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
Progress (1): 4.1 kB
Progress (1): 7.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 368 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 79 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Progress (1): 4.1 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 830 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 32 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 21 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
Progress (1): 4.1 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 135 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Progress (1): 4.1 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 757 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 164 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 328 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 119 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 371 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 400 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 41 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 47 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 146 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 87 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 40 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Progress (1): 4.1 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 201 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Progress (1): 4.1 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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 135 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 19 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 77 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 124 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 124 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 100 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 75 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.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/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 449 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 546 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Progress (1): 4.1 kB
Progress (1): 6.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 263 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.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.3.0/org.eclipse.tycho.surefire.junit4-1.3.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.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar
Progress (1): 4.1/429 kB
Progress (1): 7.7/429 kB
Progress (1): 12/429 kB 
Progress (1): 16/429 kB
Progress (1): 20/429 kB
Progress (1): 24/429 kB
Progress (1): 28/429 kB
Progress (1): 32/429 kB
Progress (1): 36/429 kB
Progress (1): 40/429 kB
Progress (1): 45/429 kB
Progress (1): 49/429 kB
Progress (1): 53/429 kB
Progress (1): 57/429 kB
Progress (1): 61/429 kB
Progress (1): 65/429 kB
Progress (1): 69/429 kB
Progress (1): 73/429 kB
Progress (1): 77/429 kB
Progress (1): 81/429 kB
Progress (1): 85/429 kB
Progress (1): 90/429 kB
Progress (1): 94/429 kB
Progress (1): 98/429 kB
Progress (1): 102/429 kB
Progress (1): 106/429 kB
Progress (1): 110/429 kB
Progress (1): 114/429 kB
Progress (1): 118/429 kB
Progress (1): 122/429 kB
Progress (1): 126/429 kB
Progress (1): 131/429 kB
Progress (1): 135/429 kB
Progress (1): 139/429 kB
Progress (1): 143/429 kB
Progress (1): 147/429 kB
Progress (1): 151/429 kB
Progress (1): 155/429 kB
Progress (1): 159/429 kB
Progress (1): 163/429 kB
Progress (1): 167/429 kB
Progress (1): 171/429 kB
Progress (1): 176/429 kB
Progress (1): 180/429 kB
Progress (2): 180/429 kB | 7.7/920 kB
Progress (2): 184/429 kB | 7.7/920 kB
Progress (2): 184/429 kB | 16/920 kB 
Progress (2): 188/429 kB | 16/920 kB
Progress (2): 192/429 kB | 16/920 kB
Progress (2): 196/429 kB | 16/920 kB
Progress (2): 196/429 kB | 24/920 kB
Progress (2): 196/429 kB | 32/920 kB
Progress (2): 200/429 kB | 32/920 kB
Progress (2): 204/429 kB | 32/920 kB
Progress (2): 208/429 kB | 32/920 kB
Progress (2): 212/429 kB | 32/920 kB
Progress (2): 212/429 kB | 40/920 kB
Progress (2): 212/429 kB | 49/920 kB
Progress (2): 217/429 kB | 49/920 kB
Progress (2): 221/429 kB | 49/920 kB
Progress (2): 225/429 kB | 49/920 kB
Progress (2): 229/429 kB | 49/920 kB
Progress (2): 229/429 kB | 57/920 kB
Progress (2): 229/429 kB | 65/920 kB
Progress (2): 233/429 kB | 65/920 kB
Progress (2): 237/429 kB | 65/920 kB
Progress (2): 241/429 kB | 65/920 kB
Progress (2): 245/429 kB | 65/920 kB
Progress (2): 245/429 kB | 73/920 kB
Progress (2): 245/429 kB | 81/920 kB
Progress (2): 249/429 kB | 81/920 kB
Progress (2): 253/429 kB | 81/920 kB
Progress (2): 258/429 kB | 81/920 kB
Progress (2): 262/429 kB | 81/920 kB
Progress (2): 262/429 kB | 90/920 kB
Progress (2): 262/429 kB | 98/920 kB
Progress (2): 266/429 kB | 98/920 kB
Progress (2): 270/429 kB | 98/920 kB
Progress (2): 274/429 kB | 98/920 kB
Progress (2): 278/429 kB | 98/920 kB
Progress (2): 278/429 kB | 106/920 kB
Progress (2): 278/429 kB | 114/920 kB
Progress (2): 282/429 kB | 114/920 kB
Progress (2): 286/429 kB | 114/920 kB
Progress (2): 290/429 kB | 114/920 kB
Progress (2): 290/429 kB | 122/920 kB
Progress (2): 294/429 kB | 122/920 kB
Progress (2): 294/429 kB | 131/920 kB
Progress (2): 298/429 kB | 131/920 kB
Progress (2): 303/429 kB | 131/920 kB
Progress (2): 303/429 kB | 139/920 kB
Progress (2): 307/429 kB | 139/920 kB
Progress (2): 307/429 kB | 147/920 kB
Progress (2): 311/429 kB | 147/920 kB
Progress (2): 315/429 kB | 147/920 kB
Progress (2): 315/429 kB | 155/920 kB
Progress (2): 319/429 kB | 155/920 kB
Progress (2): 319/429 kB | 163/920 kB
Progress (2): 323/429 kB | 163/920 kB
Progress (2): 327/429 kB | 163/920 kB
Progress (2): 327/429 kB | 171/920 kB
Progress (2): 331/429 kB | 171/920 kB
Progress (3): 331/429 kB | 171/920 kB | 4.1/187 kB
Progress (3): 331/429 kB | 171/920 kB | 7.7/187 kB
Progress (3): 331/429 kB | 171/920 kB | 12/187 kB 
Progress (3): 331/429 kB | 171/920 kB | 16/187 kB
Progress (3): 331/429 kB | 180/920 kB | 16/187 kB
Progress (3): 335/429 kB | 180/920 kB | 16/187 kB
Progress (4): 335/429 kB | 180/920 kB | 16/187 kB | 4.1/65 kB
Progress (4): 339/429 kB | 180/920 kB | 16/187 kB | 4.1/65 kB
Progress (4): 339/429 kB | 180/920 kB | 16/187 kB | 7.7/65 kB
Progress (4): 339/429 kB | 188/920 kB | 16/187 kB | 7.7/65 kB
Progress (4): 344/429 kB | 188/920 kB | 16/187 kB | 7.7/65 kB
Progress (4): 344/429 kB | 196/920 kB | 16/187 kB | 7.7/65 kB
Progress (4): 344/429 kB | 196/920 kB | 16/187 kB | 12/65 kB 
Progress (4): 344/429 kB | 196/920 kB | 16/187 kB | 16/65 kB
Progress (4): 348/429 kB | 196/920 kB | 16/187 kB | 16/65 kB
Progress (4): 348/429 kB | 204/920 kB | 16/187 kB | 16/65 kB
Progress (4): 352/429 kB | 204/920 kB | 16/187 kB | 16/65 kB
Progress (4): 352/429 kB | 212/920 kB | 16/187 kB | 16/65 kB
Progress (4): 356/429 kB | 212/920 kB | 16/187 kB | 16/65 kB
Progress (4): 356/429 kB | 212/920 kB | 20/187 kB | 16/65 kB
Progress (4): 356/429 kB | 212/920 kB | 20/187 kB | 20/65 kB
Progress (4): 360/429 kB | 212/920 kB | 20/187 kB | 20/65 kB
Progress (4): 360/429 kB | 212/920 kB | 20/187 kB | 24/65 kB
Progress (4): 360/429 kB | 221/920 kB | 20/187 kB | 24/65 kB
Progress (4): 360/429 kB | 221/920 kB | 24/187 kB | 24/65 kB
Progress (4): 364/429 kB | 221/920 kB | 24/187 kB | 24/65 kB
Progress (4): 364/429 kB | 229/920 kB | 24/187 kB | 24/65 kB
Progress (5): 364/429 kB | 229/920 kB | 24/187 kB | 24/65 kB | 4.1/26 kB
Progress (5): 364/429 kB | 229/920 kB | 24/187 kB | 28/65 kB | 4.1/26 kB
Progress (5): 364/429 kB | 229/920 kB | 24/187 kB | 28/65 kB | 7.7/26 kB
Progress (5): 368/429 kB | 229/920 kB | 24/187 kB | 28/65 kB | 7.7/26 kB
Progress (5): 372/429 kB | 229/920 kB | 24/187 kB | 28/65 kB | 7.7/26 kB
Progress (5): 372/429 kB | 229/920 kB | 28/187 kB | 28/65 kB | 7.7/26 kB
Progress (5): 376/429 kB | 229/920 kB | 28/187 kB | 28/65 kB | 7.7/26 kB
Progress (5): 376/429 kB | 229/920 kB | 28/187 kB | 28/65 kB | 12/26 kB 
Progress (5): 376/429 kB | 237/920 kB | 28/187 kB | 28/65 kB | 12/26 kB
Progress (5): 376/429 kB | 237/920 kB | 28/187 kB | 32/65 kB | 12/26 kB
Progress (5): 380/429 kB | 237/920 kB | 28/187 kB | 32/65 kB | 12/26 kB
Progress (5): 380/429 kB | 245/920 kB | 28/187 kB | 32/65 kB | 12/26 kB
Progress (5): 380/429 kB | 245/920 kB | 28/187 kB | 32/65 kB | 16/26 kB
Progress (5): 380/429 kB | 245/920 kB | 32/187 kB | 32/65 kB | 16/26 kB
Progress (5): 384/429 kB | 245/920 kB | 32/187 kB | 32/65 kB | 16/26 kB
Progress (5): 384/429 kB | 253/920 kB | 32/187 kB | 32/65 kB | 16/26 kB
Progress (5): 384/429 kB | 253/920 kB | 32/187 kB | 36/65 kB | 16/26 kB
Progress (5): 384/429 kB | 253/920 kB | 36/187 kB | 36/65 kB | 16/26 kB
Progress (5): 384/429 kB | 253/920 kB | 36/187 kB | 36/65 kB | 20/26 kB
Progress (5): 384/429 kB | 262/920 kB | 36/187 kB | 36/65 kB | 20/26 kB
Progress (5): 389/429 kB | 262/920 kB | 36/187 kB | 36/65 kB | 20/26 kB
Progress (5): 389/429 kB | 262/920 kB | 36/187 kB | 36/65 kB | 24/26 kB
Progress (5): 389/429 kB | 262/920 kB | 40/187 kB | 36/65 kB | 24/26 kB
Progress (5): 389/429 kB | 262/920 kB | 40/187 kB | 40/65 kB | 24/26 kB
Progress (5): 389/429 kB | 262/920 kB | 45/187 kB | 40/65 kB | 24/26 kB
Progress (5): 389/429 kB | 270/920 kB | 45/187 kB | 40/65 kB | 24/26 kB
Progress (5): 389/429 kB | 270/920 kB | 45/187 kB | 40/65 kB | 26 kB   
Progress (5): 393/429 kB | 270/920 kB | 45/187 kB | 40/65 kB | 26 kB
Progress (5): 393/429 kB | 278/920 kB | 45/187 kB | 40/65 kB | 26 kB
Progress (5): 393/429 kB | 278/920 kB | 49/187 kB | 40/65 kB | 26 kB
Progress (5): 393/429 kB | 278/920 kB | 49/187 kB | 45/65 kB | 26 kB
Progress (5): 397/429 kB | 278/920 kB | 49/187 kB | 45/65 kB | 26 kB
Progress (5): 397/429 kB | 286/920 kB | 49/187 kB | 45/65 kB | 26 kB
Progress (5): 397/429 kB | 286/920 kB | 49/187 kB | 49/65 kB | 26 kB
Progress (5): 397/429 kB | 294/920 kB | 49/187 kB | 49/65 kB | 26 kB
Progress (5): 397/429 kB | 294/920 kB | 53/187 kB | 49/65 kB | 26 kB
Progress (5): 401/429 kB | 294/920 kB | 53/187 kB | 49/65 kB | 26 kB
Progress (5): 401/429 kB | 294/920 kB | 57/187 kB | 49/65 kB | 26 kB
Progress (5): 405/429 kB | 294/920 kB | 57/187 kB | 49/65 kB | 26 kB
Progress (5): 405/429 kB | 294/920 kB | 57/187 kB | 53/65 kB | 26 kB
Progress (5): 405/429 kB | 294/920 kB | 61/187 kB | 53/65 kB | 26 kB
Progress (5): 405/429 kB | 303/920 kB | 61/187 kB | 53/65 kB | 26 kB
Progress (5): 405/429 kB | 303/920 kB | 65/187 kB | 53/65 kB | 26 kB
Progress (5): 405/429 kB | 303/920 kB | 65/187 kB | 57/65 kB | 26 kB
Progress (5): 409/429 kB | 303/920 kB | 65/187 kB | 57/65 kB | 26 kB
Progress (5): 409/429 kB | 303/920 kB | 65/187 kB | 61/65 kB | 26 kB
Progress (5): 409/429 kB | 311/920 kB | 65/187 kB | 61/65 kB | 26 kB
Progress (5): 409/429 kB | 311/920 kB | 65/187 kB | 65/65 kB | 26 kB
Progress (5): 409/429 kB | 311/920 kB | 69/187 kB | 65/65 kB | 26 kB
Progress (5): 409/429 kB | 311/920 kB | 69/187 kB | 65 kB | 26 kB   
Progress (5): 413/429 kB | 311/920 kB | 69/187 kB | 65 kB | 26 kB
Progress (5): 413/429 kB | 319/920 kB | 69/187 kB | 65 kB | 26 kB
Progress (5): 413/429 kB | 319/920 kB | 73/187 kB | 65 kB | 26 kB
Progress (5): 413/429 kB | 327/920 kB | 73/187 kB | 65 kB | 26 kB
Progress (5): 417/429 kB | 327/920 kB | 73/187 kB | 65 kB | 26 kB
Progress (5): 417/429 kB | 327/920 kB | 77/187 kB | 65 kB | 26 kB
Progress (5): 421/429 kB | 327/920 kB | 77/187 kB | 65 kB | 26 kB
Progress (5): 421/429 kB | 327/920 kB | 81/187 kB | 65 kB | 26 kB
Progress (5): 421/429 kB | 335/920 kB | 81/187 kB | 65 kB | 26 kB
Progress (5): 425/429 kB | 335/920 kB | 81/187 kB | 65 kB | 26 kB
Progress (5): 425/429 kB | 344/920 kB | 81/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 344/920 kB | 81/187 kB | 65 kB | 26 kB    
Progress (5): 429 kB | 344/920 kB | 85/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 344/920 kB | 90/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 344/920 kB | 94/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 352/920 kB | 94/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 352/920 kB | 98/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 360/920 kB | 98/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 360/920 kB | 102/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 368/920 kB | 102/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 368/920 kB | 106/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 376/920 kB | 106/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 376/920 kB | 110/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 376/920 kB | 114/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 384/920 kB | 114/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 393/920 kB | 114/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 393/920 kB | 118/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 393/920 kB | 122/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 393/920 kB | 126/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 393/920 kB | 131/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 401/920 kB | 131/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 409/920 kB | 131/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 409/920 kB | 135/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 409/920 kB | 139/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 409/920 kB | 143/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 417/920 kB | 143/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 417/920 kB | 147/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 425/920 kB | 147/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 425/920 kB | 151/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 434/920 kB | 151/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 434/920 kB | 155/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 442/920 kB | 155/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 442/920 kB | 159/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 442/920 kB | 163/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 450/920 kB | 163/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 458/920 kB | 163/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 458/920 kB | 167/187 kB | 65 kB | 26 kB
Progress (5): 429 kB | 458/920 kB | 171/187 kB | 65 kB | 26 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 235 kB/s)
Progress (4): 429 kB | 466/920 kB | 171/187 kB | 65 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar
Progress (4): 429 kB | 466/920 kB | 176/187 kB | 65 kB
Progress (4): 429 kB | 475/920 kB | 176/187 kB | 65 kB
Progress (4): 429 kB | 475/920 kB | 180/187 kB | 65 kB
Progress (4): 429 kB | 475/920 kB | 184/187 kB | 65 kB
Progress (4): 429 kB | 475/920 kB | 187 kB | 65 kB    
Progress (4): 429 kB | 483/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 491/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 499/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 507/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 516/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 524/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 532/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 540/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 548/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 557/920 kB | 187 kB | 65 kB
Progress (4): 429 kB | 565/920 kB | 187 kB | 65 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 3.7 MB/s)
Progress (3): 573/920 kB | 187 kB | 65 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
Progress (3): 581/920 kB | 187 kB | 65 kB
Progress (3): 589/920 kB | 187 kB | 65 kB
Progress (3): 597/920 kB | 187 kB | 65 kB
Progress (3): 606/920 kB | 187 kB | 65 kB
Progress (3): 614/920 kB | 187 kB | 65 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 4.1/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 7.7/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 12/186 kB 
Progress (4): 614/920 kB | 187 kB | 65 kB | 16/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 20/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 24/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 28/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 32/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 36/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 40/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 45/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 49/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 53/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 57/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 61/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 65/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 69/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 73/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 77/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 81/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 85/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 90/186 kB
Progress (4): 614/920 kB | 187 kB | 65 kB | 94/186 kB
Progress (4): 622/920 kB | 187 kB | 65 kB | 94/186 kB
Progress (4): 622/920 kB | 187 kB | 65 kB | 98/186 kB
Progress (5): 622/920 kB | 187 kB | 65 kB | 98/186 kB | 4.1/112 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 344 kB/s)
Progress (4): 622/920 kB | 187 kB | 102/186 kB | 4.1/112 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 983 kB/s)
Progress (3): 630/920 kB | 102/186 kB | 4.1/112 kB
Progress (3): 630/920 kB | 102/186 kB | 7.7/112 kB
Progress (3): 638/920 kB | 102/186 kB | 7.7/112 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
Progress (3): 638/920 kB | 106/186 kB | 7.7/112 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
Progress (3): 638/920 kB | 110/186 kB | 7.7/112 kB
Progress (3): 647/920 kB | 110/186 kB | 7.7/112 kB
Progress (3): 647/920 kB | 110/186 kB | 12/112 kB 
Progress (3): 655/920 kB | 110/186 kB | 12/112 kB
Progress (3): 655/920 kB | 114/186 kB | 12/112 kB
Progress (3): 655/920 kB | 114/186 kB | 16/112 kB
Progress (3): 663/920 kB | 114/186 kB | 16/112 kB
Progress (3): 663/920 kB | 114/186 kB | 20/112 kB
Progress (3): 663/920 kB | 118/186 kB | 20/112 kB
Progress (3): 663/920 kB | 118/186 kB | 24/112 kB
Progress (3): 671/920 kB | 118/186 kB | 24/112 kB
Progress (3): 671/920 kB | 118/186 kB | 28/112 kB
Progress (3): 671/920 kB | 122/186 kB | 28/112 kB
Progress (3): 671/920 kB | 122/186 kB | 32/112 kB
Progress (3): 671/920 kB | 126/186 kB | 32/112 kB
Progress (3): 671/920 kB | 131/186 kB | 32/112 kB
Progress (3): 679/920 kB | 131/186 kB | 32/112 kB
Progress (3): 679/920 kB | 131/186 kB | 36/112 kB
Progress (3): 688/920 kB | 131/186 kB | 36/112 kB
Progress (3): 688/920 kB | 135/186 kB | 36/112 kB
Progress (3): 688/920 kB | 135/186 kB | 40/112 kB
Progress (3): 688/920 kB | 139/186 kB | 40/112 kB
Progress (3): 688/920 kB | 139/186 kB | 45/112 kB
Progress (3): 688/920 kB | 143/186 kB | 45/112 kB
Progress (3): 688/920 kB | 143/186 kB | 49/112 kB
Progress (3): 688/920 kB | 147/186 kB | 49/112 kB
Progress (4): 688/920 kB | 147/186 kB | 49/112 kB | 4.1/524 kB
Progress (4): 696/920 kB | 147/186 kB | 49/112 kB | 4.1/524 kB
Progress (4): 696/920 kB | 147/186 kB | 49/112 kB | 7.7/524 kB
Progress (5): 696/920 kB | 147/186 kB | 49/112 kB | 7.7/524 kB | 4.1/13 kB
Progress (5): 696/920 kB | 147/186 kB | 49/112 kB | 12/524 kB | 4.1/13 kB 
Progress (5): 696/920 kB | 151/186 kB | 49/112 kB | 12/524 kB | 4.1/13 kB
Progress (5): 696/920 kB | 151/186 kB | 53/112 kB | 12/524 kB | 4.1/13 kB
Progress (5): 704/920 kB | 151/186 kB | 53/112 kB | 12/524 kB | 4.1/13 kB
Progress (5): 704/920 kB | 151/186 kB | 57/112 kB | 12/524 kB | 4.1/13 kB
Progress (5): 704/920 kB | 155/186 kB | 57/112 kB | 12/524 kB | 4.1/13 kB
Progress (5): 704/920 kB | 155/186 kB | 57/112 kB | 16/524 kB | 4.1/13 kB
Progress (5): 704/920 kB | 155/186 kB | 57/112 kB | 16/524 kB | 7.7/13 kB
Progress (5): 704/920 kB | 159/186 kB | 57/112 kB | 16/524 kB | 7.7/13 kB
Progress (5): 704/920 kB | 159/186 kB | 61/112 kB | 16/524 kB | 7.7/13 kB
Progress (5): 704/920 kB | 163/186 kB | 61/112 kB | 16/524 kB | 7.7/13 kB
Progress (5): 704/920 kB | 163/186 kB | 61/112 kB | 16/524 kB | 12/13 kB 
Progress (5): 712/920 kB | 163/186 kB | 61/112 kB | 16/524 kB | 12/13 kB
Progress (5): 712/920 kB | 163/186 kB | 61/112 kB | 16/524 kB | 13 kB   
Progress (5): 712/920 kB | 163/186 kB | 61/112 kB | 20/524 kB | 13 kB
Progress (5): 712/920 kB | 163/186 kB | 65/112 kB | 20/524 kB | 13 kB
Progress (5): 712/920 kB | 163/186 kB | 65/112 kB | 24/524 kB | 13 kB
Progress (5): 712/920 kB | 167/186 kB | 65/112 kB | 24/524 kB | 13 kB
Progress (5): 720/920 kB | 167/186 kB | 65/112 kB | 24/524 kB | 13 kB
Progress (5): 720/920 kB | 171/186 kB | 65/112 kB | 24/524 kB | 13 kB
Progress (5): 720/920 kB | 171/186 kB | 65/112 kB | 28/524 kB | 13 kB
Progress (5): 720/920 kB | 176/186 kB | 65/112 kB | 28/524 kB | 13 kB
Progress (5): 720/920 kB | 176/186 kB | 65/112 kB | 32/524 kB | 13 kB
Progress (5): 720/920 kB | 176/186 kB | 69/112 kB | 32/524 kB | 13 kB
Progress (5): 729/920 kB | 176/186 kB | 69/112 kB | 32/524 kB | 13 kB
Progress (5): 729/920 kB | 180/186 kB | 69/112 kB | 32/524 kB | 13 kB
Progress (5): 737/920 kB | 180/186 kB | 69/112 kB | 32/524 kB | 13 kB
Progress (5): 737/920 kB | 180/186 kB | 73/112 kB | 32/524 kB | 13 kB
Progress (5): 737/920 kB | 180/186 kB | 73/112 kB | 36/524 kB | 13 kB
Progress (5): 737/920 kB | 184/186 kB | 73/112 kB | 36/524 kB | 13 kB
Progress (5): 737/920 kB | 184/186 kB | 73/112 kB | 40/524 kB | 13 kB
Progress (5): 737/920 kB | 184/186 kB | 77/112 kB | 40/524 kB | 13 kB
Progress (5): 745/920 kB | 184/186 kB | 77/112 kB | 40/524 kB | 13 kB
Progress (5): 745/920 kB | 184/186 kB | 77/112 kB | 45/524 kB | 13 kB
Progress (5): 745/920 kB | 186 kB | 77/112 kB | 45/524 kB | 13 kB    
Progress (5): 745/920 kB | 186 kB | 77/112 kB | 49/524 kB | 13 kB
Progress (5): 753/920 kB | 186 kB | 77/112 kB | 49/524 kB | 13 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 66 kB/s)
Progress (4): 753/920 kB | 186 kB | 81/112 kB | 49/524 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
Progress (4): 761/920 kB | 186 kB | 81/112 kB | 49/524 kB
Progress (4): 761/920 kB | 186 kB | 81/112 kB | 53/524 kB
Progress (4): 761/920 kB | 186 kB | 85/112 kB | 53/524 kB
Progress (4): 761/920 kB | 186 kB | 85/112 kB | 57/524 kB
Progress (4): 770/920 kB | 186 kB | 85/112 kB | 57/524 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 911 kB/s)
Progress (3): 770/920 kB | 85/112 kB | 61/524 kB
Progress (3): 778/920 kB | 85/112 kB | 61/524 kB
Progress (3): 778/920 kB | 90/112 kB | 61/524 kB
Progress (3): 786/920 kB | 90/112 kB | 61/524 kB
Progress (3): 786/920 kB | 90/112 kB | 65/524 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Progress (3): 786/920 kB | 94/112 kB | 65/524 kB
Progress (3): 794/920 kB | 94/112 kB | 65/524 kB
Progress (3): 794/920 kB | 98/112 kB | 65/524 kB
Progress (3): 802/920 kB | 98/112 kB | 65/524 kB
Progress (3): 802/920 kB | 98/112 kB | 69/524 kB
Progress (4): 802/920 kB | 98/112 kB | 69/524 kB | 4.1/273 kB
Progress (4): 802/920 kB | 98/112 kB | 73/524 kB | 4.1/273 kB
Progress (4): 802/920 kB | 98/112 kB | 73/524 kB | 7.7/273 kB
Progress (4): 802/920 kB | 102/112 kB | 73/524 kB | 7.7/273 kB
Progress (4): 802/920 kB | 102/112 kB | 73/524 kB | 12/273 kB 
Progress (4): 810/920 kB | 102/112 kB | 73/524 kB | 12/273 kB
Progress (4): 810/920 kB | 102/112 kB | 77/524 kB | 12/273 kB
Progress (4): 819/920 kB | 102/112 kB | 77/524 kB | 12/273 kB
Progress (4): 819/920 kB | 102/112 kB | 77/524 kB | 16/273 kB
Progress (4): 819/920 kB | 106/112 kB | 77/524 kB | 16/273 kB
Progress (4): 819/920 kB | 106/112 kB | 81/524 kB | 16/273 kB
Progress (5): 819/920 kB | 106/112 kB | 81/524 kB | 16/273 kB | 4.1/39 kB
Progress (5): 827/920 kB | 106/112 kB | 81/524 kB | 16/273 kB | 4.1/39 kB
Progress (5): 827/920 kB | 110/112 kB | 81/524 kB | 16/273 kB | 4.1/39 kB
Progress (5): 835/920 kB | 110/112 kB | 81/524 kB | 16/273 kB | 4.1/39 kB
Progress (5): 835/920 kB | 110/112 kB | 81/524 kB | 16/273 kB | 7.7/39 kB
Progress (5): 835/920 kB | 110/112 kB | 81/524 kB | 20/273 kB | 7.7/39 kB
Progress (5): 835/920 kB | 110/112 kB | 85/524 kB | 20/273 kB | 7.7/39 kB
Progress (5): 835/920 kB | 112 kB | 85/524 kB | 20/273 kB | 7.7/39 kB    
Progress (5): 835/920 kB | 112 kB | 90/524 kB | 20/273 kB | 7.7/39 kB
Progress (5): 843/920 kB | 112 kB | 90/524 kB | 20/273 kB | 7.7/39 kB
Progress (5): 843/920 kB | 112 kB | 90/524 kB | 24/273 kB | 7.7/39 kB
Progress (5): 843/920 kB | 112 kB | 90/524 kB | 24/273 kB | 12/39 kB 
Progress (5): 843/920 kB | 112 kB | 90/524 kB | 28/273 kB | 12/39 kB
Progress (5): 851/920 kB | 112 kB | 90/524 kB | 28/273 kB | 12/39 kB
Progress (5): 851/920 kB | 112 kB | 94/524 kB | 28/273 kB | 12/39 kB
Progress (5): 851/920 kB | 112 kB | 94/524 kB | 32/273 kB | 12/39 kB
Progress (5): 851/920 kB | 112 kB | 94/524 kB | 32/273 kB | 16/39 kB
Progress (5): 851/920 kB | 112 kB | 98/524 kB | 32/273 kB | 16/39 kB
Progress (5): 860/920 kB | 112 kB | 98/524 kB | 32/273 kB | 16/39 kB
Progress (5): 868/920 kB | 112 kB | 98/524 kB | 32/273 kB | 16/39 kB
Progress (5): 868/920 kB | 112 kB | 98/524 kB | 32/273 kB | 20/39 kB
Progress (5): 868/920 kB | 112 kB | 98/524 kB | 32/273 kB | 24/39 kB
Progress (5): 868/920 kB | 112 kB | 102/524 kB | 32/273 kB | 24/39 kB
Progress (5): 868/920 kB | 112 kB | 102/524 kB | 32/273 kB | 28/39 kB
Progress (5): 868/920 kB | 112 kB | 102/524 kB | 36/273 kB | 28/39 kB
Progress (5): 868/920 kB | 112 kB | 102/524 kB | 36/273 kB | 32/39 kB
Progress (5): 868/920 kB | 112 kB | 106/524 kB | 36/273 kB | 32/39 kB
Progress (5): 876/920 kB | 112 kB | 106/524 kB | 36/273 kB | 32/39 kB
Progress (5): 876/920 kB | 112 kB | 106/524 kB | 36/273 kB | 36/39 kB
Progress (5): 876/920 kB | 112 kB | 110/524 kB | 36/273 kB | 36/39 kB
Progress (5): 876/920 kB | 112 kB | 110/524 kB | 40/273 kB | 36/39 kB
Progress (5): 876/920 kB | 112 kB | 114/524 kB | 40/273 kB | 36/39 kB
Progress (5): 876/920 kB | 112 kB | 114/524 kB | 40/273 kB | 39 kB   
Progress (5): 884/920 kB | 112 kB | 114/524 kB | 40/273 kB | 39 kB
Progress (5): 884/920 kB | 112 kB | 114/524 kB | 45/273 kB | 39 kB
Progress (5): 884/920 kB | 112 kB | 118/524 kB | 45/273 kB | 39 kB
Progress (5): 884/920 kB | 112 kB | 118/524 kB | 49/273 kB | 39 kB
Progress (5): 884/920 kB | 112 kB | 122/524 kB | 49/273 kB | 39 kB
Progress (5): 892/920 kB | 112 kB | 122/524 kB | 49/273 kB | 39 kB
Progress (5): 892/920 kB | 112 kB | 126/524 kB | 49/273 kB | 39 kB
Progress (5): 901/920 kB | 112 kB | 126/524 kB | 49/273 kB | 39 kB
Progress (5): 901/920 kB | 112 kB | 131/524 kB | 49/273 kB | 39 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 184 kB/s)
Progress (4): 901/920 kB | 112 kB | 131/524 kB | 53/273 kB
Progress (4): 909/920 kB | 112 kB | 131/524 kB | 53/273 kB
Progress (4): 909/920 kB | 112 kB | 131/524 kB | 57/273 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Progress (4): 909/920 kB | 112 kB | 135/524 kB | 57/273 kB
Progress (4): 909/920 kB | 112 kB | 135/524 kB | 61/273 kB
Progress (4): 917/920 kB | 112 kB | 135/524 kB | 61/273 kB
Progress (4): 917/920 kB | 112 kB | 135/524 kB | 65/273 kB
Progress (4): 917/920 kB | 112 kB | 139/524 kB | 65/273 kB
Progress (4): 920 kB | 112 kB | 139/524 kB | 65/273 kB    
Progress (4): 920 kB | 112 kB | 143/524 kB | 65/273 kB
Progress (4): 920 kB | 112 kB | 147/524 kB | 65/273 kB
Progress (4): 920 kB | 112 kB | 151/524 kB | 65/273 kB
Progress (4): 920 kB | 112 kB | 151/524 kB | 69/273 kB
Progress (4): 920 kB | 112 kB | 155/524 kB | 69/273 kB
Progress (4): 920 kB | 112 kB | 155/524 kB | 73/273 kB
Progress (5): 920 kB | 112 kB | 155/524 kB | 73/273 kB | 4.1/156 kB
Progress (5): 920 kB | 112 kB | 155/524 kB | 77/273 kB | 4.1/156 kB
Progress (5): 920 kB | 112 kB | 159/524 kB | 77/273 kB | 4.1/156 kB
Progress (5): 920 kB | 112 kB | 159/524 kB | 81/273 kB | 4.1/156 kB
Progress (5): 920 kB | 112 kB | 159/524 kB | 81/273 kB | 7.7/156 kB
Progress (5): 920 kB | 112 kB | 163/524 kB | 81/273 kB | 7.7/156 kB
Progress (5): 920 kB | 112 kB | 163/524 kB | 81/273 kB | 12/156 kB 
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 514 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 16/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 20/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 24/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 28/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 32/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 36/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 40/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 45/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 49/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 53/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 57/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 61/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 65/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 69/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 73/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 77/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 81/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 85/156 kB
Progress (4): 920 kB | 163/524 kB | 81/273 kB | 90/156 kB
Progress (4): 920 kB | 163/524 kB | 85/273 kB | 90/156 kB
Progress (4): 920 kB | 167/524 kB | 85/273 kB | 90/156 kB
Progress (4): 920 kB | 167/524 kB | 90/273 kB | 90/156 kB
Progress (4): 920 kB | 167/524 kB | 90/273 kB | 94/156 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 3.1 MB/s)
Progress (3): 167/524 kB | 90/273 kB | 98/156 kB
Progress (3): 167/524 kB | 94/273 kB | 98/156 kB
Progress (3): 171/524 kB | 94/273 kB | 98/156 kB
Progress (3): 171/524 kB | 98/273 kB | 98/156 kB
                                                
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 (3): 171/524 kB | 98/273 kB | 102/156 kB
Progress (4): 171/524 kB | 98/273 kB | 102/156 kB | 4.1/35 kB
Progress (4): 176/524 kB | 98/273 kB | 102/156 kB | 4.1/35 kB
Progress (4): 176/524 kB | 102/273 kB | 102/156 kB | 4.1/35 kB
Progress (4): 176/524 kB | 102/273 kB | 102/156 kB | 7.7/35 kB
Progress (4): 176/524 kB | 102/273 kB | 106/156 kB | 7.7/35 kB
Progress (4): 176/524 kB | 102/273 kB | 106/156 kB | 12/35 kB 
Progress (4): 176/524 kB | 106/273 kB | 106/156 kB | 12/35 kB
Progress (4): 180/524 kB | 106/273 kB | 106/156 kB | 12/35 kB
Progress (4): 180/524 kB | 110/273 kB | 106/156 kB | 12/35 kB
Progress (4): 180/524 kB | 110/273 kB | 106/156 kB | 16/35 kB
Progress (4): 180/524 kB | 110/273 kB | 110/156 kB | 16/35 kB
Progress (4): 180/524 kB | 114/273 kB | 110/156 kB | 16/35 kB
Progress (4): 180/524 kB | 114/273 kB | 114/156 kB | 16/35 kB
Progress (4): 184/524 kB | 114/273 kB | 114/156 kB | 16/35 kB
Progress (4): 188/524 kB | 114/273 kB | 114/156 kB | 16/35 kB
Progress (4): 192/524 kB | 114/273 kB | 114/156 kB | 16/35 kB
Progress (4): 192/524 kB | 114/273 kB | 118/156 kB | 16/35 kB
Progress (4): 192/524 kB | 114/273 kB | 118/156 kB | 20/35 kB
Progress (4): 192/524 kB | 118/273 kB | 118/156 kB | 20/35 kB
Progress (4): 192/524 kB | 118/273 kB | 122/156 kB | 20/35 kB
Progress (4): 196/524 kB | 118/273 kB | 122/156 kB | 20/35 kB
Progress (5): 196/524 kB | 118/273 kB | 122/156 kB | 20/35 kB | 4.1/68 kB
Progress (5): 196/524 kB | 118/273 kB | 126/156 kB | 20/35 kB | 4.1/68 kB
Progress (5): 196/524 kB | 122/273 kB | 126/156 kB | 20/35 kB | 4.1/68 kB
Progress (5): 196/524 kB | 122/273 kB | 126/156 kB | 24/35 kB | 4.1/68 kB
Progress (5): 196/524 kB | 126/273 kB | 126/156 kB | 24/35 kB | 4.1/68 kB
Progress (5): 200/524 kB | 126/273 kB | 126/156 kB | 24/35 kB | 4.1/68 kB
Progress (5): 200/524 kB | 126/273 kB | 131/156 kB | 24/35 kB | 4.1/68 kB
Progress (5): 200/524 kB | 126/273 kB | 131/156 kB | 24/35 kB | 7.7/68 kB
Progress (5): 204/524 kB | 126/273 kB | 131/156 kB | 24/35 kB | 7.7/68 kB
Progress (5): 204/524 kB | 131/273 kB | 131/156 kB | 24/35 kB | 7.7/68 kB
Progress (5): 204/524 kB | 131/273 kB | 131/156 kB | 28/35 kB | 7.7/68 kB
Progress (5): 204/524 kB | 131/273 kB | 135/156 kB | 28/35 kB | 7.7/68 kB
Progress (5): 208/524 kB | 131/273 kB | 135/156 kB | 28/35 kB | 7.7/68 kB
Progress (5): 208/524 kB | 131/273 kB | 135/156 kB | 28/35 kB | 12/68 kB 
Progress (5): 212/524 kB | 131/273 kB | 135/156 kB | 28/35 kB | 12/68 kB
Progress (5): 212/524 kB | 131/273 kB | 139/156 kB | 28/35 kB | 12/68 kB
Progress (5): 212/524 kB | 131/273 kB | 139/156 kB | 32/35 kB | 12/68 kB
Progress (5): 212/524 kB | 131/273 kB | 143/156 kB | 32/35 kB | 12/68 kB
Progress (5): 212/524 kB | 135/273 kB | 143/156 kB | 32/35 kB | 12/68 kB
Progress (5): 212/524 kB | 135/273 kB | 143/156 kB | 32/35 kB | 16/68 kB
Progress (5): 212/524 kB | 139/273 kB | 143/156 kB | 32/35 kB | 16/68 kB
Progress (5): 212/524 kB | 139/273 kB | 147/156 kB | 32/35 kB | 16/68 kB
Progress (5): 212/524 kB | 139/273 kB | 147/156 kB | 35 kB | 16/68 kB   
Progress (5): 217/524 kB | 139/273 kB | 147/156 kB | 35 kB | 16/68 kB
Progress (5): 217/524 kB | 139/273 kB | 151/156 kB | 35 kB | 16/68 kB
Progress (5): 217/524 kB | 139/273 kB | 151/156 kB | 35 kB | 20/68 kB
Progress (5): 217/524 kB | 143/273 kB | 151/156 kB | 35 kB | 20/68 kB
Progress (5): 217/524 kB | 143/273 kB | 151/156 kB | 35 kB | 24/68 kB
Progress (5): 217/524 kB | 143/273 kB | 155/156 kB | 35 kB | 24/68 kB
Progress (5): 221/524 kB | 143/273 kB | 155/156 kB | 35 kB | 24/68 kB
Progress (5): 221/524 kB | 143/273 kB | 156 kB | 35 kB | 24/68 kB    
Progress (5): 221/524 kB | 143/273 kB | 156 kB | 35 kB | 28/68 kB
Progress (5): 221/524 kB | 147/273 kB | 156 kB | 35 kB | 28/68 kB
Progress (5): 221/524 kB | 147/273 kB | 156 kB | 35 kB | 32/68 kB
Progress (5): 225/524 kB | 147/273 kB | 156 kB | 35 kB | 32/68 kB
Progress (5): 229/524 kB | 147/273 kB | 156 kB | 35 kB | 32/68 kB
Progress (5): 229/524 kB | 151/273 kB | 156 kB | 35 kB | 32/68 kB
Progress (5): 229/524 kB | 151/273 kB | 156 kB | 35 kB | 36/68 kB
Progress (5): 229/524 kB | 155/273 kB | 156 kB | 35 kB | 36/68 kB
Progress (5): 233/524 kB | 155/273 kB | 156 kB | 35 kB | 36/68 kB
Progress (5): 233/524 kB | 155/273 kB | 156 kB | 35 kB | 40/68 kB
Progress (5): 237/524 kB | 155/273 kB | 156 kB | 35 kB | 40/68 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 116 kB/s)
Progress (4): 237/524 kB | 159/273 kB | 156 kB | 40/68 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 512 kB/s)
Progress (3): 237/524 kB | 163/273 kB | 40/68 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Progress (3): 241/524 kB | 163/273 kB | 40/68 kB
Progress (3): 241/524 kB | 163/273 kB | 45/68 kB
Progress (3): 245/524 kB | 163/273 kB | 45/68 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 (3): 245/524 kB | 167/273 kB | 45/68 kB
Progress (3): 245/524 kB | 167/273 kB | 49/68 kB
Progress (3): 245/524 kB | 171/273 kB | 49/68 kB
Progress (3): 249/524 kB | 171/273 kB | 49/68 kB
Progress (3): 249/524 kB | 176/273 kB | 49/68 kB
Progress (3): 253/524 kB | 176/273 kB | 49/68 kB
Progress (3): 253/524 kB | 180/273 kB | 49/68 kB
Progress (3): 253/524 kB | 180/273 kB | 53/68 kB
Progress (3): 258/524 kB | 180/273 kB | 53/68 kB
Progress (3): 258/524 kB | 180/273 kB | 57/68 kB
Progress (3): 262/524 kB | 180/273 kB | 57/68 kB
Progress (3): 262/524 kB | 180/273 kB | 61/68 kB
Progress (3): 262/524 kB | 180/273 kB | 65/68 kB
Progress (4): 262/524 kB | 180/273 kB | 65/68 kB | 4.1/30 kB
Progress (4): 262/524 kB | 184/273 kB | 65/68 kB | 4.1/30 kB
Progress (4): 262/524 kB | 184/273 kB | 65/68 kB | 7.7/30 kB
Progress (4): 262/524 kB | 184/273 kB | 68 kB | 7.7/30 kB   
Progress (4): 262/524 kB | 184/273 kB | 68 kB | 12/30 kB 
Progress (4): 266/524 kB | 184/273 kB | 68 kB | 12/30 kB
Progress (4): 266/524 kB | 188/273 kB | 68 kB | 12/30 kB
Progress (4): 270/524 kB | 188/273 kB | 68 kB | 12/30 kB
Progress (4): 270/524 kB | 188/273 kB | 68 kB | 16/30 kB
Progress (4): 274/524 kB | 188/273 kB | 68 kB | 16/30 kB
Progress (4): 274/524 kB | 192/273 kB | 68 kB | 16/30 kB
Progress (4): 278/524 kB | 192/273 kB | 68 kB | 16/30 kB
Progress (4): 278/524 kB | 196/273 kB | 68 kB | 16/30 kB
Progress (4): 278/524 kB | 196/273 kB | 68 kB | 20/30 kB
Progress (4): 278/524 kB | 196/273 kB | 68 kB | 24/30 kB
Progress (4): 282/524 kB | 196/273 kB | 68 kB | 24/30 kB
Progress (4): 282/524 kB | 196/273 kB | 68 kB | 28/30 kB
Progress (4): 286/524 kB | 196/273 kB | 68 kB | 28/30 kB
Progress (4): 286/524 kB | 196/273 kB | 68 kB | 30 kB   
Progress (4): 290/524 kB | 196/273 kB | 68 kB | 30 kB
Progress (4): 290/524 kB | 200/273 kB | 68 kB | 30 kB
Progress (4): 294/524 kB | 200/273 kB | 68 kB | 30 kB
Progress (4): 294/524 kB | 204/273 kB | 68 kB | 30 kB
Progress (4): 294/524 kB | 208/273 kB | 68 kB | 30 kB
Progress (4): 294/524 kB | 212/273 kB | 68 kB | 30 kB
Progress (4): 298/524 kB | 212/273 kB | 68 kB | 30 kB
Progress (4): 303/524 kB | 212/273 kB | 68 kB | 30 kB
Progress (4): 307/524 kB | 212/273 kB | 68 kB | 30 kB
Progress (4): 311/524 kB | 212/273 kB | 68 kB | 30 kB
Progress (4): 311/524 kB | 217/273 kB | 68 kB | 30 kB
Progress (4): 315/524 kB | 217/273 kB | 68 kB | 30 kB
Progress (4): 315/524 kB | 221/273 kB | 68 kB | 30 kB
Progress (4): 319/524 kB | 221/273 kB | 68 kB | 30 kB
Progress (4): 319/524 kB | 225/273 kB | 68 kB | 30 kB
Progress (4): 323/524 kB | 225/273 kB | 68 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 96 kB/s)
Progress (3): 327/524 kB | 225/273 kB | 68 kB
Progress (3): 327/524 kB | 229/273 kB | 68 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Progress (3): 331/524 kB | 229/273 kB | 68 kB
Progress (3): 335/524 kB | 229/273 kB | 68 kB
Progress (3): 339/524 kB | 229/273 kB | 68 kB
Progress (3): 344/524 kB | 229/273 kB | 68 kB
Progress (3): 344/524 kB | 233/273 kB | 68 kB
Progress (3): 344/524 kB | 237/273 kB | 68 kB
Progress (3): 344/524 kB | 241/273 kB | 68 kB
Progress (3): 348/524 kB | 241/273 kB | 68 kB
Progress (3): 348/524 kB | 245/273 kB | 68 kB
Progress (3): 352/524 kB | 245/273 kB | 68 kB
Progress (3): 356/524 kB | 245/273 kB | 68 kB
Progress (3): 360/524 kB | 245/273 kB | 68 kB
Progress (3): 360/524 kB | 249/273 kB | 68 kB
Progress (3): 364/524 kB | 249/273 kB | 68 kB
Progress (3): 364/524 kB | 253/273 kB | 68 kB
Progress (3): 368/524 kB | 253/273 kB | 68 kB
Progress (3): 368/524 kB | 258/273 kB | 68 kB
Progress (3): 372/524 kB | 258/273 kB | 68 kB
Progress (3): 372/524 kB | 262/273 kB | 68 kB
Progress (3): 376/524 kB | 262/273 kB | 68 kB
Progress (3): 380/524 kB | 262/273 kB | 68 kB
Progress (3): 380/524 kB | 266/273 kB | 68 kB
Progress (3): 384/524 kB | 266/273 kB | 68 kB
Progress (3): 384/524 kB | 270/273 kB | 68 kB
Progress (3): 389/524 kB | 270/273 kB | 68 kB
Progress (3): 389/524 kB | 273 kB | 68 kB    
Progress (3): 393/524 kB | 273 kB | 68 kB
Progress (3): 397/524 kB | 273 kB | 68 kB
Progress (3): 401/524 kB | 273 kB | 68 kB
Progress (3): 405/524 kB | 273 kB | 68 kB
Progress (3): 409/524 kB | 273 kB | 68 kB
Progress (3): 413/524 kB | 273 kB | 68 kB
Progress (3): 417/524 kB | 273 kB | 68 kB
Progress (3): 421/524 kB | 273 kB | 68 kB
Progress (3): 425/524 kB | 273 kB | 68 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 701 kB/s)
Progress (2): 430/524 kB | 68 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Progress (2): 434/524 kB | 68 kB
Progress (2): 438/524 kB | 68 kB
Progress (2): 442/524 kB | 68 kB
Progress (2): 446/524 kB | 68 kB
Progress (2): 450/524 kB | 68 kB
Progress (2): 454/524 kB | 68 kB
Progress (2): 458/524 kB | 68 kB
Progress (2): 462/524 kB | 68 kB
Progress (2): 466/524 kB | 68 kB
Progress (2): 471/524 kB | 68 kB
Progress (2): 475/524 kB | 68 kB
Progress (2): 479/524 kB | 68 kB
Progress (2): 483/524 kB | 68 kB
Progress (2): 487/524 kB | 68 kB
Progress (2): 491/524 kB | 68 kB
Progress (2): 495/524 kB | 68 kB
Progress (2): 499/524 kB | 68 kB
Progress (2): 503/524 kB | 68 kB
Progress (2): 507/524 kB | 68 kB
Progress (3): 507/524 kB | 68 kB | 4.1/35 kB
Progress (3): 511/524 kB | 68 kB | 4.1/35 kB
Progress (3): 511/524 kB | 68 kB | 7.7/35 kB
Progress (3): 516/524 kB | 68 kB | 7.7/35 kB
Progress (3): 516/524 kB | 68 kB | 12/35 kB 
Progress (3): 520/524 kB | 68 kB | 12/35 kB
Progress (3): 520/524 kB | 68 kB | 16/35 kB
Progress (3): 524/524 kB | 68 kB | 16/35 kB
Progress (3): 524 kB | 68 kB | 16/35 kB    
Progress (3): 524 kB | 68 kB | 20/35 kB
Progress (3): 524 kB | 68 kB | 24/35 kB
Progress (3): 524 kB | 68 kB | 28/35 kB
Progress (3): 524 kB | 68 kB | 32/35 kB
Progress (3): 524 kB | 68 kB | 35 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 88 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Progress (3): 524 kB | 68 kB | 4.1/108 kB
Progress (3): 524 kB | 68 kB | 7.7/108 kB
Progress (3): 524 kB | 68 kB | 12/108 kB 
Progress (3): 524 kB | 68 kB | 16/108 kB
Progress (3): 524 kB | 68 kB | 20/108 kB
Progress (3): 524 kB | 68 kB | 24/108 kB
Progress (3): 524 kB | 68 kB | 28/108 kB
Progress (3): 524 kB | 68 kB | 32/108 kB
Progress (3): 524 kB | 68 kB | 36/108 kB
Progress (3): 524 kB | 68 kB | 40/108 kB
Progress (3): 524 kB | 68 kB | 45/108 kB
Progress (3): 524 kB | 68 kB | 49/108 kB
Progress (3): 524 kB | 68 kB | 53/108 kB
Progress (3): 524 kB | 68 kB | 57/108 kB
Progress (3): 524 kB | 68 kB | 61/108 kB
Progress (3): 524 kB | 68 kB | 65/108 kB
Progress (3): 524 kB | 68 kB | 69/108 kB
Progress (3): 524 kB | 68 kB | 73/108 kB
Progress (3): 524 kB | 68 kB | 77/108 kB
Progress (3): 524 kB | 68 kB | 81/108 kB
Progress (3): 524 kB | 68 kB | 85/108 kB
Progress (3): 524 kB | 68 kB | 90/108 kB
Progress (3): 524 kB | 68 kB | 94/108 kB
Progress (3): 524 kB | 68 kB | 98/108 kB
Progress (3): 524 kB | 68 kB | 102/108 kB
Progress (3): 524 kB | 68 kB | 106/108 kB
Progress (3): 524 kB | 68 kB | 108 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 158 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
Progress (2): 108 kB | 4.1/332 kB
Progress (3): 108 kB | 4.1/332 kB | 4.1/38 kB
Progress (3): 108 kB | 7.7/332 kB | 4.1/38 kB
Progress (3): 108 kB | 7.7/332 kB | 7.7/38 kB
Progress (3): 108 kB | 12/332 kB | 7.7/38 kB 
Progress (3): 108 kB | 12/332 kB | 12/38 kB 
Progress (3): 108 kB | 16/332 kB | 12/38 kB
Progress (3): 108 kB | 16/332 kB | 16/38 kB
Progress (3): 108 kB | 16/332 kB | 20/38 kB
Progress (3): 108 kB | 16/332 kB | 24/38 kB
Progress (3): 108 kB | 20/332 kB | 24/38 kB
Progress (3): 108 kB | 20/332 kB | 28/38 kB
Progress (3): 108 kB | 24/332 kB | 28/38 kB
Progress (3): 108 kB | 24/332 kB | 32/38 kB
Progress (3): 108 kB | 28/332 kB | 32/38 kB
Progress (3): 108 kB | 32/332 kB | 32/38 kB
Progress (3): 108 kB | 32/332 kB | 36/38 kB
Progress (3): 108 kB | 32/332 kB | 38 kB   
Progress (3): 108 kB | 36/332 kB | 38 kB
Progress (3): 108 kB | 40/332 kB | 38 kB
Progress (3): 108 kB | 45/332 kB | 38 kB
Progress (3): 108 kB | 49/332 kB | 38 kB
Progress (3): 108 kB | 53/332 kB | 38 kB
Progress (3): 108 kB | 57/332 kB | 38 kB
Progress (3): 108 kB | 61/332 kB | 38 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 87 kB/s)
Progress (2): 108 kB | 65/332 kB
Progress (2): 108 kB | 69/332 kB
Progress (2): 108 kB | 73/332 kB
Progress (2): 108 kB | 77/332 kB
Progress (2): 108 kB | 81/332 kB
Progress (2): 108 kB | 85/332 kB
Progress (2): 108 kB | 90/332 kB
Progress (2): 108 kB | 94/332 kB
Progress (2): 108 kB | 98/332 kB
Progress (2): 108 kB | 102/332 kB
Progress (2): 108 kB | 106/332 kB
Progress (2): 108 kB | 110/332 kB
Progress (2): 108 kB | 114/332 kB
Progress (2): 108 kB | 118/332 kB
Progress (2): 108 kB | 122/332 kB
Progress (2): 108 kB | 126/332 kB
Progress (2): 108 kB | 131/332 kB
Progress (2): 108 kB | 135/332 kB
Progress (2): 108 kB | 139/332 kB
Progress (2): 108 kB | 143/332 kB
Progress (2): 108 kB | 147/332 kB
Progress (2): 108 kB | 151/332 kB
Progress (2): 108 kB | 155/332 kB
Progress (2): 108 kB | 159/332 kB
Progress (2): 108 kB | 163/332 kB
Progress (2): 108 kB | 167/332 kB
Progress (2): 108 kB | 171/332 kB
Progress (2): 108 kB | 176/332 kB
Progress (2): 108 kB | 180/332 kB
Progress (3): 108 kB | 180/332 kB | 4.1/315 kB
Progress (3): 108 kB | 180/332 kB | 7.7/315 kB
Progress (3): 108 kB | 180/332 kB | 12/315 kB 
Progress (3): 108 kB | 180/332 kB | 16/315 kB
Progress (3): 108 kB | 184/332 kB | 16/315 kB
Progress (3): 108 kB | 188/332 kB | 16/315 kB
Progress (3): 108 kB | 188/332 kB | 20/315 kB
Progress (3): 108 kB | 192/332 kB | 20/315 kB
Progress (3): 108 kB | 192/332 kB | 24/315 kB
Progress (3): 108 kB | 196/332 kB | 24/315 kB
Progress (3): 108 kB | 196/332 kB | 28/315 kB
Progress (3): 108 kB | 196/332 kB | 32/315 kB
Progress (3): 108 kB | 200/332 kB | 32/315 kB
Progress (3): 108 kB | 200/332 kB | 36/315 kB
Progress (3): 108 kB | 204/332 kB | 36/315 kB
Progress (3): 108 kB | 204/332 kB | 40/315 kB
Progress (3): 108 kB | 208/332 kB | 40/315 kB
Progress (3): 108 kB | 208/332 kB | 45/315 kB
Progress (3): 108 kB | 212/332 kB | 45/315 kB
Progress (3): 108 kB | 212/332 kB | 49/315 kB
Progress (3): 108 kB | 217/332 kB | 49/315 kB
Progress (3): 108 kB | 217/332 kB | 53/315 kB
Progress (3): 108 kB | 221/332 kB | 53/315 kB
Progress (3): 108 kB | 221/332 kB | 57/315 kB
Progress (3): 108 kB | 225/332 kB | 57/315 kB
Progress (3): 108 kB | 225/332 kB | 61/315 kB
Progress (3): 108 kB | 229/332 kB | 61/315 kB
Progress (3): 108 kB | 229/332 kB | 65/315 kB
Progress (3): 108 kB | 229/332 kB | 69/315 kB
Progress (3): 108 kB | 233/332 kB | 69/315 kB
Progress (3): 108 kB | 233/332 kB | 73/315 kB
Progress (3): 108 kB | 237/332 kB | 73/315 kB
Progress (3): 108 kB | 237/332 kB | 77/315 kB
Progress (3): 108 kB | 241/332 kB | 77/315 kB
Progress (3): 108 kB | 241/332 kB | 81/315 kB
Progress (3): 108 kB | 245/332 kB | 81/315 kB
Progress (3): 108 kB | 245/332 kB | 85/315 kB
Progress (3): 108 kB | 245/332 kB | 90/315 kB
Progress (3): 108 kB | 245/332 kB | 94/315 kB
Progress (3): 108 kB | 249/332 kB | 94/315 kB
Progress (3): 108 kB | 249/332 kB | 98/315 kB
Progress (3): 108 kB | 253/332 kB | 98/315 kB
Progress (3): 108 kB | 258/332 kB | 98/315 kB
Progress (3): 108 kB | 262/332 kB | 98/315 kB
Progress (3): 108 kB | 262/332 kB | 102/315 kB
Progress (3): 108 kB | 262/332 kB | 106/315 kB
Progress (3): 108 kB | 262/332 kB | 110/315 kB
Progress (3): 108 kB | 262/332 kB | 114/315 kB
Progress (3): 108 kB | 266/332 kB | 114/315 kB
Progress (3): 108 kB | 270/332 kB | 114/315 kB
Progress (3): 108 kB | 270/332 kB | 118/315 kB
Progress (3): 108 kB | 274/332 kB | 118/315 kB
Progress (3): 108 kB | 274/332 kB | 122/315 kB
Progress (3): 108 kB | 278/332 kB | 122/315 kB
Progress (3): 108 kB | 278/332 kB | 126/315 kB
Progress (3): 108 kB | 278/332 kB | 131/315 kB
Progress (3): 108 kB | 282/332 kB | 131/315 kB
Progress (3): 108 kB | 282/332 kB | 135/315 kB
Progress (3): 108 kB | 286/332 kB | 135/315 kB
Progress (3): 108 kB | 286/332 kB | 139/315 kB
Progress (3): 108 kB | 290/332 kB | 139/315 kB
Progress (3): 108 kB | 290/332 kB | 143/315 kB
Progress (3): 108 kB | 294/332 kB | 143/315 kB
Progress (3): 108 kB | 294/332 kB | 147/315 kB
Progress (3): 108 kB | 298/332 kB | 147/315 kB
Progress (3): 108 kB | 298/332 kB | 151/315 kB
Progress (3): 108 kB | 303/332 kB | 151/315 kB
Progress (3): 108 kB | 303/332 kB | 155/315 kB
Progress (3): 108 kB | 307/332 kB | 155/315 kB
Progress (3): 108 kB | 307/332 kB | 159/315 kB
Progress (3): 108 kB | 311/332 kB | 159/315 kB
Progress (3): 108 kB | 311/332 kB | 163/315 kB
Progress (3): 108 kB | 315/332 kB | 163/315 kB
Progress (3): 108 kB | 315/332 kB | 167/315 kB
Progress (3): 108 kB | 319/332 kB | 167/315 kB
Progress (3): 108 kB | 319/332 kB | 171/315 kB
Progress (3): 108 kB | 323/332 kB | 171/315 kB
Progress (3): 108 kB | 323/332 kB | 176/315 kB
Progress (3): 108 kB | 327/332 kB | 176/315 kB
Progress (3): 108 kB | 327/332 kB | 180/315 kB
Progress (3): 108 kB | 331/332 kB | 180/315 kB
Progress (3): 108 kB | 332 kB | 180/315 kB    
Progress (3): 108 kB | 332 kB | 184/315 kB
Progress (3): 108 kB | 332 kB | 188/315 kB
Progress (3): 108 kB | 332 kB | 192/315 kB
Progress (3): 108 kB | 332 kB | 196/315 kB
Progress (3): 108 kB | 332 kB | 200/315 kB
Progress (3): 108 kB | 332 kB | 204/315 kB
Progress (3): 108 kB | 332 kB | 208/315 kB
Progress (3): 108 kB | 332 kB | 212/315 kB
Progress (3): 108 kB | 332 kB | 217/315 kB
Progress (3): 108 kB | 332 kB | 221/315 kB
Progress (3): 108 kB | 332 kB | 225/315 kB
Progress (3): 108 kB | 332 kB | 229/315 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 659 kB/s)
Progress (2): 108 kB | 233/315 kB
Progress (2): 108 kB | 237/315 kB
Progress (2): 108 kB | 241/315 kB
Progress (2): 108 kB | 245/315 kB
Progress (2): 108 kB | 249/315 kB
Progress (2): 108 kB | 253/315 kB
Progress (2): 108 kB | 258/315 kB
Progress (2): 108 kB | 262/315 kB
Progress (2): 108 kB | 266/315 kB
Progress (2): 108 kB | 270/315 kB
Progress (2): 108 kB | 274/315 kB
Progress (2): 108 kB | 278/315 kB
Progress (2): 108 kB | 282/315 kB
Progress (2): 108 kB | 286/315 kB
Progress (2): 108 kB | 290/315 kB
Progress (2): 108 kB | 294/315 kB
Progress (2): 108 kB | 298/315 kB
Progress (2): 108 kB | 303/315 kB
Progress (2): 108 kB | 307/315 kB
Progress (2): 108 kB | 311/315 kB
Progress (2): 108 kB | 315/315 kB
Progress (2): 108 kB | 315 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 200 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 565 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 11 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 214 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 2.8 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 3.8 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
Downloading from eclipse.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 93 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloading from eclipse.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 223 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
Downloading from eclipse.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 19 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from eclipse.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 582 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Progress (1): 4.1/316 kB
Progress (1): 7.7/316 kB
Progress (1): 12/316 kB 
Progress (1): 16/316 kB
Progress (1): 20/316 kB
Progress (1): 24/316 kB
Progress (1): 28/316 kB
Progress (1): 32/316 kB
Progress (1): 36/316 kB
Progress (1): 40/316 kB
Progress (1): 45/316 kB
Progress (1): 49/316 kB
Progress (1): 53/316 kB
Progress (1): 57/316 kB
Progress (1): 61/316 kB
Progress (1): 65/316 kB
Progress (1): 69/316 kB
Progress (1): 73/316 kB
Progress (1): 77/316 kB
Progress (1): 81/316 kB
Progress (1): 85/316 kB
Progress (1): 90/316 kB
Progress (1): 94/316 kB
Progress (1): 98/316 kB
Progress (1): 102/316 kB
Progress (1): 106/316 kB
Progress (1): 110/316 kB
Progress (1): 114/316 kB
Progress (1): 118/316 kB
Progress (1): 122/316 kB
Progress (1): 126/316 kB
Progress (1): 131/316 kB
Progress (1): 135/316 kB
Progress (1): 139/316 kB
Progress (1): 143/316 kB
Progress (1): 147/316 kB
Progress (1): 151/316 kB
Progress (1): 155/316 kB
Progress (1): 159/316 kB
Progress (1): 163/316 kB
Progress (1): 167/316 kB
Progress (1): 171/316 kB
Progress (1): 176/316 kB
Progress (1): 180/316 kB
Progress (1): 184/316 kB
Progress (1): 188/316 kB
Progress (1): 192/316 kB
Progress (1): 196/316 kB
Progress (1): 200/316 kB
Progress (1): 204/316 kB
Progress (1): 208/316 kB
Progress (1): 212/316 kB
Progress (1): 217/316 kB
Progress (1): 221/316 kB
Progress (1): 225/316 kB
Progress (1): 229/316 kB
Progress (1): 233/316 kB
Progress (1): 237/316 kB
Progress (1): 241/316 kB
Progress (1): 245/316 kB
Progress (2): 245/316 kB | 4.1/22 kB
Progress (2): 245/316 kB | 7.7/22 kB
Progress (2): 245/316 kB | 12/22 kB 
Progress (2): 245/316 kB | 16/22 kB
Progress (2): 249/316 kB | 16/22 kB
Progress (2): 249/316 kB | 20/22 kB
Progress (2): 253/316 kB | 20/22 kB
Progress (2): 253/316 kB | 22 kB   
Progress (2): 258/316 kB | 22 kB
Progress (2): 262/316 kB | 22 kB
Progress (2): 266/316 kB | 22 kB
Progress (2): 270/316 kB | 22 kB
Progress (2): 274/316 kB | 22 kB
Progress (2): 278/316 kB | 22 kB
Progress (2): 282/316 kB | 22 kB
Progress (2): 286/316 kB | 22 kB
Progress (2): 290/316 kB | 22 kB
Progress (2): 294/316 kB | 22 kB
Progress (2): 298/316 kB | 22 kB
Progress (2): 303/316 kB | 22 kB
Progress (2): 307/316 kB | 22 kB
Progress (2): 311/316 kB | 22 kB
Progress (2): 315/316 kB | 22 kB
Progress (2): 316 kB | 22 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 7.2 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 474 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 17 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.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.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 189 kB/s)
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
[INFO] Adding repository http://download.eclipse.org/releases/2018-12
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml
[INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB)
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB)
[INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB)
[INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB)
[INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB)
[INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB)
[INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB)
[INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB)
[INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB)
[INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB)
[INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB)
[INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB)
[INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB)
[INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB)
[INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB)
[INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB)
[INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.86kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB)
[INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB)
[INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB)
[INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB)
[INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB)
[INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB)
[INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB)
[INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB)
[INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB)
[INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB)
[INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB)
[INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB)
[INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB)
[INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB)
[INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB)
[INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB)
[INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB)
[INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB)
[INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
[INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB)
[INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB)
[INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB)
[INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB)
[INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB)
[INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB)
[INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB)
[INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB)
[INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB)
[INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB)
[INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB)
[INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB)
[INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB)
[INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB)
[INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB)
[INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB)
[INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB)
[INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB)
[INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB)
[INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB)
[INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB)
[INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB)
[INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB)
[INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB)
[INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB)
[INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB)
[INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB)
[INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB)
[INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB)
[INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB)
[INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB)
[INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (403.73kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (403.73kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (117.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (117.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (384.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (384.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (111.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (111.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (185.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (185.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (90.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (90.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (212.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (212.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (120.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (120.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246.02kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB)
[INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB)
[INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB)
[INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB)
[INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB)
[INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB)
[INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB)
[INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB)
[INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB)
[INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (572.23kB)
[INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (572.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB)
[INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB)
[INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (476.85kB)
[INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (476.85kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB)
[INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB)
[INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml
[INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB)
[INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB)
[INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB)
[INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.01kB)
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.01kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB)
[INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB)
[INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.91kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.91kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.28kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.28kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB)
[INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB)
[INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB)
[INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB)
[INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB)
[INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB)
[INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB)
[INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB)
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB)
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB)
[INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.97kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.97kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB)
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB)
[INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB)
[INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB)
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.26kB)
[INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.26kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.59kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.59kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.68kB)
[INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.68kB)
[INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB)
[INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (845.8kB)
[INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (845.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (489.34kB)
[INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (489.34kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.56kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.56kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.44kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.44kB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.89MB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB)
[INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB)
[INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB)
[INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB)
[INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB)
[INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB)
[INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB)
[INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB)
[INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB)
[INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB)
[INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB)
[INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB)
[INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB)
[INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB)
[INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB)
[INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB)
[INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB)
[INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB)
[INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB)
[INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB)
[INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB)
[INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB)
[INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB)
[INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB)
[INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB)
[INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB)
[INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB)
[INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB)
[INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB)
[INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.15kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB)
[INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.16kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.15.0.v20181120-2156.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.57kB)
[INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.93kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.16.0.v20181206-1055.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (414.93kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.16.0.v20181104-0826.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.11.0.v20180823-0905.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.37kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.15.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (59.52kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB)
[INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.14.0.v20180823-0456.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (96.66kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.87kB)
[INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB)
[INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB)
[INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB)
[INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB)
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB)
[INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB)
[INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB)
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB)
[INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB)
[INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB)
[INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform_4.10.0.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (255.52kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.themes_1.2.300.v20181108-1102.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.1kB)
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB)
[INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB)
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (124.12kB)
[INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ESF                                                                [pom]
[INFO] ESF Core                                                           [pom]
[INFO] ESF Diagram                                                        [pom]
[INFO] org.polarsys.esf.core.common                            [eclipse-plugin]
[INFO] org.polarsys.esf.core.common.ui                         [eclipse-plugin]
[INFO] ESF Profile                                                        [pom]
[INFO] ESFCore Profile                                         [eclipse-plugin]
[INFO] ESFArchitectureConcepts Profile                         [eclipse-plugin]
[INFO] org.polarsys.esf.core.utils                             [eclipse-plugin]
[INFO] ESF Core Resources                                                 [pom]
[INFO] ESF Core Graphical Resources                            [eclipse-plugin]
[INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts   [eclipse-plugin]
[INFO] ESF Meta-model                                                     [pom]
[INFO] ESFArchitectureConcepts Meta-model                      [eclipse-plugin]
[INFO] ESFCore Meta-model                                      [eclipse-plugin]
[INFO] ESFBehaviours Meta-model                                [eclipse-plugin]
[INFO] ESFProperties Meta-model                                [eclipse-plugin]
[INFO] ESFSafetyConcepts Meta-model                            [eclipse-plugin]
[INFO] ESFArchitectureConcepts Profile test               [eclipse-test-plugin]
[INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin]
[INFO] ESFProperties Profile                                   [eclipse-plugin]
[INFO] ESFBehaviours Profile                                   [eclipse-plugin]
[INFO] ESFSafetyConcepts Profile                               [eclipse-plugin]
[INFO] ESF Releng                                                         [pom]
[INFO] org.polarsys.esf.core.doc                               [eclipse-plugin]
[INFO] ESF Core branding                                       [eclipse-plugin]
[INFO] ESF Core feature                                       [eclipse-feature]
[INFO] esf-infra.p2                                        [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.polarsys.esf:esf-infra >---------------------
[INFO] Building ESF 0.7.0-SNAPSHOT                                       [1/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra ---
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloading from eclipse.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 69 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloading from eclipse.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 431 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloading from eclipse.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 726 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
Downloading from eclipse.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 163 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 177 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Progress (1): 4.1 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 348 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Progress (1): 4.1/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 (2): 49/226 kB | 4.1/13 kB
Progress (2): 49/226 kB | 7.7/13 kB
Progress (2): 53/226 kB | 7.7/13 kB
Progress (2): 53/226 kB | 12/13 kB 
Progress (2): 57/226 kB | 12/13 kB
Progress (2): 57/226 kB | 13 kB   
Progress (2): 61/226 kB | 13 kB
Progress (2): 65/226 kB | 13 kB
Progress (2): 69/226 kB | 13 kB
Progress (2): 73/226 kB | 13 kB
Progress (2): 77/226 kB | 13 kB
Progress (2): 81/226 kB | 13 kB
Progress (2): 85/226 kB | 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 536 kB/s)
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 7.1 MB/s)
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra ---
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 169 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
Progress (1): 4.1 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.1.0/maven-3.1.0.pom (22 kB at 484 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 106 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 62 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Progress (1): 4.1 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/plexus-3.3.pom (20 kB at 280 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 26 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
Progress (1): 4.1 kB
Progress (1): 5.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 1.1 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
Progress (1): 4.1 kB
Progress (1): 7.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 165 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 130 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 39 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 71 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
Progress (1): 4.1 kB
Progress (1): 7.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 176 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 21 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 431 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 26 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Progress (1): 612 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 17 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
Progress (1): 4.1 kB
Progress (1): 5.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 158 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 48 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 11 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 308 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
Progress (1): 4.1 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/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 295 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Progress (1): 363 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 8.6 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
Progress (1): 4.1 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 32 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 132 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
Progress (1): 266 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 5.3 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 103 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading from eclipse.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 5.1 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from eclipse.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 202 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 81 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 84 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom (3.3 kB at 82 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.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/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 362 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
Progress (1): 4.1 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 1.2 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Progress (1): 4.1 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 107 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom (3.5 kB at 61 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 312 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 392 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 55 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Progress (1): 4.1 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 236 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom (2.9 kB at 53 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom (1.4 kB at 1.7 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.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/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom (4.1 kB at 2.5 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 78 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom (4.7 kB at 120 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
Progress (1): 4.1 kB
Progress (1): 8.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom (8.0 kB at 156 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 94 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.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/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 463 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.5 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.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/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 95 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom (1.5 kB at 11 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
Progress (1): 4.1 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/junit/junit/4.12/junit-4.12.pom (24 kB at 515 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 17 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 37 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom
Progress (1): 602 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.0-beta-3.0.5/plexus-component-annotations-1.0-beta-3.0.5.pom (602 B at 13 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.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-4/wagon-provider-api-1.0-beta-4.pom
Progress (1): 906 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.pom (906 B at 3.0 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 10 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-4/wagon-1.0-beta-4.pom (10 kB at 210 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
Progress (1): 4.1 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 652 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 58 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.pom (1.3 kB at 28 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 41 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.pom (2.9 kB at 85 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 60 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Progress (1): 4.1 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 107 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.pom (1.7 kB at 495 B/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 50 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 574 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 31 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 71 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Progress (1): 4.1 kB
Progress (1): 5.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 271 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from eclipse.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 86 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.pom (2.6 kB at 71 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.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/springframework/spring-parent/3.1.3.RELEASE/spring-parent-3.1.3.RELEASE.pom (8.7 kB at 218 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.pom (2.5 kB at 65 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Progress (1): 4.1 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.1/commons-logging-1.1.1.pom (18 kB at 391 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
Progress (1): 4.1 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/commons/commons-parent/5/commons-parent-5.pom (16 kB at 259 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.pom (2.8 kB at 78 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.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/apache/commons/commons-pool2/2.2/commons-pool2-2.2.pom (12 kB at 258 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.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/33/commons-parent-33.pom (53 kB at 1.0 MB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
Progress (1): 4.1/50 kB
Progress (1): 7.7/50 kB
Progress (1): 12/50 kB 
Progress (1): 16/50 kB
Progress (1): 20/50 kB
Progress (1): 24/50 kB
Progress (1): 28/50 kB
Progress (1): 32/50 kB
Progress (1): 36/50 kB
Progress (1): 40/50 kB
Progress (1): 45/50 kB
Progress (1): 49/50 kB
Progress (1): 50 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 639 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Progress (1): 4.1/164 kB
Progress (1): 7.7/164 kB
Progress (1): 12/164 kB 
Progress (1): 16/164 kB
Progress (1): 20/164 kB
Progress (1): 24/164 kB
Progress (1): 28/164 kB
Progress (1): 32/164 kB
Progress (1): 36/164 kB
Progress (1): 40/164 kB
Progress (1): 45/164 kB
Progress (1): 49/164 kB
Progress (1): 53/164 kB
Progress (1): 57/164 kB
Progress (1): 61/164 kB
Progress (1): 65/164 kB
Progress (1): 69/164 kB
Progress (1): 73/164 kB
Progress (1): 77/164 kB
Progress (1): 81/164 kB
Progress (1): 85/164 kB
Progress (1): 90/164 kB
Progress (1): 94/164 kB
Progress (1): 98/164 kB
Progress (1): 102/164 kB
Progress (1): 106/164 kB
Progress (1): 110/164 kB
Progress (1): 114/164 kB
Progress (1): 118/164 kB
Progress (1): 122/164 kB
Progress (1): 126/164 kB
Progress (1): 131/164 kB
Progress (1): 135/164 kB
Progress (1): 139/164 kB
Progress (1): 143/164 kB
Progress (1): 147/164 kB
Progress (1): 151/164 kB
Progress (1): 155/164 kB
Progress (1): 159/164 kB
Progress (1): 163/164 kB
Progress (1): 164 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 13 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar
Progress (1): 4.1/202 kB
Progress (2): 4.1/202 kB | 4.1/52 kB
Progress (3): 4.1/202 kB | 4.1/52 kB | 4.1/45 kB
Progress (3): 4.1/202 kB | 7.7/52 kB | 4.1/45 kB
Progress (3): 7.7/202 kB | 7.7/52 kB | 4.1/45 kB
Progress (3): 7.7/202 kB | 12/52 kB | 4.1/45 kB 
Progress (3): 7.7/202 kB | 12/52 kB | 7.7/45 kB
Progress (3): 7.7/202 kB | 16/52 kB | 7.7/45 kB
Progress (3): 12/202 kB | 16/52 kB | 7.7/45 kB 
Progress (3): 12/202 kB | 16/52 kB | 12/45 kB 
Progress (3): 16/202 kB | 16/52 kB | 12/45 kB
Progress (3): 16/202 kB | 16/52 kB | 16/45 kB
Progress (3): 20/202 kB | 16/52 kB | 16/45 kB
Progress (3): 24/202 kB | 16/52 kB | 16/45 kB
Progress (3): 24/202 kB | 20/52 kB | 16/45 kB
Progress (3): 28/202 kB | 20/52 kB | 16/45 kB
Progress (3): 28/202 kB | 24/52 kB | 16/45 kB
Progress (3): 28/202 kB | 24/52 kB | 20/45 kB
Progress (3): 28/202 kB | 28/52 kB | 20/45 kB
Progress (3): 32/202 kB | 28/52 kB | 20/45 kB
Progress (3): 32/202 kB | 32/52 kB | 20/45 kB
Progress (3): 32/202 kB | 32/52 kB | 24/45 kB
Progress (3): 32/202 kB | 32/52 kB | 28/45 kB
Progress (3): 36/202 kB | 32/52 kB | 28/45 kB
Progress (3): 36/202 kB | 32/52 kB | 32/45 kB
Progress (3): 40/202 kB | 32/52 kB | 32/45 kB
Progress (3): 45/202 kB | 32/52 kB | 32/45 kB
Progress (3): 49/202 kB | 32/52 kB | 32/45 kB
Progress (3): 49/202 kB | 36/52 kB | 32/45 kB
Progress (3): 49/202 kB | 40/52 kB | 32/45 kB
Progress (3): 49/202 kB | 40/52 kB | 36/45 kB
Progress (3): 53/202 kB | 40/52 kB | 36/45 kB
Progress (3): 53/202 kB | 45/52 kB | 36/45 kB
Progress (3): 57/202 kB | 45/52 kB | 36/45 kB
Progress (3): 57/202 kB | 45/52 kB | 40/45 kB
Progress (3): 61/202 kB | 45/52 kB | 40/45 kB
Progress (3): 61/202 kB | 49/52 kB | 40/45 kB
Progress (3): 65/202 kB | 49/52 kB | 40/45 kB
Progress (3): 65/202 kB | 49/52 kB | 45/45 kB
Progress (3): 65/202 kB | 49/52 kB | 45 kB   
Progress (3): 65/202 kB | 52 kB | 45 kB   
Progress (3): 69/202 kB | 52 kB | 45 kB
Progress (3): 73/202 kB | 52 kB | 45 kB
Progress (3): 77/202 kB | 52 kB | 45 kB
Progress (3): 81/202 kB | 52 kB | 45 kB
Progress (3): 85/202 kB | 52 kB | 45 kB
Progress (3): 90/202 kB | 52 kB | 45 kB
Progress (3): 94/202 kB | 52 kB | 45 kB
Progress (3): 98/202 kB | 52 kB | 45 kB
Progress (3): 102/202 kB | 52 kB | 45 kB
Progress (3): 106/202 kB | 52 kB | 45 kB
Progress (3): 110/202 kB | 52 kB | 45 kB
Progress (3): 114/202 kB | 52 kB | 45 kB
Progress (3): 118/202 kB | 52 kB | 45 kB
Progress (3): 122/202 kB | 52 kB | 45 kB
Progress (3): 126/202 kB | 52 kB | 45 kB
Progress (3): 131/202 kB | 52 kB | 45 kB
Progress (3): 135/202 kB | 52 kB | 45 kB
Progress (3): 139/202 kB | 52 kB | 45 kB
Progress (3): 143/202 kB | 52 kB | 45 kB
Progress (3): 147/202 kB | 52 kB | 45 kB
Progress (4): 147/202 kB | 52 kB | 45 kB | 0/1.5 MB
Progress (5): 147/202 kB | 52 kB | 45 kB | 0/1.5 MB | 4.1/5.8 kB
Progress (5): 147/202 kB | 52 kB | 45 kB | 0/1.5 MB | 4.1/5.8 kB
Progress (5): 151/202 kB | 52 kB | 45 kB | 0/1.5 MB | 4.1/5.8 kB
Progress (5): 151/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB    
Progress (5): 155/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 159/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 163/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 163/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 167/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 167/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 171/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 176/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 180/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 184/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 184/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 188/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 188/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 192/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 196/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 200/202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0/1.5 MB | 5.8 kB    
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.1/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.2/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (5): 202 kB | 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 823 kB/s)
Progress (4): 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
Progress (4): 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.3/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.4/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.5/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
Progress (4): 52 kB | 45 kB | 0.6/1.5 MB | 5.8 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 198 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 22 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 170 kB/s)
Progress (1): 0.6/1.5 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (2): 0.6/1.5 MB | 4.1/33 kB
Progress (2): 0.6/1.5 MB | 7.7/33 kB
Progress (2): 0.6/1.5 MB | 12/33 kB 
Progress (2): 0.6/1.5 MB | 16/33 kB
Progress (2): 0.6/1.5 MB | 16/33 kB
Progress (2): 0.6/1.5 MB | 20/33 kB
Progress (2): 0.6/1.5 MB | 24/33 kB
Progress (2): 0.7/1.5 MB | 24/33 kB
Progress (2): 0.7/1.5 MB | 28/33 kB
Progress (2): 0.7/1.5 MB | 32/33 kB
Progress (2): 0.7/1.5 MB | 33 kB   
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.7/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.8/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 0.9/1.5 MB | 33 kB
Progress (2): 1.0/1.5 MB | 33 kB
Progress (2): 1.0/1.5 MB | 33 kB
Progress (3): 1.0/1.5 MB | 33 kB | 4.1/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 4.1/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 7.7/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 7.7/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 12/357 kB 
Progress (3): 1.0/1.5 MB | 33 kB | 16/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 16/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 16/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 20/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 20/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 24/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 24/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 28/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 32/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 32/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 32/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 36/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 36/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 40/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 40/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 45/357 kB
Progress (3): 1.0/1.5 MB | 33 kB | 49/357 kB
Progress (3): 1.1/1.5 MB | 33 kB | 49/357 kB
Progress (3): 1.1/1.5 MB | 33 kB | 49/357 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 115 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
Progress (2): 1.1/1.5 MB | 49/357 kB
Progress (2): 1.1/1.5 MB | 53/357 kB
Progress (2): 1.1/1.5 MB | 53/357 kB
Progress (2): 1.1/1.5 MB | 57/357 kB
Progress (2): 1.1/1.5 MB | 61/357 kB
Progress (2): 1.1/1.5 MB | 65/357 kB
Progress (2): 1.1/1.5 MB | 65/357 kB
Progress (2): 1.1/1.5 MB | 65/357 kB
Progress (2): 1.1/1.5 MB | 69/357 kB
Progress (2): 1.1/1.5 MB | 69/357 kB
Progress (2): 1.1/1.5 MB | 73/357 kB
Progress (2): 1.1/1.5 MB | 73/357 kB
Progress (2): 1.1/1.5 MB | 77/357 kB
Progress (2): 1.1/1.5 MB | 81/357 kB
Progress (2): 1.1/1.5 MB | 81/357 kB
Progress (2): 1.1/1.5 MB | 81/357 kB
Progress (2): 1.1/1.5 MB | 85/357 kB
Progress (2): 1.1/1.5 MB | 90/357 kB
Progress (2): 1.1/1.5 MB | 90/357 kB
Progress (2): 1.1/1.5 MB | 94/357 kB
Progress (2): 1.1/1.5 MB | 94/357 kB
Progress (2): 1.1/1.5 MB | 98/357 kB
Progress (2): 1.2/1.5 MB | 98/357 kB
Progress (2): 1.2/1.5 MB | 98/357 kB
Progress (2): 1.2/1.5 MB | 102/357 kB
Progress (2): 1.2/1.5 MB | 106/357 kB
Progress (2): 1.2/1.5 MB | 110/357 kB
Progress (2): 1.2/1.5 MB | 110/357 kB
Progress (2): 1.2/1.5 MB | 114/357 kB
Progress (2): 1.2/1.5 MB | 114/357 kB
Progress (2): 1.2/1.5 MB | 114/357 kB
Progress (2): 1.2/1.5 MB | 118/357 kB
Progress (2): 1.2/1.5 MB | 118/357 kB
Progress (2): 1.2/1.5 MB | 122/357 kB
Progress (2): 1.2/1.5 MB | 126/357 kB
Progress (2): 1.2/1.5 MB | 131/357 kB
Progress (2): 1.2/1.5 MB | 131/357 kB
Progress (2): 1.2/1.5 MB | 131/357 kB
Progress (2): 1.2/1.5 MB | 135/357 kB
Progress (2): 1.2/1.5 MB | 135/357 kB
Progress (2): 1.2/1.5 MB | 139/357 kB
Progress (2): 1.2/1.5 MB | 139/357 kB
Progress (2): 1.2/1.5 MB | 143/357 kB
Progress (2): 1.2/1.5 MB | 147/357 kB
Progress (2): 1.2/1.5 MB | 147/357 kB
Progress (2): 1.2/1.5 MB | 147/357 kB
Progress (2): 1.2/1.5 MB | 151/357 kB
Progress (2): 1.2/1.5 MB | 155/357 kB
Progress (2): 1.3/1.5 MB | 155/357 kB
Progress (2): 1.3/1.5 MB | 159/357 kB
Progress (2): 1.3/1.5 MB | 159/357 kB
Progress (2): 1.3/1.5 MB | 163/357 kB
Progress (2): 1.3/1.5 MB | 163/357 kB
Progress (2): 1.3/1.5 MB | 163/357 kB
Progress (2): 1.3/1.5 MB | 167/357 kB
Progress (2): 1.3/1.5 MB | 171/357 kB
Progress (2): 1.3/1.5 MB | 176/357 kB
Progress (2): 1.3/1.5 MB | 180/357 kB
Progress (2): 1.3/1.5 MB | 180/357 kB
Progress (2): 1.3/1.5 MB | 180/357 kB
Progress (2): 1.3/1.5 MB | 184/357 kB
Progress (2): 1.3/1.5 MB | 188/357 kB
Progress (2): 1.3/1.5 MB | 192/357 kB
Progress (2): 1.3/1.5 MB | 192/357 kB
Progress (2): 1.3/1.5 MB | 196/357 kB
Progress (2): 1.3/1.5 MB | 196/357 kB
Progress (2): 1.3/1.5 MB | 200/357 kB
Progress (2): 1.3/1.5 MB | 204/357 kB
Progress (2): 1.3/1.5 MB | 204/357 kB
Progress (2): 1.3/1.5 MB | 208/357 kB
Progress (2): 1.3/1.5 MB | 208/357 kB
Progress (2): 1.3/1.5 MB | 212/357 kB
Progress (2): 1.3/1.5 MB | 212/357 kB
Progress (2): 1.3/1.5 MB | 217/357 kB
Progress (2): 1.3/1.5 MB | 217/357 kB
Progress (2): 1.3/1.5 MB | 221/357 kB
Progress (2): 1.3/1.5 MB | 225/357 kB
Progress (2): 1.3/1.5 MB | 229/357 kB
Progress (2): 1.4/1.5 MB | 229/357 kB
Progress (2): 1.4/1.5 MB | 229/357 kB
Progress (2): 1.4/1.5 MB | 233/357 kB
Progress (2): 1.4/1.5 MB | 237/357 kB
Progress (2): 1.4/1.5 MB | 241/357 kB
Progress (2): 1.4/1.5 MB | 245/357 kB
Progress (2): 1.4/1.5 MB | 245/357 kB
Progress (2): 1.4/1.5 MB | 245/357 kB
Progress (2): 1.4/1.5 MB | 249/357 kB
Progress (2): 1.4/1.5 MB | 253/357 kB
Progress (2): 1.4/1.5 MB | 258/357 kB
Progress (2): 1.4/1.5 MB | 258/357 kB
Progress (2): 1.4/1.5 MB | 262/357 kB
Progress (2): 1.4/1.5 MB | 262/357 kB
Progress (2): 1.4/1.5 MB | 266/357 kB
Progress (2): 1.4/1.5 MB | 266/357 kB
Progress (2): 1.4/1.5 MB | 270/357 kB
Progress (2): 1.4/1.5 MB | 270/357 kB
Progress (2): 1.4/1.5 MB | 274/357 kB
Progress (3): 1.4/1.5 MB | 274/357 kB | 4.1/44 kB
Progress (3): 1.4/1.5 MB | 278/357 kB | 4.1/44 kB
Progress (3): 1.4/1.5 MB | 278/357 kB | 7.7/44 kB
Progress (3): 1.4/1.5 MB | 278/357 kB | 7.7/44 kB
Progress (3): 1.4/1.5 MB | 278/357 kB | 12/44 kB 
Progress (3): 1.4/1.5 MB | 278/357 kB | 12/44 kB
Progress (3): 1.4/1.5 MB | 282/357 kB | 12/44 kB
Progress (3): 1.4/1.5 MB | 282/357 kB | 16/44 kB
Progress (3): 1.4/1.5 MB | 286/357 kB | 16/44 kB
Progress (3): 1.4/1.5 MB | 290/357 kB | 16/44 kB
Progress (3): 1.4/1.5 MB | 290/357 kB | 16/44 kB
Progress (3): 1.4/1.5 MB | 294/357 kB | 16/44 kB
Progress (3): 1.4/1.5 MB | 294/357 kB | 20/44 kB
Progress (3): 1.4/1.5 MB | 294/357 kB | 20/44 kB
Progress (3): 1.4/1.5 MB | 294/357 kB | 24/44 kB
Progress (3): 1.4/1.5 MB | 294/357 kB | 28/44 kB
Progress (3): 1.4/1.5 MB | 298/357 kB | 28/44 kB
Progress (3): 1.4/1.5 MB | 298/357 kB | 32/44 kB
Progress (3): 1.4/1.5 MB | 303/357 kB | 32/44 kB
Progress (3): 1.4/1.5 MB | 303/357 kB | 32/44 kB
Progress (3): 1.4/1.5 MB | 307/357 kB | 32/44 kB
Progress (3): 1.5/1.5 MB | 307/357 kB | 32/44 kB
Progress (3): 1.5/1.5 MB | 311/357 kB | 32/44 kB
Progress (3): 1.5/1.5 MB | 311/357 kB | 36/44 kB
Progress (3): 1.5/1.5 MB | 311/357 kB | 40/44 kB
Progress (3): 1.5/1.5 MB | 311/357 kB | 44 kB   
Progress (3): 1.5/1.5 MB | 315/357 kB | 44 kB
Progress (3): 1.5/1.5 MB | 315/357 kB | 44 kB
Progress (3): 1.5/1.5 MB | 319/357 kB | 44 kB
Progress (3): 1.5/1.5 MB | 319/357 kB | 44 kB
Progress (3): 1.5/1.5 MB | 323/357 kB | 44 kB
Progress (3): 1.5/1.5 MB | 323/357 kB | 44 kB
Progress (3): 1.5/1.5 MB | 327/357 kB | 44 kB
Progress (4): 1.5/1.5 MB | 327/357 kB | 44 kB | 4.1/4.5 kB
Progress (4): 1.5/1.5 MB | 327/357 kB | 44 kB | 4.1/4.5 kB
Progress (4): 1.5/1.5 MB | 327/357 kB | 44 kB | 4.5 kB    
Progress (4): 1.5/1.5 MB | 331/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5/1.5 MB | 331/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5/1.5 MB | 335/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5 MB | 335/357 kB | 44 kB | 4.5 kB    
Progress (4): 1.5 MB | 339/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5 MB | 344/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5 MB | 348/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5 MB | 352/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5 MB | 356/357 kB | 44 kB | 4.5 kB
Progress (4): 1.5 MB | 357 kB | 44 kB | 4.5 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 977 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 12 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar
Progress (3): 1.5 MB | 44 kB | 4.1/202 kB
Progress (3): 1.5 MB | 44 kB | 7.7/202 kB
Progress (3): 1.5 MB | 44 kB | 12/202 kB 
Progress (3): 1.5 MB | 44 kB | 16/202 kB
Progress (3): 1.5 MB | 44 kB | 20/202 kB
Progress (3): 1.5 MB | 44 kB | 24/202 kB
Progress (3): 1.5 MB | 44 kB | 28/202 kB
Progress (3): 1.5 MB | 44 kB | 32/202 kB
Progress (3): 1.5 MB | 44 kB | 36/202 kB
Progress (3): 1.5 MB | 44 kB | 40/202 kB
Progress (3): 1.5 MB | 44 kB | 45/202 kB
Progress (3): 1.5 MB | 44 kB | 49/202 kB
Progress (3): 1.5 MB | 44 kB | 53/202 kB
Progress (3): 1.5 MB | 44 kB | 57/202 kB
Progress (3): 1.5 MB | 44 kB | 61/202 kB
Progress (3): 1.5 MB | 44 kB | 65/202 kB
Progress (3): 1.5 MB | 44 kB | 69/202 kB
Progress (3): 1.5 MB | 44 kB | 73/202 kB
Progress (3): 1.5 MB | 44 kB | 77/202 kB
Progress (3): 1.5 MB | 44 kB | 81/202 kB
Progress (3): 1.5 MB | 44 kB | 85/202 kB
Progress (3): 1.5 MB | 44 kB | 90/202 kB
Progress (3): 1.5 MB | 44 kB | 94/202 kB
Progress (3): 1.5 MB | 44 kB | 98/202 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
Progress (2): 1.5 MB | 102/202 kB
Progress (2): 1.5 MB | 106/202 kB
Progress (2): 1.5 MB | 110/202 kB
Progress (2): 1.5 MB | 114/202 kB
Progress (2): 1.5 MB | 118/202 kB
Progress (2): 1.5 MB | 122/202 kB
Progress (2): 1.5 MB | 126/202 kB
Progress (2): 1.5 MB | 131/202 kB
Progress (2): 1.5 MB | 135/202 kB
Progress (2): 1.5 MB | 139/202 kB
Progress (2): 1.5 MB | 143/202 kB
Progress (2): 1.5 MB | 147/202 kB
Progress (2): 1.5 MB | 151/202 kB
Progress (2): 1.5 MB | 155/202 kB
Progress (2): 1.5 MB | 159/202 kB
Progress (2): 1.5 MB | 163/202 kB
Progress (2): 1.5 MB | 167/202 kB
Progress (2): 1.5 MB | 171/202 kB
Progress (2): 1.5 MB | 176/202 kB
Progress (2): 1.5 MB | 180/202 kB
Progress (2): 1.5 MB | 184/202 kB
Progress (2): 1.5 MB | 188/202 kB
Progress (2): 1.5 MB | 192/202 kB
Progress (2): 1.5 MB | 196/202 kB
Progress (2): 1.5 MB | 200/202 kB
Progress (2): 1.5 MB | 202 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 3.2 MB/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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 419 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar
Progress (1): 4.1/251 kB
Progress (1): 7.7/251 kB
Progress (1): 12/251 kB 
Progress (1): 16/251 kB
Progress (1): 20/251 kB
Progress (1): 24/251 kB
Progress (1): 28/251 kB
Progress (1): 32/251 kB
Progress (1): 36/251 kB
Progress (1): 40/251 kB
Progress (1): 45/251 kB
Progress (1): 49/251 kB
Progress (1): 53/251 kB
Progress (1): 57/251 kB
Progress (1): 61/251 kB
Progress (1): 65/251 kB
Progress (2): 65/251 kB | 4.1/35 kB
Progress (2): 69/251 kB | 4.1/35 kB
Progress (2): 69/251 kB | 7.7/35 kB
Progress (2): 73/251 kB | 7.7/35 kB
Progress (2): 73/251 kB | 12/35 kB 
Progress (2): 77/251 kB | 12/35 kB
Progress (2): 77/251 kB | 16/35 kB
Progress (2): 81/251 kB | 16/35 kB
Progress (2): 81/251 kB | 20/35 kB
Progress (2): 81/251 kB | 24/35 kB
Progress (2): 85/251 kB | 24/35 kB
Progress (2): 85/251 kB | 28/35 kB
Progress (2): 90/251 kB | 28/35 kB
Progress (2): 90/251 kB | 32/35 kB
Progress (2): 94/251 kB | 32/35 kB
Progress (2): 94/251 kB | 35 kB   
Progress (2): 98/251 kB | 35 kB
Progress (2): 102/251 kB | 35 kB
Progress (2): 106/251 kB | 35 kB
Progress (2): 110/251 kB | 35 kB
Progress (2): 114/251 kB | 35 kB
Progress (2): 118/251 kB | 35 kB
Progress (2): 122/251 kB | 35 kB
Progress (2): 126/251 kB | 35 kB
Progress (3): 126/251 kB | 35 kB | 4.1/143 kB
Progress (3): 131/251 kB | 35 kB | 4.1/143 kB
Progress (3): 131/251 kB | 35 kB | 7.7/143 kB
Progress (3): 131/251 kB | 35 kB | 12/143 kB 
Progress (3): 131/251 kB | 35 kB | 16/143 kB
Progress (3): 135/251 kB | 35 kB | 16/143 kB
Progress (3): 139/251 kB | 35 kB | 16/143 kB
Progress (3): 143/251 kB | 35 kB | 16/143 kB
Progress (3): 147/251 kB | 35 kB | 16/143 kB
Progress (3): 147/251 kB | 35 kB | 20/143 kB
Progress (3): 147/251 kB | 35 kB | 24/143 kB
Progress (3): 151/251 kB | 35 kB | 24/143 kB
Progress (3): 151/251 kB | 35 kB | 28/143 kB
Progress (3): 155/251 kB | 35 kB | 28/143 kB
Progress (3): 155/251 kB | 35 kB | 32/143 kB
Progress (3): 159/251 kB | 35 kB | 32/143 kB
Progress (3): 163/251 kB | 35 kB | 32/143 kB
Progress (3): 163/251 kB | 35 kB | 36/143 kB
Progress (3): 167/251 kB | 35 kB | 36/143 kB
Progress (3): 167/251 kB | 35 kB | 40/143 kB
Progress (3): 171/251 kB | 35 kB | 40/143 kB
Progress (3): 171/251 kB | 35 kB | 45/143 kB
Progress (3): 176/251 kB | 35 kB | 45/143 kB
Progress (3): 176/251 kB | 35 kB | 49/143 kB
Progress (3): 180/251 kB | 35 kB | 49/143 kB
Progress (3): 184/251 kB | 35 kB | 49/143 kB
Progress (3): 184/251 kB | 35 kB | 53/143 kB
Progress (3): 188/251 kB | 35 kB | 53/143 kB
Progress (3): 188/251 kB | 35 kB | 57/143 kB
Progress (3): 192/251 kB | 35 kB | 57/143 kB
Progress (3): 192/251 kB | 35 kB | 61/143 kB
Progress (3): 196/251 kB | 35 kB | 61/143 kB
Progress (3): 196/251 kB | 35 kB | 65/143 kB
Progress (3): 200/251 kB | 35 kB | 65/143 kB
Progress (3): 200/251 kB | 35 kB | 69/143 kB
Progress (3): 204/251 kB | 35 kB | 69/143 kB
Progress (3): 204/251 kB | 35 kB | 73/143 kB
Progress (3): 208/251 kB | 35 kB | 73/143 kB
Progress (3): 208/251 kB | 35 kB | 77/143 kB
Progress (3): 212/251 kB | 35 kB | 77/143 kB
Progress (3): 212/251 kB | 35 kB | 81/143 kB
Progress (3): 217/251 kB | 35 kB | 81/143 kB
Progress (3): 217/251 kB | 35 kB | 85/143 kB
Progress (3): 221/251 kB | 35 kB | 85/143 kB
Progress (3): 221/251 kB | 35 kB | 90/143 kB
Progress (3): 225/251 kB | 35 kB | 90/143 kB
Progress (3): 225/251 kB | 35 kB | 94/143 kB
Progress (3): 229/251 kB | 35 kB | 94/143 kB
Progress (4): 229/251 kB | 35 kB | 94/143 kB | 4.1/47 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 71 kB/s)
Progress (3): 233/251 kB | 94/143 kB | 4.1/47 kB
Progress (3): 233/251 kB | 94/143 kB | 7.7/47 kB
Progress (3): 233/251 kB | 98/143 kB | 7.7/47 kB
Progress (3): 233/251 kB | 98/143 kB | 12/47 kB 
Progress (3): 237/251 kB | 98/143 kB | 12/47 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-4/wagon-provider-api-1.0-beta-4.jar
Progress (3): 241/251 kB | 98/143 kB | 12/47 kB
Progress (3): 241/251 kB | 98/143 kB | 16/47 kB
Progress (3): 245/251 kB | 98/143 kB | 16/47 kB
Progress (3): 245/251 kB | 102/143 kB | 16/47 kB
Progress (3): 245/251 kB | 106/143 kB | 16/47 kB
Progress (3): 249/251 kB | 106/143 kB | 16/47 kB
Progress (3): 249/251 kB | 110/143 kB | 16/47 kB
Progress (3): 251 kB | 110/143 kB | 16/47 kB    
Progress (3): 251 kB | 110/143 kB | 20/47 kB
Progress (3): 251 kB | 114/143 kB | 20/47 kB
Progress (3): 251 kB | 114/143 kB | 24/47 kB
Progress (3): 251 kB | 114/143 kB | 28/47 kB
Progress (3): 251 kB | 114/143 kB | 32/47 kB
Progress (3): 251 kB | 118/143 kB | 32/47 kB
Progress (3): 251 kB | 118/143 kB | 36/47 kB
Progress (3): 251 kB | 122/143 kB | 36/47 kB
Progress (3): 251 kB | 122/143 kB | 40/47 kB
Progress (3): 251 kB | 126/143 kB | 40/47 kB
Progress (3): 251 kB | 126/143 kB | 45/47 kB
Progress (3): 251 kB | 131/143 kB | 45/47 kB
Progress (3): 251 kB | 131/143 kB | 47 kB   
Progress (3): 251 kB | 135/143 kB | 47 kB
Progress (3): 251 kB | 139/143 kB | 47 kB
Progress (3): 251 kB | 143 kB | 47 kB    
Progress (4): 251 kB | 143 kB | 47 kB | 4.1/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 7.7/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 12/238 kB 
Progress (4): 251 kB | 143 kB | 47 kB | 16/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 20/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 24/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 28/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 32/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 36/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 40/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 45/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 49/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 53/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 57/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 61/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 65/238 kB
Progress (4): 251 kB | 143 kB | 47 kB | 69/238 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.jar (251 kB at 490 kB/s)
Progress (3): 143 kB | 47 kB | 73/238 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar
Progress (3): 143 kB | 47 kB | 77/238 kB
Progress (3): 143 kB | 47 kB | 81/238 kB
Progress (3): 143 kB | 47 kB | 85/238 kB
Progress (3): 143 kB | 47 kB | 90/238 kB
Progress (3): 143 kB | 47 kB | 94/238 kB
Progress (3): 143 kB | 47 kB | 98/238 kB
Progress (3): 143 kB | 47 kB | 102/238 kB
Progress (3): 143 kB | 47 kB | 106/238 kB
Progress (3): 143 kB | 47 kB | 110/238 kB
Progress (3): 143 kB | 47 kB | 114/238 kB
Progress (3): 143 kB | 47 kB | 118/238 kB
Progress (3): 143 kB | 47 kB | 122/238 kB
Progress (3): 143 kB | 47 kB | 126/238 kB
Progress (3): 143 kB | 47 kB | 131/238 kB
Progress (3): 143 kB | 47 kB | 135/238 kB
Progress (3): 143 kB | 47 kB | 139/238 kB
Progress (3): 143 kB | 47 kB | 143/238 kB
Progress (3): 143 kB | 47 kB | 147/238 kB
Progress (3): 143 kB | 47 kB | 151/238 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 91 kB/s)
Progress (2): 143 kB | 155/238 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
Progress (2): 143 kB | 159/238 kB
Progress (2): 143 kB | 163/238 kB
Progress (2): 143 kB | 167/238 kB
Progress (2): 143 kB | 171/238 kB
Progress (2): 143 kB | 176/238 kB
Progress (2): 143 kB | 180/238 kB
Progress (2): 143 kB | 184/238 kB
Progress (2): 143 kB | 188/238 kB
Progress (2): 143 kB | 192/238 kB
Progress (2): 143 kB | 196/238 kB
Progress (2): 143 kB | 200/238 kB
Progress (2): 143 kB | 204/238 kB
Progress (2): 143 kB | 208/238 kB
Progress (2): 143 kB | 212/238 kB
Progress (2): 143 kB | 217/238 kB
Progress (2): 143 kB | 221/238 kB
Progress (2): 143 kB | 225/238 kB
Progress (2): 143 kB | 229/238 kB
Progress (2): 143 kB | 233/238 kB
Progress (2): 143 kB | 237/238 kB
Progress (2): 143 kB | 238 kB    
Progress (3): 143 kB | 238 kB | 4.1/134 kB
Progress (3): 143 kB | 238 kB | 7.7/134 kB
Progress (3): 143 kB | 238 kB | 12/134 kB 
Progress (3): 143 kB | 238 kB | 16/134 kB
Progress (3): 143 kB | 238 kB | 20/134 kB
Progress (3): 143 kB | 238 kB | 24/134 kB
Progress (3): 143 kB | 238 kB | 28/134 kB
Progress (3): 143 kB | 238 kB | 32/134 kB
Progress (3): 143 kB | 238 kB | 36/134 kB
Progress (3): 143 kB | 238 kB | 40/134 kB
Progress (3): 143 kB | 238 kB | 45/134 kB
Progress (3): 143 kB | 238 kB | 49/134 kB
Progress (3): 143 kB | 238 kB | 53/134 kB
Progress (3): 143 kB | 238 kB | 57/134 kB
Progress (3): 143 kB | 238 kB | 61/134 kB
Progress (3): 143 kB | 238 kB | 65/134 kB
Progress (3): 143 kB | 238 kB | 69/134 kB
Progress (3): 143 kB | 238 kB | 73/134 kB
Progress (3): 143 kB | 238 kB | 77/134 kB
Progress (3): 143 kB | 238 kB | 81/134 kB
Progress (3): 143 kB | 238 kB | 85/134 kB
Progress (3): 143 kB | 238 kB | 90/134 kB
Progress (3): 143 kB | 238 kB | 94/134 kB
Progress (3): 143 kB | 238 kB | 98/134 kB
Progress (3): 143 kB | 238 kB | 102/134 kB
Progress (3): 143 kB | 238 kB | 106/134 kB
Progress (3): 143 kB | 238 kB | 110/134 kB
Progress (3): 143 kB | 238 kB | 114/134 kB
Progress (3): 143 kB | 238 kB | 118/134 kB
Progress (3): 143 kB | 238 kB | 122/134 kB
Progress (3): 143 kB | 238 kB | 126/134 kB
Progress (3): 143 kB | 238 kB | 131/134 kB
Progress (3): 143 kB | 238 kB | 134 kB    
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.jar (238 kB at 442 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 246 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.jar (143 kB at 260 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar
Progress (1): 4.1/209 kB
Progress (1): 7.7/209 kB
Progress (1): 12/209 kB 
Progress (1): 16/209 kB
Progress (2): 16/209 kB | 4.1/52 kB
Progress (2): 16/209 kB | 7.7/52 kB
Progress (2): 20/209 kB | 7.7/52 kB
Progress (2): 20/209 kB | 12/52 kB 
Progress (2): 24/209 kB | 12/52 kB
Progress (2): 24/209 kB | 16/52 kB
Progress (2): 28/209 kB | 16/52 kB
Progress (2): 32/209 kB | 16/52 kB
Progress (2): 32/209 kB | 20/52 kB
Progress (2): 32/209 kB | 24/52 kB
Progress (2): 32/209 kB | 28/52 kB
Progress (2): 32/209 kB | 32/52 kB
Progress (2): 36/209 kB | 32/52 kB
Progress (2): 40/209 kB | 32/52 kB
Progress (3): 40/209 kB | 32/52 kB | 4.1/358 kB
Progress (3): 40/209 kB | 36/52 kB | 4.1/358 kB
Progress (3): 45/209 kB | 36/52 kB | 4.1/358 kB
Progress (3): 45/209 kB | 40/52 kB | 4.1/358 kB
Progress (3): 45/209 kB | 40/52 kB | 7.7/358 kB
Progress (3): 45/209 kB | 45/52 kB | 7.7/358 kB
Progress (3): 49/209 kB | 45/52 kB | 7.7/358 kB
Progress (3): 49/209 kB | 49/52 kB | 7.7/358 kB
Progress (3): 49/209 kB | 49/52 kB | 12/358 kB 
Progress (3): 49/209 kB | 52 kB | 12/358 kB   
Progress (3): 49/209 kB | 52 kB | 16/358 kB
Progress (3): 53/209 kB | 52 kB | 16/358 kB
Progress (3): 57/209 kB | 52 kB | 16/358 kB
Progress (3): 57/209 kB | 52 kB | 20/358 kB
Progress (3): 61/209 kB | 52 kB | 20/358 kB
Progress (3): 61/209 kB | 52 kB | 24/358 kB
Progress (3): 65/209 kB | 52 kB | 24/358 kB
Progress (3): 65/209 kB | 52 kB | 28/358 kB
Progress (3): 65/209 kB | 52 kB | 32/358 kB
Progress (4): 65/209 kB | 52 kB | 32/358 kB | 4.1/45 kB
Progress (4): 65/209 kB | 52 kB | 36/358 kB | 4.1/45 kB
Progress (4): 69/209 kB | 52 kB | 36/358 kB | 4.1/45 kB
Progress (4): 69/209 kB | 52 kB | 36/358 kB | 7.7/45 kB
Progress (4): 73/209 kB | 52 kB | 36/358 kB | 7.7/45 kB
Progress (4): 73/209 kB | 52 kB | 40/358 kB | 7.7/45 kB
Progress (4): 77/209 kB | 52 kB | 40/358 kB | 7.7/45 kB
Progress (4): 77/209 kB | 52 kB | 40/358 kB | 12/45 kB 
Progress (4): 81/209 kB | 52 kB | 40/358 kB | 12/45 kB
Progress (4): 81/209 kB | 52 kB | 45/358 kB | 12/45 kB
Progress (4): 81/209 kB | 52 kB | 45/358 kB | 16/45 kB
Progress (4): 81/209 kB | 52 kB | 49/358 kB | 16/45 kB
Progress (4): 81/209 kB | 52 kB | 49/358 kB | 20/45 kB
Progress (4): 81/209 kB | 52 kB | 53/358 kB | 20/45 kB
Progress (4): 81/209 kB | 52 kB | 53/358 kB | 24/45 kB
Progress (4): 81/209 kB | 52 kB | 57/358 kB | 24/45 kB
Progress (4): 85/209 kB | 52 kB | 57/358 kB | 24/45 kB
Progress (4): 85/209 kB | 52 kB | 61/358 kB | 24/45 kB
Progress (4): 85/209 kB | 52 kB | 61/358 kB | 28/45 kB
Progress (4): 85/209 kB | 52 kB | 65/358 kB | 28/45 kB
Progress (4): 90/209 kB | 52 kB | 65/358 kB | 28/45 kB
Progress (4): 90/209 kB | 52 kB | 65/358 kB | 32/45 kB
Progress (4): 94/209 kB | 52 kB | 65/358 kB | 32/45 kB
Progress (4): 98/209 kB | 52 kB | 65/358 kB | 32/45 kB
Progress (4): 98/209 kB | 52 kB | 69/358 kB | 32/45 kB
Progress (4): 98/209 kB | 52 kB | 69/358 kB | 36/45 kB
Progress (4): 98/209 kB | 52 kB | 73/358 kB | 36/45 kB
Progress (5): 98/209 kB | 52 kB | 73/358 kB | 36/45 kB | 4.1/502 kB
Progress (5): 98/209 kB | 52 kB | 77/358 kB | 36/45 kB | 4.1/502 kB
Progress (5): 98/209 kB | 52 kB | 77/358 kB | 40/45 kB | 4.1/502 kB
Progress (5): 98/209 kB | 52 kB | 81/358 kB | 40/45 kB | 4.1/502 kB
Progress (5): 98/209 kB | 52 kB | 81/358 kB | 40/45 kB | 7.7/502 kB
Progress (5): 98/209 kB | 52 kB | 81/358 kB | 45/45 kB | 7.7/502 kB
Progress (5): 102/209 kB | 52 kB | 81/358 kB | 45/45 kB | 7.7/502 kB
Progress (5): 102/209 kB | 52 kB | 81/358 kB | 45 kB | 7.7/502 kB   
Progress (5): 102/209 kB | 52 kB | 81/358 kB | 45 kB | 12/502 kB 
Progress (5): 102/209 kB | 52 kB | 85/358 kB | 45 kB | 12/502 kB
Progress (5): 106/209 kB | 52 kB | 85/358 kB | 45 kB | 12/502 kB
Progress (5): 106/209 kB | 52 kB | 90/358 kB | 45 kB | 12/502 kB
Progress (5): 106/209 kB | 52 kB | 90/358 kB | 45 kB | 16/502 kB
Progress (5): 106/209 kB | 52 kB | 94/358 kB | 45 kB | 16/502 kB
Progress (5): 110/209 kB | 52 kB | 94/358 kB | 45 kB | 16/502 kB
Progress (5): 110/209 kB | 52 kB | 98/358 kB | 45 kB | 16/502 kB
Progress (5): 114/209 kB | 52 kB | 98/358 kB | 45 kB | 16/502 kB
Progress (5): 114/209 kB | 52 kB | 98/358 kB | 45 kB | 20/502 kB
Progress (5): 114/209 kB | 52 kB | 98/358 kB | 45 kB | 24/502 kB
Progress (5): 114/209 kB | 52 kB | 102/358 kB | 45 kB | 24/502 kB
Progress (5): 118/209 kB | 52 kB | 102/358 kB | 45 kB | 24/502 kB
Progress (5): 118/209 kB | 52 kB | 102/358 kB | 45 kB | 28/502 kB
Progress (5): 122/209 kB | 52 kB | 102/358 kB | 45 kB | 28/502 kB
Progress (5): 122/209 kB | 52 kB | 106/358 kB | 45 kB | 28/502 kB
Progress (5): 126/209 kB | 52 kB | 106/358 kB | 45 kB | 28/502 kB
Progress (5): 126/209 kB | 52 kB | 106/358 kB | 45 kB | 32/502 kB
Progress (5): 131/209 kB | 52 kB | 106/358 kB | 45 kB | 32/502 kB
Progress (5): 131/209 kB | 52 kB | 110/358 kB | 45 kB | 32/502 kB
Progress (5): 131/209 kB | 52 kB | 114/358 kB | 45 kB | 32/502 kB
Progress (5): 131/209 kB | 52 kB | 114/358 kB | 45 kB | 36/502 kB
Progress (5): 135/209 kB | 52 kB | 114/358 kB | 45 kB | 36/502 kB
Progress (5): 135/209 kB | 52 kB | 114/358 kB | 45 kB | 40/502 kB
Progress (5): 135/209 kB | 52 kB | 118/358 kB | 45 kB | 40/502 kB
Progress (5): 139/209 kB | 52 kB | 118/358 kB | 45 kB | 40/502 kB
Progress (5): 139/209 kB | 52 kB | 122/358 kB | 45 kB | 40/502 kB
Progress (5): 139/209 kB | 52 kB | 122/358 kB | 45 kB | 45/502 kB
Progress (5): 139/209 kB | 52 kB | 126/358 kB | 45 kB | 45/502 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-4/wagon-provider-api-1.0-beta-4.jar (52 kB at 91 kB/s)
Progress (4): 143/209 kB | 126/358 kB | 45 kB | 45/502 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
Progress (4): 143/209 kB | 131/358 kB | 45 kB | 45/502 kB
Progress (4): 143/209 kB | 131/358 kB | 45 kB | 49/502 kB
Progress (4): 147/209 kB | 131/358 kB | 45 kB | 49/502 kB
Progress (4): 147/209 kB | 135/358 kB | 45 kB | 49/502 kB
Progress (4): 151/209 kB | 135/358 kB | 45 kB | 49/502 kB
Progress (4): 151/209 kB | 135/358 kB | 45 kB | 53/502 kB
Progress (4): 155/209 kB | 135/358 kB | 45 kB | 53/502 kB
Progress (4): 155/209 kB | 139/358 kB | 45 kB | 53/502 kB
Progress (4): 159/209 kB | 139/358 kB | 45 kB | 53/502 kB
Progress (4): 159/209 kB | 139/358 kB | 45 kB | 57/502 kB
Progress (4): 163/209 kB | 139/358 kB | 45 kB | 57/502 kB
Progress (4): 163/209 kB | 143/358 kB | 45 kB | 57/502 kB
Progress (4): 163/209 kB | 143/358 kB | 45 kB | 61/502 kB
Progress (4): 163/209 kB | 147/358 kB | 45 kB | 61/502 kB
Progress (4): 163/209 kB | 147/358 kB | 45 kB | 65/502 kB
Progress (4): 167/209 kB | 147/358 kB | 45 kB | 65/502 kB
Progress (4): 171/209 kB | 147/358 kB | 45 kB | 65/502 kB
Progress (4): 176/209 kB | 147/358 kB | 45 kB | 65/502 kB
Progress (4): 176/209 kB | 151/358 kB | 45 kB | 65/502 kB
Progress (4): 180/209 kB | 151/358 kB | 45 kB | 65/502 kB
Progress (4): 180/209 kB | 155/358 kB | 45 kB | 65/502 kB
Progress (4): 180/209 kB | 155/358 kB | 45 kB | 69/502 kB
Progress (4): 180/209 kB | 159/358 kB | 45 kB | 69/502 kB
Progress (4): 180/209 kB | 159/358 kB | 45 kB | 73/502 kB
Progress (4): 180/209 kB | 163/358 kB | 45 kB | 73/502 kB
Progress (4): 180/209 kB | 163/358 kB | 45 kB | 77/502 kB
Progress (4): 184/209 kB | 163/358 kB | 45 kB | 77/502 kB
Progress (4): 184/209 kB | 163/358 kB | 45 kB | 81/502 kB
Progress (4): 188/209 kB | 163/358 kB | 45 kB | 81/502 kB
Progress (4): 188/209 kB | 167/358 kB | 45 kB | 81/502 kB
Progress (4): 192/209 kB | 167/358 kB | 45 kB | 81/502 kB
Progress (4): 192/209 kB | 171/358 kB | 45 kB | 81/502 kB
Progress (4): 196/209 kB | 171/358 kB | 45 kB | 81/502 kB
Progress (4): 196/209 kB | 176/358 kB | 45 kB | 81/502 kB
Progress (4): 196/209 kB | 180/358 kB | 45 kB | 81/502 kB
Progress (4): 196/209 kB | 180/358 kB | 45 kB | 85/502 kB
Progress (4): 200/209 kB | 180/358 kB | 45 kB | 85/502 kB
Progress (4): 200/209 kB | 180/358 kB | 45 kB | 90/502 kB
Progress (4): 204/209 kB | 180/358 kB | 45 kB | 90/502 kB
Progress (4): 204/209 kB | 180/358 kB | 45 kB | 94/502 kB
Progress (4): 204/209 kB | 184/358 kB | 45 kB | 94/502 kB
Progress (4): 204/209 kB | 184/358 kB | 45 kB | 98/502 kB
Progress (4): 208/209 kB | 184/358 kB | 45 kB | 98/502 kB
Progress (4): 208/209 kB | 188/358 kB | 45 kB | 98/502 kB
Progress (4): 209 kB | 188/358 kB | 45 kB | 98/502 kB    
Progress (4): 209 kB | 192/358 kB | 45 kB | 98/502 kB
Progress (4): 209 kB | 196/358 kB | 45 kB | 98/502 kB
Progress (4): 209 kB | 196/358 kB | 45 kB | 102/502 kB
Progress (4): 209 kB | 196/358 kB | 45 kB | 106/502 kB
Progress (4): 209 kB | 200/358 kB | 45 kB | 106/502 kB
Progress (4): 209 kB | 200/358 kB | 45 kB | 110/502 kB
Progress (4): 209 kB | 204/358 kB | 45 kB | 110/502 kB
Progress (4): 209 kB | 204/358 kB | 45 kB | 114/502 kB
Progress (4): 209 kB | 208/358 kB | 45 kB | 114/502 kB
Progress (4): 209 kB | 212/358 kB | 45 kB | 114/502 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 77 kB/s)
Progress (3): 209 kB | 212/358 kB | 118/502 kB
Progress (3): 209 kB | 217/358 kB | 118/502 kB
Progress (3): 209 kB | 217/358 kB | 122/502 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Progress (3): 209 kB | 217/358 kB | 126/502 kB
Progress (3): 209 kB | 221/358 kB | 126/502 kB
Progress (3): 209 kB | 221/358 kB | 131/502 kB
Progress (3): 209 kB | 225/358 kB | 131/502 kB
Progress (3): 209 kB | 229/358 kB | 131/502 kB
Progress (3): 209 kB | 229/358 kB | 135/502 kB
Progress (3): 209 kB | 233/358 kB | 135/502 kB
Progress (3): 209 kB | 233/358 kB | 139/502 kB
Progress (3): 209 kB | 237/358 kB | 139/502 kB
Progress (3): 209 kB | 237/358 kB | 143/502 kB
Progress (3): 209 kB | 241/358 kB | 143/502 kB
Progress (3): 209 kB | 241/358 kB | 147/502 kB
Progress (3): 209 kB | 245/358 kB | 147/502 kB
Progress (3): 209 kB | 249/358 kB | 147/502 kB
Progress (3): 209 kB | 253/358 kB | 147/502 kB
Progress (3): 209 kB | 253/358 kB | 151/502 kB
Progress (3): 209 kB | 258/358 kB | 151/502 kB
Progress (3): 209 kB | 258/358 kB | 155/502 kB
Progress (3): 209 kB | 262/358 kB | 155/502 kB
Progress (3): 209 kB | 262/358 kB | 159/502 kB
Progress (3): 209 kB | 262/358 kB | 163/502 kB
Progress (3): 209 kB | 266/358 kB | 163/502 kB
Progress (3): 209 kB | 270/358 kB | 163/502 kB
Progress (3): 209 kB | 274/358 kB | 163/502 kB
Progress (3): 209 kB | 278/358 kB | 163/502 kB
Progress (3): 209 kB | 278/358 kB | 167/502 kB
Progress (3): 209 kB | 278/358 kB | 171/502 kB
Progress (3): 209 kB | 282/358 kB | 171/502 kB
Progress (3): 209 kB | 282/358 kB | 176/502 kB
Progress (4): 209 kB | 282/358 kB | 176/502 kB | 4.1/315 kB
Progress (4): 209 kB | 286/358 kB | 176/502 kB | 4.1/315 kB
Progress (4): 209 kB | 286/358 kB | 176/502 kB | 7.7/315 kB
Progress (4): 209 kB | 286/358 kB | 180/502 kB | 7.7/315 kB
Progress (4): 209 kB | 286/358 kB | 180/502 kB | 12/315 kB 
Progress (4): 209 kB | 290/358 kB | 180/502 kB | 12/315 kB
Progress (4): 209 kB | 290/358 kB | 180/502 kB | 16/315 kB
Progress (4): 209 kB | 294/358 kB | 180/502 kB | 16/315 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.jar (209 kB at 357 kB/s)
Progress (3): 294/358 kB | 180/502 kB | 20/315 kB
Progress (3): 298/358 kB | 180/502 kB | 20/315 kB
Progress (3): 298/358 kB | 184/502 kB | 20/315 kB
Progress (3): 303/358 kB | 184/502 kB | 20/315 kB
Progress (3): 303/358 kB | 184/502 kB | 24/315 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar
Progress (3): 303/358 kB | 184/502 kB | 28/315 kB
Progress (3): 307/358 kB | 184/502 kB | 28/315 kB
Progress (3): 307/358 kB | 188/502 kB | 28/315 kB
Progress (3): 311/358 kB | 188/502 kB | 28/315 kB
Progress (3): 311/358 kB | 188/502 kB | 32/315 kB
Progress (3): 311/358 kB | 192/502 kB | 32/315 kB
Progress (3): 311/358 kB | 196/502 kB | 32/315 kB
Progress (3): 315/358 kB | 196/502 kB | 32/315 kB
Progress (3): 315/358 kB | 196/502 kB | 36/315 kB
Progress (3): 319/358 kB | 196/502 kB | 36/315 kB
Progress (3): 319/358 kB | 196/502 kB | 40/315 kB
Progress (3): 323/358 kB | 196/502 kB | 40/315 kB
Progress (3): 323/358 kB | 196/502 kB | 45/315 kB
Progress (3): 323/358 kB | 200/502 kB | 45/315 kB
Progress (3): 327/358 kB | 200/502 kB | 45/315 kB
Progress (3): 327/358 kB | 204/502 kB | 45/315 kB
Progress (3): 327/358 kB | 204/502 kB | 49/315 kB
Progress (3): 327/358 kB | 208/502 kB | 49/315 kB
Progress (3): 327/358 kB | 212/502 kB | 49/315 kB
Progress (3): 331/358 kB | 212/502 kB | 49/315 kB
Progress (3): 335/358 kB | 212/502 kB | 49/315 kB
Progress (3): 335/358 kB | 212/502 kB | 53/315 kB
Progress (3): 339/358 kB | 212/502 kB | 53/315 kB
Progress (3): 339/358 kB | 212/502 kB | 57/315 kB
Progress (3): 344/358 kB | 212/502 kB | 57/315 kB
Progress (3): 344/358 kB | 217/502 kB | 57/315 kB
Progress (4): 344/358 kB | 217/502 kB | 57/315 kB | 4.1/45 kB
Progress (4): 344/358 kB | 221/502 kB | 57/315 kB | 4.1/45 kB
Progress (4): 344/358 kB | 221/502 kB | 61/315 kB | 4.1/45 kB
Progress (4): 344/358 kB | 225/502 kB | 61/315 kB | 4.1/45 kB
Progress (4): 348/358 kB | 225/502 kB | 61/315 kB | 4.1/45 kB
Progress (4): 348/358 kB | 225/502 kB | 61/315 kB | 7.7/45 kB
Progress (4): 352/358 kB | 225/502 kB | 61/315 kB | 7.7/45 kB
Progress (4): 352/358 kB | 229/502 kB | 61/315 kB | 7.7/45 kB
Progress (4): 352/358 kB | 229/502 kB | 65/315 kB | 7.7/45 kB
Progress (4): 356/358 kB | 229/502 kB | 65/315 kB | 7.7/45 kB
Progress (4): 356/358 kB | 229/502 kB | 65/315 kB | 12/45 kB 
Progress (4): 358 kB | 229/502 kB | 65/315 kB | 12/45 kB    
Progress (4): 358 kB | 229/502 kB | 65/315 kB | 16/45 kB
Progress (4): 358 kB | 233/502 kB | 65/315 kB | 16/45 kB
Progress (4): 358 kB | 233/502 kB | 69/315 kB | 16/45 kB
Progress (4): 358 kB | 237/502 kB | 69/315 kB | 16/45 kB
Progress (4): 358 kB | 237/502 kB | 69/315 kB | 20/45 kB
Progress (4): 358 kB | 237/502 kB | 73/315 kB | 20/45 kB
Progress (4): 358 kB | 237/502 kB | 73/315 kB | 24/45 kB
Progress (4): 358 kB | 241/502 kB | 73/315 kB | 24/45 kB
Progress (4): 358 kB | 241/502 kB | 73/315 kB | 28/45 kB
Progress (4): 358 kB | 241/502 kB | 77/315 kB | 28/45 kB
Progress (4): 358 kB | 241/502 kB | 77/315 kB | 32/45 kB
Progress (4): 358 kB | 245/502 kB | 77/315 kB | 32/45 kB
Progress (4): 358 kB | 245/502 kB | 81/315 kB | 32/45 kB
Progress (4): 358 kB | 245/502 kB | 85/315 kB | 32/45 kB
Progress (4): 358 kB | 249/502 kB | 85/315 kB | 32/45 kB
Progress (4): 358 kB | 249/502 kB | 90/315 kB | 32/45 kB
Progress (4): 358 kB | 253/502 kB | 90/315 kB | 32/45 kB
Progress (4): 358 kB | 253/502 kB | 94/315 kB | 32/45 kB
Progress (4): 358 kB | 258/502 kB | 94/315 kB | 32/45 kB
Progress (4): 358 kB | 258/502 kB | 98/315 kB | 32/45 kB
Progress (4): 358 kB | 262/502 kB | 98/315 kB | 32/45 kB
Progress (4): 358 kB | 262/502 kB | 102/315 kB | 32/45 kB
Progress (4): 358 kB | 262/502 kB | 106/315 kB | 32/45 kB
Progress (4): 358 kB | 266/502 kB | 106/315 kB | 32/45 kB
Progress (4): 358 kB | 266/502 kB | 110/315 kB | 32/45 kB
Progress (4): 358 kB | 270/502 kB | 110/315 kB | 32/45 kB
Progress (4): 358 kB | 270/502 kB | 114/315 kB | 32/45 kB
Progress (4): 358 kB | 274/502 kB | 114/315 kB | 32/45 kB
Progress (4): 358 kB | 274/502 kB | 114/315 kB | 36/45 kB
Progress (4): 358 kB | 278/502 kB | 114/315 kB | 36/45 kB
Progress (4): 358 kB | 278/502 kB | 114/315 kB | 40/45 kB
Progress (4): 358 kB | 278/502 kB | 118/315 kB | 40/45 kB
Progress (4): 358 kB | 278/502 kB | 118/315 kB | 45/45 kB
Progress (4): 358 kB | 278/502 kB | 122/315 kB | 45/45 kB
Progress (4): 358 kB | 278/502 kB | 122/315 kB | 45 kB   
Progress (4): 358 kB | 278/502 kB | 126/315 kB | 45 kB
Progress (4): 358 kB | 278/502 kB | 131/315 kB | 45 kB
Progress (4): 358 kB | 282/502 kB | 131/315 kB | 45 kB
Progress (4): 358 kB | 286/502 kB | 131/315 kB | 45 kB
Progress (4): 358 kB | 290/502 kB | 131/315 kB | 45 kB
Progress (4): 358 kB | 290/502 kB | 135/315 kB | 45 kB
Progress (4): 358 kB | 294/502 kB | 135/315 kB | 45 kB
Progress (4): 358 kB | 294/502 kB | 139/315 kB | 45 kB
Progress (4): 358 kB | 294/502 kB | 143/315 kB | 45 kB
Progress (4): 358 kB | 294/502 kB | 147/315 kB | 45 kB
Progress (4): 358 kB | 298/502 kB | 147/315 kB | 45 kB
Progress (4): 358 kB | 298/502 kB | 151/315 kB | 45 kB
Progress (4): 358 kB | 303/502 kB | 151/315 kB | 45 kB
Progress (4): 358 kB | 303/502 kB | 155/315 kB | 45 kB
Progress (4): 358 kB | 307/502 kB | 155/315 kB | 45 kB
Progress (4): 358 kB | 307/502 kB | 159/315 kB | 45 kB
Progress (4): 358 kB | 311/502 kB | 159/315 kB | 45 kB
Progress (4): 358 kB | 311/502 kB | 163/315 kB | 45 kB
Progress (4): 358 kB | 311/502 kB | 167/315 kB | 45 kB
Progress (4): 358 kB | 311/502 kB | 171/315 kB | 45 kB
Progress (4): 358 kB | 315/502 kB | 171/315 kB | 45 kB
Progress (4): 358 kB | 319/502 kB | 171/315 kB | 45 kB
Progress (4): 358 kB | 323/502 kB | 171/315 kB | 45 kB
Progress (4): 358 kB | 327/502 kB | 171/315 kB | 45 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 75 kB/s)
Progress (3): 358 kB | 327/502 kB | 176/315 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Progress (3): 358 kB | 331/502 kB | 176/315 kB
Progress (3): 358 kB | 331/502 kB | 180/315 kB
Progress (3): 358 kB | 335/502 kB | 180/315 kB
Progress (3): 358 kB | 339/502 kB | 180/315 kB
Progress (3): 358 kB | 344/502 kB | 180/315 kB
Progress (3): 358 kB | 344/502 kB | 184/315 kB
Progress (4): 358 kB | 344/502 kB | 184/315 kB | 4.1/520 kB
Progress (4): 358 kB | 344/502 kB | 188/315 kB | 4.1/520 kB
Progress (4): 358 kB | 344/502 kB | 188/315 kB | 7.7/520 kB
Progress (4): 358 kB | 344/502 kB | 192/315 kB | 7.7/520 kB
Progress (4): 358 kB | 344/502 kB | 192/315 kB | 12/520 kB 
Progress (4): 358 kB | 344/502 kB | 196/315 kB | 12/520 kB
Progress (4): 358 kB | 348/502 kB | 196/315 kB | 12/520 kB
Progress (4): 358 kB | 348/502 kB | 196/315 kB | 16/520 kB
Progress (4): 358 kB | 352/502 kB | 196/315 kB | 16/520 kB
Progress (4): 358 kB | 352/502 kB | 200/315 kB | 16/520 kB
Progress (4): 358 kB | 356/502 kB | 200/315 kB | 16/520 kB
Progress (4): 358 kB | 356/502 kB | 204/315 kB | 16/520 kB
Progress (4): 358 kB | 360/502 kB | 204/315 kB | 16/520 kB
Progress (4): 358 kB | 360/502 kB | 204/315 kB | 20/520 kB
Progress (4): 358 kB | 360/502 kB | 208/315 kB | 20/520 kB
Progress (4): 358 kB | 360/502 kB | 208/315 kB | 24/520 kB
Progress (4): 358 kB | 360/502 kB | 212/315 kB | 24/520 kB
Progress (4): 358 kB | 360/502 kB | 212/315 kB | 28/520 kB
Progress (4): 358 kB | 360/502 kB | 212/315 kB | 32/520 kB
Progress (4): 358 kB | 364/502 kB | 212/315 kB | 32/520 kB
Progress (4): 358 kB | 368/502 kB | 212/315 kB | 32/520 kB
Progress (4): 358 kB | 368/502 kB | 217/315 kB | 32/520 kB
Progress (4): 358 kB | 368/502 kB | 217/315 kB | 36/520 kB
Progress (4): 358 kB | 372/502 kB | 217/315 kB | 36/520 kB
Progress (4): 358 kB | 372/502 kB | 217/315 kB | 40/520 kB
Progress (4): 358 kB | 372/502 kB | 221/315 kB | 40/520 kB
Progress (4): 358 kB | 372/502 kB | 221/315 kB | 45/520 kB
Progress (4): 358 kB | 376/502 kB | 221/315 kB | 45/520 kB
Progress (4): 358 kB | 376/502 kB | 221/315 kB | 49/520 kB
Progress (4): 358 kB | 376/502 kB | 225/315 kB | 49/520 kB
Progress (4): 358 kB | 376/502 kB | 229/315 kB | 49/520 kB
Progress (4): 358 kB | 376/502 kB | 229/315 kB | 53/520 kB
Progress (4): 358 kB | 376/502 kB | 229/315 kB | 57/520 kB
Progress (4): 358 kB | 380/502 kB | 229/315 kB | 57/520 kB
Progress (4): 358 kB | 380/502 kB | 233/315 kB | 57/520 kB
Progress (4): 358 kB | 380/502 kB | 233/315 kB | 61/520 kB
Progress (4): 358 kB | 380/502 kB | 237/315 kB | 61/520 kB
Progress (4): 358 kB | 384/502 kB | 237/315 kB | 61/520 kB
Progress (4): 358 kB | 384/502 kB | 241/315 kB | 61/520 kB
Progress (4): 358 kB | 384/502 kB | 241/315 kB | 65/520 kB
Progress (4): 358 kB | 384/502 kB | 245/315 kB | 65/520 kB
Progress (4): 358 kB | 389/502 kB | 245/315 kB | 65/520 kB
Progress (4): 358 kB | 393/502 kB | 245/315 kB | 65/520 kB
Progress (4): 358 kB | 393/502 kB | 245/315 kB | 69/520 kB
Progress (4): 358 kB | 393/502 kB | 249/315 kB | 69/520 kB
Progress (4): 358 kB | 393/502 kB | 249/315 kB | 73/520 kB
Progress (4): 358 kB | 393/502 kB | 253/315 kB | 73/520 kB
Progress (4): 358 kB | 397/502 kB | 253/315 kB | 73/520 kB
Progress (4): 358 kB | 397/502 kB | 253/315 kB | 77/520 kB
Progress (4): 358 kB | 401/502 kB | 253/315 kB | 77/520 kB
Progress (4): 358 kB | 401/502 kB | 258/315 kB | 77/520 kB
Progress (4): 358 kB | 405/502 kB | 258/315 kB | 77/520 kB
Progress (4): 358 kB | 405/502 kB | 258/315 kB | 81/520 kB
Progress (4): 358 kB | 409/502 kB | 258/315 kB | 81/520 kB
Progress (4): 358 kB | 409/502 kB | 262/315 kB | 81/520 kB
Progress (4): 358 kB | 409/502 kB | 262/315 kB | 85/520 kB
Progress (4): 358 kB | 409/502 kB | 262/315 kB | 90/520 kB
Progress (4): 358 kB | 409/502 kB | 266/315 kB | 90/520 kB
Progress (4): 358 kB | 409/502 kB | 266/315 kB | 94/520 kB
Progress (4): 358 kB | 413/502 kB | 266/315 kB | 94/520 kB
Progress (4): 358 kB | 413/502 kB | 270/315 kB | 94/520 kB
Progress (4): 358 kB | 417/502 kB | 270/315 kB | 94/520 kB
Progress (4): 358 kB | 417/502 kB | 270/315 kB | 98/520 kB
Progress (4): 358 kB | 421/502 kB | 270/315 kB | 98/520 kB
Progress (4): 358 kB | 421/502 kB | 274/315 kB | 98/520 kB
Progress (4): 358 kB | 425/502 kB | 274/315 kB | 98/520 kB
Progress (4): 358 kB | 425/502 kB | 278/315 kB | 98/520 kB
Progress (4): 358 kB | 425/502 kB | 278/315 kB | 102/520 kB
Progress (4): 358 kB | 425/502 kB | 278/315 kB | 106/520 kB
Progress (4): 358 kB | 425/502 kB | 278/315 kB | 110/520 kB
Progress (4): 358 kB | 425/502 kB | 278/315 kB | 114/520 kB
Progress (4): 358 kB | 425/502 kB | 282/315 kB | 114/520 kB
Progress (4): 358 kB | 430/502 kB | 282/315 kB | 114/520 kB
Progress (4): 358 kB | 430/502 kB | 286/315 kB | 114/520 kB
Progress (4): 358 kB | 434/502 kB | 286/315 kB | 114/520 kB
Progress (4): 358 kB | 434/502 kB | 286/315 kB | 118/520 kB
Progress (4): 358 kB | 434/502 kB | 290/315 kB | 118/520 kB
Progress (4): 358 kB | 434/502 kB | 290/315 kB | 122/520 kB
Progress (4): 358 kB | 438/502 kB | 290/315 kB | 122/520 kB
Progress (4): 358 kB | 438/502 kB | 290/315 kB | 126/520 kB
Progress (4): 358 kB | 438/502 kB | 294/315 kB | 126/520 kB
Progress (4): 358 kB | 438/502 kB | 294/315 kB | 131/520 kB
Progress (4): 358 kB | 442/502 kB | 294/315 kB | 131/520 kB
Progress (4): 358 kB | 442/502 kB | 298/315 kB | 131/520 kB
Progress (4): 358 kB | 442/502 kB | 298/315 kB | 135/520 kB
Progress (4): 358 kB | 442/502 kB | 303/315 kB | 135/520 kB
Progress (4): 358 kB | 442/502 kB | 303/315 kB | 139/520 kB
Progress (4): 358 kB | 442/502 kB | 307/315 kB | 139/520 kB
Progress (4): 358 kB | 446/502 kB | 307/315 kB | 139/520 kB
Progress (4): 358 kB | 446/502 kB | 307/315 kB | 143/520 kB
Progress (4): 358 kB | 450/502 kB | 307/315 kB | 143/520 kB
Progress (4): 358 kB | 450/502 kB | 311/315 kB | 143/520 kB
Progress (4): 358 kB | 454/502 kB | 311/315 kB | 143/520 kB
Progress (4): 358 kB | 454/502 kB | 311/315 kB | 147/520 kB
Progress (4): 358 kB | 458/502 kB | 311/315 kB | 147/520 kB
Progress (4): 358 kB | 458/502 kB | 315/315 kB | 147/520 kB
Progress (4): 358 kB | 458/502 kB | 315 kB | 147/520 kB    
Progress (4): 358 kB | 458/502 kB | 315 kB | 151/520 kB
Progress (4): 358 kB | 458/502 kB | 315 kB | 155/520 kB
Progress (4): 358 kB | 458/502 kB | 315 kB | 159/520 kB
Progress (4): 358 kB | 462/502 kB | 315 kB | 159/520 kB
Progress (4): 358 kB | 462/502 kB | 315 kB | 163/520 kB
Progress (4): 358 kB | 466/502 kB | 315 kB | 163/520 kB
Progress (4): 358 kB | 471/502 kB | 315 kB | 163/520 kB
Progress (4): 358 kB | 475/502 kB | 315 kB | 163/520 kB
Progress (4): 358 kB | 475/502 kB | 315 kB | 167/520 kB
Progress (4): 358 kB | 475/502 kB | 315 kB | 171/520 kB
Progress (4): 358 kB | 475/502 kB | 315 kB | 176/520 kB
Progress (4): 358 kB | 475/502 kB | 315 kB | 180/520 kB
Progress (4): 358 kB | 479/502 kB | 315 kB | 180/520 kB
Progress (4): 358 kB | 479/502 kB | 315 kB | 184/520 kB
Progress (4): 358 kB | 483/502 kB | 315 kB | 184/520 kB
Progress (4): 358 kB | 483/502 kB | 315 kB | 188/520 kB
Progress (4): 358 kB | 487/502 kB | 315 kB | 188/520 kB
Progress (4): 358 kB | 487/502 kB | 315 kB | 192/520 kB
Progress (4): 358 kB | 491/502 kB | 315 kB | 192/520 kB
Progress (4): 358 kB | 491/502 kB | 315 kB | 196/520 kB
Progress (4): 358 kB | 495/502 kB | 315 kB | 196/520 kB
Progress (4): 358 kB | 495/502 kB | 315 kB | 200/520 kB
Progress (4): 358 kB | 499/502 kB | 315 kB | 200/520 kB
Progress (4): 358 kB | 499/502 kB | 315 kB | 204/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 204/520 kB    
Progress (4): 358 kB | 502 kB | 315 kB | 208/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 212/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 217/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 221/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 225/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 229/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 233/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 237/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 241/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 245/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 249/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 253/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 258/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 262/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 266/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 270/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 274/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 278/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 282/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 286/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 290/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 294/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 298/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 303/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 307/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 311/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 315/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 319/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 323/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 327/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 331/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 335/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 339/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 344/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 348/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 352/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 356/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 360/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 364/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 368/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 372/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 376/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 380/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 384/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 389/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 393/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 397/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 401/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 405/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 409/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 413/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 417/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 421/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 425/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 430/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 434/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 438/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 442/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 446/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 450/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 454/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 458/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 462/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 466/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 471/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 475/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 479/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 483/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 487/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 491/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 495/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 499/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 503/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 507/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 511/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 516/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 520/520 kB
Progress (4): 358 kB | 502 kB | 315 kB | 520 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 520 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.jar (502 kB at 729 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar
Progress (3): 315 kB | 520 kB | 4.1/27 kB
Progress (3): 315 kB | 520 kB | 7.7/27 kB
Progress (3): 315 kB | 520 kB | 12/27 kB 
Progress (3): 315 kB | 520 kB | 16/27 kB
Progress (3): 315 kB | 520 kB | 20/27 kB
Progress (3): 315 kB | 520 kB | 24/27 kB
Progress (3): 315 kB | 520 kB | 27 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/wstx-asl/3.2.6/wstx-asl-3.2.6.jar (520 kB at 752 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 38 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
Progress (2): 315 kB | 4.1/47 kB
Progress (2): 315 kB | 7.7/47 kB
Progress (2): 315 kB | 12/47 kB 
Progress (2): 315 kB | 16/47 kB
Progress (2): 315 kB | 20/47 kB
Progress (2): 315 kB | 24/47 kB
Progress (2): 315 kB | 28/47 kB
Progress (2): 315 kB | 32/47 kB
Progress (2): 315 kB | 36/47 kB
Progress (2): 315 kB | 40/47 kB
Progress (2): 315 kB | 45/47 kB
Progress (2): 315 kB | 47 kB   
Progress (3): 315 kB | 47 kB | 4.1/169 kB
Progress (3): 315 kB | 47 kB | 7.7/169 kB
Progress (3): 315 kB | 47 kB | 12/169 kB 
Progress (3): 315 kB | 47 kB | 16/169 kB
Progress (3): 315 kB | 47 kB | 20/169 kB
Progress (3): 315 kB | 47 kB | 24/169 kB
Progress (3): 315 kB | 47 kB | 28/169 kB
Progress (3): 315 kB | 47 kB | 32/169 kB
Progress (3): 315 kB | 47 kB | 36/169 kB
Progress (3): 315 kB | 47 kB | 40/169 kB
Progress (3): 315 kB | 47 kB | 45/169 kB
Progress (3): 315 kB | 47 kB | 49/169 kB
Progress (3): 315 kB | 47 kB | 53/169 kB
Progress (3): 315 kB | 47 kB | 57/169 kB
Progress (3): 315 kB | 47 kB | 61/169 kB
Progress (3): 315 kB | 47 kB | 65/169 kB
Progress (3): 315 kB | 47 kB | 69/169 kB
Progress (3): 315 kB | 47 kB | 73/169 kB
Progress (3): 315 kB | 47 kB | 77/169 kB
Progress (3): 315 kB | 47 kB | 81/169 kB
Progress (3): 315 kB | 47 kB | 85/169 kB
Progress (3): 315 kB | 47 kB | 90/169 kB
Progress (3): 315 kB | 47 kB | 94/169 kB
Progress (3): 315 kB | 47 kB | 98/169 kB
Progress (4): 315 kB | 47 kB | 98/169 kB | 4.1/41 kB
Progress (4): 315 kB | 47 kB | 102/169 kB | 4.1/41 kB
Progress (4): 315 kB | 47 kB | 102/169 kB | 7.7/41 kB
Progress (4): 315 kB | 47 kB | 106/169 kB | 7.7/41 kB
Progress (4): 315 kB | 47 kB | 106/169 kB | 12/41 kB 
Progress (4): 315 kB | 47 kB | 110/169 kB | 12/41 kB
Progress (4): 315 kB | 47 kB | 110/169 kB | 16/41 kB
Progress (4): 315 kB | 47 kB | 114/169 kB | 16/41 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 66 kB/s)
Progress (3): 315 kB | 118/169 kB | 16/41 kB
Progress (3): 315 kB | 118/169 kB | 20/41 kB
Progress (3): 315 kB | 122/169 kB | 20/41 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Progress (3): 315 kB | 126/169 kB | 20/41 kB
Progress (3): 315 kB | 126/169 kB | 24/41 kB
Progress (3): 315 kB | 131/169 kB | 24/41 kB
Progress (3): 315 kB | 131/169 kB | 28/41 kB
Progress (3): 315 kB | 131/169 kB | 32/41 kB
Progress (3): 315 kB | 135/169 kB | 32/41 kB
Progress (3): 315 kB | 135/169 kB | 36/41 kB
Progress (3): 315 kB | 139/169 kB | 36/41 kB
Progress (3): 315 kB | 139/169 kB | 40/41 kB
Progress (3): 315 kB | 143/169 kB | 40/41 kB
Progress (3): 315 kB | 143/169 kB | 41 kB   
Progress (3): 315 kB | 147/169 kB | 41 kB
Progress (4): 315 kB | 147/169 kB | 41 kB | 4.1/4.2 kB
Progress (4): 315 kB | 147/169 kB | 41 kB | 4.2 kB    
Progress (4): 315 kB | 151/169 kB | 41 kB | 4.2 kB
Progress (4): 315 kB | 155/169 kB | 41 kB | 4.2 kB
Progress (4): 315 kB | 159/169 kB | 41 kB | 4.2 kB
Progress (4): 315 kB | 163/169 kB | 41 kB | 4.2 kB
Progress (4): 315 kB | 167/169 kB | 41 kB | 4.2 kB
Progress (4): 315 kB | 169 kB | 41 kB | 4.2 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 5.9 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (4): 315 kB | 169 kB | 41 kB | 4.1/13 kB
Progress (4): 315 kB | 169 kB | 41 kB | 7.7/13 kB
Progress (4): 315 kB | 169 kB | 41 kB | 12/13 kB 
Progress (4): 315 kB | 169 kB | 41 kB | 13 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 57 kB/s)
Progress (4): 315 kB | 169 kB | 13 kB | 4.1/36 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar
Progress (4): 315 kB | 169 kB | 13 kB | 7.7/36 kB
Progress (4): 315 kB | 169 kB | 13 kB | 12/36 kB 
Progress (4): 315 kB | 169 kB | 13 kB | 16/36 kB
Progress (4): 315 kB | 169 kB | 13 kB | 20/36 kB
Progress (4): 315 kB | 169 kB | 13 kB | 24/36 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project-builder/3.0-alpha-2/maven-project-builder-3.0-alpha-2.jar (169 kB at 234 kB/s)
Progress (3): 315 kB | 13 kB | 28/36 kB
Progress (3): 315 kB | 13 kB | 32/36 kB
Progress (3): 315 kB | 13 kB | 36 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/model-builder/1.3/model-builder-1.3.jar (36 kB at 49 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar
Progress (3): 315 kB | 13 kB | 4.1/451 kB
Progress (3): 315 kB | 13 kB | 7.7/451 kB
Progress (3): 315 kB | 13 kB | 12/451 kB 
Progress (3): 315 kB | 13 kB | 16/451 kB
Progress (4): 315 kB | 13 kB | 16/451 kB | 4.1/61 kB
Progress (4): 315 kB | 13 kB | 16/451 kB | 7.7/61 kB
Progress (4): 315 kB | 13 kB | 16/451 kB | 12/61 kB 
Progress (4): 315 kB | 13 kB | 16/451 kB | 16/61 kB
Progress (4): 315 kB | 13 kB | 20/451 kB | 16/61 kB
Progress (4): 315 kB | 13 kB | 24/451 kB | 16/61 kB
Progress (5): 315 kB | 13 kB | 24/451 kB | 16/61 kB | 4.1/53 kB
Progress (5): 315 kB | 13 kB | 24/451 kB | 20/61 kB | 4.1/53 kB
Progress (5): 315 kB | 13 kB | 28/451 kB | 20/61 kB | 4.1/53 kB
Progress (5): 315 kB | 13 kB | 28/451 kB | 24/61 kB | 4.1/53 kB
Progress (5): 315 kB | 13 kB | 28/451 kB | 24/61 kB | 7.7/53 kB
Progress (5): 315 kB | 13 kB | 28/451 kB | 28/61 kB | 7.7/53 kB
Progress (5): 315 kB | 13 kB | 32/451 kB | 28/61 kB | 7.7/53 kB
Progress (5): 315 kB | 13 kB | 32/451 kB | 32/61 kB | 7.7/53 kB
Progress (5): 315 kB | 13 kB | 32/451 kB | 32/61 kB | 12/53 kB 
Progress (5): 315 kB | 13 kB | 32/451 kB | 32/61 kB | 16/53 kB
Progress (5): 315 kB | 13 kB | 36/451 kB | 32/61 kB | 16/53 kB
Progress (5): 315 kB | 13 kB | 40/451 kB | 32/61 kB | 16/53 kB
Progress (5): 315 kB | 13 kB | 45/451 kB | 32/61 kB | 16/53 kB
Progress (5): 315 kB | 13 kB | 45/451 kB | 32/61 kB | 20/53 kB
Progress (5): 315 kB | 13 kB | 49/451 kB | 32/61 kB | 20/53 kB
Progress (5): 315 kB | 13 kB | 49/451 kB | 32/61 kB | 24/53 kB
Progress (5): 315 kB | 13 kB | 49/451 kB | 32/61 kB | 28/53 kB
Progress (5): 315 kB | 13 kB | 49/451 kB | 32/61 kB | 32/53 kB
Progress (5): 315 kB | 13 kB | 53/451 kB | 32/61 kB | 32/53 kB
Progress (5): 315 kB | 13 kB | 57/451 kB | 32/61 kB | 32/53 kB
Progress (5): 315 kB | 13 kB | 61/451 kB | 32/61 kB | 32/53 kB
Progress (5): 315 kB | 13 kB | 61/451 kB | 32/61 kB | 36/53 kB
Progress (5): 315 kB | 13 kB | 65/451 kB | 32/61 kB | 36/53 kB
Progress (5): 315 kB | 13 kB | 65/451 kB | 32/61 kB | 40/53 kB
Progress (5): 315 kB | 13 kB | 65/451 kB | 32/61 kB | 45/53 kB
Progress (5): 315 kB | 13 kB | 65/451 kB | 32/61 kB | 49/53 kB
Progress (5): 315 kB | 13 kB | 69/451 kB | 32/61 kB | 49/53 kB
Progress (5): 315 kB | 13 kB | 69/451 kB | 32/61 kB | 53/53 kB
Progress (5): 315 kB | 13 kB | 73/451 kB | 32/61 kB | 53/53 kB
Progress (5): 315 kB | 13 kB | 73/451 kB | 32/61 kB | 53 kB   
Progress (5): 315 kB | 13 kB | 77/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 81/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 85/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 90/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 94/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 98/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 102/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 106/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 110/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 114/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 118/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 122/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 126/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 131/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 135/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 139/451 kB | 32/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 139/451 kB | 36/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 143/451 kB | 36/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 143/451 kB | 40/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 147/451 kB | 40/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 147/451 kB | 45/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 147/451 kB | 49/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 151/451 kB | 49/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 151/451 kB | 53/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 155/451 kB | 53/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 155/451 kB | 57/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 159/451 kB | 57/61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 159/451 kB | 61 kB | 53 kB   
Progress (5): 315 kB | 13 kB | 163/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 167/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 171/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 176/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 180/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 184/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 188/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 192/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 196/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 200/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 204/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 208/451 kB | 61 kB | 53 kB
Progress (5): 315 kB | 13 kB | 212/451 kB | 61 kB | 53 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-asm/3.1.3.RELEASE/spring-asm-3.1.3.RELEASE.jar (53 kB at 68 kB/s)
Progress (4): 315 kB | 13 kB | 217/451 kB | 61 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar
Progress (4): 315 kB | 13 kB | 221/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 225/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 229/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 233/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 237/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 241/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 245/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 249/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 253/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 258/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 262/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 266/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 270/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 274/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 278/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 282/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 286/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 290/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 294/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 298/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 303/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 307/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 311/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 315/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 319/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 323/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 327/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 331/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 335/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 339/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 344/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 348/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 352/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 356/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 360/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 364/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 368/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 372/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 376/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 380/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 384/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 389/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 393/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 397/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 401/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 405/451 kB | 61 kB
Progress (4): 315 kB | 13 kB | 409/451 kB | 61 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 77 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar
Progress (3): 315 kB | 13 kB | 413/451 kB
Progress (3): 315 kB | 13 kB | 417/451 kB
Progress (3): 315 kB | 13 kB | 421/451 kB
Progress (3): 315 kB | 13 kB | 425/451 kB
Progress (3): 315 kB | 13 kB | 430/451 kB
Progress (3): 315 kB | 13 kB | 434/451 kB
Progress (3): 315 kB | 13 kB | 438/451 kB
Progress (3): 315 kB | 13 kB | 442/451 kB
Progress (3): 315 kB | 13 kB | 446/451 kB
Progress (3): 315 kB | 13 kB | 450/451 kB
Progress (3): 315 kB | 13 kB | 451 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.1.3.RELEASE/spring-core-3.1.3.RELEASE.jar (451 kB at 566 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 395 kB/s)
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 17 kB/s)
Progress (1): 4.1/60 kB
Progress (1): 7.7/60 kB
Progress (1): 12/60 kB 
Progress (1): 16/60 kB
Progress (1): 20/60 kB
Progress (1): 24/60 kB
Progress (1): 28/60 kB
Progress (1): 32/60 kB
Progress (1): 36/60 kB
Progress (1): 40/60 kB
Progress (1): 45/60 kB
Progress (1): 49/60 kB
Progress (1): 53/60 kB
Progress (1): 57/60 kB
Progress (1): 60 kB   
Progress (2): 60 kB | 4.1/108 kB
Progress (2): 60 kB | 7.7/108 kB
Progress (2): 60 kB | 12/108 kB 
Progress (2): 60 kB | 16/108 kB
Progress (2): 60 kB | 20/108 kB
Progress (2): 60 kB | 24/108 kB
Progress (2): 60 kB | 28/108 kB
Progress (2): 60 kB | 32/108 kB
Progress (2): 60 kB | 36/108 kB
Progress (2): 60 kB | 40/108 kB
Progress (2): 60 kB | 45/108 kB
Progress (2): 60 kB | 49/108 kB
Progress (2): 60 kB | 53/108 kB
Progress (2): 60 kB | 57/108 kB
Progress (2): 60 kB | 61/108 kB
Progress (2): 60 kB | 65/108 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mycila/mycila-xmltool/4.4.ga/mycila-xmltool-4.4.ga.jar (60 kB at 73 kB/s)
Progress (1): 69/108 kB
Progress (1): 73/108 kB
Progress (1): 77/108 kB
Progress (1): 81/108 kB
Progress (1): 85/108 kB
Progress (1): 90/108 kB
Progress (1): 94/108 kB
Progress (1): 98/108 kB
Progress (1): 102/108 kB
Progress (1): 106/108 kB
Progress (1): 108 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.2/commons-pool2-2.2.jar (108 kB at 128 kB/s)
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] ------------------< org.polarsys.esf:esf-infra.core >-------------------
[INFO] Building ESF Core 0.7.0-SNAPSHOT                                  [2/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --------------< org.polarsys.esf:esf-infra.core.diagram >---------------
[INFO] Building ESF Diagram 0.7.0-SNAPSHOT                               [3/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.diagram ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.diagram ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.common >------------
[INFO] Building org.polarsys.esf.core.common 0.7.0-SNAPSHOT              [4/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.common ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.common ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common ---
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 68 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloading from eclipse.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 77 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 80 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 477 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloading from eclipse.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 96 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from eclipse.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 9.3 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from eclipse.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 97 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
Progress (1): 998 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 43 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Progress (1): 4.1 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 343 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloading from eclipse.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 87 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading from eclipse.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 37 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloading from eclipse.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 40 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloading from eclipse.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 21 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 48 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 53 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading from eclipse.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 192 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloading from eclipse.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 22 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloading from eclipse.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 37 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloading from eclipse.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 39 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloading from eclipse.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 9.4 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloading from eclipse.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 95 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloading from eclipse.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 23 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloading from eclipse.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 73 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloading from eclipse.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 29 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading from eclipse.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 114 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloading from eclipse.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 31 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloading from eclipse.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 98 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 101 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
Progress (1): 4.1 kB
Progress (1): 4.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 145 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Progress (1): 4.1 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 445 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Progress (1): 4.1 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 298 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Progress (1): 889 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 18 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 77 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Progress (1): 4.1 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 448 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Progress (1): 890 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 8.1 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 84 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-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-core/2.0.6/maven-core-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Progress (1): 4.1/57 kB
Progress (1): 7.7/57 kB
Progress (1): 12/57 kB 
Progress (1): 16/57 kB
Progress (1): 20/57 kB
Progress (1): 24/57 kB
Progress (1): 28/57 kB
Progress (1): 32/57 kB
Progress (1): 36/57 kB
Progress (1): 40/57 kB
Progress (1): 45/57 kB
Progress (1): 49/57 kB
Progress (1): 53/57 kB
Progress (1): 57 kB   
Progress (2): 57 kB | 4.1/29 kB
Progress (2): 57 kB | 7.7/29 kB
Progress (2): 57 kB | 12/29 kB 
Progress (2): 57 kB | 16/29 kB
Progress (2): 57 kB | 20/29 kB
Progress (2): 57 kB | 24/29 kB
Progress (2): 57 kB | 28/29 kB
Progress (2): 57 kB | 29 kB   
Progress (3): 57 kB | 29 kB | 4.1/35 kB
Progress (3): 57 kB | 29 kB | 7.7/35 kB
Progress (3): 57 kB | 29 kB | 12/35 kB 
Progress (3): 57 kB | 29 kB | 16/35 kB
Progress (3): 57 kB | 29 kB | 20/35 kB
Progress (3): 57 kB | 29 kB | 24/35 kB
Progress (3): 57 kB | 29 kB | 28/35 kB
Progress (3): 57 kB | 29 kB | 32/35 kB
Progress (3): 57 kB | 29 kB | 35 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.5 MB/s)
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 (3): 29 kB | 35 kB | 4.1/116 kB
Progress (3): 29 kB | 35 kB | 7.7/116 kB
Progress (3): 29 kB | 35 kB | 12/116 kB 
Progress (3): 29 kB | 35 kB | 16/116 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 723 kB/s)
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): 35 kB | 20/116 kB
Progress (2): 35 kB | 24/116 kB
Progress (2): 35 kB | 28/116 kB
Progress (2): 35 kB | 32/116 kB
Progress (2): 35 kB | 36/116 kB
Progress (3): 35 kB | 36/116 kB | 4.1/152 kB
Progress (3): 35 kB | 40/116 kB | 4.1/152 kB
Progress (3): 35 kB | 40/116 kB | 7.7/152 kB
Progress (3): 35 kB | 45/116 kB | 7.7/152 kB
Progress (3): 35 kB | 45/116 kB | 12/152 kB 
Progress (3): 35 kB | 49/116 kB | 12/152 kB
Progress (3): 35 kB | 49/116 kB | 16/152 kB
Progress (3): 35 kB | 53/116 kB | 16/152 kB
Progress (3): 35 kB | 53/116 kB | 20/152 kB
Progress (3): 35 kB | 57/116 kB | 20/152 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 839 kB/s)
Progress (2): 61/116 kB | 20/152 kB
Progress (2): 61/116 kB | 24/152 kB
Progress (2): 65/116 kB | 24/152 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 (2): 69/116 kB | 24/152 kB
Progress (2): 69/116 kB | 28/152 kB
Progress (2): 73/116 kB | 28/152 kB
Progress (2): 73/116 kB | 32/152 kB
Progress (2): 77/116 kB | 32/152 kB
Progress (2): 81/116 kB | 32/152 kB
Progress (2): 81/116 kB | 36/152 kB
Progress (2): 85/116 kB | 36/152 kB
Progress (2): 85/116 kB | 40/152 kB
Progress (2): 90/116 kB | 40/152 kB
Progress (2): 90/116 kB | 45/152 kB
Progress (2): 94/116 kB | 45/152 kB
Progress (2): 94/116 kB | 49/152 kB
Progress (2): 98/116 kB | 49/152 kB
Progress (2): 102/116 kB | 49/152 kB
Progress (2): 102/116 kB | 53/152 kB
Progress (2): 106/116 kB | 53/152 kB
Progress (2): 106/116 kB | 57/152 kB
Progress (2): 110/116 kB | 57/152 kB
Progress (2): 110/116 kB | 61/152 kB
Progress (2): 114/116 kB | 61/152 kB
Progress (2): 114/116 kB | 65/152 kB
Progress (2): 116 kB | 65/152 kB    
Progress (2): 116 kB | 69/152 kB
Progress (2): 116 kB | 73/152 kB
Progress (2): 116 kB | 77/152 kB
Progress (2): 116 kB | 81/152 kB
Progress (2): 116 kB | 85/152 kB
Progress (2): 116 kB | 90/152 kB
Progress (2): 116 kB | 94/152 kB
Progress (2): 116 kB | 98/152 kB
Progress (2): 116 kB | 102/152 kB
Progress (3): 116 kB | 102/152 kB | 4.1/21 kB
Progress (3): 116 kB | 106/152 kB | 4.1/21 kB
Progress (3): 116 kB | 106/152 kB | 7.7/21 kB
Progress (3): 116 kB | 110/152 kB | 7.7/21 kB
Progress (3): 116 kB | 110/152 kB | 12/21 kB 
Progress (3): 116 kB | 114/152 kB | 12/21 kB
Progress (3): 116 kB | 114/152 kB | 16/21 kB
Progress (3): 116 kB | 114/152 kB | 20/21 kB
Progress (3): 116 kB | 118/152 kB | 20/21 kB
Progress (3): 116 kB | 118/152 kB | 21 kB   
Progress (3): 116 kB | 122/152 kB | 21 kB
Progress (3): 116 kB | 126/152 kB | 21 kB
Progress (3): 116 kB | 131/152 kB | 21 kB
Progress (3): 116 kB | 135/152 kB | 21 kB
Progress (4): 116 kB | 135/152 kB | 21 kB | 4.1/9.9 kB
Progress (4): 116 kB | 139/152 kB | 21 kB | 4.1/9.9 kB
Progress (4): 116 kB | 139/152 kB | 21 kB | 7.7/9.9 kB
Progress (4): 116 kB | 143/152 kB | 21 kB | 7.7/9.9 kB
Progress (4): 116 kB | 143/152 kB | 21 kB | 9.9 kB    
Progress (4): 116 kB | 147/152 kB | 21 kB | 9.9 kB
Progress (4): 116 kB | 151/152 kB | 21 kB | 9.9 kB
Progress (4): 116 kB | 152 kB | 21 kB | 9.9 kB    
Progress (5): 116 kB | 152 kB | 21 kB | 9.9 kB | 4.1/5.9 kB
Progress (5): 116 kB | 152 kB | 21 kB | 9.9 kB | 5.9 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 2.2 MB/s)
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
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 371 kB/s)
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
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 174 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.6 MB/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
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 42 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
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
Progress (2): 14 kB | 4.1/30 kB
Progress (2): 14 kB | 7.7/30 kB
Progress (2): 14 kB | 12/30 kB 
Progress (2): 14 kB | 16/30 kB
Progress (3): 14 kB | 16/30 kB | 4.1/13 kB
Progress (3): 14 kB | 16/30 kB | 7.7/13 kB
Progress (3): 14 kB | 20/30 kB | 7.7/13 kB
Progress (3): 14 kB | 20/30 kB | 12/13 kB 
Progress (3): 14 kB | 24/30 kB | 12/13 kB
Progress (3): 14 kB | 24/30 kB | 13 kB   
Progress (4): 14 kB | 24/30 kB | 13 kB | 4.1/24 kB
Progress (4): 14 kB | 28/30 kB | 13 kB | 4.1/24 kB
Progress (4): 14 kB | 28/30 kB | 13 kB | 7.7/24 kB
Progress (4): 14 kB | 30 kB | 13 kB | 7.7/24 kB   
Progress (4): 14 kB | 30 kB | 13 kB | 12/24 kB 
Progress (4): 14 kB | 30 kB | 13 kB | 16/24 kB
Progress (4): 14 kB | 30 kB | 13 kB | 20/24 kB
Progress (4): 14 kB | 30 kB | 13 kB | 24/24 kB
Progress (4): 14 kB | 30 kB | 13 kB | 24 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 84 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 183 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 80 kB/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 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (1): 20/38 kB
Progress (1): 24/38 kB
Progress (1): 28/38 kB
Progress (1): 32/38 kB
Progress (1): 36/38 kB
Progress (1): 38 kB   
Progress (2): 38 kB | 4.1/49 kB
Progress (2): 38 kB | 7.7/49 kB
Progress (2): 38 kB | 12/49 kB 
Progress (2): 38 kB | 16/49 kB
Progress (3): 38 kB | 16/49 kB | 4.1/86 kB
Progress (3): 38 kB | 20/49 kB | 4.1/86 kB
Progress (3): 38 kB | 20/49 kB | 7.7/86 kB
Progress (3): 38 kB | 24/49 kB | 7.7/86 kB
Progress (3): 38 kB | 24/49 kB | 12/86 kB 
Progress (3): 38 kB | 28/49 kB | 12/86 kB
Progress (3): 38 kB | 28/49 kB | 16/86 kB
Progress (3): 38 kB | 32/49 kB | 16/86 kB
Progress (3): 38 kB | 32/49 kB | 20/86 kB
Progress (3): 38 kB | 36/49 kB | 20/86 kB
Progress (3): 38 kB | 36/49 kB | 24/86 kB
Progress (3): 38 kB | 40/49 kB | 24/86 kB
Progress (3): 38 kB | 40/49 kB | 28/86 kB
Progress (3): 38 kB | 45/49 kB | 28/86 kB
Progress (3): 38 kB | 45/49 kB | 32/86 kB
Progress (3): 38 kB | 49/49 kB | 32/86 kB
Progress (3): 38 kB | 49 kB | 32/86 kB   
Progress (3): 38 kB | 49 kB | 36/86 kB
Progress (3): 38 kB | 49 kB | 40/86 kB
Progress (3): 38 kB | 49 kB | 45/86 kB
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 209 kB/s)
Progress (3): 49 kB | 45/86 kB | 4.1/37 kB
Progress (3): 49 kB | 49/86 kB | 4.1/37 kB
Progress (3): 49 kB | 49/86 kB | 7.7/37 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Progress (3): 49 kB | 49/86 kB | 12/37 kB
Progress (3): 49 kB | 49/86 kB | 16/37 kB
Progress (3): 49 kB | 53/86 kB | 16/37 kB
Progress (3): 49 kB | 57/86 kB | 16/37 kB
Progress (3): 49 kB | 61/86 kB | 16/37 kB
Progress (3): 49 kB | 65/86 kB | 16/37 kB
Progress (3): 49 kB | 65/86 kB | 20/37 kB
Progress (3): 49 kB | 65/86 kB | 24/37 kB
Progress (4): 49 kB | 65/86 kB | 24/37 kB | 4.1/87 kB
Progress (4): 49 kB | 65/86 kB | 28/37 kB | 4.1/87 kB
Progress (4): 49 kB | 65/86 kB | 28/37 kB | 7.7/87 kB
Progress (4): 49 kB | 69/86 kB | 28/37 kB | 7.7/87 kB
Progress (4): 49 kB | 69/86 kB | 28/37 kB | 12/87 kB 
Progress (4): 49 kB | 69/86 kB | 32/37 kB | 12/87 kB
Progress (4): 49 kB | 69/86 kB | 32/37 kB | 16/87 kB
Progress (4): 49 kB | 73/86 kB | 32/37 kB | 16/87 kB
Progress (4): 49 kB | 73/86 kB | 36/37 kB | 16/87 kB
Progress (4): 49 kB | 77/86 kB | 36/37 kB | 16/87 kB
Progress (4): 49 kB | 77/86 kB | 37 kB | 16/87 kB   
Progress (4): 49 kB | 81/86 kB | 37 kB | 16/87 kB
Progress (4): 49 kB | 81/86 kB | 37 kB | 20/87 kB
Progress (4): 49 kB | 81/86 kB | 37 kB | 24/87 kB
Progress (4): 49 kB | 81/86 kB | 37 kB | 28/87 kB
Progress (4): 49 kB | 85/86 kB | 37 kB | 28/87 kB
Progress (4): 49 kB | 85/86 kB | 37 kB | 32/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 32/87 kB   
Progress (4): 49 kB | 86 kB | 37 kB | 36/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 40/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 45/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 49/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 53/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 57/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 61/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 65/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 69/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 73/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 77/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 81/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 85/87 kB
Progress (4): 49 kB | 86 kB | 37 kB | 87 kB   
Progress (5): 49 kB | 86 kB | 37 kB | 87 kB | 4.1/10 kB
Progress (5): 49 kB | 86 kB | 37 kB | 87 kB | 7.7/10 kB
Progress (5): 49 kB | 86 kB | 37 kB | 87 kB | 10 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 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 446 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Progress (4): 49 kB | 86 kB | 10 kB | 4.1/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 7.7/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 12/121 kB 
Progress (4): 49 kB | 86 kB | 10 kB | 16/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 20/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 24/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 28/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 32/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 36/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 40/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 45/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 49/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 53/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 57/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 61/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 65/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 69/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 73/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 77/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 81/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 85/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 90/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 94/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 98/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 102/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 106/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 110/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 114/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 118/121 kB
Progress (4): 49 kB | 86 kB | 10 kB | 121 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 49 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
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 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
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 163 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Progress (2): 121 kB | 4.1/194 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 228 kB/s)
Progress (1): 7.7/194 kB
                        
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): 12/194 kB
Progress (1): 16/194 kB
Progress (1): 20/194 kB
Progress (1): 24/194 kB
Progress (1): 28/194 kB
Progress (1): 32/194 kB
Progress (1): 36/194 kB
Progress (1): 40/194 kB
Progress (1): 45/194 kB
Progress (1): 49/194 kB
Progress (1): 53/194 kB
Progress (1): 57/194 kB
Progress (1): 61/194 kB
Progress (1): 65/194 kB
Progress (1): 69/194 kB
Progress (1): 73/194 kB
Progress (1): 77/194 kB
Progress (1): 81/194 kB
Progress (1): 85/194 kB
Progress (1): 90/194 kB
Progress (1): 94/194 kB
Progress (1): 98/194 kB
Progress (1): 102/194 kB
Progress (1): 106/194 kB
Progress (1): 110/194 kB
Progress (1): 114/194 kB
Progress (1): 118/194 kB
Progress (1): 122/194 kB
Progress (1): 126/194 kB
Progress (1): 131/194 kB
Progress (1): 135/194 kB
Progress (1): 139/194 kB
Progress (1): 143/194 kB
Progress (1): 147/194 kB
Progress (1): 151/194 kB
Progress (2): 151/194 kB | 4.1/6.8 kB
Progress (2): 155/194 kB | 4.1/6.8 kB
Progress (2): 155/194 kB | 6.8 kB    
Progress (2): 159/194 kB | 6.8 kB
Progress (2): 163/194 kB | 6.8 kB
Progress (2): 167/194 kB | 6.8 kB
Progress (2): 171/194 kB | 6.8 kB
Progress (2): 176/194 kB | 6.8 kB
Progress (2): 180/194 kB | 6.8 kB
Progress (2): 184/194 kB | 6.8 kB
Progress (2): 188/194 kB | 6.8 kB
Progress (2): 192/194 kB | 6.8 kB
Progress (2): 194 kB | 6.8 kB    
Progress (3): 194 kB | 6.8 kB | 4.1/223 kB
Progress (3): 194 kB | 6.8 kB | 7.7/223 kB
Progress (3): 194 kB | 6.8 kB | 12/223 kB 
Progress (3): 194 kB | 6.8 kB | 16/223 kB
Progress (3): 194 kB | 6.8 kB | 20/223 kB
Progress (3): 194 kB | 6.8 kB | 24/223 kB
Progress (3): 194 kB | 6.8 kB | 28/223 kB
Progress (3): 194 kB | 6.8 kB | 32/223 kB
Progress (3): 194 kB | 6.8 kB | 36/223 kB
Progress (3): 194 kB | 6.8 kB | 40/223 kB
Progress (3): 194 kB | 6.8 kB | 45/223 kB
Progress (3): 194 kB | 6.8 kB | 49/223 kB
Progress (3): 194 kB | 6.8 kB | 53/223 kB
Progress (3): 194 kB | 6.8 kB | 57/223 kB
Progress (3): 194 kB | 6.8 kB | 61/223 kB
Progress (3): 194 kB | 6.8 kB | 65/223 kB
Progress (3): 194 kB | 6.8 kB | 69/223 kB
Progress (3): 194 kB | 6.8 kB | 73/223 kB
Progress (3): 194 kB | 6.8 kB | 77/223 kB
Progress (3): 194 kB | 6.8 kB | 81/223 kB
Progress (3): 194 kB | 6.8 kB | 85/223 kB
Progress (3): 194 kB | 6.8 kB | 90/223 kB
Progress (3): 194 kB | 6.8 kB | 94/223 kB
Progress (3): 194 kB | 6.8 kB | 98/223 kB
Progress (3): 194 kB | 6.8 kB | 102/223 kB
Progress (3): 194 kB | 6.8 kB | 106/223 kB
Progress (4): 194 kB | 6.8 kB | 106/223 kB | 4.1/35 kB
Progress (4): 194 kB | 6.8 kB | 110/223 kB | 4.1/35 kB
Progress (4): 194 kB | 6.8 kB | 110/223 kB | 7.7/35 kB
Progress (4): 194 kB | 6.8 kB | 114/223 kB | 7.7/35 kB
Progress (4): 194 kB | 6.8 kB | 114/223 kB | 12/35 kB 
Progress (4): 194 kB | 6.8 kB | 114/223 kB | 16/35 kB
Progress (4): 194 kB | 6.8 kB | 118/223 kB | 16/35 kB
Progress (4): 194 kB | 6.8 kB | 122/223 kB | 16/35 kB
Progress (4): 194 kB | 6.8 kB | 126/223 kB | 16/35 kB
Progress (4): 194 kB | 6.8 kB | 131/223 kB | 16/35 kB
Progress (4): 194 kB | 6.8 kB | 131/223 kB | 20/35 kB
Progress (4): 194 kB | 6.8 kB | 131/223 kB | 24/35 kB
Progress (4): 194 kB | 6.8 kB | 131/223 kB | 28/35 kB
Progress (4): 194 kB | 6.8 kB | 131/223 kB | 32/35 kB
Progress (4): 194 kB | 6.8 kB | 131/223 kB | 35 kB   
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 62 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 12 kB/s)
Progress (2): 194 kB | 135/223 kB
Progress (2): 194 kB | 139/223 kB
Progress (2): 194 kB | 143/223 kB
Progress (2): 194 kB | 147/223 kB
Progress (2): 194 kB | 151/223 kB
Progress (2): 194 kB | 155/223 kB
Progress (2): 194 kB | 159/223 kB
Progress (2): 194 kB | 163/223 kB
Progress (2): 194 kB | 167/223 kB
Progress (2): 194 kB | 171/223 kB
Progress (2): 194 kB | 176/223 kB
Progress (2): 194 kB | 180/223 kB
Progress (2): 194 kB | 184/223 kB
Progress (2): 194 kB | 188/223 kB
Progress (2): 194 kB | 192/223 kB
Progress (2): 194 kB | 196/223 kB
Progress (2): 194 kB | 200/223 kB
Progress (2): 194 kB | 204/223 kB
Progress (2): 194 kB | 208/223 kB
Progress (2): 194 kB | 212/223 kB
Progress (2): 194 kB | 217/223 kB
Progress (2): 194 kB | 221/223 kB
Progress (2): 194 kB | 223 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 344 kB/s)
Progress (2): 223 kB | 4.1/61 kB
Progress (2): 223 kB | 7.7/61 kB
Progress (2): 223 kB | 12/61 kB 
Progress (2): 223 kB | 16/61 kB
Progress (2): 223 kB | 20/61 kB
Progress (2): 223 kB | 24/61 kB
Progress (2): 223 kB | 28/61 kB
Progress (2): 223 kB | 32/61 kB
Progress (2): 223 kB | 36/61 kB
Progress (2): 223 kB | 40/61 kB
Progress (2): 223 kB | 45/61 kB
Progress (2): 223 kB | 49/61 kB
Progress (2): 223 kB | 53/61 kB
Progress (2): 223 kB | 57/61 kB
Progress (2): 223 kB | 61/61 kB
Progress (2): 223 kB | 61 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 391 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 106 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.common ---
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 41 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 213 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 161 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/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 46 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 28 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 34 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 37 kB/s)
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar
Downloading from org.eclipse.cbi.maven.plugins: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.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-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.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    
Progress (2): 4.6 kB | 3.6 kB
Progress (3): 4.6 kB | 3.6 kB | 0/2.8 MB
Progress (3): 4.6 kB | 3.6 kB | 0/2.8 MB
Progress (4): 4.6 kB | 3.6 kB | 0/2.8 MB | 4.1/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0/2.8 MB | 4.1/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0/2.8 MB | 7.7/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0/2.8 MB | 12/25 kB 
Progress (4): 4.6 kB | 3.6 kB | 0/2.8 MB | 16/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0/2.8 MB | 20/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 20/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 24/25 kB
Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB   
Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB
Progress (4): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 4.1/18 kB
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 4.1/18 kB
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 7.7/18 kB
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 12/18 kB 
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 16/18 kB
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 18 kB   
Progress (5): 4.6 kB | 3.6 kB | 0.1/2.8 MB | 25 kB | 18 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 106 kB/s)
Progress (4): 3.6 kB | 0.1/2.8 MB | 25 kB | 18 kB
Progress (4): 3.6 kB | 0.2/2.8 MB | 25 kB | 18 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 82 kB/s)
Progress (3): 0.2/2.8 MB | 25 kB | 18 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 555 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 345 kB/s)
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.2/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.3/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.4/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.5/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.6/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.7/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.8/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 0.9/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.0/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.1/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.2/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.3/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.4/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.5/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.6/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.7/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.8/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 1.9/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.0/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.1/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.2/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.3/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.4/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.5/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.6/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.7/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8/2.8 MB
Progress (1): 2.8 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 12 MB/s)
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/target/org.polarsys.esf.core.common-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common ---
[INFO] 
[INFO] ----------< org.polarsys.esf:org.polarsys.esf.core.common.ui >----------
[INFO] Building org.polarsys.esf.core.common.ui 0.7.0-SNAPSHOT           [5/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.common.ui ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.common.ui ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.common.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.common.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.common.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.common.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/target/org.polarsys.esf.core.common.ui-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.common.ui ---
[INFO] 
[INFO] --------------< org.polarsys.esf:esf-infra.core.profile >---------------
[INFO] Building ESF Profile 0.7.0-SNAPSHOT                               [6/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.profile ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.profile ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.core.profile.esfcore >-------
[INFO] Building ESFCore Profile 0.7.0-SNAPSHOT                           [7/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/target/org.polarsys.esf.core.profile.esfcore-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfcore ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts >--
[INFO] Building ESFArchitectureConcepts Profile 0.7.0-SNAPSHOT           [8/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/target/org.polarsys.esf.core.profile.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts ---
[INFO] 
[INFO] ------------< org.polarsys.esf:org.polarsys.esf.core.utils >------------
[INFO] Building org.polarsys.esf.core.utils 0.7.0-SNAPSHOT               [9/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.utils ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.utils ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.utils ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.utils ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/target/org.polarsys.esf.core.utils-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.utils ---
[INFO] 
[INFO] -------------< org.polarsys.esf:esf-infra.core.resources >--------------
[INFO] Building ESF Core Resources 0.7.0-SNAPSHOT                       [10/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.resources ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.resources ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -----< org.polarsys.esf:org.polarsys.esf.core.resources.graphical >-----
[INFO] Building ESF Core Graphical Resources 0.7.0-SNAPSHOT             [11/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.resources.graphical ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.resources.graphical ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.resources.graphical ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.resources.graphical ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.resources.graphical ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.resources.graphical ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.resources.graphical ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/target/org.polarsys.esf.core.resources.graphical-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.resources.graphical ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts >--
[INFO] Building org.polarsys.esf.core.diagram.esfarchitectureconcepts 0.7.0-SNAPSHOT [12/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/target/org.polarsys.esf.core.diagram.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.diagram.esfarchitectureconcepts ---
[INFO] 
[INFO] -------------< org.polarsys.esf:esf-infra.core.metamodel >--------------
[INFO] Building ESF Meta-model 0.7.0-SNAPSHOT                           [13/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.metamodel ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts >--
[INFO] Building ESFArchitectureConcepts Meta-model 0.7.0-SNAPSHOT       [14/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/target/org.polarsys.esf.core.metamodel.esfarchitectureconcepts-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfarchitectureconcepts ---
[INFO] 
[INFO] ------< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore >------
[INFO] Building ESFCore Meta-model 0.7.0-SNAPSHOT                       [15/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/target/org.polarsys.esf.core.metamodel.esfcore-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfcore ---
[INFO] 
[INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours >---
[INFO] Building ESFBehaviours Meta-model 0.7.0-SNAPSHOT                 [16/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/target/org.polarsys.esf.core.metamodel.esfbehaviours-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfbehaviours ---
[INFO] 
[INFO] ---< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties >---
[INFO] Building ESFProperties Meta-model 0.7.0-SNAPSHOT                 [17/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/target/org.polarsys.esf.core.metamodel.esfproperties-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfproperties ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts >--
[INFO] Building ESFSafetyConcepts Meta-model 0.7.0-SNAPSHOT             [18/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/target/org.polarsys.esf.core.metamodel.esfsafetyconcepts-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.metamodel.esfsafetyconcepts ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests >--
[INFO] Building ESFArchitectureConcepts Profile test 0.7.0-SNAPSHOT     [19/28]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/data, -install, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work, -configuration, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s - in org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest
testBasicGetSModel(org.polarsys.esf.core.profile.esfarchitectureconcepts.tests.impl.MSBlockTest)  Time elapsed: 0.881 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application >--
[INFO] Building org.polarsys.esf.core.profile.esfarchitectureconcepts.application 0.7.0-SNAPSHOT [20/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/target/org.polarsys.esf.core.profile.esfarchitectureconcepts.application-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfarchitectureconcepts.application ---
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties >----
[INFO] Building ESFProperties Profile 0.7.0-SNAPSHOT                    [21/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/target/org.polarsys.esf.core.profile.esfproperties-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfproperties ---
[INFO] 
[INFO] ----< org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours >----
[INFO] Building ESFBehaviours Profile 0.7.0-SNAPSHOT                    [22/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/target/org.polarsys.esf.core.profile.esfbehaviours-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfbehaviours ---
[INFO] 
[INFO] --< org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts >--
[INFO] Building ESFSafetyConcepts Profile 0.7.0-SNAPSHOT                [23/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/target/org.polarsys.esf.core.profile.esfsafetyconcepts-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.profile.esfsafetyconcepts ---
[INFO] 
[INFO] ---------------< org.polarsys.esf:esf-infra.core.releng >---------------
[INFO] Building ESF Releng 0.7.0-SNAPSHOT                               [24/28]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.core.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.core.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] -------------< org.polarsys.esf:org.polarsys.esf.core.doc >-------------
[INFO] Building org.polarsys.esf.core.doc 0.7.0-SNAPSHOT                [25/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.doc ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.doc ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.doc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/target/org.polarsys.esf.core.doc-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.doc ---
[INFO] 
[INFO] -------< org.polarsys.esf:org.polarsys.esf.core.releng.branding >-------
[INFO] Building ESF Core branding 0.7.0-SNAPSHOT                        [26/28]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.polarsys.esf.core.releng.branding ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.releng.branding ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.releng.branding ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.esf.core.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.polarsys.esf.core.releng.branding ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.esf.core.releng.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.releng.branding ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.polarsys.esf.core.releng.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/target/org.polarsys.esf.core.releng.branding-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng.branding ---
[INFO] 
[INFO] -----------< org.polarsys.esf:org.polarsys.esf.core.releng >------------
[INFO] Building ESF Core feature 0.7.0-SNAPSHOT                         [27/28]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.esf.core.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.esf.core.releng ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.polarsys.esf.core.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.polarsys.esf.core.releng ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ org.polarsys.esf.core.releng ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.polarsys.esf.core.releng ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.polarsys.esf.core.releng ---
[INFO] Building jar: /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/target/org.polarsys.esf.core.releng-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.esf.core.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.esf.core.releng ---
[INFO] 
[INFO] -------------------< org.polarsys.esf:esf-infra.p2 >--------------------
[INFO] Building esf-infra.p2 0.7.0-SNAPSHOT                             [28/28]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ esf-infra.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ esf-infra.p2 ---
[INFO] The project's OSGi version is 0.7.0.202005310742
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ esf-infra.p2 ---
[INFO] 
[INFO] --- license-maven-plugin:2.11:check (default) @ esf-infra.p2 ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ esf-infra.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/esf-infra-quality/p2/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ esf-infra.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ esf-infra.p2 ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ esf-infra.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ esf-infra.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ esf-infra.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ esf-infra.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ esf-infra.p2 ---
[INFO] Building zip: /home/jenkins/agent/workspace/esf-infra-quality/p2/target/esf-infra.p2-0.7.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT:
[INFO] 
[INFO] ESF ................................................ SUCCESS [ 38.510 s]
[INFO] ESF Core ........................................... SUCCESS [  0.133 s]
[INFO] ESF Diagram ........................................ SUCCESS [  0.047 s]
[INFO] org.polarsys.esf.core.common ....................... SUCCESS [  7.869 s]
[INFO] org.polarsys.esf.core.common.ui .................... SUCCESS [  0.931 s]
[INFO] ESF Profile ........................................ SUCCESS [  0.039 s]
[INFO] ESFCore Profile .................................... SUCCESS [  3.824 s]
[INFO] ESFArchitectureConcepts Profile .................... SUCCESS [  0.589 s]
[INFO] org.polarsys.esf.core.utils ........................ SUCCESS [  0.396 s]
[INFO] ESF Core Resources ................................. SUCCESS [  0.086 s]
[INFO] ESF Core Graphical Resources ....................... SUCCESS [  0.130 s]
[INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts SUCCESS [  0.599 s]
[INFO] ESF Meta-model ..................................... SUCCESS [  0.032 s]
[INFO] ESFArchitectureConcepts Meta-model ................. SUCCESS [  0.067 s]
[INFO] ESFCore Meta-model ................................. SUCCESS [  0.156 s]
[INFO] ESFBehaviours Meta-model ........................... SUCCESS [  0.093 s]
[INFO] ESFProperties Meta-model ........................... SUCCESS [  0.086 s]
[INFO] ESFSafetyConcepts Meta-model ....................... SUCCESS [  0.067 s]
[INFO] ESFArchitectureConcepts Profile test ............... SUCCESS [  9.369 s]
[INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application SUCCESS [  0.413 s]
[INFO] ESFProperties Profile .............................. SUCCESS [  0.471 s]
[INFO] ESFBehaviours Profile .............................. SUCCESS [  0.475 s]
[INFO] ESFSafetyConcepts Profile .......................... SUCCESS [  0.617 s]
[INFO] ESF Releng ......................................... SUCCESS [  0.004 s]
[INFO] org.polarsys.esf.core.doc .......................... SUCCESS [  0.089 s]
[INFO] ESF Core branding .................................. SUCCESS [  0.025 s]
[INFO] ESF Core feature ................................... SUCCESS [  0.629 s]
[INFO] esf-infra.p2 ....................................... SUCCESS [ 10.053 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:58 min
[INFO] Finished at: 2020-05-31T07:49:21Z
[INFO] ------------------------------------------------------------------------
[esf-infra-quality] $ /opt/tools/apache-maven/latest/bin/mvn -f /home/jenkins/agent/workspace/esf-infra-quality/pom.xml -e -B org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar -Dsonar.jdbc.url=jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8 ******** ******** -Dsonar.host.url=https://sonar.eclipse.org
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/
[INFO] Adding repository http://download.eclipse.org/releases/2018-12
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/diagram/org.polarsys.esf.core.diagram.esfarchitectureconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfarchitectureconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfcore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfbehaviours/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfproperties/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/metamodel/org.polarsys.esf.core.metamodel.esfsafetyconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.tests:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfarchitectureconcepts.application/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfbehaviours/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfcore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfproperties/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/profile/org.polarsys.esf.core.profile.esfsafetyconcepts/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.releng.branding:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/releng/org.polarsys.esf.core.releng.branding/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.resources.graphical:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/resources/org.polarsys.esf.core.resources.graphical/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.common.ui:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.common.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:org.polarsys.esf.core.utils:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/core/org.polarsys.esf.core.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.esf:esf-infra.p2:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/esf-infra-quality/p2/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ESF                                                                [pom]
[INFO] ESF Core                                                           [pom]
[INFO] ESF Diagram                                                        [pom]
[INFO] org.polarsys.esf.core.common                            [eclipse-plugin]
[INFO] org.polarsys.esf.core.common.ui                         [eclipse-plugin]
[INFO] ESF Profile                                                        [pom]
[INFO] ESFCore Profile                                         [eclipse-plugin]
[INFO] ESFArchitectureConcepts Profile                         [eclipse-plugin]
[INFO] org.polarsys.esf.core.utils                             [eclipse-plugin]
[INFO] ESF Core Resources                                                 [pom]
[INFO] ESF Core Graphical Resources                            [eclipse-plugin]
[INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts   [eclipse-plugin]
[INFO] ESF Meta-model                                                     [pom]
[INFO] ESFArchitectureConcepts Meta-model                      [eclipse-plugin]
[INFO] ESFCore Meta-model                                      [eclipse-plugin]
[INFO] ESFBehaviours Meta-model                                [eclipse-plugin]
[INFO] ESFProperties Meta-model                                [eclipse-plugin]
[INFO] ESFSafetyConcepts Meta-model                            [eclipse-plugin]
[INFO] ESFArchitectureConcepts Profile test               [eclipse-test-plugin]
[INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application [eclipse-plugin]
[INFO] ESFProperties Profile                                   [eclipse-plugin]
[INFO] ESFBehaviours Profile                                   [eclipse-plugin]
[INFO] ESFSafetyConcepts Profile                               [eclipse-plugin]
[INFO] ESF Releng                                                         [pom]
[INFO] org.polarsys.esf.core.doc                               [eclipse-plugin]
[INFO] ESF Core branding                                       [eclipse-plugin]
[INFO] ESF Core feature                                       [eclipse-feature]
[INFO] esf-infra.p2                                        [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.polarsys.esf:esf-infra >---------------------
[INFO] Building ESF 0.7.0-SNAPSHOT                                       [1/28]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.doc:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng.branding:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.common.ui:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.diagram.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.utils:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.resources.graphical:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.doc:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfarchitectureconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfbehaviours:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfproperties:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.metamodel.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfcore:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfarchitectureconcepts.application:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfbehaviours:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfproperties:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.profile.esfsafetyconcepts:jar:0.7.0-SNAPSHOT (provided)
[WARNING] o org.polarsys.esf:org.polarsys.esf.core.releng.branding:jar:0.7.0-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- sonar-maven-plugin:3.3.0.603:sonar (default-cli) @ esf-infra ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 4.5.7
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
07:50:19.197 INFO  - Load global referentials...
07:50:19.368 INFO  - Load global referentials done: 172 ms
07:50:19.465 INFO  - User cache: /home/jenkins/.sonar/cache
07:50:19.473 INFO  - Install plugins
07:50:19.481 INFO  - Download sonar-core-plugin-4.5.7.jar
07:50:19.504 INFO  - Download sonar-email-notifications-plugin-4.5.7.jar
07:50:19.555 INFO  - Download sonar-findbugs-plugin-3.3.jar
07:50:20.217 INFO  - Download sonar-java-plugin-3.9.jar
07:50:20.334 INFO  - Download sonar-ldap-plugin-1.4.jar
07:50:20.342 INFO  - Download sonar-pmd-plugin-2.6.jar
07:50:20.538 INFO  - Download sonar-cpd-plugin-4.5.7.jar
07:50:20.545 INFO  - Download sonar-dbcleaner-plugin-4.5.7.jar
07:50:20.552 INFO  - Download sonar-design-plugin-4.5.7.jar
07:50:20.557 INFO  - Download sonar-l10n-en-plugin-4.5.7.jar
07:50:20.562 INFO  - Download sonar-checkstyle-plugin-2.3.jar
07:50:20.690 INFO  - Install JDBC driver
07:50:20.697 INFO  - Download mysql-connector-java-5.1.27.jar
07:50:20.752 INFO  - Create JDBC datasource for jdbc:mysql://dbmaster:3306/sonar?autoReconnect=true&useUnicode=true&characterEncoding=utf8
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ESF 0.7.0-SNAPSHOT:
[INFO] 
[INFO] ESF ................................................ FAILURE [ 12.673 s]
[INFO] ESF Core ........................................... SKIPPED
[INFO] ESF Diagram ........................................ SKIPPED
[INFO] org.polarsys.esf.core.common ....................... SKIPPED
[INFO] org.polarsys.esf.core.common.ui .................... SKIPPED
[INFO] ESF Profile ........................................ SKIPPED
[INFO] ESFCore Profile .................................... SKIPPED
[INFO] ESFArchitectureConcepts Profile .................... SKIPPED
[INFO] org.polarsys.esf.core.utils ........................ SKIPPED
[INFO] ESF Core Resources ................................. SKIPPED
[INFO] ESF Core Graphical Resources ....................... SKIPPED
[INFO] org.polarsys.esf.core.diagram.esfarchitectureconcepts SKIPPED
[INFO] ESF Meta-model ..................................... SKIPPED
[INFO] ESFArchitectureConcepts Meta-model ................. SKIPPED
[INFO] ESFCore Meta-model ................................. SKIPPED
[INFO] ESFBehaviours Meta-model ........................... SKIPPED
[INFO] ESFProperties Meta-model ........................... SKIPPED
[INFO] ESFSafetyConcepts Meta-model ....................... SKIPPED
[INFO] ESFArchitectureConcepts Profile test ............... SKIPPED
[INFO] org.polarsys.esf.core.profile.esfarchitectureconcepts.application SKIPPED
[INFO] ESFProperties Profile .............................. SKIPPED
[INFO] ESFBehaviours Profile .............................. SKIPPED
[INFO] ESFSafetyConcepts Profile .......................... SKIPPED
[INFO] ESF Releng ......................................... SKIPPED
[INFO] org.polarsys.esf.core.doc .......................... SKIPPED
[INFO] ESF Core branding .................................. SKIPPED
[INFO] ESF Core feature ................................... SKIPPED
[INFO] esf-infra.p2 ....................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:00 min
[INFO] Finished at: 2020-05-31T07:50:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project esf-infra: Fail to connect to database: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.): Unknown database 'sonar' -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project esf-infra: Fail to connect to database
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Fail to connect to database
    at org.sonarsource.scanner.maven.bootstrap.ExceptionHandling.handle (ExceptionHandling.java:36)
    at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:80)
    at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: java.lang.IllegalStateException: Fail to connect to database
    at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:77)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84)
    at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169)
    at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132)
    at org.picocontainer.behaviors.Stored.start (Stored.java:110)
    at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015)
    at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008)
    at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766)
    at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92)
    at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81)
    at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67)
    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60)
    at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source)
    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238)
    at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151)
    at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77)
    at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory (BasicDataSource.java:1549)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource (BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getLogWriter (BasicDataSource.java:1098)
    at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource (BasicDataSourceFactory.java:350)
    at org.sonar.core.persistence.DefaultDatabase.initDatasource (DefaultDatabase.java:103)
    at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84)
    at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169)
    at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132)
    at org.picocontainer.behaviors.Stored.start (Stored.java:110)
    at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015)
    at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008)
    at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766)
    at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92)
    at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81)
    at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67)
    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60)
    at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source)
    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238)
    at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151)
    at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77)
    at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance (Constructor.java:423)
    at com.mysql.jdbc.Util.handleNewInstance (Util.java:411)
    at com.mysql.jdbc.Util.getInstance (Util.java:386)
    at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:1015)
    at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:989)
    at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:975)
    at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:920)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries (ConnectionImpl.java:2395)
    at com.mysql.jdbc.ConnectionImpl.createNewIO (ConnectionImpl.java:2316)
    at com.mysql.jdbc.ConnectionImpl.<init> (ConnectionImpl.java:834)
    at com.mysql.jdbc.JDBC4Connection.<init> (JDBC4Connection.java:47)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance (Constructor.java:423)
    at com.mysql.jdbc.Util.handleNewInstance (Util.java:411)
    at com.mysql.jdbc.ConnectionImpl.getInstance (ConnectionImpl.java:416)
    at com.mysql.jdbc.NonRegisteringDriver.connect (NonRegisteringDriver.java:347)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection (DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject (PoolableConnectionFactory.java:582)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory (BasicDataSource.java:1556)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory (BasicDataSource.java:1545)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource (BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getLogWriter (BasicDataSource.java:1098)
    at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource (BasicDataSourceFactory.java:350)
    at org.sonar.core.persistence.DefaultDatabase.initDatasource (DefaultDatabase.java:103)
    at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84)
    at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169)
    at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132)
    at org.picocontainer.behaviors.Stored.start (Stored.java:110)
    at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015)
    at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008)
    at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766)
    at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92)
    at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81)
    at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67)
    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60)
    at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source)
    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238)
    at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151)
    at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77)
    at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'sonar'
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance (Constructor.java:423)
    at com.mysql.jdbc.Util.handleNewInstance (Util.java:411)
    at com.mysql.jdbc.Util.getInstance (Util.java:386)
    at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:1054)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:4237)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:4169)
    at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:928)
    at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication (MysqlIO.java:1750)
    at com.mysql.jdbc.MysqlIO.doHandshake (MysqlIO.java:1290)
    at com.mysql.jdbc.ConnectionImpl.coreConnect (ConnectionImpl.java:2493)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries (ConnectionImpl.java:2334)
    at com.mysql.jdbc.ConnectionImpl.createNewIO (ConnectionImpl.java:2316)
    at com.mysql.jdbc.ConnectionImpl.<init> (ConnectionImpl.java:834)
    at com.mysql.jdbc.JDBC4Connection.<init> (JDBC4Connection.java:47)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance (Constructor.java:423)
    at com.mysql.jdbc.Util.handleNewInstance (Util.java:411)
    at com.mysql.jdbc.ConnectionImpl.getInstance (ConnectionImpl.java:416)
    at com.mysql.jdbc.NonRegisteringDriver.connect (NonRegisteringDriver.java:347)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection (DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject (PoolableConnectionFactory.java:582)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory (BasicDataSource.java:1556)
    at org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory (BasicDataSource.java:1545)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource (BasicDataSource.java:1388)
    at org.apache.commons.dbcp.BasicDataSource.getLogWriter (BasicDataSource.java:1098)
    at org.apache.commons.dbcp.BasicDataSourceFactory.createDataSource (BasicDataSourceFactory.java:350)
    at org.sonar.core.persistence.DefaultDatabase.initDatasource (DefaultDatabase.java:103)
    at org.sonar.core.persistence.DefaultDatabase.start (DefaultDatabase.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod (ReflectionLifecycleStrategy.java:110)
    at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start (ReflectionLifecycleStrategy.java:89)
    at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start (AbstractInjectionFactory.java:84)
    at org.picocontainer.behaviors.AbstractBehavior.start (AbstractBehavior.java:169)
    at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start (Stored.java:132)
    at org.picocontainer.behaviors.Stored.start (Stored.java:110)
    at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter (DefaultPicoContainer.java:1015)
    at org.picocontainer.DefaultPicoContainer.startAdapters (DefaultPicoContainer.java:1008)
    at org.picocontainer.DefaultPicoContainer.start (DefaultPicoContainer.java:766)
    at org.sonar.api.platform.ComponentContainer.startComponents (ComponentContainer.java:92)
    at org.sonar.batch.bootstrapper.Batch.start (Batch.java:81)
    at org.sonar.batch.bootstrapper.Batch.execute (Batch.java:67)
    at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.executeOldVersion (BatchIsolatedLauncher.java:71)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke (IsolatedLauncherProxy.java:60)
    at com.sun.proxy.$Proxy26.executeOldVersion (Unknown Source)
    at org.sonarsource.scanner.api.EmbeddedScanner.doExecute (EmbeddedScanner.java:238)
    at org.sonarsource.scanner.api.EmbeddedScanner.runAnalysis (EmbeddedScanner.java:151)
    at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute (ScannerBootstrapper.java:77)
    at org.sonarsource.scanner.maven.SonarQubeMojo.execute (SonarQubeMojo.java:139)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
SonarQube analysis completed: FAILURE
Build step 'SonarQube analysis with Maven' changed build result to FAILURE
Build step 'SonarQube analysis with Maven' marked build as failure
Sending e-mails to: ansgar.radermacher@cea.fr
Archiving artifacts
Finished: FAILURE