Skip to content

Console Output

Started by user Johannes Faltermeier
Running as Johannes Faltermeier
Agent basic-agent-ccnzd is provisioned from template basic-agent
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-agent-ccnzd"
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.edapt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-agent-ccnzd"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "basic-agent-ccnzd"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.edapt.svc.cluster.local/edapt/"
    image: "eclipsecbijenkins/basic-agent:4.2"
    imagePullPolicy: "Always"
    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: "m2-dir"
      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: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-edapt"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-agent-ccnzd in workspace /home/jenkins/agent/workspace/emf-edapt-javadoc
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git
 > git init /home/jenkins/agent/workspace/emf-edapt-javadoc # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/edapt/org.eclipse.emf.edapt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/14x^{commit} # timeout=10
Checking out Revision c644c20514008fcb109cb8328a36b94694eaeb2b (origin/14x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c644c20514008fcb109cb8328a36b94694eaeb2b # timeout=10
Commit message: "Bug 560136 - Switch to EPL 2.0"
 > git rev-list --no-walk c644c20514008fcb109cb8328a36b94694eaeb2b # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[emf-edapt-javadoc] $ /opt/tools/apache-maven/latest/bin/mvn -f builds/org.eclipse.emf.edapt.releng/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-edapt-javadoc/.repository clean verify javadoc:aggregate -DskipTests=true
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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (2.1 kB at 49 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom
Progress (1): 4.1 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/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 kB at 558 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom
Progress (1): 4.1 kB
Progress (1): 4.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (4.5 kB at 122 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 214 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 811 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 615 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 366 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 108 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 72 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 694 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 502 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 17 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 27 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 243 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 752 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 18 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 168 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 156 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 340 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 262 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 119 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 321 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 261 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 34 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 92 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 74 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 168 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 125 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 109 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 54 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 268 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 566 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 182 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 645 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 195 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 442 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 102 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 118 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 84 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 258 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 76 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 168 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 76 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 205 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 141 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 670 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 282 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 502 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.8 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 379 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 633 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 2.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 592 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 508 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 93 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 459 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 538 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 12 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2.0 kB at 57 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 72 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (1.8 kB at 6.5 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (1.0 kB at 43 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (1.7 kB at 35 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (1.3 kB at 52 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 232 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (2.1 kB at 108 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (1.1 kB at 11 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (3.3 kB at 156 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (1.0 kB at 5.7 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 223 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 5.2 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 375 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 128 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (2.1 kB at 82 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (1.1 kB at 43 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (1.1 kB at 41 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (1.1 kB at 5.3 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/de/pdark/decentxml/1.3/decentxml-1.3.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
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
Progress (1): 4.1/165 kB
Progress (1): 7.7/165 kB
Progress (1): 12/165 kB 
Progress (1): 16/165 kB
Progress (1): 20/165 kB
Progress (1): 24/165 kB
Progress (1): 28/165 kB
Progress (1): 32/165 kB
Progress (1): 36/165 kB
Progress (1): 40/165 kB
Progress (1): 45/165 kB
Progress (1): 49/165 kB
Progress (1): 53/165 kB
Progress (1): 57/165 kB
Progress (1): 61/165 kB
Progress (1): 65/165 kB
Progress (1): 69/165 kB
Progress (1): 73/165 kB
Progress (1): 77/165 kB
Progress (1): 81/165 kB
Progress (1): 85/165 kB
Progress (1): 90/165 kB
Progress (1): 94/165 kB
Progress (1): 98/165 kB
Progress (1): 102/165 kB
Progress (1): 106/165 kB
Progress (1): 110/165 kB
Progress (1): 114/165 kB
Progress (1): 118/165 kB
Progress (1): 122/165 kB
Progress (1): 126/165 kB
Progress (1): 131/165 kB
Progress (1): 135/165 kB
Progress (1): 139/165 kB
Progress (1): 143/165 kB
Progress (1): 147/165 kB
Progress (2): 147/165 kB | 4.1/47 kB
Progress (2): 147/165 kB | 7.7/47 kB
Progress (2): 151/165 kB | 7.7/47 kB
Progress (2): 151/165 kB | 12/47 kB 
Progress (2): 155/165 kB | 12/47 kB
Progress (2): 155/165 kB | 16/47 kB
Progress (2): 159/165 kB | 16/47 kB
Progress (2): 163/165 kB | 16/47 kB
Progress (2): 165 kB | 16/47 kB    
Progress (2): 165 kB | 20/47 kB
Progress (2): 165 kB | 24/47 kB
Progress (2): 165 kB | 28/47 kB
Progress (2): 165 kB | 32/47 kB
Progress (2): 165 kB | 36/47 kB
Progress (2): 165 kB | 40/47 kB
Progress (2): 165 kB | 45/47 kB
Progress (2): 165 kB | 47 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 3.4 MB/s)
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): 47 kB | 4.1/5.5 kB
Progress (2): 47 kB | 5.5 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 897 kB/s)
Progress (2): 5.5 kB | 4.1/200 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Progress (2): 5.5 kB | 7.7/200 kB
Progress (3): 5.5 kB | 7.7/200 kB | 4.1/38 kB
Progress (3): 5.5 kB | 12/200 kB | 4.1/38 kB 
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (5.5 kB at 101 kB/s)
Progress (2): 16/200 kB | 4.1/38 kB
Progress (2): 16/200 kB | 7.7/38 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 (2): 16/200 kB | 12/38 kB
Progress (2): 16/200 kB | 16/38 kB
Progress (2): 16/200 kB | 20/38 kB
Progress (2): 16/200 kB | 24/38 kB
Progress (2): 16/200 kB | 28/38 kB
Progress (2): 20/200 kB | 28/38 kB
Progress (2): 20/200 kB | 32/38 kB
Progress (2): 24/200 kB | 32/38 kB
Progress (2): 28/200 kB | 32/38 kB
Progress (2): 28/200 kB | 36/38 kB
Progress (2): 32/200 kB | 36/38 kB
Progress (2): 32/200 kB | 38 kB   
Progress (2): 36/200 kB | 38 kB
Progress (2): 40/200 kB | 38 kB
Progress (2): 45/200 kB | 38 kB
Progress (3): 45/200 kB | 38 kB | 4.1/52 kB
Progress (3): 49/200 kB | 38 kB | 4.1/52 kB
Progress (3): 49/200 kB | 38 kB | 7.7/52 kB
Progress (3): 49/200 kB | 38 kB | 12/52 kB 
Progress (3): 49/200 kB | 38 kB | 16/52 kB
Progress (4): 49/200 kB | 38 kB | 16/52 kB | 4.1/527 kB
Progress (4): 53/200 kB | 38 kB | 16/52 kB | 4.1/527 kB
Progress (4): 53/200 kB | 38 kB | 16/52 kB | 7.7/527 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 310 kB/s)
Progress (3): 53/200 kB | 20/52 kB | 7.7/527 kB
Progress (3): 53/200 kB | 20/52 kB | 12/527 kB 
Progress (3): 57/200 kB | 20/52 kB | 12/527 kB
Progress (3): 57/200 kB | 20/52 kB | 16/527 kB
Progress (3): 57/200 kB | 24/52 kB | 16/527 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Progress (3): 57/200 kB | 28/52 kB | 16/527 kB
Progress (3): 61/200 kB | 28/52 kB | 16/527 kB
Progress (3): 61/200 kB | 28/52 kB | 20/527 kB
Progress (3): 61/200 kB | 32/52 kB | 20/527 kB
Progress (3): 61/200 kB | 32/52 kB | 24/527 kB
Progress (3): 65/200 kB | 32/52 kB | 24/527 kB
Progress (3): 65/200 kB | 32/52 kB | 28/527 kB
Progress (3): 65/200 kB | 36/52 kB | 28/527 kB
Progress (3): 65/200 kB | 36/52 kB | 32/527 kB
Progress (3): 65/200 kB | 40/52 kB | 32/527 kB
Progress (3): 65/200 kB | 45/52 kB | 32/527 kB
Progress (3): 69/200 kB | 45/52 kB | 32/527 kB
Progress (3): 69/200 kB | 49/52 kB | 32/527 kB
Progress (3): 73/200 kB | 49/52 kB | 32/527 kB
Progress (4): 73/200 kB | 49/52 kB | 32/527 kB | 4.1/148 kB
Progress (4): 73/200 kB | 49/52 kB | 36/527 kB | 4.1/148 kB
Progress (4): 73/200 kB | 49/52 kB | 36/527 kB | 7.7/148 kB
Progress (4): 73/200 kB | 52 kB | 36/527 kB | 7.7/148 kB   
Progress (4): 77/200 kB | 52 kB | 36/527 kB | 7.7/148 kB
Progress (4): 77/200 kB | 52 kB | 36/527 kB | 12/148 kB 
Progress (4): 77/200 kB | 52 kB | 40/527 kB | 12/148 kB
Progress (4): 77/200 kB | 52 kB | 40/527 kB | 16/148 kB
Progress (4): 81/200 kB | 52 kB | 40/527 kB | 16/148 kB
Progress (4): 81/200 kB | 52 kB | 45/527 kB | 16/148 kB
Progress (4): 81/200 kB | 52 kB | 49/527 kB | 16/148 kB
Progress (4): 85/200 kB | 52 kB | 49/527 kB | 16/148 kB
Progress (4): 85/200 kB | 52 kB | 49/527 kB | 20/148 kB
Progress (4): 90/200 kB | 52 kB | 49/527 kB | 20/148 kB
Progress (4): 90/200 kB | 52 kB | 49/527 kB | 24/148 kB
Progress (4): 94/200 kB | 52 kB | 49/527 kB | 24/148 kB
Progress (4): 94/200 kB | 52 kB | 49/527 kB | 28/148 kB
Progress (4): 94/200 kB | 52 kB | 53/527 kB | 28/148 kB
Progress (4): 98/200 kB | 52 kB | 53/527 kB | 28/148 kB
Progress (4): 98/200 kB | 52 kB | 57/527 kB | 28/148 kB
Progress (4): 98/200 kB | 52 kB | 57/527 kB | 32/148 kB
Progress (4): 98/200 kB | 52 kB | 61/527 kB | 32/148 kB
Progress (4): 102/200 kB | 52 kB | 61/527 kB | 32/148 kB
Progress (4): 102/200 kB | 52 kB | 65/527 kB | 32/148 kB
Progress (4): 106/200 kB | 52 kB | 65/527 kB | 32/148 kB
Progress (4): 106/200 kB | 52 kB | 65/527 kB | 36/148 kB
Progress (4): 110/200 kB | 52 kB | 65/527 kB | 36/148 kB
Progress (4): 110/200 kB | 52 kB | 65/527 kB | 40/148 kB
Progress (4): 114/200 kB | 52 kB | 65/527 kB | 40/148 kB
Progress (4): 114/200 kB | 52 kB | 69/527 kB | 40/148 kB
Progress (4): 114/200 kB | 52 kB | 69/527 kB | 45/148 kB
Progress (4): 118/200 kB | 52 kB | 69/527 kB | 45/148 kB
Progress (4): 118/200 kB | 52 kB | 73/527 kB | 45/148 kB
Progress (4): 122/200 kB | 52 kB | 73/527 kB | 45/148 kB
Progress (4): 122/200 kB | 52 kB | 73/527 kB | 49/148 kB
Progress (4): 126/200 kB | 52 kB | 73/527 kB | 49/148 kB
Progress (4): 126/200 kB | 52 kB | 77/527 kB | 49/148 kB
Progress (4): 131/200 kB | 52 kB | 77/527 kB | 49/148 kB
Progress (4): 131/200 kB | 52 kB | 81/527 kB | 49/148 kB
Progress (4): 131/200 kB | 52 kB | 81/527 kB | 53/148 kB
Progress (4): 135/200 kB | 52 kB | 81/527 kB | 53/148 kB
Progress (4): 135/200 kB | 52 kB | 81/527 kB | 57/148 kB
Progress (4): 139/200 kB | 52 kB | 81/527 kB | 57/148 kB
Progress (4): 139/200 kB | 52 kB | 81/527 kB | 61/148 kB
Progress (4): 139/200 kB | 52 kB | 85/527 kB | 61/148 kB
Progress (4): 143/200 kB | 52 kB | 85/527 kB | 61/148 kB
Progress (4): 143/200 kB | 52 kB | 90/527 kB | 61/148 kB
Progress (4): 143/200 kB | 52 kB | 90/527 kB | 65/148 kB
Progress (4): 143/200 kB | 52 kB | 94/527 kB | 65/148 kB
Progress (4): 147/200 kB | 52 kB | 94/527 kB | 65/148 kB
Progress (4): 147/200 kB | 52 kB | 98/527 kB | 65/148 kB
Progress (4): 147/200 kB | 52 kB | 98/527 kB | 69/148 kB
Progress (4): 151/200 kB | 52 kB | 98/527 kB | 69/148 kB
Progress (4): 151/200 kB | 52 kB | 98/527 kB | 73/148 kB
Progress (4): 155/200 kB | 52 kB | 98/527 kB | 73/148 kB
Progress (4): 155/200 kB | 52 kB | 98/527 kB | 77/148 kB
Progress (4): 155/200 kB | 52 kB | 102/527 kB | 77/148 kB
Progress (4): 155/200 kB | 52 kB | 102/527 kB | 81/148 kB
Progress (4): 159/200 kB | 52 kB | 102/527 kB | 81/148 kB
Progress (4): 159/200 kB | 52 kB | 106/527 kB | 81/148 kB
Progress (4): 163/200 kB | 52 kB | 106/527 kB | 81/148 kB
Progress (4): 163/200 kB | 52 kB | 110/527 kB | 81/148 kB
Progress (4): 163/200 kB | 52 kB | 114/527 kB | 81/148 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 379 kB/s)
Progress (3): 163/200 kB | 114/527 kB | 85/148 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Progress (3): 167/200 kB | 114/527 kB | 85/148 kB
Progress (3): 167/200 kB | 118/527 kB | 85/148 kB
Progress (3): 167/200 kB | 118/527 kB | 90/148 kB
Progress (3): 167/200 kB | 122/527 kB | 90/148 kB
Progress (3): 167/200 kB | 126/527 kB | 90/148 kB
Progress (3): 171/200 kB | 126/527 kB | 90/148 kB
Progress (3): 171/200 kB | 131/527 kB | 90/148 kB
Progress (3): 171/200 kB | 131/527 kB | 94/148 kB
Progress (3): 176/200 kB | 131/527 kB | 94/148 kB
Progress (3): 176/200 kB | 131/527 kB | 98/148 kB
Progress (3): 180/200 kB | 131/527 kB | 98/148 kB
Progress (3): 180/200 kB | 135/527 kB | 98/148 kB
Progress (3): 180/200 kB | 135/527 kB | 102/148 kB
Progress (3): 184/200 kB | 135/527 kB | 102/148 kB
Progress (3): 184/200 kB | 135/527 kB | 106/148 kB
Progress (3): 184/200 kB | 139/527 kB | 106/148 kB
Progress (3): 184/200 kB | 139/527 kB | 110/148 kB
Progress (3): 188/200 kB | 139/527 kB | 110/148 kB
Progress (3): 188/200 kB | 139/527 kB | 114/148 kB
Progress (4): 188/200 kB | 139/527 kB | 114/148 kB | 4.1/51 kB
Progress (4): 188/200 kB | 143/527 kB | 114/148 kB | 4.1/51 kB
Progress (4): 188/200 kB | 143/527 kB | 114/148 kB | 7.7/51 kB
Progress (4): 192/200 kB | 143/527 kB | 114/148 kB | 7.7/51 kB
Progress (4): 192/200 kB | 143/527 kB | 118/148 kB | 7.7/51 kB
Progress (4): 192/200 kB | 143/527 kB | 118/148 kB | 12/51 kB 
Progress (4): 192/200 kB | 147/527 kB | 118/148 kB | 12/51 kB
Progress (4): 192/200 kB | 147/527 kB | 118/148 kB | 16/51 kB
Progress (4): 192/200 kB | 147/527 kB | 122/148 kB | 16/51 kB
Progress (4): 196/200 kB | 147/527 kB | 122/148 kB | 16/51 kB
Progress (4): 196/200 kB | 147/527 kB | 126/148 kB | 16/51 kB
Progress (4): 200 kB | 147/527 kB | 126/148 kB | 16/51 kB    
Progress (4): 200 kB | 151/527 kB | 126/148 kB | 16/51 kB
Progress (4): 200 kB | 151/527 kB | 126/148 kB | 20/51 kB
Progress (5): 200 kB | 151/527 kB | 126/148 kB | 20/51 kB | 4.1/30 kB
Progress (5): 200 kB | 155/527 kB | 126/148 kB | 20/51 kB | 4.1/30 kB
Progress (5): 200 kB | 155/527 kB | 131/148 kB | 20/51 kB | 4.1/30 kB
Progress (5): 200 kB | 159/527 kB | 131/148 kB | 20/51 kB | 4.1/30 kB
Progress (5): 200 kB | 159/527 kB | 131/148 kB | 20/51 kB | 7.7/30 kB
Progress (5): 200 kB | 159/527 kB | 131/148 kB | 24/51 kB | 7.7/30 kB
Progress (5): 200 kB | 159/527 kB | 135/148 kB | 24/51 kB | 7.7/30 kB
Progress (5): 200 kB | 159/527 kB | 135/148 kB | 24/51 kB | 12/30 kB 
Progress (5): 200 kB | 163/527 kB | 135/148 kB | 24/51 kB | 12/30 kB
Progress (5): 200 kB | 163/527 kB | 135/148 kB | 24/51 kB | 16/30 kB
Progress (5): 200 kB | 163/527 kB | 139/148 kB | 24/51 kB | 16/30 kB
Progress (5): 200 kB | 163/527 kB | 139/148 kB | 28/51 kB | 16/30 kB
Progress (5): 200 kB | 163/527 kB | 143/148 kB | 28/51 kB | 16/30 kB
Progress (5): 200 kB | 163/527 kB | 143/148 kB | 32/51 kB | 16/30 kB
Progress (5): 200 kB | 163/527 kB | 143/148 kB | 32/51 kB | 20/30 kB
Progress (5): 200 kB | 167/527 kB | 143/148 kB | 32/51 kB | 20/30 kB
Progress (5): 200 kB | 167/527 kB | 143/148 kB | 36/51 kB | 20/30 kB
Progress (5): 200 kB | 167/527 kB | 147/148 kB | 36/51 kB | 20/30 kB
Progress (5): 200 kB | 167/527 kB | 147/148 kB | 40/51 kB | 20/30 kB
Progress (5): 200 kB | 171/527 kB | 147/148 kB | 40/51 kB | 20/30 kB
Progress (5): 200 kB | 171/527 kB | 147/148 kB | 40/51 kB | 24/30 kB
Progress (5): 200 kB | 176/527 kB | 147/148 kB | 40/51 kB | 24/30 kB
Progress (5): 200 kB | 176/527 kB | 147/148 kB | 45/51 kB | 24/30 kB
Progress (5): 200 kB | 176/527 kB | 148 kB | 45/51 kB | 24/30 kB    
Progress (5): 200 kB | 176/527 kB | 148 kB | 49/51 kB | 24/30 kB
Progress (5): 200 kB | 180/527 kB | 148 kB | 49/51 kB | 24/30 kB
Progress (5): 200 kB | 180/527 kB | 148 kB | 49/51 kB | 28/30 kB
Progress (5): 200 kB | 180/527 kB | 148 kB | 51 kB | 28/30 kB   
Progress (5): 200 kB | 180/527 kB | 148 kB | 51 kB | 30 kB   
Progress (5): 200 kB | 184/527 kB | 148 kB | 51 kB | 30 kB
Progress (5): 200 kB | 188/527 kB | 148 kB | 51 kB | 30 kB
Progress (5): 200 kB | 192/527 kB | 148 kB | 51 kB | 30 kB
Progress (5): 200 kB | 196/527 kB | 148 kB | 51 kB | 30 kB
Progress (5): 200 kB | 200/527 kB | 148 kB | 51 kB | 30 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 133 kB/s)
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 226 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (3): 200 kB | 204/527 kB | 148 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): 200 kB | 208/527 kB | 148 kB
Progress (3): 200 kB | 212/527 kB | 148 kB
Progress (3): 200 kB | 217/527 kB | 148 kB
Progress (4): 200 kB | 217/527 kB | 148 kB | 4.1/106 kB
Progress (4): 200 kB | 221/527 kB | 148 kB | 4.1/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 641 kB/s)
Progress (3): 200 kB | 221/527 kB | 7.7/106 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (3): 200 kB | 225/527 kB | 7.7/106 kB
Progress (3): 200 kB | 225/527 kB | 12/106 kB 
Progress (3): 200 kB | 229/527 kB | 12/106 kB
Progress (3): 200 kB | 229/527 kB | 16/106 kB
Progress (3): 200 kB | 229/527 kB | 20/106 kB
Progress (3): 200 kB | 229/527 kB | 24/106 kB
Progress (3): 200 kB | 233/527 kB | 24/106 kB
Progress (3): 200 kB | 233/527 kB | 28/106 kB
Progress (3): 200 kB | 237/527 kB | 28/106 kB
Progress (3): 200 kB | 237/527 kB | 32/106 kB
Progress (3): 200 kB | 241/527 kB | 32/106 kB
Progress (3): 200 kB | 245/527 kB | 32/106 kB
Progress (3): 200 kB | 245/527 kB | 36/106 kB
Progress (3): 200 kB | 245/527 kB | 40/106 kB
Progress (3): 200 kB | 245/527 kB | 45/106 kB
Progress (3): 200 kB | 245/527 kB | 49/106 kB
Progress (3): 200 kB | 249/527 kB | 49/106 kB
Progress (3): 200 kB | 253/527 kB | 49/106 kB
Progress (3): 200 kB | 253/527 kB | 53/106 kB
Progress (3): 200 kB | 258/527 kB | 53/106 kB
Progress (3): 200 kB | 258/527 kB | 57/106 kB
Progress (3): 200 kB | 262/527 kB | 57/106 kB
Progress (3): 200 kB | 262/527 kB | 61/106 kB
Progress (3): 200 kB | 262/527 kB | 65/106 kB
Progress (3): 200 kB | 266/527 kB | 65/106 kB
Progress (3): 200 kB | 266/527 kB | 69/106 kB
Progress (3): 200 kB | 270/527 kB | 69/106 kB
Progress (3): 200 kB | 270/527 kB | 73/106 kB
Progress (3): 200 kB | 274/527 kB | 73/106 kB
Progress (3): 200 kB | 274/527 kB | 77/106 kB
Progress (3): 200 kB | 278/527 kB | 77/106 kB
Progress (3): 200 kB | 278/527 kB | 81/106 kB
Progress (3): 200 kB | 278/527 kB | 85/106 kB
Progress (3): 200 kB | 278/527 kB | 90/106 kB
Progress (3): 200 kB | 278/527 kB | 94/106 kB
Progress (3): 200 kB | 282/527 kB | 94/106 kB
Progress (3): 200 kB | 282/527 kB | 98/106 kB
Progress (3): 200 kB | 286/527 kB | 98/106 kB
Progress (3): 200 kB | 290/527 kB | 98/106 kB
Progress (3): 200 kB | 290/527 kB | 102/106 kB
Progress (3): 200 kB | 294/527 kB | 102/106 kB
Progress (3): 200 kB | 294/527 kB | 106/106 kB
Progress (3): 200 kB | 294/527 kB | 106 kB    
Progress (3): 200 kB | 298/527 kB | 106 kB
Progress (3): 200 kB | 303/527 kB | 106 kB
Progress (3): 200 kB | 307/527 kB | 106 kB
Progress (3): 200 kB | 311/527 kB | 106 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 439 kB/s)
Progress (2): 200 kB | 315/527 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 (2): 200 kB | 319/527 kB
Progress (2): 200 kB | 323/527 kB
Progress (2): 200 kB | 327/527 kB
Progress (2): 200 kB | 331/527 kB
Progress (2): 200 kB | 335/527 kB
Progress (2): 200 kB | 339/527 kB
Progress (2): 200 kB | 344/527 kB
Progress (2): 200 kB | 348/527 kB
Progress (2): 200 kB | 352/527 kB
Progress (2): 200 kB | 356/527 kB
Progress (2): 200 kB | 360/527 kB
Progress (2): 200 kB | 364/527 kB
Progress (2): 200 kB | 368/527 kB
Progress (2): 200 kB | 372/527 kB
Progress (2): 200 kB | 376/527 kB
Progress (2): 200 kB | 380/527 kB
Progress (2): 200 kB | 384/527 kB
Progress (2): 200 kB | 389/527 kB
Progress (2): 200 kB | 393/527 kB
Progress (2): 200 kB | 397/527 kB
Progress (2): 200 kB | 401/527 kB
Progress (2): 200 kB | 405/527 kB
Progress (2): 200 kB | 409/527 kB
Progress (2): 200 kB | 413/527 kB
Progress (2): 200 kB | 417/527 kB
Progress (2): 200 kB | 421/527 kB
Progress (2): 200 kB | 425/527 kB
Progress (2): 200 kB | 430/527 kB
Progress (2): 200 kB | 434/527 kB
Progress (2): 200 kB | 438/527 kB
Progress (2): 200 kB | 442/527 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (200 kB at 627 kB/s)
Progress (1): 446/527 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 (1): 450/527 kB
Progress (1): 454/527 kB
Progress (1): 458/527 kB
Progress (1): 462/527 kB
Progress (2): 462/527 kB | 4.1/14 kB
Progress (2): 466/527 kB | 4.1/14 kB
Progress (2): 466/527 kB | 7.7/14 kB
Progress (2): 471/527 kB | 7.7/14 kB
Progress (2): 471/527 kB | 12/14 kB 
Progress (2): 475/527 kB | 12/14 kB
Progress (2): 475/527 kB | 14 kB   
Progress (2): 479/527 kB | 14 kB
Progress (2): 483/527 kB | 14 kB
Progress (2): 487/527 kB | 14 kB
Progress (2): 491/527 kB | 14 kB
Progress (3): 491/527 kB | 14 kB | 4.1/202 kB
Progress (3): 491/527 kB | 14 kB | 7.7/202 kB
Progress (3): 495/527 kB | 14 kB | 7.7/202 kB
Progress (3): 495/527 kB | 14 kB | 12/202 kB 
Progress (3): 499/527 kB | 14 kB | 12/202 kB
Progress (3): 499/527 kB | 14 kB | 16/202 kB
Progress (3): 503/527 kB | 14 kB | 16/202 kB
Progress (3): 507/527 kB | 14 kB | 16/202 kB
Progress (3): 507/527 kB | 14 kB | 20/202 kB
Progress (3): 507/527 kB | 14 kB | 24/202 kB
Progress (3): 507/527 kB | 14 kB | 28/202 kB
Progress (3): 507/527 kB | 14 kB | 32/202 kB
Progress (3): 511/527 kB | 14 kB | 32/202 kB
Progress (3): 516/527 kB | 14 kB | 32/202 kB
Progress (3): 520/527 kB | 14 kB | 32/202 kB
Progress (3): 520/527 kB | 14 kB | 36/202 kB
Progress (3): 524/527 kB | 14 kB | 36/202 kB
Progress (3): 524/527 kB | 14 kB | 40/202 kB
Progress (4): 524/527 kB | 14 kB | 40/202 kB | 4.1/108 kB
Progress (4): 527 kB | 14 kB | 40/202 kB | 4.1/108 kB    
Progress (4): 527 kB | 14 kB | 45/202 kB | 4.1/108 kB
Progress (5): 527 kB | 14 kB | 45/202 kB | 4.1/108 kB | 4.1/74 kB
Progress (5): 527 kB | 14 kB | 45/202 kB | 7.7/108 kB | 4.1/74 kB
Progress (5): 527 kB | 14 kB | 45/202 kB | 7.7/108 kB | 7.7/74 kB
Progress (5): 527 kB | 14 kB | 49/202 kB | 7.7/108 kB | 7.7/74 kB
Progress (5): 527 kB | 14 kB | 49/202 kB | 7.7/108 kB | 12/74 kB 
Progress (5): 527 kB | 14 kB | 49/202 kB | 12/108 kB | 12/74 kB 
Progress (5): 527 kB | 14 kB | 49/202 kB | 12/108 kB | 16/74 kB
Progress (5): 527 kB | 14 kB | 53/202 kB | 12/108 kB | 16/74 kB
Progress (5): 527 kB | 14 kB | 53/202 kB | 16/108 kB | 16/74 kB
Progress (5): 527 kB | 14 kB | 57/202 kB | 16/108 kB | 16/74 kB
Progress (5): 527 kB | 14 kB | 61/202 kB | 16/108 kB | 16/74 kB
Progress (5): 527 kB | 14 kB | 61/202 kB | 16/108 kB | 20/74 kB
Progress (5): 527 kB | 14 kB | 65/202 kB | 16/108 kB | 20/74 kB
Progress (5): 527 kB | 14 kB | 65/202 kB | 16/108 kB | 24/74 kB
Progress (5): 527 kB | 14 kB | 65/202 kB | 20/108 kB | 24/74 kB
Progress (5): 527 kB | 14 kB | 65/202 kB | 20/108 kB | 28/74 kB
Progress (5): 527 kB | 14 kB | 69/202 kB | 20/108 kB | 28/74 kB
Progress (5): 527 kB | 14 kB | 69/202 kB | 24/108 kB | 28/74 kB
Progress (5): 527 kB | 14 kB | 73/202 kB | 24/108 kB | 28/74 kB
Progress (5): 527 kB | 14 kB | 73/202 kB | 24/108 kB | 32/74 kB
Progress (5): 527 kB | 14 kB | 77/202 kB | 24/108 kB | 32/74 kB
Progress (5): 527 kB | 14 kB | 77/202 kB | 28/108 kB | 32/74 kB
Progress (5): 527 kB | 14 kB | 81/202 kB | 28/108 kB | 32/74 kB
Progress (5): 527 kB | 14 kB | 81/202 kB | 32/108 kB | 32/74 kB
Progress (5): 527 kB | 14 kB | 81/202 kB | 32/108 kB | 36/74 kB
Progress (5): 527 kB | 14 kB | 85/202 kB | 32/108 kB | 36/74 kB
Progress (5): 527 kB | 14 kB | 85/202 kB | 32/108 kB | 40/74 kB
Progress (5): 527 kB | 14 kB | 90/202 kB | 32/108 kB | 40/74 kB
Progress (5): 527 kB | 14 kB | 90/202 kB | 36/108 kB | 40/74 kB
Progress (5): 527 kB | 14 kB | 90/202 kB | 36/108 kB | 45/74 kB
Progress (5): 527 kB | 14 kB | 90/202 kB | 40/108 kB | 45/74 kB
Progress (5): 527 kB | 14 kB | 94/202 kB | 40/108 kB | 45/74 kB
Progress (5): 527 kB | 14 kB | 94/202 kB | 45/108 kB | 45/74 kB
Progress (5): 527 kB | 14 kB | 94/202 kB | 45/108 kB | 49/74 kB
Progress (5): 527 kB | 14 kB | 94/202 kB | 49/108 kB | 49/74 kB
Progress (5): 527 kB | 14 kB | 98/202 kB | 49/108 kB | 49/74 kB
Progress (5): 527 kB | 14 kB | 98/202 kB | 53/108 kB | 49/74 kB
Progress (5): 527 kB | 14 kB | 102/202 kB | 53/108 kB | 49/74 kB
Progress (5): 527 kB | 14 kB | 102/202 kB | 53/108 kB | 53/74 kB
Progress (5): 527 kB | 14 kB | 106/202 kB | 53/108 kB | 53/74 kB
Progress (5): 527 kB | 14 kB | 106/202 kB | 57/108 kB | 53/74 kB
Progress (5): 527 kB | 14 kB | 110/202 kB | 57/108 kB | 53/74 kB
Progress (5): 527 kB | 14 kB | 110/202 kB | 57/108 kB | 57/74 kB
Progress (5): 527 kB | 14 kB | 114/202 kB | 57/108 kB | 57/74 kB
Progress (5): 527 kB | 14 kB | 114/202 kB | 61/108 kB | 57/74 kB
Progress (5): 527 kB | 14 kB | 114/202 kB | 61/108 kB | 61/74 kB
Progress (5): 527 kB | 14 kB | 114/202 kB | 65/108 kB | 61/74 kB
Progress (5): 527 kB | 14 kB | 118/202 kB | 65/108 kB | 61/74 kB
Progress (5): 527 kB | 14 kB | 118/202 kB | 65/108 kB | 65/74 kB
Progress (5): 527 kB | 14 kB | 122/202 kB | 65/108 kB | 65/74 kB
Progress (5): 527 kB | 14 kB | 122/202 kB | 69/108 kB | 65/74 kB
Progress (5): 527 kB | 14 kB | 126/202 kB | 69/108 kB | 65/74 kB
Progress (5): 527 kB | 14 kB | 126/202 kB | 69/108 kB | 69/74 kB
Progress (5): 527 kB | 14 kB | 126/202 kB | 73/108 kB | 69/74 kB
Progress (5): 527 kB | 14 kB | 126/202 kB | 73/108 kB | 73/74 kB
Progress (5): 527 kB | 14 kB | 131/202 kB | 73/108 kB | 73/74 kB
Progress (5): 527 kB | 14 kB | 131/202 kB | 73/108 kB | 74 kB   
Progress (5): 527 kB | 14 kB | 131/202 kB | 77/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 131/202 kB | 81/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 135/202 kB | 81/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 139/202 kB | 81/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 143/202 kB | 81/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 143/202 kB | 85/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 147/202 kB | 85/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 147/202 kB | 90/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 147/202 kB | 94/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 147/202 kB | 98/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 151/202 kB | 98/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 151/202 kB | 102/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 155/202 kB | 102/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 155/202 kB | 106/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 159/202 kB | 106/108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 159/202 kB | 108 kB | 74 kB    
Progress (5): 527 kB | 14 kB | 163/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 167/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 171/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 176/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 180/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 184/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 188/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 192/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 196/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 200/202 kB | 108 kB | 74 kB
Progress (5): 527 kB | 14 kB | 202 kB | 108 kB | 74 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 583 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 4.1/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 7.7/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 12/153 kB 
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 16/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 20/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 24/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 28/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 32/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 36/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 40/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 45/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 49/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 53/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 57/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 61/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 65/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 69/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 73/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 77/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 81/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 85/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 90/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 94/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 98/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 102/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 106/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 110/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 114/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 118/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 122/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 126/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 131/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 135/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 139/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 143/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 147/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 151/153 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 153 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 354 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 4.1/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 7.7/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 12/472 kB 
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 16/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 20/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 24/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 28/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 32/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 36/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 40/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 45/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 49/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 53/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 57/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 61/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 65/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 69/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 73/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 77/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 81/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 85/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 90/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 94/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 98/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 102/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 106/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 110/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 114/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 118/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 122/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 126/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 131/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 135/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 139/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 143/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 147/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 151/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 155/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 159/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 163/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 167/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 171/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 176/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 180/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 184/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 188/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 192/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 196/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 200/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 204/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 208/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 212/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 217/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 221/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 225/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 229/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 233/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 237/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 241/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 245/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 249/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 253/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 258/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 262/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 266/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 270/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 274/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 278/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 282/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 286/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 290/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 294/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 298/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 303/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 307/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 311/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 315/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 319/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 323/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 327/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 331/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 335/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 339/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 344/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 348/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 352/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 356/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 360/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 364/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 368/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 372/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 376/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 380/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 384/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 389/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 393/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 397/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 401/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 405/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 409/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 413/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 417/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 421/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 425/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 430/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 434/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 438/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 442/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 446/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 450/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 454/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 458/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 462/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 466/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 471/472 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 472 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 882 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 4.1/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 7.7/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 12/61 kB 
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 16/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 20/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 24/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 28/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 32/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 36/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 40/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 45/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 49/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 53/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 57/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 61/61 kB
Progress (5): 527 kB | 14 kB | 108 kB | 74 kB | 61 kB   
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 192 kB/s)
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 132 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 938 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Progress (2): 14 kB | 4.1/13 kB
Progress (2): 14 kB | 7.7/13 kB
Progress (2): 14 kB | 12/13 kB 
Progress (2): 14 kB | 13 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 22 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
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 17 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
Progress (1): 4.1/46 kB
Progress (1): 7.7/46 kB
Progress (1): 12/46 kB 
Progress (1): 16/46 kB
Progress (2): 16/46 kB | 4.1/49 kB
Progress (2): 16/46 kB | 7.7/49 kB
Progress (2): 16/46 kB | 12/49 kB 
Progress (2): 16/46 kB | 16/49 kB
Progress (2): 20/46 kB | 16/49 kB
Progress (2): 24/46 kB | 16/49 kB
Progress (3): 24/46 kB | 16/49 kB | 4.1/247 kB
Progress (3): 28/46 kB | 16/49 kB | 4.1/247 kB
Progress (3): 28/46 kB | 20/49 kB | 4.1/247 kB
Progress (3): 32/46 kB | 20/49 kB | 4.1/247 kB
Progress (3): 32/46 kB | 20/49 kB | 7.7/247 kB
Progress (3): 32/46 kB | 24/49 kB | 7.7/247 kB
Progress (3): 32/46 kB | 24/49 kB | 12/247 kB 
Progress (3): 32/46 kB | 28/49 kB | 12/247 kB
Progress (3): 32/46 kB | 28/49 kB | 16/247 kB
Progress (3): 36/46 kB | 28/49 kB | 16/247 kB
Progress (3): 36/46 kB | 32/49 kB | 16/247 kB
Progress (3): 40/46 kB | 32/49 kB | 16/247 kB
Progress (3): 45/46 kB | 32/49 kB | 16/247 kB
Progress (3): 46 kB | 32/49 kB | 16/247 kB   
Progress (3): 46 kB | 32/49 kB | 20/247 kB
Progress (3): 46 kB | 36/49 kB | 20/247 kB
Progress (3): 46 kB | 36/49 kB | 24/247 kB
Progress (3): 46 kB | 40/49 kB | 24/247 kB
Progress (3): 46 kB | 40/49 kB | 28/247 kB
Progress (3): 46 kB | 45/49 kB | 28/247 kB
Progress (3): 46 kB | 45/49 kB | 32/247 kB
Progress (3): 46 kB | 49/49 kB | 32/247 kB
Progress (3): 46 kB | 49 kB | 32/247 kB   
Progress (3): 46 kB | 49 kB | 36/247 kB
Progress (3): 46 kB | 49 kB | 40/247 kB
Progress (3): 46 kB | 49 kB | 45/247 kB
Progress (3): 46 kB | 49 kB | 49/247 kB
Progress (4): 46 kB | 49 kB | 49/247 kB | 4.1/187 kB
Progress (4): 46 kB | 49 kB | 53/247 kB | 4.1/187 kB
Progress (4): 46 kB | 49 kB | 53/247 kB | 7.7/187 kB
Progress (4): 46 kB | 49 kB | 57/247 kB | 7.7/187 kB
Progress (4): 46 kB | 49 kB | 57/247 kB | 12/187 kB 
Progress (4): 46 kB | 49 kB | 61/247 kB | 12/187 kB
Progress (4): 46 kB | 49 kB | 61/247 kB | 16/187 kB
Progress (4): 46 kB | 49 kB | 65/247 kB | 16/187 kB
Progress (4): 46 kB | 49 kB | 65/247 kB | 20/187 kB
Progress (4): 46 kB | 49 kB | 69/247 kB | 20/187 kB
Progress (4): 46 kB | 49 kB | 69/247 kB | 24/187 kB
Progress (4): 46 kB | 49 kB | 73/247 kB | 24/187 kB
Progress (4): 46 kB | 49 kB | 73/247 kB | 28/187 kB
Progress (4): 46 kB | 49 kB | 77/247 kB | 28/187 kB
Progress (4): 46 kB | 49 kB | 77/247 kB | 32/187 kB
Progress (4): 46 kB | 49 kB | 81/247 kB | 32/187 kB
Progress (4): 46 kB | 49 kB | 81/247 kB | 36/187 kB
Progress (4): 46 kB | 49 kB | 85/247 kB | 36/187 kB
Progress (4): 46 kB | 49 kB | 85/247 kB | 40/187 kB
Progress (5): 46 kB | 49 kB | 85/247 kB | 40/187 kB | 4.1/29 kB
Progress (5): 46 kB | 49 kB | 90/247 kB | 40/187 kB | 4.1/29 kB
Progress (5): 46 kB | 49 kB | 90/247 kB | 40/187 kB | 7.7/29 kB
Progress (5): 46 kB | 49 kB | 90/247 kB | 45/187 kB | 7.7/29 kB
Progress (5): 46 kB | 49 kB | 90/247 kB | 45/187 kB | 12/29 kB 
Progress (5): 46 kB | 49 kB | 94/247 kB | 45/187 kB | 12/29 kB
Progress (5): 46 kB | 49 kB | 94/247 kB | 45/187 kB | 16/29 kB
Progress (5): 46 kB | 49 kB | 94/247 kB | 49/187 kB | 16/29 kB
Progress (5): 46 kB | 49 kB | 98/247 kB | 49/187 kB | 16/29 kB
Progress (5): 46 kB | 49 kB | 98/247 kB | 49/187 kB | 20/29 kB
Progress (5): 46 kB | 49 kB | 98/247 kB | 49/187 kB | 24/29 kB
Progress (5): 46 kB | 49 kB | 98/247 kB | 53/187 kB | 24/29 kB
Progress (5): 46 kB | 49 kB | 102/247 kB | 53/187 kB | 24/29 kB
Progress (5): 46 kB | 49 kB | 102/247 kB | 53/187 kB | 28/29 kB
Progress (5): 46 kB | 49 kB | 106/247 kB | 53/187 kB | 28/29 kB
Progress (5): 46 kB | 49 kB | 106/247 kB | 57/187 kB | 28/29 kB
Progress (5): 46 kB | 49 kB | 110/247 kB | 57/187 kB | 28/29 kB
Progress (5): 46 kB | 49 kB | 110/247 kB | 57/187 kB | 29 kB   
Progress (5): 46 kB | 49 kB | 114/247 kB | 57/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 114/247 kB | 61/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 114/247 kB | 65/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 118/247 kB | 65/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 122/247 kB | 65/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 122/247 kB | 69/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 126/247 kB | 69/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 126/247 kB | 73/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 131/247 kB | 73/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 131/247 kB | 77/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 131/247 kB | 81/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 135/247 kB | 81/187 kB | 29 kB
Progress (5): 46 kB | 49 kB | 139/247 kB | 81/187 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 35 kB/s)
Progress (4): 46 kB | 49 kB | 139/247 kB | 85/187 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Progress (4): 46 kB | 49 kB | 143/247 kB | 85/187 kB
Progress (4): 46 kB | 49 kB | 143/247 kB | 90/187 kB
Progress (4): 46 kB | 49 kB | 147/247 kB | 90/187 kB
Progress (4): 46 kB | 49 kB | 147/247 kB | 94/187 kB
Progress (4): 46 kB | 49 kB | 147/247 kB | 98/187 kB
Progress (4): 46 kB | 49 kB | 151/247 kB | 98/187 kB
Progress (4): 46 kB | 49 kB | 155/247 kB | 98/187 kB
Progress (4): 46 kB | 49 kB | 155/247 kB | 102/187 kB
Progress (4): 46 kB | 49 kB | 159/247 kB | 102/187 kB
Progress (4): 46 kB | 49 kB | 159/247 kB | 106/187 kB
Progress (4): 46 kB | 49 kB | 163/247 kB | 106/187 kB
Progress (4): 46 kB | 49 kB | 163/247 kB | 110/187 kB
Progress (4): 46 kB | 49 kB | 163/247 kB | 114/187 kB
Progress (4): 46 kB | 49 kB | 167/247 kB | 114/187 kB
Progress (4): 46 kB | 49 kB | 171/247 kB | 114/187 kB
Progress (4): 46 kB | 49 kB | 171/247 kB | 118/187 kB
Progress (4): 46 kB | 49 kB | 176/247 kB | 118/187 kB
Progress (4): 46 kB | 49 kB | 176/247 kB | 122/187 kB
Progress (4): 46 kB | 49 kB | 180/247 kB | 122/187 kB
Progress (4): 46 kB | 49 kB | 180/247 kB | 126/187 kB
Progress (4): 46 kB | 49 kB | 180/247 kB | 131/187 kB
Progress (4): 46 kB | 49 kB | 184/247 kB | 131/187 kB
Progress (4): 46 kB | 49 kB | 188/247 kB | 131/187 kB
Progress (4): 46 kB | 49 kB | 188/247 kB | 135/187 kB
Progress (4): 46 kB | 49 kB | 192/247 kB | 135/187 kB
Progress (4): 46 kB | 49 kB | 192/247 kB | 139/187 kB
Progress (4): 46 kB | 49 kB | 196/247 kB | 139/187 kB
Progress (4): 46 kB | 49 kB | 196/247 kB | 143/187 kB
Progress (4): 46 kB | 49 kB | 196/247 kB | 147/187 kB
Progress (4): 46 kB | 49 kB | 200/247 kB | 147/187 kB
Progress (4): 46 kB | 49 kB | 204/247 kB | 147/187 kB
Progress (4): 46 kB | 49 kB | 204/247 kB | 151/187 kB
Progress (4): 46 kB | 49 kB | 208/247 kB | 151/187 kB
Progress (4): 46 kB | 49 kB | 208/247 kB | 155/187 kB
Progress (4): 46 kB | 49 kB | 212/247 kB | 155/187 kB
Progress (4): 46 kB | 49 kB | 212/247 kB | 159/187 kB
Progress (4): 46 kB | 49 kB | 212/247 kB | 163/187 kB
Progress (4): 46 kB | 49 kB | 217/247 kB | 163/187 kB
Progress (4): 46 kB | 49 kB | 221/247 kB | 163/187 kB
Progress (4): 46 kB | 49 kB | 221/247 kB | 167/187 kB
Progress (4): 46 kB | 49 kB | 225/247 kB | 167/187 kB
Progress (4): 46 kB | 49 kB | 225/247 kB | 171/187 kB
Progress (4): 46 kB | 49 kB | 229/247 kB | 171/187 kB
Progress (4): 46 kB | 49 kB | 229/247 kB | 176/187 kB
Progress (4): 46 kB | 49 kB | 229/247 kB | 180/187 kB
Progress (4): 46 kB | 49 kB | 233/247 kB | 180/187 kB
Progress (4): 46 kB | 49 kB | 233/247 kB | 184/187 kB
Progress (4): 46 kB | 49 kB | 237/247 kB | 184/187 kB
Progress (4): 46 kB | 49 kB | 237/247 kB | 187 kB    
Progress (4): 46 kB | 49 kB | 241/247 kB | 187 kB
Progress (4): 46 kB | 49 kB | 245/247 kB | 187 kB
Progress (4): 46 kB | 49 kB | 247 kB | 187 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 299 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
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 226 kB/s)
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 (3): 46 kB | 49 kB | 4.1/209 kB
Progress (3): 46 kB | 49 kB | 7.7/209 kB
Progress (3): 46 kB | 49 kB | 12/209 kB 
Progress (3): 46 kB | 49 kB | 16/209 kB
Progress (3): 46 kB | 49 kB | 20/209 kB
Progress (3): 46 kB | 49 kB | 24/209 kB
Progress (3): 46 kB | 49 kB | 28/209 kB
Progress (3): 46 kB | 49 kB | 32/209 kB
Progress (3): 46 kB | 49 kB | 36/209 kB
Progress (3): 46 kB | 49 kB | 40/209 kB
Progress (3): 46 kB | 49 kB | 45/209 kB
Progress (3): 46 kB | 49 kB | 49/209 kB
Progress (3): 46 kB | 49 kB | 53/209 kB
Progress (3): 46 kB | 49 kB | 57/209 kB
Progress (3): 46 kB | 49 kB | 61/209 kB
Progress (3): 46 kB | 49 kB | 65/209 kB
Progress (3): 46 kB | 49 kB | 69/209 kB
Progress (3): 46 kB | 49 kB | 73/209 kB
Progress (3): 46 kB | 49 kB | 77/209 kB
Progress (3): 46 kB | 49 kB | 81/209 kB
Progress (3): 46 kB | 49 kB | 85/209 kB
Progress (3): 46 kB | 49 kB | 90/209 kB
Progress (3): 46 kB | 49 kB | 94/209 kB
Progress (3): 46 kB | 49 kB | 98/209 kB
Progress (3): 46 kB | 49 kB | 102/209 kB
Progress (3): 46 kB | 49 kB | 106/209 kB
Progress (3): 46 kB | 49 kB | 110/209 kB
Progress (3): 46 kB | 49 kB | 114/209 kB
Progress (3): 46 kB | 49 kB | 118/209 kB
Progress (3): 46 kB | 49 kB | 122/209 kB
Progress (3): 46 kB | 49 kB | 126/209 kB
Progress (3): 46 kB | 49 kB | 131/209 kB
Progress (3): 46 kB | 49 kB | 135/209 kB
Progress (3): 46 kB | 49 kB | 139/209 kB
Progress (3): 46 kB | 49 kB | 143/209 kB
Progress (3): 46 kB | 49 kB | 147/209 kB
Progress (3): 46 kB | 49 kB | 151/209 kB
Progress (3): 46 kB | 49 kB | 155/209 kB
Progress (3): 46 kB | 49 kB | 159/209 kB
Progress (3): 46 kB | 49 kB | 163/209 kB
Progress (3): 46 kB | 49 kB | 167/209 kB
Progress (3): 46 kB | 49 kB | 171/209 kB
Progress (3): 46 kB | 49 kB | 176/209 kB
Progress (3): 46 kB | 49 kB | 180/209 kB
Progress (3): 46 kB | 49 kB | 184/209 kB
Progress (3): 46 kB | 49 kB | 188/209 kB
Progress (3): 46 kB | 49 kB | 192/209 kB
Progress (3): 46 kB | 49 kB | 196/209 kB
Progress (3): 46 kB | 49 kB | 200/209 kB
Progress (3): 46 kB | 49 kB | 204/209 kB
Progress (3): 46 kB | 49 kB | 208/209 kB
Progress (3): 46 kB | 49 kB | 209 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 248 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
Progress (3): 46 kB | 49 kB | 4.1/56 kB
Progress (3): 46 kB | 49 kB | 7.7/56 kB
Progress (3): 46 kB | 49 kB | 12/56 kB 
Progress (3): 46 kB | 49 kB | 16/56 kB
Progress (3): 46 kB | 49 kB | 20/56 kB
Progress (3): 46 kB | 49 kB | 24/56 kB
Progress (3): 46 kB | 49 kB | 28/56 kB
Progress (3): 46 kB | 49 kB | 32/56 kB
Progress (3): 46 kB | 49 kB | 36/56 kB
Progress (3): 46 kB | 49 kB | 40/56 kB
Progress (3): 46 kB | 49 kB | 45/56 kB
Progress (3): 46 kB | 49 kB | 49/56 kB
Progress (3): 46 kB | 49 kB | 53/56 kB
Progress (3): 46 kB | 49 kB | 56 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 66 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-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 53 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (2): 49 kB | 4.1/58 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 56 kB/s)
Progress (1): 7.7/58 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar
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 (2): 49/58 kB | 4.1/245 kB
Progress (3): 49/58 kB | 4.1/245 kB | 4.1/86 kB
Progress (3): 49/58 kB | 7.7/245 kB | 4.1/86 kB
Progress (3): 53/58 kB | 7.7/245 kB | 4.1/86 kB
Progress (3): 53/58 kB | 12/245 kB | 4.1/86 kB 
Progress (3): 53/58 kB | 12/245 kB | 7.7/86 kB
Progress (3): 53/58 kB | 16/245 kB | 7.7/86 kB
Progress (3): 57/58 kB | 16/245 kB | 7.7/86 kB
Progress (3): 57/58 kB | 16/245 kB | 12/86 kB 
Progress (3): 58 kB | 16/245 kB | 12/86 kB   
Progress (3): 58 kB | 16/245 kB | 16/86 kB
Progress (3): 58 kB | 20/245 kB | 16/86 kB
Progress (3): 58 kB | 24/245 kB | 16/86 kB
Progress (3): 58 kB | 28/245 kB | 16/86 kB
Progress (3): 58 kB | 28/245 kB | 20/86 kB
Progress (3): 58 kB | 32/245 kB | 20/86 kB
Progress (3): 58 kB | 32/245 kB | 24/86 kB
Progress (3): 58 kB | 32/245 kB | 28/86 kB
Progress (3): 58 kB | 32/245 kB | 32/86 kB
Progress (3): 58 kB | 36/245 kB | 32/86 kB
Progress (3): 58 kB | 40/245 kB | 32/86 kB
Progress (3): 58 kB | 45/245 kB | 32/86 kB
Progress (3): 58 kB | 45/245 kB | 36/86 kB
Progress (3): 58 kB | 49/245 kB | 36/86 kB
Progress (3): 58 kB | 49/245 kB | 40/86 kB
Progress (3): 58 kB | 49/245 kB | 45/86 kB
Progress (3): 58 kB | 49/245 kB | 49/86 kB
Progress (3): 58 kB | 53/245 kB | 49/86 kB
Progress (3): 58 kB | 57/245 kB | 49/86 kB
Progress (3): 58 kB | 61/245 kB | 49/86 kB
Progress (3): 58 kB | 61/245 kB | 53/86 kB
Progress (3): 58 kB | 65/245 kB | 53/86 kB
Progress (3): 58 kB | 65/245 kB | 57/86 kB
Progress (3): 58 kB | 65/245 kB | 61/86 kB
Progress (3): 58 kB | 65/245 kB | 65/86 kB
Progress (3): 58 kB | 69/245 kB | 65/86 kB
Progress (3): 58 kB | 73/245 kB | 65/86 kB
Progress (3): 58 kB | 77/245 kB | 65/86 kB
Progress (3): 58 kB | 81/245 kB | 65/86 kB
Progress (3): 58 kB | 81/245 kB | 69/86 kB
Progress (3): 58 kB | 81/245 kB | 73/86 kB
Progress (3): 58 kB | 81/245 kB | 77/86 kB
Progress (3): 58 kB | 81/245 kB | 81/86 kB
Progress (3): 58 kB | 85/245 kB | 81/86 kB
Progress (3): 58 kB | 90/245 kB | 81/86 kB
Progress (3): 58 kB | 90/245 kB | 85/86 kB
Progress (3): 58 kB | 94/245 kB | 85/86 kB
Progress (3): 58 kB | 94/245 kB | 86 kB   
Progress (3): 58 kB | 98/245 kB | 86 kB
Progress (3): 58 kB | 102/245 kB | 86 kB
Progress (3): 58 kB | 106/245 kB | 86 kB
Progress (3): 58 kB | 110/245 kB | 86 kB
Progress (3): 58 kB | 114/245 kB | 86 kB
Progress (3): 58 kB | 118/245 kB | 86 kB
Progress (3): 58 kB | 122/245 kB | 86 kB
Progress (3): 58 kB | 126/245 kB | 86 kB
Progress (3): 58 kB | 131/245 kB | 86 kB
Progress (3): 58 kB | 135/245 kB | 86 kB
Progress (3): 58 kB | 139/245 kB | 86 kB
Progress (3): 58 kB | 143/245 kB | 86 kB
Progress (3): 58 kB | 147/245 kB | 86 kB
Progress (3): 58 kB | 151/245 kB | 86 kB
Progress (3): 58 kB | 155/245 kB | 86 kB
Progress (3): 58 kB | 159/245 kB | 86 kB
Progress (3): 58 kB | 163/245 kB | 86 kB
Progress (3): 58 kB | 167/245 kB | 86 kB
Progress (3): 58 kB | 171/245 kB | 86 kB
Progress (3): 58 kB | 176/245 kB | 86 kB
Progress (3): 58 kB | 180/245 kB | 86 kB
Progress (3): 58 kB | 184/245 kB | 86 kB
Progress (3): 58 kB | 188/245 kB | 86 kB
Progress (3): 58 kB | 192/245 kB | 86 kB
Progress (3): 58 kB | 196/245 kB | 86 kB
Progress (3): 58 kB | 200/245 kB | 86 kB
Progress (3): 58 kB | 204/245 kB | 86 kB
Progress (3): 58 kB | 208/245 kB | 86 kB
Progress (3): 58 kB | 212/245 kB | 86 kB
Progress (3): 58 kB | 217/245 kB | 86 kB
Progress (3): 58 kB | 221/245 kB | 86 kB
Progress (3): 58 kB | 225/245 kB | 86 kB
Progress (3): 58 kB | 229/245 kB | 86 kB
Progress (3): 58 kB | 233/245 kB | 86 kB
Progress (3): 58 kB | 237/245 kB | 86 kB
Progress (3): 58 kB | 241/245 kB | 86 kB
Progress (3): 58 kB | 245 kB | 86 kB    
Progress (4): 58 kB | 245 kB | 86 kB | 4.1/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 7.7/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 12/532 kB 
Progress (4): 58 kB | 245 kB | 86 kB | 16/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 20/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 24/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 28/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 32/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 36/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 40/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 45/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 49/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 53/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 57/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 61/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 65/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 69/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 73/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 77/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 81/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 85/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 90/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 94/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 98/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 102/532 kB
Progress (4): 58 kB | 245 kB | 86 kB | 106/532 kB
Progress (5): 58 kB | 245 kB | 86 kB | 106/532 kB | 4.1/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 110/532 kB | 4.1/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 110/532 kB | 7.7/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 114/532 kB | 7.7/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 114/532 kB | 12/100 kB 
Progress (5): 58 kB | 245 kB | 86 kB | 114/532 kB | 16/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 118/532 kB | 16/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 122/532 kB | 16/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 126/532 kB | 16/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 126/532 kB | 20/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 131/532 kB | 20/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 131/532 kB | 24/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 131/532 kB | 28/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 131/532 kB | 32/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 135/532 kB | 32/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 139/532 kB | 32/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 143/532 kB | 32/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 147/532 kB | 32/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 147/532 kB | 36/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 147/532 kB | 40/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 147/532 kB | 45/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 147/532 kB | 49/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 151/532 kB | 49/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 155/532 kB | 49/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 159/532 kB | 49/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 159/532 kB | 53/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 163/532 kB | 53/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 163/532 kB | 57/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 163/532 kB | 61/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 163/532 kB | 65/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 167/532 kB | 65/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 171/532 kB | 65/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 176/532 kB | 65/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 176/532 kB | 69/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 180/532 kB | 69/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 180/532 kB | 73/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 180/532 kB | 77/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 180/532 kB | 81/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 184/532 kB | 81/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 188/532 kB | 81/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 192/532 kB | 81/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 192/532 kB | 85/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 196/532 kB | 85/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 196/532 kB | 90/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 196/532 kB | 94/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 196/532 kB | 98/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 200/532 kB | 98/100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 200/532 kB | 100 kB   
Progress (5): 58 kB | 245 kB | 86 kB | 204/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 208/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 212/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 217/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 221/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 225/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 229/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 233/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 237/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 241/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 245/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 249/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 253/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 258/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 262/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 266/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 270/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 274/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 278/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 282/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 286/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 290/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 294/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 298/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 303/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 307/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 311/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 315/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 319/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 323/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 327/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 331/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 335/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 339/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 344/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 348/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 352/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 356/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 360/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 364/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 368/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 372/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 376/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 380/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 384/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 389/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 393/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 397/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 401/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 405/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 409/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 413/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 417/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 421/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 425/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 430/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 434/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 438/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 442/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 446/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 450/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 454/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 458/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 462/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 466/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 471/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 475/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 479/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 483/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 487/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 491/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 495/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 499/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 503/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 507/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 511/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 516/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 520/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 524/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 528/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 532/532 kB | 100 kB
Progress (5): 58 kB | 245 kB | 86 kB | 532 kB | 100 kB    
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (245 kB at 122 kB/s)
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 43 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 37 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar
Progress (3): 58 kB | 532 kB | 3.1 kB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 4.1/13 kB
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 7.7/13 kB
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 12/13 kB 
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 13 kB   
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 13 kB
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 13 kB
Progress (5): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB | 13 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 kB at 4.9 kB/s)
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
Progress (4): 58 kB | 532 kB | 3.1 kB | 0.1/1.4 MB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 197 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): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (3): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (3): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (3): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (3): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (3): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (3): 58 kB | 3.1 kB | 0.2/1.4 MB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 4.1/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 4.1/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 7.7/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 12/112 kB 
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 16/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 16/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 16/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 20/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 24/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 28/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 32/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 32/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 32/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 36/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 40/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 45/112 kB
Progress (4): 58 kB | 3.1 kB | 0.2/1.4 MB | 49/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 49/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 53/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 53/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 57/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 61/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 65/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 69/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 69/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 73/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 73/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 77/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 81/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 85/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 90/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 90/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 94/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 94/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 98/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 102/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 106/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 110/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 110/112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 112 kB    
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.5/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.6/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.7/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.8/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 0.9/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.0/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.1/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.2/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.3/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4/1.4 MB | 112 kB
Progress (4): 58 kB | 3.1 kB | 1.4 MB | 112 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1.4 MB at 523 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar
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 17 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar
Progress (3): 3.1 kB | 112 kB | 4.1/36 kB
Progress (3): 3.1 kB | 112 kB | 7.7/36 kB
Progress (3): 3.1 kB | 112 kB | 12/36 kB 
Progress (3): 3.1 kB | 112 kB | 16/36 kB
Progress (3): 3.1 kB | 112 kB | 20/36 kB
Progress (3): 3.1 kB | 112 kB | 24/36 kB
Progress (3): 3.1 kB | 112 kB | 28/36 kB
Progress (3): 3.1 kB | 112 kB | 32/36 kB
Progress (3): 3.1 kB | 112 kB | 36 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 kB at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (3.1 kB at 923 B/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
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 33 kB/s)
Progress (1): 4.1/7.0 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Progress (1): 7.0 kB
Progress (2): 7.0 kB | 4.1/9.4 kB
Progress (3): 7.0 kB | 4.1/9.4 kB | 4.1/285 kB
Progress (3): 7.0 kB | 7.7/9.4 kB | 4.1/285 kB
Progress (3): 7.0 kB | 7.7/9.4 kB | 7.7/285 kB
Progress (3): 7.0 kB | 9.4 kB | 7.7/285 kB    
Progress (3): 7.0 kB | 9.4 kB | 12/285 kB 
Progress (3): 7.0 kB | 9.4 kB | 16/285 kB
Progress (3): 7.0 kB | 9.4 kB | 20/285 kB
Progress (4): 7.0 kB | 9.4 kB | 20/285 kB | 4.1/37 kB
Progress (4): 7.0 kB | 9.4 kB | 24/285 kB | 4.1/37 kB
Progress (4): 7.0 kB | 9.4 kB | 24/285 kB | 7.7/37 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7.0 kB at 2.1 kB/s)
Progress (3): 9.4 kB | 28/285 kB | 7.7/37 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (9.4 kB at 2.8 kB/s)
Progress (2): 28/285 kB | 12/37 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Progress (2): 32/285 kB | 12/37 kB
Progress (2): 32/285 kB | 16/37 kB
Progress (2): 36/285 kB | 16/37 kB
Progress (2): 40/285 kB | 16/37 kB
Progress (2): 45/285 kB | 16/37 kB
Progress (2): 49/285 kB | 16/37 kB
Progress (2): 49/285 kB | 20/37 kB
Progress (2): 53/285 kB | 20/37 kB
Progress (2): 53/285 kB | 24/37 kB
Progress (2): 57/285 kB | 24/37 kB
Progress (2): 57/285 kB | 28/37 kB
Progress (2): 61/285 kB | 28/37 kB
Progress (2): 61/285 kB | 32/37 kB
Progress (2): 65/285 kB | 32/37 kB
Progress (2): 65/285 kB | 36/37 kB
Progress (2): 65/285 kB | 37 kB   
Progress (2): 69/285 kB | 37 kB
Progress (3): 69/285 kB | 37 kB | 4.1/37 kB
Progress (3): 73/285 kB | 37 kB | 4.1/37 kB
Progress (3): 73/285 kB | 37 kB | 7.7/37 kB
Progress (3): 77/285 kB | 37 kB | 7.7/37 kB
Progress (3): 77/285 kB | 37 kB | 12/37 kB 
Progress (3): 81/285 kB | 37 kB | 12/37 kB
Progress (3): 81/285 kB | 37 kB | 16/37 kB
Progress (3): 85/285 kB | 37 kB | 16/37 kB
Progress (3): 85/285 kB | 37 kB | 20/37 kB
Progress (3): 90/285 kB | 37 kB | 20/37 kB
Progress (3): 90/285 kB | 37 kB | 24/37 kB
Progress (3): 94/285 kB | 37 kB | 24/37 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 kB at 11 kB/s)
Progress (2): 94/285 kB | 28/37 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar
Progress (2): 98/285 kB | 28/37 kB
Progress (2): 98/285 kB | 32/37 kB
Progress (2): 98/285 kB | 36/37 kB
Progress (2): 98/285 kB | 37 kB   
Progress (2): 102/285 kB | 37 kB
Progress (2): 106/285 kB | 37 kB
Progress (2): 110/285 kB | 37 kB
Progress (2): 114/285 kB | 37 kB
Progress (2): 118/285 kB | 37 kB
Progress (2): 122/285 kB | 37 kB
Progress (2): 126/285 kB | 37 kB
Progress (2): 131/285 kB | 37 kB
Progress (3): 131/285 kB | 37 kB | 4.1/29 kB
Progress (3): 135/285 kB | 37 kB | 4.1/29 kB
Progress (3): 135/285 kB | 37 kB | 7.7/29 kB
Progress (3): 139/285 kB | 37 kB | 7.7/29 kB
Progress (3): 139/285 kB | 37 kB | 12/29 kB 
Progress (3): 143/285 kB | 37 kB | 12/29 kB
Progress (3): 143/285 kB | 37 kB | 16/29 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 kB at 11 kB/s)
Progress (2): 143/285 kB | 20/29 kB
Progress (2): 147/285 kB | 20/29 kB
Progress (2): 147/285 kB | 24/29 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.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar
Progress (2): 151/285 kB | 24/29 kB
Progress (2): 151/285 kB | 28/29 kB
Progress (2): 155/285 kB | 28/29 kB
Progress (2): 155/285 kB | 29 kB   
Progress (2): 159/285 kB | 29 kB
Progress (2): 163/285 kB | 29 kB
Progress (2): 167/285 kB | 29 kB
Progress (2): 171/285 kB | 29 kB
Progress (2): 176/285 kB | 29 kB
Progress (2): 180/285 kB | 29 kB
Progress (2): 184/285 kB | 29 kB
Progress (2): 188/285 kB | 29 kB
Progress (2): 192/285 kB | 29 kB
Progress (2): 196/285 kB | 29 kB
Progress (2): 200/285 kB | 29 kB
Progress (2): 204/285 kB | 29 kB
Progress (2): 208/285 kB | 29 kB
Progress (2): 212/285 kB | 29 kB
Progress (2): 217/285 kB | 29 kB
Progress (2): 221/285 kB | 29 kB
Progress (2): 225/285 kB | 29 kB
Progress (2): 229/285 kB | 29 kB
Progress (2): 233/285 kB | 29 kB
Progress (2): 237/285 kB | 29 kB
Progress (2): 241/285 kB | 29 kB
Progress (2): 245/285 kB | 29 kB
Progress (2): 249/285 kB | 29 kB
Progress (2): 253/285 kB | 29 kB
Progress (2): 258/285 kB | 29 kB
Progress (2): 262/285 kB | 29 kB
Progress (2): 266/285 kB | 29 kB
Progress (2): 270/285 kB | 29 kB
Progress (2): 274/285 kB | 29 kB
Progress (2): 278/285 kB | 29 kB
Progress (2): 282/285 kB | 29 kB
Progress (2): 285 kB | 29 kB    
Progress (3): 285 kB | 29 kB | 4.1/4.3 kB
Progress (3): 285 kB | 29 kB | 4.3 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (29 kB at 8.1 kB/s)
Progress (3): 285 kB | 4.3 kB | 4.1/21 kB
Progress (3): 285 kB | 4.3 kB | 7.7/21 kB
Progress (3): 285 kB | 4.3 kB | 12/21 kB 
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 1.2 kB/s)
Progress (2): 285 kB | 16/21 kB
Progress (2): 285 kB | 20/21 kB
Progress (2): 285 kB | 21 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 kB at 5.9 kB/s)
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 80 kB/s)
Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53/53 kB
Progress (1): 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 15 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip
Progress (1): 0/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.1/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.2/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.3/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.4/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.5/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.6/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.7/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.8/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 0.9/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.0/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.1/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.2/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.3/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.4/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.5/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.6/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.7/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.8/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 1.9/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.0/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.1/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.2/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.3/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.4/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.5/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.6/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.7/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.8/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 2.9/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.0/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.1/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.2/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.3/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.4/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.5/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.6/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.7/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.8/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 3.9/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.0/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.1/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.2/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.3/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.4/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.5/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.6/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.7/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.8/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 4.9/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.0/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.1/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.2/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.3/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.4/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.5/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.6/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.7/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.8/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 5.9/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.0/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.1/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.2/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.3/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.4/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.5/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.6/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.7/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.8/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 6.9/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.0/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.1/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.2/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.3/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.4/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.5/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.6/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.7/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.8/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 7.9/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.0/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1/8.1 MB
Progress (1): 8.1 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (8.1 MB at 25 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar
Progress (1): 4.1/218 kB
Progress (1): 7.7/218 kB
Progress (1): 12/218 kB 
Progress (1): 16/218 kB
Progress (1): 20/218 kB
Progress (1): 24/218 kB
Progress (1): 28/218 kB
Progress (1): 32/218 kB
Progress (1): 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.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (218 kB at 14 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar
Progress (1): 4.1/148 kB
Progress (1): 7.7/148 kB
Progress (1): 12/148 kB 
Progress (1): 16/148 kB
Progress (1): 20/148 kB
Progress (1): 24/148 kB
Progress (1): 28/148 kB
Progress (1): 32/148 kB
Progress (1): 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.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (148 kB at 12 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 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.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 kB at 390 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (1.7 kB at 36 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (7.6 kB at 69 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-versions-plugin/1.4.0/tycho-versions-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.4.0/tycho-versions-plugin-1.4.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.4.0/tycho-versions-plugin-1.4.0.pom (1.9 kB at 72 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-release/1.4.0/tycho-release-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-release/1.4.0/tycho-release-1.4.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.4.0/tycho-release-1.4.0.pom (965 B at 44 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-versions-plugin/1.4.0/tycho-versions-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.4.0/tycho-versions-plugin-1.4.0.jar
Progress (1): 4.1/90 kB
Progress (1): 7.7/90 kB
Progress (1): 12/90 kB 
Progress (1): 16/90 kB
Progress (1): 20/90 kB
Progress (1): 24/90 kB
Progress (1): 28/90 kB
Progress (1): 32/90 kB
Progress (1): 36/90 kB
Progress (1): 40/90 kB
Progress (1): 45/90 kB
Progress (1): 49/90 kB
Progress (1): 53/90 kB
Progress (1): 57/90 kB
Progress (1): 61/90 kB
Progress (1): 65/90 kB
Progress (1): 69/90 kB
Progress (1): 73/90 kB
Progress (1): 77/90 kB
Progress (1): 81/90 kB
Progress (1): 85/90 kB
Progress (1): 90/90 kB
Progress (1): 90 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-versions-plugin/1.4.0/tycho-versions-plugin-1.4.0.jar (90 kB at 2.4 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.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/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.pom (16 kB at 740 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.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/27/maven-plugins-27.pom (11 kB at 219 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 37 kB
Progress (1): 40 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.9 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.jar
Progress (1): 4.1/405 kB
Progress (1): 7.7/405 kB
Progress (1): 12/405 kB 
Progress (1): 16/405 kB
Progress (1): 20/405 kB
Progress (1): 24/405 kB
Progress (1): 28/405 kB
Progress (1): 32/405 kB
Progress (1): 36/405 kB
Progress (1): 40/405 kB
Progress (1): 45/405 kB
Progress (1): 49/405 kB
Progress (1): 53/405 kB
Progress (1): 57/405 kB
Progress (1): 61/405 kB
Progress (1): 65/405 kB
Progress (1): 69/405 kB
Progress (1): 73/405 kB
Progress (1): 77/405 kB
Progress (1): 81/405 kB
Progress (1): 85/405 kB
Progress (1): 90/405 kB
Progress (1): 94/405 kB
Progress (1): 98/405 kB
Progress (1): 102/405 kB
Progress (1): 106/405 kB
Progress (1): 110/405 kB
Progress (1): 114/405 kB
Progress (1): 118/405 kB
Progress (1): 122/405 kB
Progress (1): 126/405 kB
Progress (1): 131/405 kB
Progress (1): 135/405 kB
Progress (1): 139/405 kB
Progress (1): 143/405 kB
Progress (1): 147/405 kB
Progress (1): 151/405 kB
Progress (1): 155/405 kB
Progress (1): 159/405 kB
Progress (1): 163/405 kB
Progress (1): 167/405 kB
Progress (1): 171/405 kB
Progress (1): 176/405 kB
Progress (1): 180/405 kB
Progress (1): 184/405 kB
Progress (1): 188/405 kB
Progress (1): 192/405 kB
Progress (1): 196/405 kB
Progress (1): 200/405 kB
Progress (1): 204/405 kB
Progress (1): 208/405 kB
Progress (1): 212/405 kB
Progress (1): 217/405 kB
Progress (1): 221/405 kB
Progress (1): 225/405 kB
Progress (1): 229/405 kB
Progress (1): 233/405 kB
Progress (1): 237/405 kB
Progress (1): 241/405 kB
Progress (1): 245/405 kB
Progress (1): 249/405 kB
Progress (1): 253/405 kB
Progress (1): 258/405 kB
Progress (1): 262/405 kB
Progress (1): 266/405 kB
Progress (1): 270/405 kB
Progress (1): 274/405 kB
Progress (1): 278/405 kB
Progress (1): 282/405 kB
Progress (1): 286/405 kB
Progress (1): 290/405 kB
Progress (1): 294/405 kB
Progress (1): 298/405 kB
Progress (1): 303/405 kB
Progress (1): 307/405 kB
Progress (1): 311/405 kB
Progress (1): 315/405 kB
Progress (1): 319/405 kB
Progress (1): 323/405 kB
Progress (1): 327/405 kB
Progress (1): 331/405 kB
Progress (1): 335/405 kB
Progress (1): 339/405 kB
Progress (1): 344/405 kB
Progress (1): 348/405 kB
Progress (1): 352/405 kB
Progress (1): 356/405 kB
Progress (1): 360/405 kB
Progress (1): 364/405 kB
Progress (1): 368/405 kB
Progress (1): 372/405 kB
Progress (1): 376/405 kB
Progress (1): 380/405 kB
Progress (1): 384/405 kB
Progress (1): 389/405 kB
Progress (1): 393/405 kB
Progress (1): 397/405 kB
Progress (1): 401/405 kB
Progress (1): 405/405 kB
Progress (1): 405 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.10.3/maven-javadoc-plugin-2.10.3.jar (405 kB at 11 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (2.9 kB at 96 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 kB at 861 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom
Progress (1): 4.1 kB
Progress (1): 5.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 264 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 210 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 189 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 335 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 779 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 28 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 716 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (2.7 kB at 102 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Progress (1): 4.1/22 kB
Progress (2): 4.1/22 kB | 4.1/128 kB
Progress (3): 4.1/22 kB | 4.1/128 kB | 4.1/24 kB
Progress (3): 4.1/22 kB | 7.7/128 kB | 4.1/24 kB
Progress (3): 4.1/22 kB | 7.7/128 kB | 7.7/24 kB
Progress (3): 7.7/22 kB | 7.7/128 kB | 7.7/24 kB
Progress (3): 7.7/22 kB | 7.7/128 kB | 12/24 kB 
Progress (3): 7.7/22 kB | 12/128 kB | 12/24 kB 
Progress (3): 7.7/22 kB | 12/128 kB | 16/24 kB
Progress (3): 12/22 kB | 12/128 kB | 16/24 kB 
Progress (3): 12/22 kB | 16/128 kB | 16/24 kB
Progress (3): 16/22 kB | 16/128 kB | 16/24 kB
Progress (3): 16/22 kB | 16/128 kB | 20/24 kB
Progress (3): 20/22 kB | 16/128 kB | 20/24 kB
Progress (3): 20/22 kB | 16/128 kB | 24 kB   
Progress (3): 22 kB | 16/128 kB | 24 kB   
Progress (3): 22 kB | 20/128 kB | 24 kB
Progress (3): 22 kB | 24/128 kB | 24 kB
Progress (3): 22 kB | 28/128 kB | 24 kB
Progress (3): 22 kB | 32/128 kB | 24 kB
Progress (3): 22 kB | 36/128 kB | 24 kB
Progress (3): 22 kB | 40/128 kB | 24 kB
Progress (3): 22 kB | 45/128 kB | 24 kB
Progress (3): 22 kB | 49/128 kB | 24 kB
Progress (3): 22 kB | 53/128 kB | 24 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 485 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 530 kB/s)
Progress (1): 57/128 kB
Progress (1): 61/128 kB
Progress (1): 65/128 kB
Progress (1): 69/128 kB
Progress (1): 73/128 kB
Progress (1): 77/128 kB
Progress (1): 81/128 kB
Progress (1): 85/128 kB
Progress (1): 90/128 kB
Progress (1): 94/128 kB
Progress (1): 98/128 kB
Progress (1): 102/128 kB
Progress (1): 106/128 kB
Progress (1): 110/128 kB
Progress (1): 114/128 kB
Progress (1): 118/128 kB
Progress (1): 122/128 kB
Progress (1): 126/128 kB
Progress (1): 128 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (128 kB at 2.5 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 980 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 3.3 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 270 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 970 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 656 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (2.2 kB at 65 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (28 kB at 766 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (2.7 kB at 158 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 405 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 2.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 537 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (2.1 kB at 67 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 108 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm/7.0/asm-7.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 109 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom
Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (3.6 kB at 121 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 137 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm/7.0/asm-7.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
Progress (1): 4.1/114 kB
Progress (1): 7.7/114 kB
Progress (1): 12/114 kB 
Progress (1): 16/114 kB
Progress (1): 20/114 kB
Progress (1): 24/114 kB
Progress (1): 28/114 kB
Progress (1): 32/114 kB
Progress (1): 36/114 kB
Progress (1): 40/114 kB
Progress (1): 45/114 kB
Progress (1): 49/114 kB
Progress (1): 53/114 kB
Progress (1): 57/114 kB
Progress (1): 61/114 kB
Progress (1): 65/114 kB
Progress (1): 69/114 kB
Progress (1): 73/114 kB
Progress (1): 77/114 kB
Progress (1): 81/114 kB
Progress (1): 85/114 kB
Progress (1): 90/114 kB
Progress (1): 94/114 kB
Progress (1): 98/114 kB
Progress (1): 102/114 kB
Progress (1): 106/114 kB
Progress (1): 110/114 kB
Progress (1): 114 kB    
Progress (2): 114 kB | 4.1/50 kB
Progress (2): 114 kB | 7.7/50 kB
Progress (2): 114 kB | 12/50 kB 
Progress (2): 114 kB | 16/50 kB
Progress (2): 114 kB | 20/50 kB
Progress (2): 114 kB | 24/50 kB
Progress (3): 114 kB | 24/50 kB | 4.1/20 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 4.1 MB/s)
Progress (2): 24/50 kB | 7.7/20 kB
Progress (2): 28/50 kB | 7.7/20 kB
Progress (2): 28/50 kB | 12/20 kB 
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar
Progress (2): 28/50 kB | 16/20 kB
Progress (2): 32/50 kB | 16/20 kB
Progress (2): 32/50 kB | 20 kB   
Progress (2): 36/50 kB | 20 kB
Progress (2): 40/50 kB | 20 kB
Progress (2): 45/50 kB | 20 kB
Progress (2): 49/50 kB | 20 kB
Progress (2): 50 kB | 20 kB   
Progress (3): 50 kB | 20 kB | 4.1/54 kB
Progress (3): 50 kB | 20 kB | 7.7/54 kB
Progress (3): 50 kB | 20 kB | 12/54 kB 
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 kB at 618 kB/s)
Progress (3): 50 kB | 12/54 kB | 4.1/81 kB
Progress (3): 50 kB | 16/54 kB | 4.1/81 kB
Progress (3): 50 kB | 16/54 kB | 7.7/81 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar
Progress (3): 50 kB | 16/54 kB | 12/81 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 1.5 MB/s)
Progress (2): 16/54 kB | 16/81 kB
Progress (2): 20/54 kB | 16/81 kB
Progress (2): 24/54 kB | 16/81 kB
Progress (2): 28/54 kB | 16/81 kB
Progress (2): 32/54 kB | 16/81 kB
Progress (2): 32/54 kB | 20/81 kB
Progress (2): 32/54 kB | 24/81 kB
Progress (2): 36/54 kB | 24/81 kB
Progress (2): 36/54 kB | 28/81 kB
Progress (3): 36/54 kB | 28/81 kB | 4.1/33 kB
Progress (3): 36/54 kB | 32/81 kB | 4.1/33 kB
Progress (3): 40/54 kB | 32/81 kB | 4.1/33 kB
Progress (3): 40/54 kB | 32/81 kB | 7.7/33 kB
Progress (3): 45/54 kB | 32/81 kB | 7.7/33 kB
Progress (3): 45/54 kB | 32/81 kB | 12/33 kB 
Progress (3): 49/54 kB | 32/81 kB | 12/33 kB
Progress (3): 49/54 kB | 32/81 kB | 16/33 kB
Progress (3): 49/54 kB | 36/81 kB | 16/33 kB
Progress (3): 53/54 kB | 36/81 kB | 16/33 kB
Progress (3): 53/54 kB | 40/81 kB | 16/33 kB
Progress (3): 54 kB | 40/81 kB | 16/33 kB   
Progress (3): 54 kB | 45/81 kB | 16/33 kB
Progress (3): 54 kB | 45/81 kB | 20/33 kB
Progress (3): 54 kB | 49/81 kB | 20/33 kB
Progress (3): 54 kB | 49/81 kB | 24/33 kB
Progress (3): 54 kB | 49/81 kB | 28/33 kB
Progress (3): 54 kB | 49/81 kB | 32/33 kB
Progress (3): 54 kB | 49/81 kB | 33 kB   
Progress (3): 54 kB | 53/81 kB | 33 kB
Progress (3): 54 kB | 57/81 kB | 33 kB
Progress (3): 54 kB | 61/81 kB | 33 kB
Progress (3): 54 kB | 65/81 kB | 33 kB
Progress (3): 54 kB | 69/81 kB | 33 kB
Progress (3): 54 kB | 73/81 kB | 33 kB
Progress (3): 54 kB | 77/81 kB | 33 kB
Progress (3): 54 kB | 81 kB | 33 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 666 kB/s)
Progress (3): 54 kB | 81 kB | 4.1/28 kB
Progress (3): 54 kB | 81 kB | 7.7/28 kB
Progress (3): 54 kB | 81 kB | 12/28 kB 
Progress (3): 54 kB | 81 kB | 16/28 kB
Progress (3): 54 kB | 81 kB | 20/28 kB
Progress (3): 54 kB | 81 kB | 24/28 kB
Progress (3): 54 kB | 81 kB | 28 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 kB at 439 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 421 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (81 kB at 626 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.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.4.0/tycho-compiler-plugin-1.4.0.pom (2.5 kB at 840 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.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.4.0/tycho-compiler-plugin-1.4.0.jar (33 kB at 6.6 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.2 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 5.7 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 336 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 540 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 924 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 569 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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.5 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 5.7 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (2.3 kB at 16 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom
Progress (1): 4.1 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/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 kB at 388 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (18 kB at 342 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
Progress (1): 815 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 28 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Progress (1): 4.1 kB
Progress (1): 4.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 202 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 667 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 17 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 184 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 67 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 320 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 377 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 435 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 156 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 80 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 197 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 27 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 261 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/junit/junit/4.10/junit-4.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 138 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
Progress (1): 481 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 10 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
Progress (1): 4.1 kB
Progress (1): 5.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 267 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 156 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 8.5 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 58 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 58 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 24 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 135 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 73 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 12 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 46 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 75 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 81 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 10 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 95 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 109 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 78 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 104 kB/s)
Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
Progress (1): 747 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (747 B at 8.5 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 95 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 71 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 78 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 55 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 78 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 64 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 72 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 102 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 72 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 102 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.1/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (2): 0.2/1.5 MB | 4.1/13 kB
Progress (2): 0.2/1.5 MB | 4.1/13 kB
Progress (2): 0.2/1.5 MB | 7.7/13 kB
Progress (2): 0.2/1.5 MB | 12/13 kB 
Progress (2): 0.2/1.5 MB | 13 kB   
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
Progress (2): 0.2/1.5 MB | 13 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 500 kB/s)
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.2/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.3/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.4/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.5/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.6/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.7/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.8/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 0.9/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.0/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (1): 1.1/1.5 MB
Progress (2): 1.1/1.5 MB | 4.1/4.2 kB
Progress (2): 1.1/1.5 MB | 4.2 kB    
Progress (2): 1.1/1.5 MB | 4.2 kB
Progress (2): 1.1/1.5 MB | 4.2 kB
Progress (2): 1.1/1.5 MB | 4.2 kB
Progress (2): 1.1/1.5 MB | 4.2 kB
Progress (2): 1.2/1.5 MB | 4.2 kB
Progress (2): 1.2/1.5 MB | 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 58 kB/s)
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.2/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.3/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.4/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5/1.5 MB
Progress (1): 1.5 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar (1.5 MB at 6.5 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.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.4.0/tycho-p2-publisher-plugin-1.4.0.pom (2.0 kB at 22 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.4.0/tycho-p2-publisher-plugin-1.4.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.4.0/tycho-p2-publisher-plugin-1.4.0.jar (22 kB at 168 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 643 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 710 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/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/commons/commons-lang3/3.1/commons-lang3-3.1.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 (1): 249/316 kB
Progress (1): 253/316 kB
Progress (1): 258/316 kB
Progress (1): 262/316 kB
Progress (1): 266/316 kB
Progress (1): 270/316 kB
Progress (1): 274/316 kB
Progress (1): 278/316 kB
Progress (1): 282/316 kB
Progress (1): 286/316 kB
Progress (1): 290/316 kB
Progress (1): 294/316 kB
Progress (1): 298/316 kB
Progress (1): 303/316 kB
Progress (1): 307/316 kB
Progress (1): 311/316 kB
Progress (1): 315/316 kB
Progress (1): 316 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 8.5 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.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.4.0/tycho-p2-repository-plugin-1.4.0.pom (1.4 kB at 6.6 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.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.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 kB at 96 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.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-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.pom (5.7 kB at 189 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.18.1/surefire-2.18.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/maven/surefire/surefire/2.18.1/surefire-2.18.1.pom (17 kB at 763 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.18.1/maven-surefire-plugin-2.18.1.jar (37 kB at 1.6 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.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.4.0/tycho-surefire-plugin-1.4.0.pom (4.8 kB at 207 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.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/57 kB
Progress (1): 57 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.4.0/tycho-surefire-plugin-1.4.0.jar (57 kB at 2.6 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.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.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.pom (3.3 kB at 76 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.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.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.pom (1.5 kB at 14 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.4.0/tycho-surefire-1.4.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.4.0/tycho-surefire-1.4.0.pom (3.0 kB at 100 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.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.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.pom (1.5 kB at 9.7 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.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.4.0/org.eclipse.tycho.surefire.junit47-1.4.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.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.pom (1.9 kB at 14 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.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.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.pom (3.3 kB at 15 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.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.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.pom (2.1 kB at 14 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 161 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 911 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 596 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 78 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 316 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 8.2 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 668 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 6.9 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 1.2 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 54 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 66 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 264 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 889 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 182 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 671 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 228 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 810 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 737 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 138 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 71 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 116 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 32 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 183 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 228 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 172 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 57 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 42 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 121 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 197 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 107 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 92 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 21 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 689 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 274 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.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.4.0/org.eclipse.tycho.surefire.junit-1.4.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.4.0/org.eclipse.tycho.surefire.junit4-1.4.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.4.0/org.eclipse.tycho.surefire.junit5-1.4.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.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar
Progress (1): 4.1/25 kB
Progress (2): 4.1/25 kB | 4.1/185 kB
Progress (2): 7.7/25 kB | 4.1/185 kB
Progress (2): 7.7/25 kB | 7.7/185 kB
Progress (2): 12/25 kB | 7.7/185 kB 
Progress (2): 12/25 kB | 12/185 kB 
Progress (2): 16/25 kB | 12/185 kB
Progress (2): 16/25 kB | 16/185 kB
Progress (2): 20/25 kB | 16/185 kB
Progress (2): 24/25 kB | 16/185 kB
Progress (2): 25 kB | 16/185 kB   
Progress (3): 25 kB | 16/185 kB | 4.1/65 kB
Progress (3): 25 kB | 16/185 kB | 7.7/65 kB
Progress (3): 25 kB | 20/185 kB | 7.7/65 kB
Progress (3): 25 kB | 20/185 kB | 12/65 kB 
Progress (4): 25 kB | 20/185 kB | 12/65 kB | 7.7/924 kB
Progress (4): 25 kB | 20/185 kB | 16/65 kB | 7.7/924 kB
Progress (4): 25 kB | 24/185 kB | 16/65 kB | 7.7/924 kB
Progress (4): 25 kB | 24/185 kB | 16/65 kB | 16/924 kB 
Progress (4): 25 kB | 28/185 kB | 16/65 kB | 16/924 kB
Progress (4): 25 kB | 28/185 kB | 20/65 kB | 16/924 kB
Progress (4): 25 kB | 32/185 kB | 20/65 kB | 16/924 kB
Progress (4): 25 kB | 32/185 kB | 24/65 kB | 16/924 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.4.0/org.eclipse.tycho.surefire.junit-1.4.0.jar (25 kB at 977 kB/s)
Progress (4): 32/185 kB | 24/65 kB | 16/924 kB | 4.1/424 kB
Progress (4): 32/185 kB | 28/65 kB | 16/924 kB | 4.1/424 kB
Progress (4): 32/185 kB | 28/65 kB | 24/924 kB | 4.1/424 kB
Progress (4): 32/185 kB | 32/65 kB | 24/924 kB | 4.1/424 kB
Progress (4): 32/185 kB | 32/65 kB | 24/924 kB | 7.7/424 kB
Progress (4): 36/185 kB | 32/65 kB | 24/924 kB | 7.7/424 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar
Progress (4): 36/185 kB | 36/65 kB | 24/924 kB | 7.7/424 kB
Progress (4): 40/185 kB | 36/65 kB | 24/924 kB | 7.7/424 kB
Progress (4): 40/185 kB | 36/65 kB | 24/924 kB | 12/424 kB 
Progress (4): 40/185 kB | 36/65 kB | 32/924 kB | 12/424 kB
Progress (4): 40/185 kB | 36/65 kB | 32/924 kB | 16/424 kB
Progress (4): 45/185 kB | 36/65 kB | 32/924 kB | 16/424 kB
Progress (4): 45/185 kB | 40/65 kB | 32/924 kB | 16/424 kB
Progress (4): 45/185 kB | 40/65 kB | 40/924 kB | 16/424 kB
Progress (4): 49/185 kB | 40/65 kB | 40/924 kB | 16/424 kB
Progress (4): 49/185 kB | 40/65 kB | 49/924 kB | 16/424 kB
Progress (4): 49/185 kB | 45/65 kB | 49/924 kB | 16/424 kB
Progress (4): 49/185 kB | 45/65 kB | 49/924 kB | 20/424 kB
Progress (4): 49/185 kB | 49/65 kB | 49/924 kB | 20/424 kB
Progress (4): 53/185 kB | 49/65 kB | 49/924 kB | 20/424 kB
Progress (4): 53/185 kB | 49/65 kB | 49/924 kB | 24/424 kB
Progress (4): 57/185 kB | 49/65 kB | 49/924 kB | 24/424 kB
Progress (4): 57/185 kB | 49/65 kB | 57/924 kB | 24/424 kB
Progress (4): 61/185 kB | 49/65 kB | 57/924 kB | 24/424 kB
Progress (4): 61/185 kB | 53/65 kB | 57/924 kB | 24/424 kB
Progress (4): 61/185 kB | 53/65 kB | 57/924 kB | 28/424 kB
Progress (4): 61/185 kB | 57/65 kB | 57/924 kB | 28/424 kB
Progress (4): 65/185 kB | 57/65 kB | 57/924 kB | 28/424 kB
Progress (5): 65/185 kB | 57/65 kB | 57/924 kB | 28/424 kB | 4.1/110 kB
Progress (5): 65/185 kB | 57/65 kB | 65/924 kB | 28/424 kB | 4.1/110 kB
Progress (5): 65/185 kB | 57/65 kB | 65/924 kB | 28/424 kB | 7.7/110 kB
Progress (5): 69/185 kB | 57/65 kB | 65/924 kB | 28/424 kB | 7.7/110 kB
Progress (5): 69/185 kB | 61/65 kB | 65/924 kB | 28/424 kB | 7.7/110 kB
Progress (5): 69/185 kB | 61/65 kB | 65/924 kB | 32/424 kB | 7.7/110 kB
Progress (5): 69/185 kB | 61/65 kB | 73/924 kB | 32/424 kB | 7.7/110 kB
Progress (5): 69/185 kB | 65 kB | 73/924 kB | 32/424 kB | 7.7/110 kB   
Progress (5): 73/185 kB | 65 kB | 73/924 kB | 32/424 kB | 7.7/110 kB
Progress (5): 73/185 kB | 65 kB | 73/924 kB | 32/424 kB | 12/110 kB 
Progress (5): 77/185 kB | 65 kB | 73/924 kB | 32/424 kB | 12/110 kB
Progress (5): 77/185 kB | 65 kB | 81/924 kB | 32/424 kB | 12/110 kB
Progress (5): 77/185 kB | 65 kB | 81/924 kB | 36/424 kB | 12/110 kB
Progress (5): 81/185 kB | 65 kB | 81/924 kB | 36/424 kB | 12/110 kB
Progress (5): 81/185 kB | 65 kB | 81/924 kB | 36/424 kB | 16/110 kB
Progress (5): 81/185 kB | 65 kB | 81/924 kB | 40/424 kB | 16/110 kB
Progress (5): 81/185 kB | 65 kB | 90/924 kB | 40/424 kB | 16/110 kB
Progress (5): 85/185 kB | 65 kB | 90/924 kB | 40/424 kB | 16/110 kB
Progress (5): 85/185 kB | 65 kB | 90/924 kB | 45/424 kB | 16/110 kB
Progress (5): 85/185 kB | 65 kB | 90/924 kB | 45/424 kB | 20/110 kB
Progress (5): 90/185 kB | 65 kB | 90/924 kB | 45/424 kB | 20/110 kB
Progress (5): 90/185 kB | 65 kB | 98/924 kB | 45/424 kB | 20/110 kB
Progress (5): 94/185 kB | 65 kB | 98/924 kB | 45/424 kB | 20/110 kB
Progress (5): 94/185 kB | 65 kB | 98/924 kB | 45/424 kB | 24/110 kB
Progress (5): 94/185 kB | 65 kB | 98/924 kB | 49/424 kB | 24/110 kB
Progress (5): 94/185 kB | 65 kB | 106/924 kB | 49/424 kB | 24/110 kB
Progress (5): 94/185 kB | 65 kB | 106/924 kB | 49/424 kB | 28/110 kB
Progress (5): 98/185 kB | 65 kB | 106/924 kB | 49/424 kB | 28/110 kB
Progress (5): 98/185 kB | 65 kB | 106/924 kB | 49/424 kB | 32/110 kB
Progress (5): 98/185 kB | 65 kB | 114/924 kB | 49/424 kB | 32/110 kB
Progress (5): 98/185 kB | 65 kB | 114/924 kB | 53/424 kB | 32/110 kB
Progress (5): 102/185 kB | 65 kB | 114/924 kB | 53/424 kB | 32/110 kB
Progress (5): 102/185 kB | 65 kB | 114/924 kB | 57/424 kB | 32/110 kB
Progress (5): 106/185 kB | 65 kB | 114/924 kB | 57/424 kB | 32/110 kB
Progress (5): 106/185 kB | 65 kB | 114/924 kB | 57/424 kB | 36/110 kB
Progress (5): 110/185 kB | 65 kB | 114/924 kB | 57/424 kB | 36/110 kB
Progress (5): 110/185 kB | 65 kB | 114/924 kB | 61/424 kB | 36/110 kB
Progress (5): 110/185 kB | 65 kB | 122/924 kB | 61/424 kB | 36/110 kB
Progress (5): 110/185 kB | 65 kB | 122/924 kB | 65/424 kB | 36/110 kB
Progress (5): 114/185 kB | 65 kB | 122/924 kB | 65/424 kB | 36/110 kB
Progress (5): 114/185 kB | 65 kB | 122/924 kB | 65/424 kB | 40/110 kB
Progress (5): 114/185 kB | 65 kB | 131/924 kB | 65/424 kB | 40/110 kB
Progress (5): 114/185 kB | 65 kB | 131/924 kB | 65/424 kB | 45/110 kB
Progress (5): 118/185 kB | 65 kB | 131/924 kB | 65/424 kB | 45/110 kB
Progress (5): 118/185 kB | 65 kB | 131/924 kB | 69/424 kB | 45/110 kB
Progress (5): 118/185 kB | 65 kB | 131/924 kB | 69/424 kB | 49/110 kB
Progress (5): 118/185 kB | 65 kB | 131/924 kB | 73/424 kB | 49/110 kB
Progress (5): 118/185 kB | 65 kB | 139/924 kB | 73/424 kB | 49/110 kB
Progress (5): 122/185 kB | 65 kB | 139/924 kB | 73/424 kB | 49/110 kB
Progress (5): 122/185 kB | 65 kB | 147/924 kB | 73/424 kB | 49/110 kB
Progress (5): 122/185 kB | 65 kB | 147/924 kB | 73/424 kB | 53/110 kB
Progress (5): 122/185 kB | 65 kB | 147/924 kB | 77/424 kB | 53/110 kB
Progress (5): 122/185 kB | 65 kB | 147/924 kB | 77/424 kB | 57/110 kB
Progress (5): 126/185 kB | 65 kB | 147/924 kB | 77/424 kB | 57/110 kB
Progress (5): 126/185 kB | 65 kB | 147/924 kB | 77/424 kB | 61/110 kB
Progress (5): 126/185 kB | 65 kB | 155/924 kB | 77/424 kB | 61/110 kB
Progress (5): 126/185 kB | 65 kB | 155/924 kB | 81/424 kB | 61/110 kB
Progress (5): 126/185 kB | 65 kB | 163/924 kB | 81/424 kB | 61/110 kB
Progress (5): 126/185 kB | 65 kB | 163/924 kB | 81/424 kB | 65/110 kB
Progress (5): 131/185 kB | 65 kB | 163/924 kB | 81/424 kB | 65/110 kB
Progress (5): 131/185 kB | 65 kB | 163/924 kB | 85/424 kB | 65/110 kB
Progress (5): 131/185 kB | 65 kB | 171/924 kB | 85/424 kB | 65/110 kB
Progress (5): 131/185 kB | 65 kB | 171/924 kB | 85/424 kB | 69/110 kB
Progress (5): 135/185 kB | 65 kB | 171/924 kB | 85/424 kB | 69/110 kB
Progress (5): 135/185 kB | 65 kB | 171/924 kB | 90/424 kB | 69/110 kB
Progress (5): 139/185 kB | 65 kB | 171/924 kB | 90/424 kB | 69/110 kB
Progress (5): 139/185 kB | 65 kB | 171/924 kB | 90/424 kB | 73/110 kB
Progress (5): 139/185 kB | 65 kB | 180/924 kB | 90/424 kB | 73/110 kB
Progress (5): 139/185 kB | 65 kB | 180/924 kB | 90/424 kB | 77/110 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.4.0/org.eclipse.tycho.surefire.junit4-1.4.0.jar (65 kB at 1.1 MB/s)
Progress (4): 143/185 kB | 180/924 kB | 90/424 kB | 77/110 kB
Progress (4): 143/185 kB | 180/924 kB | 94/424 kB | 77/110 kB
Progress (4): 147/185 kB | 180/924 kB | 94/424 kB | 77/110 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 (4): 147/185 kB | 188/924 kB | 94/424 kB | 77/110 kB
Progress (4): 147/185 kB | 188/924 kB | 94/424 kB | 81/110 kB
Progress (4): 147/185 kB | 196/924 kB | 94/424 kB | 81/110 kB
Progress (4): 151/185 kB | 196/924 kB | 94/424 kB | 81/110 kB
Progress (4): 151/185 kB | 196/924 kB | 98/424 kB | 81/110 kB
Progress (4): 151/185 kB | 196/924 kB | 98/424 kB | 85/110 kB
Progress (4): 155/185 kB | 196/924 kB | 98/424 kB | 85/110 kB
Progress (4): 155/185 kB | 196/924 kB | 98/424 kB | 90/110 kB
Progress (4): 155/185 kB | 204/924 kB | 98/424 kB | 90/110 kB
Progress (4): 155/185 kB | 204/924 kB | 102/424 kB | 90/110 kB
Progress (4): 155/185 kB | 204/924 kB | 102/424 kB | 94/110 kB
Progress (4): 159/185 kB | 204/924 kB | 102/424 kB | 94/110 kB
Progress (4): 159/185 kB | 204/924 kB | 102/424 kB | 98/110 kB
Progress (4): 159/185 kB | 204/924 kB | 106/424 kB | 98/110 kB
Progress (4): 159/185 kB | 212/924 kB | 106/424 kB | 98/110 kB
Progress (4): 159/185 kB | 212/924 kB | 110/424 kB | 98/110 kB
Progress (4): 159/185 kB | 212/924 kB | 110/424 kB | 102/110 kB
Progress (4): 163/185 kB | 212/924 kB | 110/424 kB | 102/110 kB
Progress (4): 163/185 kB | 212/924 kB | 110/424 kB | 106/110 kB
Progress (4): 163/185 kB | 212/924 kB | 114/424 kB | 106/110 kB
Progress (4): 163/185 kB | 212/924 kB | 114/424 kB | 110/110 kB
Progress (4): 163/185 kB | 221/924 kB | 114/424 kB | 110/110 kB
Progress (4): 163/185 kB | 221/924 kB | 114/424 kB | 110 kB    
Progress (4): 163/185 kB | 229/924 kB | 114/424 kB | 110 kB
Progress (4): 167/185 kB | 229/924 kB | 114/424 kB | 110 kB
Progress (4): 167/185 kB | 229/924 kB | 118/424 kB | 110 kB
Progress (4): 171/185 kB | 229/924 kB | 118/424 kB | 110 kB
Progress (5): 171/185 kB | 229/924 kB | 118/424 kB | 110 kB | 4.1/186 kB
Progress (5): 171/185 kB | 237/924 kB | 118/424 kB | 110 kB | 4.1/186 kB
Progress (5): 176/185 kB | 237/924 kB | 118/424 kB | 110 kB | 4.1/186 kB
Progress (5): 176/185 kB | 237/924 kB | 122/424 kB | 110 kB | 4.1/186 kB
Progress (5): 180/185 kB | 237/924 kB | 122/424 kB | 110 kB | 4.1/186 kB
Progress (5): 180/185 kB | 245/924 kB | 122/424 kB | 110 kB | 4.1/186 kB
Progress (5): 180/185 kB | 245/924 kB | 122/424 kB | 110 kB | 7.7/186 kB
Progress (5): 184/185 kB | 245/924 kB | 122/424 kB | 110 kB | 7.7/186 kB
Progress (5): 184/185 kB | 245/924 kB | 126/424 kB | 110 kB | 7.7/186 kB
Progress (5): 184/185 kB | 253/924 kB | 126/424 kB | 110 kB | 7.7/186 kB
Progress (5): 185 kB | 253/924 kB | 126/424 kB | 110 kB | 7.7/186 kB    
Progress (5): 185 kB | 253/924 kB | 126/424 kB | 110 kB | 12/186 kB 
Progress (5): 185 kB | 262/924 kB | 126/424 kB | 110 kB | 12/186 kB
Progress (5): 185 kB | 262/924 kB | 131/424 kB | 110 kB | 12/186 kB
Progress (5): 185 kB | 262/924 kB | 131/424 kB | 110 kB | 16/186 kB
Progress (5): 185 kB | 270/924 kB | 131/424 kB | 110 kB | 16/186 kB
Progress (5): 185 kB | 270/924 kB | 135/424 kB | 110 kB | 16/186 kB
Progress (5): 185 kB | 278/924 kB | 135/424 kB | 110 kB | 16/186 kB
Progress (5): 185 kB | 278/924 kB | 139/424 kB | 110 kB | 16/186 kB
Progress (5): 185 kB | 278/924 kB | 143/424 kB | 110 kB | 16/186 kB
Progress (5): 185 kB | 278/924 kB | 143/424 kB | 110 kB | 20/186 kB
Progress (5): 185 kB | 286/924 kB | 143/424 kB | 110 kB | 20/186 kB
Progress (5): 185 kB | 286/924 kB | 147/424 kB | 110 kB | 20/186 kB
Progress (5): 185 kB | 294/924 kB | 147/424 kB | 110 kB | 20/186 kB
Progress (5): 185 kB | 294/924 kB | 147/424 kB | 110 kB | 24/186 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.4.0/org.eclipse.tycho.surefire.junit47-1.4.0.jar (185 kB at 2.7 MB/s)
Progress (4): 303/924 kB | 147/424 kB | 110 kB | 24/186 kB
Progress (4): 303/924 kB | 151/424 kB | 110 kB | 24/186 kB
Progress (4): 303/924 kB | 151/424 kB | 110 kB | 28/186 kB
Progress (4): 303/924 kB | 155/424 kB | 110 kB | 28/186 kB
Progress (4): 311/924 kB | 155/424 kB | 110 kB | 28/186 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 (4): 319/924 kB | 155/424 kB | 110 kB | 28/186 kB
Progress (4): 319/924 kB | 159/424 kB | 110 kB | 28/186 kB
Progress (4): 319/924 kB | 159/424 kB | 110 kB | 32/186 kB
Progress (4): 319/924 kB | 163/424 kB | 110 kB | 32/186 kB
Progress (4): 327/924 kB | 163/424 kB | 110 kB | 32/186 kB
Progress (4): 327/924 kB | 167/424 kB | 110 kB | 32/186 kB
Progress (4): 327/924 kB | 171/424 kB | 110 kB | 32/186 kB
Progress (4): 335/924 kB | 171/424 kB | 110 kB | 32/186 kB
Progress (4): 335/924 kB | 176/424 kB | 110 kB | 32/186 kB
Progress (4): 344/924 kB | 176/424 kB | 110 kB | 32/186 kB
Progress (4): 344/924 kB | 176/424 kB | 110 kB | 36/186 kB
Progress (4): 344/924 kB | 180/424 kB | 110 kB | 36/186 kB
Progress (4): 344/924 kB | 180/424 kB | 110 kB | 40/186 kB
Progress (4): 352/924 kB | 180/424 kB | 110 kB | 40/186 kB
Progress (4): 352/924 kB | 180/424 kB | 110 kB | 45/186 kB
Progress (4): 352/924 kB | 184/424 kB | 110 kB | 45/186 kB
Progress (4): 360/924 kB | 184/424 kB | 110 kB | 45/186 kB
Progress (4): 360/924 kB | 188/424 kB | 110 kB | 45/186 kB
Progress (4): 360/924 kB | 188/424 kB | 110 kB | 49/186 kB
Progress (4): 360/924 kB | 192/424 kB | 110 kB | 49/186 kB
Progress (5): 360/924 kB | 192/424 kB | 110 kB | 49/186 kB | 4.1/13 kB
Progress (5): 368/924 kB | 192/424 kB | 110 kB | 49/186 kB | 4.1/13 kB
Progress (5): 368/924 kB | 196/424 kB | 110 kB | 49/186 kB | 4.1/13 kB
Progress (5): 376/924 kB | 196/424 kB | 110 kB | 49/186 kB | 4.1/13 kB
Progress (5): 376/924 kB | 196/424 kB | 110 kB | 49/186 kB | 7.7/13 kB
Progress (5): 376/924 kB | 196/424 kB | 110 kB | 53/186 kB | 7.7/13 kB
                                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.4.0/org.eclipse.tycho.surefire.testng-1.4.0.jar (110 kB at 1.5 MB/s)
Progress (4): 376/924 kB | 196/424 kB | 53/186 kB | 12/13 kB
Progress (4): 376/924 kB | 200/424 kB | 53/186 kB | 12/13 kB
Progress (4): 376/924 kB | 200/424 kB | 53/186 kB | 13 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 (4): 384/924 kB | 200/424 kB | 53/186 kB | 13 kB
Progress (4): 384/924 kB | 200/424 kB | 57/186 kB | 13 kB
Progress (4): 393/924 kB | 200/424 kB | 57/186 kB | 13 kB
Progress (4): 393/924 kB | 204/424 kB | 57/186 kB | 13 kB
Progress (4): 393/924 kB | 204/424 kB | 61/186 kB | 13 kB
Progress (4): 393/924 kB | 208/424 kB | 61/186 kB | 13 kB
Progress (4): 393/924 kB | 208/424 kB | 65/186 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 173 kB/s)
Progress (3): 401/924 kB | 208/424 kB | 65/186 kB
Progress (3): 401/924 kB | 212/424 kB | 65/186 kB
Progress (3): 409/924 kB | 212/424 kB | 65/186 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 (3): 409/924 kB | 212/424 kB | 69/186 kB
Progress (3): 417/924 kB | 212/424 kB | 69/186 kB
Progress (3): 417/924 kB | 217/424 kB | 69/186 kB
Progress (4): 417/924 kB | 217/424 kB | 69/186 kB | 4.1/524 kB
Progress (4): 417/924 kB | 221/424 kB | 69/186 kB | 4.1/524 kB
Progress (4): 425/924 kB | 221/424 kB | 69/186 kB | 4.1/524 kB
Progress (4): 425/924 kB | 221/424 kB | 73/186 kB | 4.1/524 kB
Progress (4): 434/924 kB | 221/424 kB | 73/186 kB | 4.1/524 kB
Progress (4): 434/924 kB | 225/424 kB | 73/186 kB | 4.1/524 kB
Progress (4): 434/924 kB | 225/424 kB | 73/186 kB | 7.7/524 kB
Progress (4): 434/924 kB | 229/424 kB | 73/186 kB | 7.7/524 kB
Progress (4): 442/924 kB | 229/424 kB | 73/186 kB | 7.7/524 kB
Progress (4): 442/924 kB | 229/424 kB | 77/186 kB | 7.7/524 kB
Progress (4): 442/924 kB | 229/424 kB | 77/186 kB | 12/524 kB 
Progress (5): 442/924 kB | 229/424 kB | 77/186 kB | 12/524 kB | 4.1/273 kB
Progress (5): 450/924 kB | 229/424 kB | 77/186 kB | 12/524 kB | 4.1/273 kB
Progress (5): 450/924 kB | 229/424 kB | 77/186 kB | 16/524 kB | 4.1/273 kB
Progress (5): 450/924 kB | 233/424 kB | 77/186 kB | 16/524 kB | 4.1/273 kB
Progress (5): 450/924 kB | 233/424 kB | 81/186 kB | 16/524 kB | 4.1/273 kB
Progress (5): 450/924 kB | 237/424 kB | 81/186 kB | 16/524 kB | 4.1/273 kB
Progress (5): 458/924 kB | 237/424 kB | 81/186 kB | 16/524 kB | 4.1/273 kB
Progress (5): 458/924 kB | 237/424 kB | 81/186 kB | 16/524 kB | 7.7/273 kB
Progress (5): 458/924 kB | 241/424 kB | 81/186 kB | 16/524 kB | 7.7/273 kB
Progress (5): 458/924 kB | 241/424 kB | 81/186 kB | 16/524 kB | 12/273 kB 
Progress (5): 458/924 kB | 241/424 kB | 81/186 kB | 20/524 kB | 12/273 kB
Progress (5): 466/924 kB | 241/424 kB | 81/186 kB | 20/524 kB | 12/273 kB
Progress (5): 466/924 kB | 241/424 kB | 81/186 kB | 20/524 kB | 16/273 kB
Progress (5): 466/924 kB | 241/424 kB | 85/186 kB | 20/524 kB | 16/273 kB
Progress (5): 466/924 kB | 245/424 kB | 85/186 kB | 20/524 kB | 16/273 kB
Progress (5): 466/924 kB | 245/424 kB | 90/186 kB | 20/524 kB | 16/273 kB
Progress (5): 475/924 kB | 245/424 kB | 90/186 kB | 20/524 kB | 16/273 kB
Progress (5): 475/924 kB | 245/424 kB | 90/186 kB | 24/524 kB | 16/273 kB
Progress (5): 475/924 kB | 249/424 kB | 90/186 kB | 24/524 kB | 16/273 kB
Progress (5): 475/924 kB | 249/424 kB | 94/186 kB | 24/524 kB | 16/273 kB
Progress (5): 475/924 kB | 249/424 kB | 94/186 kB | 24/524 kB | 20/273 kB
Progress (5): 475/924 kB | 249/424 kB | 98/186 kB | 24/524 kB | 20/273 kB
Progress (5): 483/924 kB | 249/424 kB | 98/186 kB | 24/524 kB | 20/273 kB
Progress (5): 483/924 kB | 253/424 kB | 98/186 kB | 24/524 kB | 20/273 kB
Progress (5): 483/924 kB | 253/424 kB | 98/186 kB | 28/524 kB | 20/273 kB
Progress (5): 483/924 kB | 258/424 kB | 98/186 kB | 28/524 kB | 20/273 kB
Progress (5): 491/924 kB | 258/424 kB | 98/186 kB | 28/524 kB | 20/273 kB
Progress (5): 491/924 kB | 258/424 kB | 98/186 kB | 28/524 kB | 24/273 kB
Progress (5): 491/924 kB | 258/424 kB | 102/186 kB | 28/524 kB | 24/273 kB
Progress (5): 491/924 kB | 262/424 kB | 102/186 kB | 28/524 kB | 24/273 kB
Progress (5): 491/924 kB | 262/424 kB | 102/186 kB | 32/524 kB | 24/273 kB
Progress (5): 499/924 kB | 262/424 kB | 102/186 kB | 32/524 kB | 24/273 kB
Progress (5): 499/924 kB | 262/424 kB | 106/186 kB | 32/524 kB | 24/273 kB
Progress (5): 499/924 kB | 262/424 kB | 106/186 kB | 32/524 kB | 28/273 kB
Progress (5): 499/924 kB | 262/424 kB | 110/186 kB | 32/524 kB | 28/273 kB
Progress (5): 507/924 kB | 262/424 kB | 110/186 kB | 32/524 kB | 28/273 kB
Progress (5): 507/924 kB | 266/424 kB | 110/186 kB | 32/524 kB | 28/273 kB
Progress (5): 507/924 kB | 266/424 kB | 114/186 kB | 32/524 kB | 28/273 kB
Progress (5): 507/924 kB | 266/424 kB | 114/186 kB | 36/524 kB | 28/273 kB
Progress (5): 507/924 kB | 266/424 kB | 114/186 kB | 36/524 kB | 32/273 kB
Progress (5): 507/924 kB | 266/424 kB | 114/186 kB | 40/524 kB | 32/273 kB
Progress (5): 516/924 kB | 266/424 kB | 114/186 kB | 40/524 kB | 32/273 kB
Progress (5): 516/924 kB | 270/424 kB | 114/186 kB | 40/524 kB | 32/273 kB
Progress (5): 524/924 kB | 270/424 kB | 114/186 kB | 40/524 kB | 32/273 kB
Progress (5): 524/924 kB | 270/424 kB | 114/186 kB | 40/524 kB | 36/273 kB
Progress (5): 524/924 kB | 270/424 kB | 114/186 kB | 45/524 kB | 36/273 kB
Progress (5): 524/924 kB | 270/424 kB | 118/186 kB | 45/524 kB | 36/273 kB
Progress (5): 532/924 kB | 270/424 kB | 118/186 kB | 45/524 kB | 36/273 kB
Progress (5): 532/924 kB | 270/424 kB | 118/186 kB | 49/524 kB | 36/273 kB
Progress (5): 532/924 kB | 270/424 kB | 118/186 kB | 49/524 kB | 40/273 kB
Progress (5): 532/924 kB | 274/424 kB | 118/186 kB | 49/524 kB | 40/273 kB
Progress (5): 532/924 kB | 274/424 kB | 118/186 kB | 49/524 kB | 45/273 kB
Progress (5): 540/924 kB | 274/424 kB | 118/186 kB | 49/524 kB | 45/273 kB
Progress (5): 540/924 kB | 274/424 kB | 122/186 kB | 49/524 kB | 45/273 kB
Progress (5): 540/924 kB | 274/424 kB | 122/186 kB | 49/524 kB | 49/273 kB
Progress (5): 540/924 kB | 274/424 kB | 122/186 kB | 53/524 kB | 49/273 kB
Progress (5): 540/924 kB | 278/424 kB | 122/186 kB | 53/524 kB | 49/273 kB
Progress (5): 540/924 kB | 278/424 kB | 122/186 kB | 57/524 kB | 49/273 kB
Progress (5): 548/924 kB | 278/424 kB | 122/186 kB | 57/524 kB | 49/273 kB
Progress (5): 548/924 kB | 278/424 kB | 126/186 kB | 57/524 kB | 49/273 kB
Progress (5): 557/924 kB | 278/424 kB | 126/186 kB | 57/524 kB | 49/273 kB
Progress (5): 557/924 kB | 282/424 kB | 126/186 kB | 57/524 kB | 49/273 kB
Progress (5): 557/924 kB | 282/424 kB | 126/186 kB | 61/524 kB | 49/273 kB
Progress (5): 557/924 kB | 282/424 kB | 126/186 kB | 61/524 kB | 53/273 kB
Progress (5): 557/924 kB | 282/424 kB | 126/186 kB | 65/524 kB | 53/273 kB
Progress (5): 557/924 kB | 286/424 kB | 126/186 kB | 65/524 kB | 53/273 kB
Progress (5): 557/924 kB | 286/424 kB | 131/186 kB | 65/524 kB | 53/273 kB
Progress (5): 557/924 kB | 290/424 kB | 131/186 kB | 65/524 kB | 53/273 kB
Progress (5): 557/924 kB | 290/424 kB | 131/186 kB | 65/524 kB | 57/273 kB
Progress (5): 565/924 kB | 290/424 kB | 131/186 kB | 65/524 kB | 57/273 kB
Progress (5): 565/924 kB | 290/424 kB | 131/186 kB | 65/524 kB | 61/273 kB
Progress (5): 565/924 kB | 290/424 kB | 135/186 kB | 65/524 kB | 61/273 kB
Progress (5): 565/924 kB | 290/424 kB | 135/186 kB | 69/524 kB | 61/273 kB
Progress (5): 565/924 kB | 294/424 kB | 135/186 kB | 69/524 kB | 61/273 kB
Progress (5): 565/924 kB | 294/424 kB | 135/186 kB | 73/524 kB | 61/273 kB
Progress (5): 565/924 kB | 294/424 kB | 139/186 kB | 73/524 kB | 61/273 kB
Progress (5): 565/924 kB | 294/424 kB | 139/186 kB | 73/524 kB | 65/273 kB
Progress (5): 573/924 kB | 294/424 kB | 139/186 kB | 73/524 kB | 65/273 kB
Progress (5): 573/924 kB | 294/424 kB | 143/186 kB | 73/524 kB | 65/273 kB
Progress (5): 573/924 kB | 298/424 kB | 143/186 kB | 73/524 kB | 65/273 kB
Progress (5): 573/924 kB | 298/424 kB | 143/186 kB | 77/524 kB | 65/273 kB
Progress (5): 573/924 kB | 303/424 kB | 143/186 kB | 77/524 kB | 65/273 kB
Progress (5): 573/924 kB | 303/424 kB | 143/186 kB | 77/524 kB | 69/273 kB
Progress (5): 573/924 kB | 303/424 kB | 147/186 kB | 77/524 kB | 69/273 kB
Progress (5): 573/924 kB | 303/424 kB | 147/186 kB | 77/524 kB | 73/273 kB
Progress (5): 573/924 kB | 307/424 kB | 147/186 kB | 77/524 kB | 73/273 kB
Progress (5): 581/924 kB | 307/424 kB | 147/186 kB | 77/524 kB | 73/273 kB
Progress (5): 581/924 kB | 307/424 kB | 147/186 kB | 81/524 kB | 73/273 kB
Progress (5): 581/924 kB | 307/424 kB | 151/186 kB | 81/524 kB | 73/273 kB
Progress (5): 589/924 kB | 307/424 kB | 151/186 kB | 81/524 kB | 73/273 kB
Progress (5): 589/924 kB | 311/424 kB | 151/186 kB | 81/524 kB | 73/273 kB
Progress (5): 589/924 kB | 311/424 kB | 151/186 kB | 81/524 kB | 77/273 kB
Progress (5): 589/924 kB | 311/424 kB | 155/186 kB | 81/524 kB | 77/273 kB
Progress (5): 589/924 kB | 311/424 kB | 155/186 kB | 85/524 kB | 77/273 kB
Progress (5): 589/924 kB | 311/424 kB | 155/186 kB | 85/524 kB | 81/273 kB
Progress (5): 589/924 kB | 311/424 kB | 155/186 kB | 90/524 kB | 81/273 kB
Progress (5): 597/924 kB | 311/424 kB | 155/186 kB | 90/524 kB | 81/273 kB
Progress (5): 597/924 kB | 311/424 kB | 159/186 kB | 90/524 kB | 81/273 kB
Progress (5): 597/924 kB | 315/424 kB | 159/186 kB | 90/524 kB | 81/273 kB
Progress (5): 597/924 kB | 315/424 kB | 163/186 kB | 90/524 kB | 81/273 kB
Progress (5): 606/924 kB | 315/424 kB | 163/186 kB | 90/524 kB | 81/273 kB
Progress (5): 606/924 kB | 315/424 kB | 163/186 kB | 90/524 kB | 85/273 kB
Progress (5): 606/924 kB | 315/424 kB | 163/186 kB | 94/524 kB | 85/273 kB
Progress (5): 606/924 kB | 315/424 kB | 163/186 kB | 94/524 kB | 90/273 kB
Progress (5): 606/924 kB | 319/424 kB | 163/186 kB | 94/524 kB | 90/273 kB
Progress (5): 606/924 kB | 319/424 kB | 163/186 kB | 94/524 kB | 94/273 kB
Progress (5): 614/924 kB | 319/424 kB | 163/186 kB | 94/524 kB | 94/273 kB
Progress (5): 614/924 kB | 319/424 kB | 163/186 kB | 98/524 kB | 94/273 kB
Progress (5): 614/924 kB | 319/424 kB | 167/186 kB | 98/524 kB | 94/273 kB
Progress (5): 622/924 kB | 319/424 kB | 167/186 kB | 98/524 kB | 94/273 kB
Progress (5): 622/924 kB | 319/424 kB | 167/186 kB | 98/524 kB | 98/273 kB
Progress (5): 622/924 kB | 323/424 kB | 167/186 kB | 98/524 kB | 98/273 kB
Progress (5): 622/924 kB | 323/424 kB | 167/186 kB | 102/524 kB | 98/273 kB
Progress (5): 622/924 kB | 323/424 kB | 171/186 kB | 102/524 kB | 98/273 kB
Progress (5): 622/924 kB | 323/424 kB | 171/186 kB | 102/524 kB | 102/273 kB
Progress (5): 630/924 kB | 323/424 kB | 171/186 kB | 102/524 kB | 102/273 kB
Progress (5): 630/924 kB | 323/424 kB | 171/186 kB | 106/524 kB | 102/273 kB
Progress (5): 630/924 kB | 327/424 kB | 171/186 kB | 106/524 kB | 102/273 kB
Progress (5): 630/924 kB | 327/424 kB | 171/186 kB | 110/524 kB | 102/273 kB
Progress (5): 638/924 kB | 327/424 kB | 171/186 kB | 110/524 kB | 102/273 kB
Progress (5): 638/924 kB | 327/424 kB | 171/186 kB | 110/524 kB | 106/273 kB
Progress (5): 638/924 kB | 327/424 kB | 176/186 kB | 110/524 kB | 106/273 kB
Progress (5): 638/924 kB | 327/424 kB | 176/186 kB | 110/524 kB | 110/273 kB
Progress (5): 647/924 kB | 327/424 kB | 176/186 kB | 110/524 kB | 110/273 kB
Progress (5): 647/924 kB | 331/424 kB | 176/186 kB | 110/524 kB | 110/273 kB
Progress (5): 647/924 kB | 331/424 kB | 176/186 kB | 114/524 kB | 110/273 kB
Progress (5): 647/924 kB | 335/424 kB | 176/186 kB | 114/524 kB | 110/273 kB
Progress (5): 655/924 kB | 335/424 kB | 176/186 kB | 114/524 kB | 110/273 kB
Progress (5): 655/924 kB | 335/424 kB | 176/186 kB | 114/524 kB | 114/273 kB
Progress (5): 655/924 kB | 335/424 kB | 180/186 kB | 114/524 kB | 114/273 kB
Progress (5): 655/924 kB | 339/424 kB | 180/186 kB | 114/524 kB | 114/273 kB
Progress (5): 663/924 kB | 339/424 kB | 180/186 kB | 114/524 kB | 114/273 kB
Progress (5): 663/924 kB | 339/424 kB | 180/186 kB | 118/524 kB | 114/273 kB
Progress (5): 671/924 kB | 339/424 kB | 180/186 kB | 118/524 kB | 114/273 kB
Progress (5): 671/924 kB | 339/424 kB | 180/186 kB | 118/524 kB | 118/273 kB
Progress (5): 671/924 kB | 339/424 kB | 184/186 kB | 118/524 kB | 118/273 kB
Progress (5): 671/924 kB | 344/424 kB | 184/186 kB | 118/524 kB | 118/273 kB
Progress (5): 679/924 kB | 344/424 kB | 184/186 kB | 118/524 kB | 118/273 kB
Progress (5): 679/924 kB | 344/424 kB | 186 kB | 118/524 kB | 118/273 kB    
Progress (5): 679/924 kB | 344/424 kB | 186 kB | 118/524 kB | 122/273 kB
Progress (5): 679/924 kB | 344/424 kB | 186 kB | 122/524 kB | 122/273 kB
Progress (5): 679/924 kB | 344/424 kB | 186 kB | 122/524 kB | 126/273 kB
Progress (5): 688/924 kB | 344/424 kB | 186 kB | 122/524 kB | 126/273 kB
Progress (5): 688/924 kB | 344/424 kB | 186 kB | 122/524 kB | 131/273 kB
Progress (5): 688/924 kB | 344/424 kB | 186 kB | 126/524 kB | 131/273 kB
Progress (5): 688/924 kB | 348/424 kB | 186 kB | 126/524 kB | 131/273 kB
Progress (5): 688/924 kB | 348/424 kB | 186 kB | 131/524 kB | 131/273 kB
Progress (5): 688/924 kB | 348/424 kB | 186 kB | 131/524 kB | 135/273 kB
Progress (5): 688/924 kB | 352/424 kB | 186 kB | 131/524 kB | 135/273 kB
Progress (5): 696/924 kB | 352/424 kB | 186 kB | 131/524 kB | 135/273 kB
Progress (5): 696/924 kB | 352/424 kB | 186 kB | 135/524 kB | 135/273 kB
Progress (5): 696/924 kB | 356/424 kB | 186 kB | 135/524 kB | 135/273 kB
Progress (5): 696/924 kB | 356/424 kB | 186 kB | 135/524 kB | 139/273 kB
Progress (5): 696/924 kB | 360/424 kB | 186 kB | 135/524 kB | 139/273 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 1.1 MB/s)
Progress (4): 696/924 kB | 360/424 kB | 139/524 kB | 139/273 kB
Progress (4): 704/924 kB | 360/424 kB | 139/524 kB | 139/273 kB
Progress (4): 704/924 kB | 364/424 kB | 139/524 kB | 139/273 kB
Progress (4): 704/924 kB | 364/424 kB | 143/524 kB | 139/273 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 (4): 704/924 kB | 364/424 kB | 143/524 kB | 143/273 kB
Progress (4): 712/924 kB | 364/424 kB | 143/524 kB | 143/273 kB
Progress (4): 712/924 kB | 364/424 kB | 147/524 kB | 143/273 kB
Progress (4): 712/924 kB | 368/424 kB | 147/524 kB | 143/273 kB
Progress (4): 720/924 kB | 368/424 kB | 147/524 kB | 143/273 kB
Progress (4): 720/924 kB | 368/424 kB | 147/524 kB | 147/273 kB
Progress (4): 720/924 kB | 368/424 kB | 151/524 kB | 147/273 kB
Progress (4): 720/924 kB | 372/424 kB | 151/524 kB | 147/273 kB
Progress (4): 720/924 kB | 372/424 kB | 155/524 kB | 147/273 kB
Progress (4): 720/924 kB | 372/424 kB | 155/524 kB | 151/273 kB
Progress (4): 729/924 kB | 372/424 kB | 155/524 kB | 151/273 kB
Progress (4): 729/924 kB | 376/424 kB | 155/524 kB | 151/273 kB
Progress (4): 737/924 kB | 376/424 kB | 155/524 kB | 151/273 kB
Progress (4): 737/924 kB | 376/424 kB | 155/524 kB | 155/273 kB
Progress (4): 737/924 kB | 376/424 kB | 159/524 kB | 155/273 kB
Progress (4): 737/924 kB | 376/424 kB | 159/524 kB | 159/273 kB
Progress (4): 737/924 kB | 376/424 kB | 163/524 kB | 159/273 kB
Progress (4): 745/924 kB | 376/424 kB | 163/524 kB | 159/273 kB
Progress (4): 745/924 kB | 376/424 kB | 163/524 kB | 163/273 kB
Progress (4): 753/924 kB | 376/424 kB | 163/524 kB | 163/273 kB
Progress (4): 753/924 kB | 380/424 kB | 163/524 kB | 163/273 kB
Progress (5): 753/924 kB | 380/424 kB | 163/524 kB | 163/273 kB | 4.1/39 kB
Progress (5): 753/924 kB | 380/424 kB | 163/524 kB | 167/273 kB | 4.1/39 kB
Progress (5): 753/924 kB | 384/424 kB | 163/524 kB | 167/273 kB | 4.1/39 kB
Progress (5): 753/924 kB | 384/424 kB | 167/524 kB | 167/273 kB | 4.1/39 kB
Progress (5): 753/924 kB | 389/424 kB | 167/524 kB | 167/273 kB | 4.1/39 kB
Progress (5): 753/924 kB | 389/424 kB | 167/524 kB | 171/273 kB | 4.1/39 kB
Progress (5): 761/924 kB | 389/424 kB | 167/524 kB | 171/273 kB | 4.1/39 kB
Progress (5): 761/924 kB | 389/424 kB | 167/524 kB | 171/273 kB | 7.7/39 kB
Progress (5): 770/924 kB | 389/424 kB | 167/524 kB | 171/273 kB | 7.7/39 kB
Progress (5): 770/924 kB | 389/424 kB | 167/524 kB | 176/273 kB | 7.7/39 kB
Progress (5): 770/924 kB | 393/424 kB | 167/524 kB | 176/273 kB | 7.7/39 kB
Progress (5): 770/924 kB | 393/424 kB | 171/524 kB | 176/273 kB | 7.7/39 kB
Progress (5): 778/924 kB | 393/424 kB | 171/524 kB | 176/273 kB | 7.7/39 kB
Progress (5): 778/924 kB | 393/424 kB | 171/524 kB | 180/273 kB | 7.7/39 kB
Progress (5): 778/924 kB | 393/424 kB | 171/524 kB | 180/273 kB | 12/39 kB 
Progress (5): 786/924 kB | 393/424 kB | 171/524 kB | 180/273 kB | 12/39 kB
Progress (5): 786/924 kB | 397/424 kB | 171/524 kB | 180/273 kB | 12/39 kB
Progress (5): 786/924 kB | 397/424 kB | 176/524 kB | 180/273 kB | 12/39 kB
Progress (5): 786/924 kB | 401/424 kB | 176/524 kB | 180/273 kB | 12/39 kB
Progress (5): 786/924 kB | 401/424 kB | 176/524 kB | 184/273 kB | 12/39 kB
Progress (5): 786/924 kB | 401/424 kB | 176/524 kB | 184/273 kB | 16/39 kB
Progress (5): 786/924 kB | 401/424 kB | 176/524 kB | 188/273 kB | 16/39 kB
Progress (5): 786/924 kB | 405/424 kB | 176/524 kB | 188/273 kB | 16/39 kB
Progress (5): 794/924 kB | 405/424 kB | 176/524 kB | 188/273 kB | 16/39 kB
Progress (5): 794/924 kB | 405/424 kB | 180/524 kB | 188/273 kB | 16/39 kB
Progress (5): 802/924 kB | 405/424 kB | 180/524 kB | 188/273 kB | 16/39 kB
Progress (5): 802/924 kB | 405/424 kB | 180/524 kB | 188/273 kB | 20/39 kB
Progress (5): 802/924 kB | 409/424 kB | 180/524 kB | 188/273 kB | 20/39 kB
Progress (5): 802/924 kB | 409/424 kB | 180/524 kB | 192/273 kB | 20/39 kB
Progress (5): 802/924 kB | 409/424 kB | 184/524 kB | 192/273 kB | 20/39 kB
Progress (5): 802/924 kB | 409/424 kB | 184/524 kB | 192/273 kB | 24/39 kB
Progress (5): 802/924 kB | 413/424 kB | 184/524 kB | 192/273 kB | 24/39 kB
Progress (5): 802/924 kB | 413/424 kB | 188/524 kB | 192/273 kB | 24/39 kB
Progress (5): 802/924 kB | 413/424 kB | 188/524 kB | 196/273 kB | 24/39 kB
Progress (5): 810/924 kB | 413/424 kB | 188/524 kB | 196/273 kB | 24/39 kB
Progress (5): 810/924 kB | 413/424 kB | 192/524 kB | 196/273 kB | 24/39 kB
Progress (5): 810/924 kB | 417/424 kB | 192/524 kB | 196/273 kB | 24/39 kB
Progress (5): 810/924 kB | 417/424 kB | 192/524 kB | 196/273 kB | 28/39 kB
Progress (5): 810/924 kB | 417/424 kB | 192/524 kB | 200/273 kB | 28/39 kB
Progress (5): 810/924 kB | 421/424 kB | 192/524 kB | 200/273 kB | 28/39 kB
Progress (5): 810/924 kB | 421/424 kB | 196/524 kB | 200/273 kB | 28/39 kB
Progress (5): 819/924 kB | 421/424 kB | 196/524 kB | 200/273 kB | 28/39 kB
Progress (5): 819/924 kB | 424 kB | 196/524 kB | 200/273 kB | 28/39 kB    
Progress (5): 819/924 kB | 424 kB | 196/524 kB | 204/273 kB | 28/39 kB
Progress (5): 819/924 kB | 424 kB | 196/524 kB | 204/273 kB | 32/39 kB
Progress (5): 819/924 kB | 424 kB | 196/524 kB | 208/273 kB | 32/39 kB
Progress (5): 819/924 kB | 424 kB | 200/524 kB | 208/273 kB | 32/39 kB
Progress (5): 819/924 kB | 424 kB | 200/524 kB | 208/273 kB | 36/39 kB
Progress (5): 819/924 kB | 424 kB | 200/524 kB | 212/273 kB | 36/39 kB
Progress (5): 827/924 kB | 424 kB | 200/524 kB | 212/273 kB | 36/39 kB
Progress (5): 827/924 kB | 424 kB | 200/524 kB | 212/273 kB | 39 kB   
Progress (5): 827/924 kB | 424 kB | 204/524 kB | 212/273 kB | 39 kB
Progress (5): 827/924 kB | 424 kB | 204/524 kB | 217/273 kB | 39 kB
Progress (5): 835/924 kB | 424 kB | 204/524 kB | 217/273 kB | 39 kB
Progress (5): 835/924 kB | 424 kB | 204/524 kB | 221/273 kB | 39 kB
Progress (5): 835/924 kB | 424 kB | 208/524 kB | 221/273 kB | 39 kB
Progress (5): 835/924 kB | 424 kB | 208/524 kB | 225/273 kB | 39 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.4.0/org.eclipse.tycho.surefire.junit5-1.4.0.jar (424 kB at 2.3 MB/s)
Progress (4): 843/924 kB | 208/524 kB | 225/273 kB | 39 kB
Progress (4): 843/924 kB | 208/524 kB | 229/273 kB | 39 kB
Progress (4): 843/924 kB | 212/524 kB | 229/273 kB | 39 kB
Progress (4): 851/924 kB | 212/524 kB | 229/273 kB | 39 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): 851/924 kB | 212/524 kB | 233/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 207 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 (3): 851/924 kB | 212/524 kB | 237/273 kB
Progress (3): 860/924 kB | 212/524 kB | 237/273 kB
Progress (3): 860/924 kB | 212/524 kB | 241/273 kB
Progress (3): 868/924 kB | 212/524 kB | 241/273 kB
Progress (3): 868/924 kB | 217/524 kB | 241/273 kB
Progress (3): 868/924 kB | 217/524 kB | 245/273 kB
Progress (3): 868/924 kB | 221/524 kB | 245/273 kB
Progress (4): 868/924 kB | 221/524 kB | 245/273 kB | 4.1/156 kB
Progress (4): 876/924 kB | 221/524 kB | 245/273 kB | 4.1/156 kB
Progress (4): 876/924 kB | 225/524 kB | 245/273 kB | 4.1/156 kB
Progress (4): 884/924 kB | 225/524 kB | 245/273 kB | 4.1/156 kB
Progress (4): 884/924 kB | 225/524 kB | 249/273 kB | 4.1/156 kB
Progress (4): 884/924 kB | 225/524 kB | 249/273 kB | 7.7/156 kB
Progress (4): 884/924 kB | 225/524 kB | 253/273 kB | 7.7/156 kB
Progress (4): 884/924 kB | 229/524 kB | 253/273 kB | 7.7/156 kB
Progress (4): 892/924 kB | 229/524 kB | 253/273 kB | 7.7/156 kB
Progress (4): 892/924 kB | 229/524 kB | 258/273 kB | 7.7/156 kB
Progress (4): 892/924 kB | 229/524 kB | 258/273 kB | 12/156 kB 
Progress (4): 892/924 kB | 229/524 kB | 262/273 kB | 12/156 kB
Progress (4): 901/924 kB | 229/524 kB | 262/273 kB | 12/156 kB
Progress (4): 901/924 kB | 229/524 kB | 262/273 kB | 16/156 kB
Progress (4): 901/924 kB | 233/524 kB | 262/273 kB | 16/156 kB
Progress (4): 901/924 kB | 233/524 kB | 266/273 kB | 16/156 kB
Progress (4): 901/924 kB | 237/524 kB | 266/273 kB | 16/156 kB
Progress (4): 909/924 kB | 237/524 kB | 266/273 kB | 16/156 kB
Progress (4): 909/924 kB | 237/524 kB | 270/273 kB | 16/156 kB
Progress (4): 917/924 kB | 237/524 kB | 270/273 kB | 16/156 kB
Progress (5): 917/924 kB | 237/524 kB | 270/273 kB | 16/156 kB | 4.1/35 kB
Progress (5): 917/924 kB | 241/524 kB | 270/273 kB | 16/156 kB | 4.1/35 kB
Progress (5): 917/924 kB | 241/524 kB | 270/273 kB | 20/156 kB | 4.1/35 kB
Progress (5): 917/924 kB | 245/524 kB | 270/273 kB | 20/156 kB | 4.1/35 kB
Progress (5): 924 kB | 245/524 kB | 270/273 kB | 20/156 kB | 4.1/35 kB    
Progress (5): 924 kB | 245/524 kB | 270/273 kB | 20/156 kB | 7.7/35 kB
Progress (5): 924 kB | 245/524 kB | 273 kB | 20/156 kB | 7.7/35 kB    
Progress (5): 924 kB | 245/524 kB | 273 kB | 20/156 kB | 12/35 kB 
Progress (5): 924 kB | 245/524 kB | 273 kB | 24/156 kB | 12/35 kB
Progress (5): 924 kB | 249/524 kB | 273 kB | 24/156 kB | 12/35 kB
Progress (5): 924 kB | 249/524 kB | 273 kB | 24/156 kB | 16/35 kB
Progress (5): 924 kB | 253/524 kB | 273 kB | 24/156 kB | 16/35 kB
Progress (5): 924 kB | 253/524 kB | 273 kB | 28/156 kB | 16/35 kB
Progress (5): 924 kB | 258/524 kB | 273 kB | 28/156 kB | 16/35 kB
Progress (5): 924 kB | 258/524 kB | 273 kB | 28/156 kB | 20/35 kB
Progress (5): 924 kB | 262/524 kB | 273 kB | 28/156 kB | 20/35 kB
Progress (5): 924 kB | 262/524 kB | 273 kB | 32/156 kB | 20/35 kB
Progress (5): 924 kB | 262/524 kB | 273 kB | 32/156 kB | 24/35 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 1.0 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.4.0/org.eclipse.tycho.surefire.osgibooter-1.4.0.jar (924 kB at 3.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Progress (3): 266/524 kB | 32/156 kB | 24/35 kB
Progress (3): 266/524 kB | 36/156 kB | 24/35 kB
Progress (3): 266/524 kB | 36/156 kB | 28/35 kB
Progress (3): 266/524 kB | 40/156 kB | 28/35 kB
Progress (3): 270/524 kB | 40/156 kB | 28/35 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Progress (3): 274/524 kB | 40/156 kB | 28/35 kB
Progress (3): 274/524 kB | 45/156 kB | 28/35 kB
Progress (3): 274/524 kB | 45/156 kB | 32/35 kB
Progress (3): 274/524 kB | 49/156 kB | 32/35 kB
Progress (3): 278/524 kB | 49/156 kB | 32/35 kB
Progress (3): 278/524 kB | 49/156 kB | 35 kB   
Progress (3): 278/524 kB | 53/156 kB | 35 kB
Progress (3): 278/524 kB | 57/156 kB | 35 kB
Progress (3): 282/524 kB | 57/156 kB | 35 kB
Progress (3): 282/524 kB | 61/156 kB | 35 kB
Progress (3): 286/524 kB | 61/156 kB | 35 kB
Progress (3): 286/524 kB | 65/156 kB | 35 kB
Progress (3): 290/524 kB | 65/156 kB | 35 kB
Progress (3): 294/524 kB | 65/156 kB | 35 kB
Progress (3): 294/524 kB | 69/156 kB | 35 kB
Progress (3): 294/524 kB | 73/156 kB | 35 kB
Progress (4): 294/524 kB | 73/156 kB | 35 kB | 4.1/332 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 131 kB/s)
Progress (3): 294/524 kB | 77/156 kB | 4.1/332 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Progress (3): 294/524 kB | 77/156 kB | 7.7/332 kB
Progress (3): 298/524 kB | 77/156 kB | 7.7/332 kB
Progress (3): 298/524 kB | 77/156 kB | 12/332 kB 
Progress (3): 298/524 kB | 81/156 kB | 12/332 kB
Progress (3): 298/524 kB | 81/156 kB | 16/332 kB
Progress (3): 303/524 kB | 81/156 kB | 16/332 kB
Progress (3): 307/524 kB | 81/156 kB | 16/332 kB
Progress (3): 307/524 kB | 85/156 kB | 16/332 kB
Progress (3): 311/524 kB | 85/156 kB | 16/332 kB
Progress (3): 311/524 kB | 90/156 kB | 16/332 kB
Progress (3): 311/524 kB | 90/156 kB | 20/332 kB
Progress (3): 311/524 kB | 94/156 kB | 20/332 kB
Progress (3): 311/524 kB | 94/156 kB | 24/332 kB
Progress (3): 311/524 kB | 98/156 kB | 24/332 kB
Progress (3): 311/524 kB | 98/156 kB | 28/332 kB
Progress (3): 315/524 kB | 98/156 kB | 28/332 kB
Progress (4): 315/524 kB | 98/156 kB | 28/332 kB | 4.1/30 kB
Progress (4): 315/524 kB | 98/156 kB | 32/332 kB | 4.1/30 kB
Progress (4): 315/524 kB | 98/156 kB | 32/332 kB | 7.7/30 kB
Progress (4): 315/524 kB | 102/156 kB | 32/332 kB | 7.7/30 kB
Progress (4): 319/524 kB | 102/156 kB | 32/332 kB | 7.7/30 kB
Progress (4): 319/524 kB | 106/156 kB | 32/332 kB | 7.7/30 kB
Progress (4): 319/524 kB | 106/156 kB | 32/332 kB | 12/30 kB 
Progress (4): 319/524 kB | 106/156 kB | 36/332 kB | 12/30 kB
Progress (4): 319/524 kB | 110/156 kB | 36/332 kB | 12/30 kB
Progress (4): 323/524 kB | 110/156 kB | 36/332 kB | 12/30 kB
Progress (4): 323/524 kB | 114/156 kB | 36/332 kB | 12/30 kB
Progress (4): 323/524 kB | 114/156 kB | 40/332 kB | 12/30 kB
Progress (4): 323/524 kB | 114/156 kB | 40/332 kB | 16/30 kB
Progress (4): 323/524 kB | 114/156 kB | 45/332 kB | 16/30 kB
Progress (4): 327/524 kB | 114/156 kB | 45/332 kB | 16/30 kB
Progress (4): 327/524 kB | 118/156 kB | 45/332 kB | 16/30 kB
Progress (4): 327/524 kB | 118/156 kB | 49/332 kB | 16/30 kB
Progress (4): 327/524 kB | 118/156 kB | 49/332 kB | 20/30 kB
Progress (4): 327/524 kB | 122/156 kB | 49/332 kB | 20/30 kB
Progress (4): 331/524 kB | 122/156 kB | 49/332 kB | 20/30 kB
Progress (4): 331/524 kB | 122/156 kB | 49/332 kB | 24/30 kB
Progress (4): 335/524 kB | 122/156 kB | 49/332 kB | 24/30 kB
Progress (4): 335/524 kB | 126/156 kB | 49/332 kB | 24/30 kB
Progress (4): 339/524 kB | 126/156 kB | 49/332 kB | 24/30 kB
Progress (4): 339/524 kB | 126/156 kB | 49/332 kB | 28/30 kB
Progress (4): 339/524 kB | 126/156 kB | 53/332 kB | 28/30 kB
Progress (4): 339/524 kB | 126/156 kB | 53/332 kB | 30 kB   
Progress (4): 344/524 kB | 126/156 kB | 53/332 kB | 30 kB
Progress (4): 344/524 kB | 131/156 kB | 53/332 kB | 30 kB
Progress (4): 344/524 kB | 131/156 kB | 57/332 kB | 30 kB
Progress (4): 344/524 kB | 131/156 kB | 61/332 kB | 30 kB
Progress (4): 344/524 kB | 131/156 kB | 65/332 kB | 30 kB
Progress (4): 348/524 kB | 131/156 kB | 65/332 kB | 30 kB
Progress (4): 348/524 kB | 135/156 kB | 65/332 kB | 30 kB
Progress (4): 352/524 kB | 135/156 kB | 65/332 kB | 30 kB
Progress (4): 352/524 kB | 139/156 kB | 65/332 kB | 30 kB
Progress (4): 356/524 kB | 139/156 kB | 65/332 kB | 30 kB
Progress (4): 356/524 kB | 139/156 kB | 69/332 kB | 30 kB
Progress (4): 356/524 kB | 143/156 kB | 69/332 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 108 kB/s)
Progress (3): 356/524 kB | 147/156 kB | 69/332 kB
Progress (3): 356/524 kB | 147/156 kB | 73/332 kB
Progress (3): 360/524 kB | 147/156 kB | 73/332 kB
Progress (3): 360/524 kB | 147/156 kB | 77/332 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): 360/524 kB | 147/156 kB | 81/332 kB
Progress (3): 360/524 kB | 151/156 kB | 81/332 kB
Progress (3): 364/524 kB | 151/156 kB | 81/332 kB
Progress (3): 364/524 kB | 155/156 kB | 81/332 kB
Progress (3): 368/524 kB | 155/156 kB | 81/332 kB
Progress (3): 368/524 kB | 156 kB | 81/332 kB    
Progress (3): 372/524 kB | 156 kB | 81/332 kB
Progress (3): 372/524 kB | 156 kB | 85/332 kB
Progress (3): 376/524 kB | 156 kB | 85/332 kB
Progress (3): 376/524 kB | 156 kB | 90/332 kB
Progress (3): 376/524 kB | 156 kB | 94/332 kB
Progress (3): 376/524 kB | 156 kB | 98/332 kB
Progress (3): 380/524 kB | 156 kB | 98/332 kB
Progress (3): 384/524 kB | 156 kB | 98/332 kB
Progress (3): 389/524 kB | 156 kB | 98/332 kB
Progress (3): 389/524 kB | 156 kB | 102/332 kB
Progress (4): 389/524 kB | 156 kB | 102/332 kB | 4.1/38 kB
Progress (4): 389/524 kB | 156 kB | 106/332 kB | 4.1/38 kB
Progress (4): 393/524 kB | 156 kB | 106/332 kB | 4.1/38 kB
Progress (4): 393/524 kB | 156 kB | 110/332 kB | 4.1/38 kB
Progress (4): 393/524 kB | 156 kB | 110/332 kB | 7.7/38 kB
Progress (4): 393/524 kB | 156 kB | 114/332 kB | 7.7/38 kB
Progress (4): 393/524 kB | 156 kB | 114/332 kB | 12/38 kB 
Progress (4): 397/524 kB | 156 kB | 114/332 kB | 12/38 kB
Progress (4): 397/524 kB | 156 kB | 114/332 kB | 16/38 kB
Progress (4): 401/524 kB | 156 kB | 114/332 kB | 16/38 kB
Progress (4): 401/524 kB | 156 kB | 118/332 kB | 16/38 kB
Progress (4): 405/524 kB | 156 kB | 118/332 kB | 16/38 kB
Progress (4): 405/524 kB | 156 kB | 122/332 kB | 16/38 kB
Progress (4): 409/524 kB | 156 kB | 122/332 kB | 16/38 kB
Progress (4): 409/524 kB | 156 kB | 126/332 kB | 16/38 kB
Progress (4): 409/524 kB | 156 kB | 126/332 kB | 20/38 kB
Progress (4): 409/524 kB | 156 kB | 131/332 kB | 20/38 kB
Progress (4): 409/524 kB | 156 kB | 131/332 kB | 24/38 kB
Progress (4): 413/524 kB | 156 kB | 131/332 kB | 24/38 kB
Progress (4): 413/524 kB | 156 kB | 131/332 kB | 28/38 kB
Progress (4): 417/524 kB | 156 kB | 131/332 kB | 28/38 kB
Progress (4): 417/524 kB | 156 kB | 135/332 kB | 28/38 kB
Progress (4): 417/524 kB | 156 kB | 135/332 kB | 32/38 kB
Progress (4): 417/524 kB | 156 kB | 139/332 kB | 32/38 kB
Progress (4): 421/524 kB | 156 kB | 139/332 kB | 32/38 kB
Progress (4): 421/524 kB | 156 kB | 139/332 kB | 36/38 kB
Progress (4): 421/524 kB | 156 kB | 143/332 kB | 36/38 kB
Progress (4): 421/524 kB | 156 kB | 143/332 kB | 38 kB   
Progress (4): 425/524 kB | 156 kB | 143/332 kB | 38 kB
Progress (4): 425/524 kB | 156 kB | 147/332 kB | 38 kB
Progress (4): 430/524 kB | 156 kB | 147/332 kB | 38 kB
Progress (4): 430/524 kB | 156 kB | 151/332 kB | 38 kB
Progress (4): 434/524 kB | 156 kB | 151/332 kB | 38 kB
Progress (4): 434/524 kB | 156 kB | 155/332 kB | 38 kB
Progress (4): 438/524 kB | 156 kB | 155/332 kB | 38 kB
Progress (4): 438/524 kB | 156 kB | 159/332 kB | 38 kB
Progress (4): 442/524 kB | 156 kB | 159/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 133 kB/s)
Progress (3): 442/524 kB | 156 kB | 163/332 kB
Progress (3): 446/524 kB | 156 kB | 163/332 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 (3): 450/524 kB | 156 kB | 163/332 kB
Progress (3): 450/524 kB | 156 kB | 167/332 kB
Progress (3): 454/524 kB | 156 kB | 167/332 kB
Progress (3): 454/524 kB | 156 kB | 171/332 kB
Progress (3): 458/524 kB | 156 kB | 171/332 kB
Progress (3): 458/524 kB | 156 kB | 176/332 kB
Progress (3): 458/524 kB | 156 kB | 180/332 kB
Progress (3): 462/524 kB | 156 kB | 180/332 kB
Progress (3): 466/524 kB | 156 kB | 180/332 kB
Progress (3): 471/524 kB | 156 kB | 180/332 kB
Progress (3): 475/524 kB | 156 kB | 180/332 kB
Progress (3): 475/524 kB | 156 kB | 184/332 kB
Progress (3): 475/524 kB | 156 kB | 188/332 kB
Progress (3): 475/524 kB | 156 kB | 192/332 kB
Progress (3): 475/524 kB | 156 kB | 196/332 kB
Progress (3): 479/524 kB | 156 kB | 196/332 kB
Progress (3): 483/524 kB | 156 kB | 196/332 kB
Progress (3): 487/524 kB | 156 kB | 196/332 kB
Progress (4): 487/524 kB | 156 kB | 196/332 kB | 4.1/35 kB
Progress (4): 491/524 kB | 156 kB | 196/332 kB | 4.1/35 kB
Progress (4): 491/524 kB | 156 kB | 200/332 kB | 4.1/35 kB
Progress (4): 491/524 kB | 156 kB | 200/332 kB | 7.7/35 kB
Progress (4): 491/524 kB | 156 kB | 204/332 kB | 7.7/35 kB
Progress (4): 491/524 kB | 156 kB | 204/332 kB | 12/35 kB 
Progress (4): 495/524 kB | 156 kB | 204/332 kB | 12/35 kB
Progress (4): 495/524 kB | 156 kB | 208/332 kB | 12/35 kB
Progress (4): 499/524 kB | 156 kB | 208/332 kB | 12/35 kB
Progress (4): 499/524 kB | 156 kB | 208/332 kB | 16/35 kB
Progress (4): 503/524 kB | 156 kB | 208/332 kB | 16/35 kB
Progress (4): 503/524 kB | 156 kB | 212/332 kB | 16/35 kB
Progress (4): 507/524 kB | 156 kB | 212/332 kB | 16/35 kB
Progress (4): 507/524 kB | 156 kB | 212/332 kB | 20/35 kB
Progress (4): 507/524 kB | 156 kB | 217/332 kB | 20/35 kB
Progress (4): 511/524 kB | 156 kB | 217/332 kB | 20/35 kB
Progress (4): 511/524 kB | 156 kB | 217/332 kB | 24/35 kB
Progress (4): 516/524 kB | 156 kB | 217/332 kB | 24/35 kB
Progress (4): 516/524 kB | 156 kB | 221/332 kB | 24/35 kB
Progress (4): 520/524 kB | 156 kB | 221/332 kB | 24/35 kB
Progress (4): 520/524 kB | 156 kB | 221/332 kB | 28/35 kB
Progress (4): 524/524 kB | 156 kB | 221/332 kB | 28/35 kB
Progress (4): 524/524 kB | 156 kB | 225/332 kB | 28/35 kB
Progress (4): 524 kB | 156 kB | 225/332 kB | 28/35 kB    
Progress (4): 524 kB | 156 kB | 225/332 kB | 32/35 kB
Progress (4): 524 kB | 156 kB | 229/332 kB | 32/35 kB
Progress (4): 524 kB | 156 kB | 229/332 kB | 35 kB   
Progress (4): 524 kB | 156 kB | 233/332 kB | 35 kB
Progress (4): 524 kB | 156 kB | 237/332 kB | 35 kB
Progress (4): 524 kB | 156 kB | 241/332 kB | 35 kB
Progress (4): 524 kB | 156 kB | 245/332 kB | 35 kB
Progress (4): 524 kB | 156 kB | 249/332 kB | 35 kB
Progress (4): 524 kB | 156 kB | 253/332 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 120 kB/s)
Progress (3): 524 kB | 156 kB | 258/332 kB
                                          
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 | 156 kB | 262/332 kB
Progress (3): 524 kB | 156 kB | 266/332 kB
Progress (3): 524 kB | 156 kB | 270/332 kB
Progress (3): 524 kB | 156 kB | 274/332 kB
Progress (3): 524 kB | 156 kB | 278/332 kB
Progress (3): 524 kB | 156 kB | 282/332 kB
Progress (3): 524 kB | 156 kB | 286/332 kB
Progress (3): 524 kB | 156 kB | 290/332 kB
Progress (3): 524 kB | 156 kB | 294/332 kB
Progress (3): 524 kB | 156 kB | 298/332 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.jar (524 kB at 1.5 MB/s)
Progress (2): 156 kB | 303/332 kB
                                 
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 (3): 156 kB | 303/332 kB | 4.1/68 kB
Progress (4): 156 kB | 303/332 kB | 4.1/68 kB | 4.1/108 kB
Progress (4): 156 kB | 307/332 kB | 4.1/68 kB | 4.1/108 kB
Progress (4): 156 kB | 307/332 kB | 4.1/68 kB | 7.7/108 kB
Progress (4): 156 kB | 307/332 kB | 7.7/68 kB | 7.7/108 kB
Progress (4): 156 kB | 307/332 kB | 7.7/68 kB | 12/108 kB 
Progress (4): 156 kB | 311/332 kB | 7.7/68 kB | 12/108 kB
Progress (4): 156 kB | 311/332 kB | 7.7/68 kB | 16/108 kB
Progress (4): 156 kB | 311/332 kB | 12/68 kB | 16/108 kB 
Progress (4): 156 kB | 311/332 kB | 16/68 kB | 16/108 kB
Progress (4): 156 kB | 315/332 kB | 16/68 kB | 16/108 kB
Progress (4): 156 kB | 319/332 kB | 16/68 kB | 16/108 kB
Progress (4): 156 kB | 319/332 kB | 16/68 kB | 20/108 kB
Progress (4): 156 kB | 319/332 kB | 20/68 kB | 20/108 kB
Progress (4): 156 kB | 323/332 kB | 20/68 kB | 20/108 kB
Progress (4): 156 kB | 323/332 kB | 20/68 kB | 24/108 kB
Progress (4): 156 kB | 323/332 kB | 20/68 kB | 28/108 kB
Progress (4): 156 kB | 323/332 kB | 24/68 kB | 28/108 kB
Progress (5): 156 kB | 323/332 kB | 24/68 kB | 28/108 kB | 4.1/315 kB
Progress (5): 156 kB | 327/332 kB | 24/68 kB | 28/108 kB | 4.1/315 kB
Progress (5): 156 kB | 327/332 kB | 24/68 kB | 28/108 kB | 7.7/315 kB
Progress (5): 156 kB | 327/332 kB | 28/68 kB | 28/108 kB | 7.7/315 kB
Progress (5): 156 kB | 327/332 kB | 28/68 kB | 32/108 kB | 7.7/315 kB
Progress (5): 156 kB | 327/332 kB | 32/68 kB | 32/108 kB | 7.7/315 kB
Progress (5): 156 kB | 331/332 kB | 32/68 kB | 32/108 kB | 7.7/315 kB
Progress (5): 156 kB | 331/332 kB | 32/68 kB | 32/108 kB | 12/315 kB 
Progress (5): 156 kB | 332 kB | 32/68 kB | 32/108 kB | 12/315 kB    
Progress (5): 156 kB | 332 kB | 36/68 kB | 32/108 kB | 12/315 kB
Progress (5): 156 kB | 332 kB | 36/68 kB | 32/108 kB | 16/315 kB
Progress (5): 156 kB | 332 kB | 40/68 kB | 32/108 kB | 16/315 kB
Progress (5): 156 kB | 332 kB | 40/68 kB | 36/108 kB | 16/315 kB
Progress (5): 156 kB | 332 kB | 45/68 kB | 36/108 kB | 16/315 kB
Progress (5): 156 kB | 332 kB | 45/68 kB | 36/108 kB | 20/315 kB
Progress (5): 156 kB | 332 kB | 45/68 kB | 40/108 kB | 20/315 kB
Progress (5): 156 kB | 332 kB | 45/68 kB | 40/108 kB | 24/315 kB
Progress (5): 156 kB | 332 kB | 49/68 kB | 40/108 kB | 24/315 kB
Progress (5): 156 kB | 332 kB | 49/68 kB | 40/108 kB | 28/315 kB
Progress (5): 156 kB | 332 kB | 49/68 kB | 45/108 kB | 28/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 904 kB/s)
Progress (4): 156 kB | 53/68 kB | 45/108 kB | 28/315 kB
Progress (4): 156 kB | 53/68 kB | 49/108 kB | 28/315 kB
Progress (4): 156 kB | 53/68 kB | 49/108 kB | 32/315 kB
Progress (4): 156 kB | 57/68 kB | 49/108 kB | 32/315 kB
Progress (4): 156 kB | 61/68 kB | 49/108 kB | 32/315 kB
Progress (4): 156 kB | 65/68 kB | 49/108 kB | 32/315 kB
Progress (4): 156 kB | 65/68 kB | 49/108 kB | 36/315 kB
Progress (4): 156 kB | 68 kB | 49/108 kB | 36/315 kB   
Progress (4): 156 kB | 68 kB | 53/108 kB | 36/315 kB
Progress (4): 156 kB | 68 kB | 53/108 kB | 40/315 kB
Progress (4): 156 kB | 68 kB | 57/108 kB | 40/315 kB
Progress (4): 156 kB | 68 kB | 57/108 kB | 45/315 kB
Progress (4): 156 kB | 68 kB | 61/108 kB | 45/315 kB
Progress (4): 156 kB | 68 kB | 61/108 kB | 49/315 kB
Progress (4): 156 kB | 68 kB | 65/108 kB | 49/315 kB
Progress (4): 156 kB | 68 kB | 65/108 kB | 53/315 kB
Progress (4): 156 kB | 68 kB | 65/108 kB | 57/315 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 183 kB/s)
Progress (3): 156 kB | 69/108 kB | 57/315 kB
Progress (3): 156 kB | 69/108 kB | 61/315 kB
Progress (3): 156 kB | 73/108 kB | 61/315 kB
Progress (3): 156 kB | 73/108 kB | 65/315 kB
Progress (3): 156 kB | 77/108 kB | 65/315 kB
Progress (3): 156 kB | 81/108 kB | 65/315 kB
Progress (3): 156 kB | 81/108 kB | 69/315 kB
Progress (3): 156 kB | 81/108 kB | 73/315 kB
Progress (3): 156 kB | 81/108 kB | 77/315 kB
Progress (3): 156 kB | 81/108 kB | 81/315 kB
Progress (3): 156 kB | 85/108 kB | 81/315 kB
Progress (3): 156 kB | 90/108 kB | 81/315 kB
Progress (3): 156 kB | 94/108 kB | 81/315 kB
Progress (3): 156 kB | 94/108 kB | 85/315 kB
Progress (3): 156 kB | 98/108 kB | 85/315 kB
Progress (3): 156 kB | 98/108 kB | 90/315 kB
Progress (3): 156 kB | 98/108 kB | 94/315 kB
Progress (3): 156 kB | 98/108 kB | 98/315 kB
Progress (3): 156 kB | 102/108 kB | 98/315 kB
Progress (3): 156 kB | 106/108 kB | 98/315 kB
Progress (3): 156 kB | 106/108 kB | 102/315 kB
Progress (3): 156 kB | 108 kB | 102/315 kB    
Progress (3): 156 kB | 108 kB | 106/315 kB
Progress (3): 156 kB | 108 kB | 110/315 kB
Progress (3): 156 kB | 108 kB | 114/315 kB
Progress (3): 156 kB | 108 kB | 118/315 kB
Progress (3): 156 kB | 108 kB | 122/315 kB
Progress (3): 156 kB | 108 kB | 126/315 kB
Progress (3): 156 kB | 108 kB | 131/315 kB
Progress (3): 156 kB | 108 kB | 135/315 kB
Progress (3): 156 kB | 108 kB | 139/315 kB
Progress (3): 156 kB | 108 kB | 143/315 kB
Progress (3): 156 kB | 108 kB | 147/315 kB
Progress (3): 156 kB | 108 kB | 151/315 kB
Progress (3): 156 kB | 108 kB | 155/315 kB
Progress (3): 156 kB | 108 kB | 159/315 kB
Progress (3): 156 kB | 108 kB | 163/315 kB
Progress (3): 156 kB | 108 kB | 167/315 kB
Progress (3): 156 kB | 108 kB | 171/315 kB
Progress (3): 156 kB | 108 kB | 176/315 kB
Progress (3): 156 kB | 108 kB | 180/315 kB
Progress (3): 156 kB | 108 kB | 184/315 kB
Progress (3): 156 kB | 108 kB | 188/315 kB
Progress (3): 156 kB | 108 kB | 192/315 kB
Progress (3): 156 kB | 108 kB | 196/315 kB
Progress (3): 156 kB | 108 kB | 200/315 kB
Progress (3): 156 kB | 108 kB | 204/315 kB
Progress (3): 156 kB | 108 kB | 208/315 kB
Progress (3): 156 kB | 108 kB | 212/315 kB
Progress (3): 156 kB | 108 kB | 217/315 kB
Progress (3): 156 kB | 108 kB | 221/315 kB
Progress (3): 156 kB | 108 kB | 225/315 kB
Progress (3): 156 kB | 108 kB | 229/315 kB
Progress (3): 156 kB | 108 kB | 233/315 kB
Progress (3): 156 kB | 108 kB | 237/315 kB
Progress (3): 156 kB | 108 kB | 241/315 kB
Progress (3): 156 kB | 108 kB | 245/315 kB
Progress (3): 156 kB | 108 kB | 249/315 kB
Progress (3): 156 kB | 108 kB | 253/315 kB
Progress (3): 156 kB | 108 kB | 258/315 kB
Progress (3): 156 kB | 108 kB | 262/315 kB
Progress (3): 156 kB | 108 kB | 266/315 kB
Progress (3): 156 kB | 108 kB | 270/315 kB
Progress (3): 156 kB | 108 kB | 274/315 kB
Progress (3): 156 kB | 108 kB | 278/315 kB
Progress (3): 156 kB | 108 kB | 282/315 kB
Progress (3): 156 kB | 108 kB | 286/315 kB
Progress (3): 156 kB | 108 kB | 290/315 kB
Progress (3): 156 kB | 108 kB | 294/315 kB
Progress (3): 156 kB | 108 kB | 298/315 kB
Progress (3): 156 kB | 108 kB | 303/315 kB
Progress (3): 156 kB | 108 kB | 307/315 kB
Progress (3): 156 kB | 108 kB | 311/315 kB
Progress (3): 156 kB | 108 kB | 315/315 kB
Progress (3): 156 kB | 108 kB | 315 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 379 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 634 kB/s)
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 195 kB/s)
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.common:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/
[INFO] Adding repository http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/ (444B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/ (444B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/ (17.77kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/ (17.77kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201309031318/ (14.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201309031318/ (14.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/ (11.97kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/ (11.97kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.3/
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.3/
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.3
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.3/ (470B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.3/ (470B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/categoriesKepler/ (1.25kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/categoriesKepler/ (1.25kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/ (383.75kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/ (383.75kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/ (367.11kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/ (367.11kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/ (390.51kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/ (390.51kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/
[INFO] Adding repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/ (41.99kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/ (41.99kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/releases/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/releases/
[INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/updates/releases
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/releases/ (424B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/releases/ (424B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/emf/updates/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/emf/updates/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.6.x/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.6.x/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.6.x/ (381B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.6.x/ (381B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/ (431B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/ (431B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/ (477B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/ (477B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201110031135/ (61.74kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201110031135/ (61.74kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201110311121/ (62.57kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201110311121/ (62.57kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201201181118/ (63.01kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201201181118/ (63.01kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201201231045/ (60.75kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/M201201231045/ (60.75kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/R201201300943/ (61.46kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.7.x/core/R201201300943/ (61.46kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/ (424B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/ (424B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/ (444B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/ (444B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/R201209170436/ (62.96kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/R201209170436/ (62.96kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/R201301250826/ (62.52kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/core/R201301250826/ (62.52kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/ (455B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/ (455B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/R201208220329/ (8.48kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/R201208220329/ (8.48kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/R201209170741/ (8.28kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/R201209170741/ (8.28kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/R201302120719/ (8.56kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.8.x/xcore/R201302120719/ (8.56kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/ (445B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/ (445B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/ (476B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/ (476B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/S201308191254/ (63.13kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/S201308191254/ (63.13kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201309020605/ (63.23kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201309020605/ (63.23kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201312120558/ (63.23kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201312120558/ (63.23kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402030812/ (63.72kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402030812/ (63.72kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402031126/ (62.2kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/core/R201402031126/ (62.2kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9/xcore/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9/xcore/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/xcore/ (412B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/xcore/ (412B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/xcore/R201306120809/ (9.48kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/xcore/R201306120809/ (9.48kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/ (424B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/ (424B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/R201309030948/ (9.56kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/R201309030948/ (9.56kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/R201312120836/ (9.59kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9.x/xcore/R201312120836/ (9.59kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/ (428B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/ (428B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9/core/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.9/core/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/core/ (434B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/core/ (434B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/core/R201306100406/ (62.29kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.9/core/R201306100406/ (62.29kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10/ (421B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10/ (421B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10/core/R201405190339/ (64.62kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10/core/R201405190339/ (64.62kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10/xcore/R201405210402/ (9.24kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10/xcore/R201405210402/ (9.24kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/ (416B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/ (416B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/ (447B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/ (447B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/R201409011055/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/R201409011055/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/R201409011055/ (62.88kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/R201409011055/ (62.88kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201410130308/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201410130308/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201410130308/ (63.28kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201410130308/ (63.28kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452/ (64.29kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452/ (64.29kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/ (438B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/ (438B)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201409090808/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201409090808/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201409090808/ (9.25kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201409090808/ (9.25kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/S201410130331/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/S201410130331/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/S201410130331/ (9.69kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/S201410130331/ (9.69kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201502020452/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201502020452/
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201502020452/ (9.73kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/xcore/R201502020452/ (9.73kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.11/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.11/
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.11/ (418B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.11/ (418B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/ (62.65kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/ (62.65kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.11/xcore/R201506020808/ (9.6kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.11/xcore/R201506020808/ (9.6kB)
[INFO] Adding repository http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/ (432B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/ (432B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/R201110270537/ (16.29kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/R201110270537/ (16.29kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/R201205110335/ (16.46kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/R201205110335/ (16.46kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/R201208070831/ (19.26kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.2/R201208070831/ (19.26kB)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (173.22kB)
[INFO] Fetching p2.index from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/
[INFO] Fetching p2.index from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/
[INFO] Adding repository http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies
[INFO] Fetching content.jar from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/ (4.45kB)
[INFO] Fetching content.jar from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/ (4.45kB)
[INFO] Adding repository http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.2
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.2/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/cdo/updates/releases/4.2/
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (173.85kB)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/ (173.85kB)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/categories/ (622B)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20140218-1655/categories/ (622B)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (185.18kB)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/ (185.18kB)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/categories/ (629B)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/categories/ (629B)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/ (182.26kB)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/ (182.26kB)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/categories/ (622B)
[INFO] Fetching content.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/categories/ (622B)
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/pom.xml
[INFO] Fetching R-4.3.2-201402211700&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.3/
[INFO] Fetching R-4.3.2-201402211700&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.3/
[INFO] Fetching org.eclipse.osgi_3.9.1.v20140110-1610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (420.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.9.1.v20140110-1610.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (420.3kB)
[INFO] Unpacking org.eclipse.osgi_3.9.1.v20140110-1610...
[INFO] Fetching R-4.3-201306052000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.3/
[INFO] Fetching R-4.3-201306052000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.3/
[INFO] Fetching org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (48.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (48.99kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.5.100.v20130422-1538...
[INFO] Fetching R-4.3.1-201309111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.3/
[INFO] Fetching R-4.3.1-201309111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.3/
[INFO] Fetching org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (67.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (67.99kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.5.301.v20130717-1549...
[INFO] Fetching org.eclipse.equinox.common_3.6.200.v20130402-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (43.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.6.200.v20130402-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (43.57kB)
[INFO] Unpacking org.eclipse.equinox.common_3.6.200.v20130402-1505...
[INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (34.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (34.79kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.4.200.v20130326-1255...
[INFO] Fetching org.eclipse.core.expressions_3.4.501.v20131118-1915.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (29.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.4.501.v20131118-1915.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (29.4kB)
[INFO] Unpacking org.eclipse.core.expressions_3.4.501.v20131118-1915...
[INFO] Fetching org.eclipse.core.runtime_3.9.100.v20131218-1515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (31.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.9.100.v20131218-1515.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (31.49kB)
[INFO] Unpacking org.eclipse.core.runtime_3.9.100.v20131218-1515...
[INFO] Fetching org.eclipse.core.filesystem_1.4.0.v20130514-1240.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (23.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.4.0.v20130514-1240.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (23.55kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.4.0.v20130514-1240...
[INFO] Fetching org.eclipse.core.jobs_3.5.300.v20130429-1813.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (37.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.5.300.v20130429-1813.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (37.73kB)
[INFO] Unpacking org.eclipse.core.jobs_3.5.300.v20130429-1813...
[INFO] Fetching org.eclipse.core.resources_3.8.101.v20130717-0806.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (810.56kB)
[INFO] Fetching org.eclipse.core.resources_3.8.101.v20130717-0806.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (810.56kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (38.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.3.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (38.95kB)
[INFO] Unpacking org.eclipse.equinox.app_1.3.100.v20130327-1442...
[INFO] Fetching R201506010402&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/emf/emf/updates/2.11/core/
[INFO] Fetching R201506010402&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/emf/emf/updates/2.11/core/
[INFO] Fetching org.eclipse.emf.common_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (102.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (102.92kB)
[INFO] Unpacking org.eclipse.emf.common_2.11.0.v20150512-0501...
[INFO] Fetching org.eclipse.emf.ecore_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (361.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (361.14kB)
[INFO] Unpacking org.eclipse.emf.ecore_2.11.0.v20150512-0501...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (79.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (79.18kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.common:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.common.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/pom.xml
[INFO] Fetching javax.annotation_1.1.0.v201209060031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (20.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.1.0.v201209060031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (20.05kB)
[INFO] Unpacking javax.annotation_1.1.0.v201209060031...
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (63.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (63.51kB)
[INFO] Unpacking javax.xml_1.3.4.v201005080400...
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (66.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (66.94kB)
[INFO] Unpacking org.apache.batik.css_1.6.0.v201011041432...
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (43.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (43.93kB)
[INFO] Unpacking org.apache.batik.util_1.6.0.v201011041432...
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (18.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (18.5kB)
[INFO] Unpacking org.w3c.css.sac_1.3.1.v200903091627...
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (27.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (27.82kB)
[INFO] Unpacking org.w3c.dom.svg_1.1.0.v201011041433...
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (66.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (66.02kB)
[INFO] Unpacking org.apache.batik.util.gui_1.6.0.v201011041432...
[INFO] Fetching org.eclipse.osgi.services_3.3.100.v20130513-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (31.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.3.100.v20130513-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (31.36kB)
[INFO] Unpacking org.eclipse.osgi.services_3.3.100.v20130513-1956...
[INFO] Fetching org.eclipse.core.commands_3.6.100.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (35.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.6.100.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (35.87kB)
[INFO] Unpacking org.eclipse.core.commands_3.6.100.v20130515-1857...
[INFO] Fetching org.eclipse.core.databinding_1.4.1.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (52.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.4.1.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (52.39kB)
[INFO] Unpacking org.eclipse.core.databinding_1.4.1.v20130515-1857...
[INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (67.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (67.32kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.4.1.v20130515-1857...
[INFO] Fetching org.eclipse.core.databinding.property_1.4.200.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (37.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.4.200.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (37.39kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.4.200.v20130515-1857...
[INFO] Fetching com.ibm.icu_50.1.1.v201304230130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (6.77MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_50.1.1.v201304230130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (6.77MB)
[INFO] Unpacking com.ibm.icu_50.1.1.v201304230130...
[INFO] Fetching org.eclipse.e4.core.commands_0.10.2.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (12.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.10.2.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (12.11kB)
[INFO] Unpacking org.eclipse.e4.core.commands_0.10.2.v20130515-1857...
[INFO] Fetching org.eclipse.e4.core.di_1.3.0.v20130514-1256.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (22.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.3.0.v20130514-1256.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (22.9kB)
[INFO] Unpacking org.eclipse.e4.core.di_1.3.0.v20130514-1256...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (9.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (9.24kB)
[INFO] Unpacking javax.inject_1.0.0.v20091030...
[INFO] Fetching org.eclipse.e4.core.contexts_1.3.1.v20130905-0905.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (20.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.3.1.v20130905-0905.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (20.87kB)
[INFO] Unpacking org.eclipse.e4.core.contexts_1.3.1.v20130905-0905...
[INFO] Fetching org.eclipse.e4.core.services_1.1.0.v20130515-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (11.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_1.1.0.v20130515-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (11.95kB)
[INFO] Unpacking org.eclipse.e4.core.services_1.1.0.v20130515-1343...
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.11.100.v20130514-1256.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (11.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.11.100.v20130514-1256.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (11.77kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions_0.11.100.v20130514-1256...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.10.102.v20140117-1939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (22.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.10.102.v20140117-1939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (22.12kB)
[INFO] Unpacking org.eclipse.e4.ui.bindings_0.10.102.v20140117-1939...
[INFO] Fetching org.eclipse.swt_3.102.1.v20140206-1334.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (16.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.102.1.v20140206-1334.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (16.84kB)
[INFO] Unpacking org.eclipse.swt_3.102.1.v20140206-1334...
[INFO] Fetching org.eclipse.jface_3.9.1.v20130725-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (307.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.9.1.v20130725-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (307.26kB)
[INFO] Unpacking org.eclipse.jface_3.9.1.v20130725-1141...
[INFO] Fetching org.eclipse.e4.ui.css.core_0.10.100.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (54.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.10.100.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (54.53kB)
[INFO] Unpacking org.eclipse.e4.ui.css.core_0.10.100.v20130515-1857...
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.11.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (49.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.11.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (49.21kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt_0.11.0.v20130515-1857...
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.9.100.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (14.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.9.100.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (14.35kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.9.100.v20130515-1857...
[INFO] Fetching org.eclipse.e4.ui.di_1.0.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (8.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.0.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (8.48kB)
[INFO] Unpacking org.eclipse.e4.ui.di_1.0.0.v20130515-1857...
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.0.1.v20131118-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (98.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.0.1.v20131118-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (98.86kB)
[INFO] Unpacking org.eclipse.e4.ui.model.workbench_1.0.1.v20131118-1956...
[INFO] Fetching org.eclipse.e4.ui.services_1.0.1.v20131118-1940.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (12.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.0.1.v20131118-1940.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (12.11kB)
[INFO] Unpacking org.eclipse.e4.ui.services_1.0.1.v20131118-1940...
[INFO] Fetching org.eclipse.e4.ui.widgets_1.0.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (8.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.0.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (8.83kB)
[INFO] Unpacking org.eclipse.e4.ui.widgets_1.0.0.v20130515-1857...
[INFO] Fetching org.eclipse.e4.ui.workbench_1.0.2.v20131202-1739.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (79.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.0.2.v20131202-1739.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (79.21kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench_1.0.2.v20131202-1739...
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (34.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (34.97kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.11.0.v20150512-0501...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.0.2.v20131129-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (43.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.0.2.v20131129-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (43.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.0.2.v20131129-1621...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.11.2.v20140205-1834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (90.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.11.2.v20140205-1834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (90.62kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.11.2.v20140205-1834...
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.12.2.v20140117-1939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (56.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.12.2.v20140117-1939.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (56.66kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.12.2.v20140117-1939...
[INFO] Fetching org.eclipse.jface.databinding_1.6.200.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (60.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.6.200.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (60.46kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.6.200.v20130515-1857...
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.12.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (7.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.12.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (7.16kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench3_0.12.0.v20130515-1857...
[INFO] Fetching org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (87.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (87.34kB)
[INFO] Unpacking org.eclipse.equinox.ds_1.4.101.v20130813-1853...
[INFO] Fetching org.eclipse.equinox.event_1.3.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (14.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.3.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (14.91kB)
[INFO] Unpacking org.eclipse.equinox.event_1.3.0.v20130327-1442...
[INFO] Fetching org.eclipse.emf.common.ui_2.10.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (55.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.10.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (55.24kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.10.0.v20150601-0402...
[INFO] Fetching org.eclipse.ui_3.105.0.v20130522-1122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (92.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.105.0.v20130522-1122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (92.85kB)
[INFO] Unpacking org.eclipse.ui_3.105.0.v20130522-1122...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (40.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (40.36kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.9.0.v20150601-0402...
[INFO] Fetching org.eclipse.emf.edit_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (87.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (87.72kB)
[INFO] Unpacking org.eclipse.emf.edit_2.11.0.v20150601-0402...
[INFO] Fetching org.eclipse.emf.ecore.editor_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (38.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (38.97kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.11.0.v20150601-0402...
[INFO] Fetching org.eclipse.ui.ide_3.9.2.v20131004-0923.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (627.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.9.2.v20131004-0923.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (627.94kB)
[INFO] Unpacking org.eclipse.ui.ide_3.9.2.v20131004-0923...
[INFO] Fetching org.eclipse.emf.edit.ui_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (73.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (73.08kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.11.0.v20150601-0402...
[INFO] Fetching org.eclipse.jface.text_3.8.101.v20130802-1147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (273.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.8.101.v20130802-1147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (273.09kB)
[INFO] Unpacking org.eclipse.jface.text_3.8.101.v20130802-1147...
[INFO] Fetching org.eclipse.ui.views_3.6.100.v20130326-1250.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (32.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.6.100.v20130326-1250.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (32.86kB)
[INFO] Unpacking org.eclipse.ui.views_3.6.100.v20130326-1250...
[INFO] Fetching org.eclipse.ui.workbench_3.105.2.v20140211-1711.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (929.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.105.2.v20140211-1711.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (929.61kB)
[INFO] Unpacking org.eclipse.ui.workbench_3.105.2.v20140211-1711...
[INFO] Fetching org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (21.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (21.69kB)
[INFO] Unpacking org.eclipse.equinox.bidi_0.10.0.v20130327-1442...
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (30.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (30.41kB)
[INFO] Unpacking org.eclipse.equinox.util_1.0.500.v20130404-1337...
[INFO] Fetching org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (27.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (27.91kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.3.0.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (65.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (65.67kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (95.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (95.92kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (38.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (38.58kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (48.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (48.7kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032...
[INFO] Fetching org.eclipse.equinox.security_1.2.0.v20130424-1801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (40.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.2.0.v20130424-1801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (40.07kB)
[INFO] Unpacking org.eclipse.equinox.security_1.2.0.v20130424-1801...
[INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (107.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.6.0.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (107.95kB)
[INFO] Unpacking org.eclipse.help_3.6.0.v20130326-1254...
[INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (78.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.5.300.v20130515-1451.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (78.99kB)
[INFO] Unpacking org.eclipse.text_3.5.300.v20130515-1451...
[INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (12.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.0.v200806040011.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (12.78kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.0.v200806040011...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.102.1.v20140206-1358.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (1.15MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.102.1.v20140206-1358.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (1.15MB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.102.1.v20140206-1358...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.common.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.declaration:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/pom.xml
[INFO] Fetching 6.3.0&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/
[INFO] Fetching 6.3.0&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (100.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (100.83kB)
[INFO] Unpacking org.eclipse.ocl.ecore_3.6.200.v20170522-1736...
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (1.1MB)
[WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 failed:
[WARNING]    An error occurred while transferring artifact canonical: osgi.bundle,org.eclipse.ocl,3.6.200.v20170522-1736 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0:
[WARNING]       Retry another mirror:
[WARNING]          Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl_3.6.200.v20170522-1736.jar.
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20130827064939/repository/
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20130827064939/repository/
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (46.49kB)
[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/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (46.49kB)
[WARNING] Some attempts to read artifact packed: osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 failed:
[WARNING]    An error occurred while transferring artifact packed: osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0:
[WARNING]       Retry another mirror:
[WARNING]          Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz.
[INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640...
[INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (13.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (13.81kB)
[INFO] Unpacking org.eclipse.ocl.common_1.4.200.v20160613-1518...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.declaration:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.declaration.edit:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration.edit:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.declaration.edit:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.declaration.editor:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration.editor:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.declaration.editor:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.history:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.history:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.history.cdo:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.cdo:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml
[INFO] Fetching R20130918-0029&protocol=http&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/cdo/drops/
[INFO] Fetching org.eclipse.emf.cdo_4.2.1.v20130913-0613.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (720.95kB)
[INFO] Fetching org.eclipse.emf.cdo_4.2.1.v20130913-0613.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (720.95kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.2.1.v20130910-0507.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (497.04kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.2.1.v20130910-0507.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (497.04kB)
[INFO] Fetching R20130613-1157&protocol=http&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/cdo/drops/
[INFO] Fetching R20130613-1157&protocol=http&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/cdo/drops/
[INFO] Fetching org.eclipse.net4j.util_3.3.0.v20130601-1611.jar.pack.gz from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (359.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.util_3.3.0.v20130601-1611.jar.pack.gz from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (359.19kB)
[INFO] Unpacking org.eclipse.net4j.util_3.3.0.v20130601-1611...
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.101.v20130810-1101.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (159.93kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.101.v20130810-1101.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (159.93kB)
[INFO] Fetching org.eclipse.net4j_4.2.1.v20130806-0658.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (158.17kB)
[INFO] Fetching org.eclipse.net4j_4.2.1.v20130806-0658.jar from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (158.17kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.1.100.v20130611-1140.jar.pack.gz from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (27.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.net4j.tcp_4.1.100.v20130611-1140.jar.pack.gz from http://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (27.88kB)
[INFO] Unpacking org.eclipse.net4j.tcp_4.1.100.v20130611-1140...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.history.cdo:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.history.edit:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.edit:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/pom.xml
[INFO] Fetching org.eclipse.emf.compare_3.0.1.201310031412.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/plugins/ (296.6kB)
[INFO] Fetching org.eclipse.emf.compare_3.0.1.201310031412.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/plugins/ (296.6kB)
[INFO] Fetching R201306250935&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=modeling/emf/compare/updates/releases/2.1/
[INFO] Fetching R201306250935&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=modeling/emf/compare/updates/releases/2.1/
[INFO] Fetching com.google.guava_11.0.2.v201303041551.jar.pack.gz from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/plugins/ (438.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_11.0.2.v201303041551.jar.pack.gz from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/plugins/ (438.76kB)
[INFO] Unpacking com.google.guava_11.0.2.v201303041551...
[INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (222.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.11.0.v201303080030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (222.27kB)
[INFO] Unpacking org.junit_4.11.0.v201303080030...
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (19.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (19.65kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v201303031735...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.history.edit:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.history.editor:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.editor:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/pom.xml
[INFO] Fetching org.apache.ant_1.8.4.v201303080030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (2.15MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.8.4.v201303080030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (2.15MB)
[INFO] Unpacking org.apache.ant_1.8.4.v201303080030...
[INFO] Fetching org.eclipse.ant.core_3.2.500.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (65.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.2.500.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (65.46kB)
[INFO] Unpacking org.eclipse.ant.core_3.2.500.v20140203-1328...
[INFO] Fetching org.eclipse.core.variables_3.2.700.v20130402-1741.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (16.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.2.700.v20130402-1741.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (16.34kB)
[INFO] Unpacking org.eclipse.core.variables_3.2.700.v20130402-1741...
[INFO] Fetching org.eclipse.ant.launching_1.0.300.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (91.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.0.300.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (91.14kB)
[INFO] Unpacking org.eclipse.ant.launching_1.0.300.v20140203-1328...
[INFO] Fetching org.eclipse.debug.core_3.8.0.v20130514-0954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (99.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.8.0.v20130514-0954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (99.34kB)
[INFO] Unpacking org.eclipse.debug.core_3.8.0.v20130514-0954...
[INFO] Fetching org.eclipse.jdt.launching_3.7.1.v20131218-1102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (107.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.7.1.v20131218-1102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (107.61kB)
[INFO] Unpacking org.eclipse.jdt.launching_3.7.1.v20131218-1102...
[INFO] Fetching org.eclipse.core.externaltools_1.0.200.v20130402-1741.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (18.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.0.200.v20130402-1741.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (18.68kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.0.200.v20130402-1741...
[INFO] Fetching org.eclipse.jdt.core_3.9.2.v20140114-1555.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (4.62MB)
[INFO] Fetching org.eclipse.jdt.core_3.9.2.v20140114-1555.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (4.62MB)
[INFO] Fetching org.eclipse.ant.ui_3.5.400.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (364.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.5.400.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (364.82kB)
[INFO] Unpacking org.eclipse.ant.ui_3.5.400.v20140203-1328...
[INFO] Fetching org.eclipse.ui.externaltools_3.2.200.v20130508-2007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (53.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.2.200.v20130508-2007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (53.47kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.2.200.v20130508-2007...
[INFO] Fetching org.eclipse.ui.console_3.5.200.v20130514-0954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (55.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.5.200.v20130514-0954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (55.09kB)
[INFO] Unpacking org.eclipse.ui.console_3.5.200.v20130514-0954...
[INFO] Fetching org.eclipse.debug.ui_3.9.0.v20130516-1713.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (694.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.9.0.v20130516-1713.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (694.04kB)
[INFO] Unpacking org.eclipse.debug.ui_3.9.0.v20130516-1713...
[INFO] Fetching org.eclipse.jdt.ui_3.9.2.v20131106-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (2.87MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.9.2.v20131106-1600.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (2.87MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.9.2.v20131106-1600...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.6.200.v20130514-0841.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (1.32MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.6.200.v20130514-0841.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (1.32MB)
[INFO] Fetching org.eclipse.team.core_3.7.0.v20130514-1224.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (113.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.7.0.v20130514-1224.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (113.04kB)
[INFO] Unpacking org.eclipse.team.core_3.7.0.v20130514-1224...
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.100.v20130605-1748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (94.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.100.v20130605-1748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (94.1kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.6.100.v20130605-1748...
[INFO] Fetching org.eclipse.jdt.junit_3.7.200.v20130514-0733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (141.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.7.200.v20130514-0733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (141.35kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.7.200.v20130514-0733...
[INFO] Fetching org.eclipse.compare_3.5.401.v20130709-1308.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (225.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.5.401.v20130709-1308.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (225.85kB)
[INFO] Unpacking org.eclipse.compare_3.5.401.v20130709-1308...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.8.101.v20130729-1318.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (176.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.8.101.v20130729-1318.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (176.64kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.8.101.v20130729-1318...
[INFO] Fetching org.eclipse.ui.editors_3.8.100.v20130513-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (159.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.8.100.v20130513-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (159.91kB)
[INFO] Unpacking org.eclipse.ui.editors_3.8.100.v20130513-1637...
[INFO] Fetching org.eclipse.ui.forms_3.6.1.v20130822-1117.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (97.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.6.1.v20130822-1117.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (97.58kB)
[INFO] Unpacking org.eclipse.ui.forms_3.6.1.v20130822-1117...
[INFO] Fetching org.eclipse.compare.core_3.5.300.v20130514-1224.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (29.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.5.300.v20130514-1224.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (29.36kB)
[INFO] Unpacking org.eclipse.compare.core_3.5.300.v20130514-1224...
[INFO] Fetching org.eclipse.core.filebuffers_3.5.300.v20130225-1821.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (38.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.5.300.v20130225-1821.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (38.04kB)
[INFO] Unpacking org.eclipse.core.filebuffers_3.5.300.v20130225-1821...
[INFO] Fetching org.eclipse.pde.ui_3.8.0.v20130515-1659.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (1.08MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.8.0.v20130515-1659.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (1.08MB)
[INFO] Unpacking org.eclipse.pde.ui_3.8.0.v20130515-1659...
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (18.12kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (18.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (30.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (30.71kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (49.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (49.37kB)
[INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028...
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (31.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (31.1kB)
[INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (43.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (43.15kB)
[INFO] Unpacking org.eclipse.equinox.p2.director_2.3.1.v20140221-1852...
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (102.37kB)
[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/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (102.37kB)
[INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
[INFO] Fetching org.sat4j.pb_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (69.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (69.74kB)
[INFO] Unpacking org.sat4j.pb_2.3.5.v201308161310...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (19.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (19.36kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (28.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (28.68kB)
[INFO] Unpacking org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621...
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (12.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (12.75kB)
[INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.operations_2.3.0.v20130711-1809.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (29.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.3.0.v20130711-1809.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (29.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.operations_2.3.0.v20130711-1809...
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (41.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (41.98kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405...
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (85.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (85.51kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (14.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (14.61kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (104.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (104.23kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (42.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (42.2kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119...
[INFO] Fetching org.eclipse.equinox.p2.ui_2.3.0.v20131209-2052.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (173kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.3.0.v20131209-2052.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (173kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui_2.3.0.v20131209-2052...
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (75.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (75.47kB)
[INFO] Unpacking org.eclipse.equinox.security.ui_1.1.100.v20130327-1442...
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (29.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (29.46kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748...
[INFO] Fetching org.eclipse.jdt.debug_3.8.0.v20130514-0841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (801.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.8.0.v20130514-0841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (801.73kB)
[INFO] Unpacking org.eclipse.jdt.debug_3.8.0.v20130514-0841...
[INFO] Fetching org.eclipse.search_3.9.1.v20131121-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (146.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.9.1.v20131121-1346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (146.92kB)
[INFO] Unpacking org.eclipse.search_3.9.1.v20131121-1346...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.400.v20130514-0733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (22.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.400.v20130514-0733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (22.15kB)
[INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.400.v20130514-0733...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.100.v20130605-1748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (144.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.100.v20130605-1748.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (144.71kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.7.100.v20130605-1748...
[INFO] Fetching org.eclipse.jdt.junit.core_3.7.200.v20130514-1154.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (51.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.7.200.v20130514-1154.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (51.69kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.7.200.v20130514-1154...
[INFO] Fetching org.eclipse.team.ui_3.7.1.v20130729-1104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (367.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.7.1.v20130729-1104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (367.73kB)
[INFO] Unpacking org.eclipse.team.ui_3.7.1.v20130729-1104...
[INFO] Fetching org.eclipse.ui.navigator_3.5.300.v20130517-0139.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (110.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.5.300.v20130517-0139.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (110.46kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.5.300.v20130517-0139...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.4.501.v20131021-1545.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (42.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.4.501.v20131021-1545.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (42.01kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.4.501.v20131021-1545...
[INFO] Fetching org.eclipse.pde.build_3.8.100.v20130514-1028.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (457.65kB)
[INFO] Fetching org.eclipse.pde.build_3.8.100.v20130514-1028.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (457.65kB)
[INFO] Fetching org.eclipse.pde.core_3.9.1.v20130628-1111.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.pde.core_3.9.1.v20130628-1111.jar from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.update.configurator_3.3.200.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (43.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.update.configurator_3.3.200.v20140203-1328.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (43.08kB)
[INFO] Unpacking org.eclipse.update.configurator_3.3.200.v20140203-1328...
[INFO] Fetching org.eclipse.pde.launching_3.6.101.v20130807-1445.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (44.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.6.101.v20130807-1445.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.1-201309111000/plugins/ (44.66kB)
[INFO] Unpacking org.eclipse.pde.launching_3.6.101.v20130807-1445...
[INFO] Fetching org.eclipse.ui.intro_3.4.200.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (112.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.4.200.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (112.42kB)
[INFO] Unpacking org.eclipse.ui.intro_3.4.200.v20130326-1254...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.4.200.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (108.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.4.200.v20130326-1254.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (108.4kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.4.200.v20130326-1254...
[INFO] Fetching org.eclipse.ui.views.log_1.0.400.v20130515-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (50.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.0.400.v20130515-2009.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (50.65kB)
[INFO] Unpacking org.eclipse.ui.views.log_1.0.400.v20130515-2009...
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (35.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.6.0.v20130515-1857.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (35.95kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.6.0.v20130515-1857...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.history.editor:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.migration:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.migration:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.migration.test:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration.test:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.migration.test:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.migration.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.migration.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.runtime.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.runtime.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.runtime.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.runtime.cdo.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.runtime.cdo.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.runtime.cdo.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.recorder.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.recorder.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.recorder.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.recorder.feature/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.recorder.feature:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.recorder.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng.p2/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng.p2/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng.p2/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.tests:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.tests:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/pom.xml
[INFO] Fetching org.eclipse.core.net_1.2.200.v20130430-1352.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (30.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.2.200.v20130430-1352.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (30.18kB)
[INFO] Unpacking org.eclipse.core.net_1.2.200.v20130430-1352...
[INFO] Fetching org.mockito.mockito-core-hamcrest-modified_1.9.5.jar from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/plugins/ (1.28MB)
[INFO] Fetching org.mockito.mockito-core-hamcrest-modified_1.9.5.jar from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/plugins/ (1.28MB)
[INFO] Fetching org.objenesis_1.0.0.v201105211943.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (12.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objenesis_1.0.0.v201105211943.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (12.35kB)
[INFO] Unpacking org.objenesis_1.0.0.v201105211943...
[INFO] Fetching org.eclipse.ui.ide.application_1.0.401.v20131105-1007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (29.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.0.401.v20131105-1007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3.2-201402211700/plugins/ (29.25kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.0.401.v20131105-1007...
[INFO] Fetching org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (27.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.3/R-4.3-201306052000/plugins/ (27.44kB)
[INFO] Unpacking org.eclipse.equinox.launcher_1.3.0.v20130327-1440...
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.tests:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/pom.xml
[INFO] Computing target platform for MavenProject: edapt:org.eclipse.emf.edapt.common.tests:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common.tests:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/pom.xml
[INFO] Resolving class path of MavenProject: edapt:org.eclipse.emf.edapt.common.tests:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] root                                                               [pom]
[INFO] plugins                                                            [pom]
[INFO] org.eclipse.emf.edapt.common                            [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.common.ui                         [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.migration                         [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.declaration                       [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.declaration.edit                  [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.declaration.editor                [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history                           [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history.cdo                       [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history.edit                      [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.history.editor                    [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.migration.test                    [eclipse-plugin]
[INFO] org.eclipse.emf.edapt.migration.ui                      [eclipse-plugin]
[INFO] features                                                           [pom]
[INFO] org.eclipse.emf.edapt.runtime.feature                  [eclipse-feature]
[INFO] org.eclipse.emf.edapt.runtime.cdo.feature              [eclipse-feature]
[INFO] org.eclipse.emf.edapt.recorder.feature                 [eclipse-feature]
[INFO] org.eclipse.emf.edapt.releng.p2                     [eclipse-repository]
[INFO] org.eclipse.emf.edapt.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.emf.edapt.common.tests                 [eclipse-test-plugin]
[INFO] 
[INFO] -----------------------------< edapt:root >-----------------------------
[INFO] Building root 1.4.1-SNAPSHOT                                      [1/21]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ root ---
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 90 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 147 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
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 367 kB/s)
Progress (1): 4.1/226 kB
Progress (1): 7.7/226 kB
Progress (1): 12/226 kB 
Progress (1): 16/226 kB
Progress (1): 20/226 kB
Progress (1): 24/226 kB
Progress (1): 28/226 kB
Progress (1): 32/226 kB
Progress (1): 36/226 kB
Progress (1): 40/226 kB
Progress (1): 45/226 kB
Progress (1): 49/226 kB
Progress (1): 53/226 kB
Progress (1): 57/226 kB
Progress (1): 61/226 kB
Progress (1): 65/226 kB
Progress (1): 69/226 kB
Progress (1): 73/226 kB
Progress (1): 77/226 kB
Progress (1): 81/226 kB
Progress (1): 85/226 kB
Progress (1): 90/226 kB
Progress (1): 94/226 kB
Progress (1): 98/226 kB
Progress (1): 102/226 kB
Progress (1): 106/226 kB
Progress (1): 110/226 kB
Progress (1): 114/226 kB
Progress (1): 118/226 kB
Progress (1): 122/226 kB
Progress (1): 126/226 kB
Progress (1): 131/226 kB
Progress (1): 135/226 kB
Progress (1): 139/226 kB
Progress (1): 143/226 kB
Progress (1): 147/226 kB
Progress (1): 151/226 kB
Progress (1): 155/226 kB
Progress (1): 159/226 kB
Progress (1): 163/226 kB
Progress (1): 167/226 kB
Progress (1): 171/226 kB
Progress (1): 176/226 kB
Progress (1): 180/226 kB
Progress (1): 184/226 kB
Progress (1): 188/226 kB
Progress (1): 192/226 kB
Progress (1): 196/226 kB
Progress (1): 200/226 kB
Progress (1): 204/226 kB
Progress (1): 208/226 kB
Progress (1): 212/226 kB
Progress (1): 217/226 kB
Progress (1): 221/226 kB
Progress (1): 225/226 kB
Progress (1): 226 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 3.8 MB/s)
[INFO] 
[INFO] ---------------------------< edapt:plugins >----------------------------
[INFO] Building plugins 1.4.1-SNAPSHOT                                   [2/21]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins ---
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ plugins ---
[INFO] 
[INFO] -----------------< edapt:org.eclipse.emf.edapt.common >-----------------
[INFO] Building org.eclipse.emf.edapt.common 1.4.1-SNAPSHOT              [3/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common ---
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 98 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 53 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 37 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 140 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 32 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 171 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 32 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 44 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 85 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 113 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 183 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 143 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 23 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 75 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 79 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 101 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 192 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 20 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 71 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 377 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-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
Progress (1): 4.1/116 kB
Progress (1): 7.7/116 kB
Progress (1): 12/116 kB 
Progress (1): 16/116 kB
Progress (1): 20/116 kB
Progress (1): 24/116 kB
Progress (1): 28/116 kB
Progress (1): 32/116 kB
Progress (1): 36/116 kB
Progress (1): 40/116 kB
Progress (1): 45/116 kB
Progress (1): 49/116 kB
Progress (1): 53/116 kB
Progress (1): 57/116 kB
Progress (1): 61/116 kB
Progress (1): 65/116 kB
Progress (1): 69/116 kB
Progress (1): 73/116 kB
Progress (1): 77/116 kB
Progress (1): 81/116 kB
Progress (1): 85/116 kB
Progress (1): 90/116 kB
Progress (1): 94/116 kB
Progress (1): 98/116 kB
Progress (1): 102/116 kB
Progress (1): 106/116 kB
Progress (1): 110/116 kB
Progress (1): 114/116 kB
Progress (1): 116 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.7 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 (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
Progress (2): 29 kB | 4.1/152 kB
Progress (2): 29 kB | 7.7/152 kB
Progress (2): 29 kB | 12/152 kB 
Progress (2): 29 kB | 16/152 kB
Progress (3): 29 kB | 16/152 kB | 4.1/57 kB
Progress (3): 29 kB | 16/152 kB | 7.7/57 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 546 kB/s)
Progress (2): 16/152 kB | 12/57 kB
Progress (2): 20/152 kB | 12/57 kB
Progress (2): 20/152 kB | 16/57 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Progress (2): 24/152 kB | 16/57 kB
Progress (2): 24/152 kB | 20/57 kB
Progress (2): 28/152 kB | 20/57 kB
Progress (2): 28/152 kB | 24/57 kB
Progress (2): 32/152 kB | 24/57 kB
Progress (2): 32/152 kB | 28/57 kB
Progress (2): 32/152 kB | 32/57 kB
Progress (2): 36/152 kB | 32/57 kB
Progress (2): 40/152 kB | 32/57 kB
Progress (2): 40/152 kB | 36/57 kB
Progress (2): 45/152 kB | 36/57 kB
Progress (2): 45/152 kB | 40/57 kB
Progress (2): 49/152 kB | 40/57 kB
Progress (3): 49/152 kB | 40/57 kB | 4.1/21 kB
Progress (3): 49/152 kB | 45/57 kB | 4.1/21 kB
Progress (3): 49/152 kB | 45/57 kB | 7.7/21 kB
Progress (3): 49/152 kB | 49/57 kB | 7.7/21 kB
Progress (3): 49/152 kB | 49/57 kB | 12/21 kB 
Progress (3): 53/152 kB | 49/57 kB | 12/21 kB
Progress (3): 53/152 kB | 49/57 kB | 16/21 kB
Progress (3): 53/152 kB | 53/57 kB | 16/21 kB
Progress (3): 57/152 kB | 53/57 kB | 16/21 kB
Progress (3): 57/152 kB | 57 kB | 16/21 kB   
Progress (3): 61/152 kB | 57 kB | 16/21 kB
Progress (3): 61/152 kB | 57 kB | 20/21 kB
Progress (3): 65/152 kB | 57 kB | 20/21 kB
Progress (3): 65/152 kB | 57 kB | 21 kB   
Progress (3): 69/152 kB | 57 kB | 21 kB
Progress (3): 73/152 kB | 57 kB | 21 kB
Progress (3): 77/152 kB | 57 kB | 21 kB
Progress (3): 81/152 kB | 57 kB | 21 kB
Progress (3): 85/152 kB | 57 kB | 21 kB
Progress (3): 90/152 kB | 57 kB | 21 kB
Progress (3): 94/152 kB | 57 kB | 21 kB
Progress (3): 98/152 kB | 57 kB | 21 kB
Progress (3): 102/152 kB | 57 kB | 21 kB
Progress (3): 106/152 kB | 57 kB | 21 kB
Progress (3): 110/152 kB | 57 kB | 21 kB
Progress (3): 114/152 kB | 57 kB | 21 kB
Progress (3): 118/152 kB | 57 kB | 21 kB
Progress (3): 122/152 kB | 57 kB | 21 kB
Progress (3): 126/152 kB | 57 kB | 21 kB
Progress (3): 131/152 kB | 57 kB | 21 kB
Progress (3): 135/152 kB | 57 kB | 21 kB
Progress (3): 139/152 kB | 57 kB | 21 kB
Progress (3): 143/152 kB | 57 kB | 21 kB
Progress (3): 147/152 kB | 57 kB | 21 kB
Progress (3): 151/152 kB | 57 kB | 21 kB
Progress (3): 152 kB | 57 kB | 21 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 869 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Progress (3): 152 kB | 21 kB | 4.1/9.9 kB
Progress (3): 152 kB | 21 kB | 7.7/9.9 kB
Progress (3): 152 kB | 21 kB | 9.9 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 270 kB/s)
Progress (3): 152 kB | 9.9 kB | 4.1/35 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Progress (4): 152 kB | 9.9 kB | 4.1/35 kB | 4.1/5.9 kB
Progress (4): 152 kB | 9.9 kB | 7.7/35 kB | 4.1/5.9 kB
Progress (4): 152 kB | 9.9 kB | 7.7/35 kB | 5.9 kB    
Progress (4): 152 kB | 9.9 kB | 12/35 kB | 5.9 kB 
Progress (4): 152 kB | 9.9 kB | 16/35 kB | 5.9 kB
Progress (4): 152 kB | 9.9 kB | 20/35 kB | 5.9 kB
Progress (4): 152 kB | 9.9 kB | 24/35 kB | 5.9 kB
Progress (4): 152 kB | 9.9 kB | 28/35 kB | 5.9 kB
Progress (4): 152 kB | 9.9 kB | 32/35 kB | 5.9 kB
Progress (4): 152 kB | 9.9 kB | 35 kB | 5.9 kB   
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 120 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Progress (3): 35 kB | 5.9 kB | 4.1/24 kB
Progress (3): 35 kB | 5.9 kB | 7.7/24 kB
Progress (3): 35 kB | 5.9 kB | 12/24 kB 
Progress (3): 35 kB | 5.9 kB | 16/24 kB
Progress (3): 35 kB | 5.9 kB | 20/24 kB
Progress (3): 35 kB | 5.9 kB | 24/24 kB
Progress (3): 35 kB | 5.9 kB | 24 kB   
Progress (4): 35 kB | 5.9 kB | 24 kB | 4.1/30 kB
Progress (4): 35 kB | 5.9 kB | 24 kB | 7.7/30 kB
Progress (4): 35 kB | 5.9 kB | 24 kB | 12/30 kB 
Progress (4): 35 kB | 5.9 kB | 24 kB | 16/30 kB
Progress (4): 35 kB | 5.9 kB | 24 kB | 20/30 kB
Progress (4): 35 kB | 5.9 kB | 24 kB | 24/30 kB
Progress (4): 35 kB | 5.9 kB | 24 kB | 28/30 kB
Progress (4): 35 kB | 5.9 kB | 24 kB | 30 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 247 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
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 59 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 342 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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (2): 30 kB | 4.1/14 kB
Progress (2): 30 kB | 7.7/14 kB
Progress (2): 30 kB | 12/14 kB 
Progress (2): 30 kB | 14 kB   
Progress (3): 30 kB | 14 kB | 4.1/37 kB
Progress (3): 30 kB | 14 kB | 7.7/37 kB
Progress (3): 30 kB | 14 kB | 12/37 kB 
Progress (3): 30 kB | 14 kB | 16/37 kB
Progress (3): 30 kB | 14 kB | 20/37 kB
Progress (3): 30 kB | 14 kB | 24/37 kB
Progress (3): 30 kB | 14 kB | 28/37 kB
Progress (3): 30 kB | 14 kB | 32/37 kB
Progress (4): 30 kB | 14 kB | 32/37 kB | 4.1/13 kB
Progress (4): 30 kB | 14 kB | 36/37 kB | 4.1/13 kB
Progress (4): 30 kB | 14 kB | 36/37 kB | 7.7/13 kB
Progress (4): 30 kB | 14 kB | 37 kB | 7.7/13 kB   
Progress (4): 30 kB | 14 kB | 37 kB | 12/13 kB 
Progress (4): 30 kB | 14 kB | 37 kB | 13 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 253 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 112 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
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 109 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 297 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-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/87 kB
Progress (2): 38 kB | 7.7/87 kB
Progress (2): 38 kB | 12/87 kB 
Progress (2): 38 kB | 16/87 kB
Progress (2): 38 kB | 20/87 kB
Progress (2): 38 kB | 24/87 kB
Progress (2): 38 kB | 28/87 kB
Progress (2): 38 kB | 32/87 kB
Progress (2): 38 kB | 36/87 kB
Progress (2): 38 kB | 40/87 kB
Progress (2): 38 kB | 45/87 kB
Progress (2): 38 kB | 49/87 kB
Progress (2): 38 kB | 53/87 kB
Progress (2): 38 kB | 57/87 kB
Progress (2): 38 kB | 61/87 kB
Progress (2): 38 kB | 65/87 kB
Progress (2): 38 kB | 69/87 kB
Progress (2): 38 kB | 73/87 kB
Progress (2): 38 kB | 77/87 kB
Progress (2): 38 kB | 81/87 kB
Progress (2): 38 kB | 85/87 kB
Progress (2): 38 kB | 87 kB   
Progress (3): 38 kB | 87 kB | 4.1/49 kB
Progress (3): 38 kB | 87 kB | 7.7/49 kB
Progress (3): 38 kB | 87 kB | 12/49 kB 
Progress (3): 38 kB | 87 kB | 16/49 kB
Progress (3): 38 kB | 87 kB | 20/49 kB
Progress (3): 38 kB | 87 kB | 24/49 kB
Progress (3): 38 kB | 87 kB | 28/49 kB
Progress (3): 38 kB | 87 kB | 32/49 kB
Progress (3): 38 kB | 87 kB | 36/49 kB
Progress (3): 38 kB | 87 kB | 40/49 kB
Progress (3): 38 kB | 87 kB | 45/49 kB
Progress (3): 38 kB | 87 kB | 49/49 kB
Progress (3): 38 kB | 87 kB | 49 kB   
Progress (4): 38 kB | 87 kB | 49 kB | 4.1/10 kB
Progress (4): 38 kB | 87 kB | 49 kB | 7.7/10 kB
Progress (4): 38 kB | 87 kB | 49 kB | 10 kB    
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 4.1/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 7.7/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 12/86 kB 
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 16/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 20/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 24/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 28/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 32/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 36/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 40/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 45/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 49/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 53/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 57/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 61/86 kB
Progress (5): 38 kB | 87 kB | 49 kB | 10 kB | 65/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 247 kB/s)
Progress (4): 87 kB | 49 kB | 10 kB | 69/86 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Progress (4): 87 kB | 49 kB | 10 kB | 73/86 kB
Progress (4): 87 kB | 49 kB | 10 kB | 77/86 kB
Progress (4): 87 kB | 49 kB | 10 kB | 81/86 kB
Progress (4): 87 kB | 49 kB | 10 kB | 85/86 kB
Progress (4): 87 kB | 49 kB | 10 kB | 86 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 530 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): 87 kB | 49 kB | 10 kB | 4.1/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 7.7/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 12/194 kB 
Progress (4): 87 kB | 49 kB | 10 kB | 16/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 20/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 24/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 28/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 32/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 36/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 40/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 45/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 49/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 53/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 57/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 61/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 65/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 69/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 73/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 77/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 81/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 85/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 90/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 94/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 98/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 102/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 106/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 110/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 114/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 118/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 122/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 126/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 131/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 135/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 139/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 143/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 147/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 151/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 155/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 159/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 163/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 167/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 171/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 176/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 180/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 184/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 188/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 192/194 kB
Progress (4): 87 kB | 49 kB | 10 kB | 194 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 428 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 233 kB/s)
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/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
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): 194 kB | 4.1/223 kB
Progress (2): 194 kB | 7.7/223 kB
Progress (2): 194 kB | 12/223 kB 
Progress (2): 194 kB | 16/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 887 kB/s)
Progress (1): 20/223 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): 24/223 kB
Progress (1): 28/223 kB
Progress (1): 32/223 kB
Progress (1): 36/223 kB
Progress (1): 40/223 kB
Progress (1): 45/223 kB
Progress (1): 49/223 kB
Progress (1): 53/223 kB
Progress (1): 57/223 kB
Progress (1): 61/223 kB
Progress (1): 65/223 kB
Progress (1): 69/223 kB
Progress (1): 73/223 kB
Progress (1): 77/223 kB
Progress (1): 81/223 kB
Progress (1): 85/223 kB
Progress (1): 90/223 kB
Progress (1): 94/223 kB
Progress (1): 98/223 kB
Progress (1): 102/223 kB
Progress (1): 106/223 kB
Progress (1): 110/223 kB
Progress (1): 114/223 kB
Progress (1): 118/223 kB
Progress (1): 122/223 kB
Progress (1): 126/223 kB
Progress (1): 131/223 kB
Progress (2): 131/223 kB | 4.1/35 kB
Progress (2): 135/223 kB | 4.1/35 kB
Progress (3): 135/223 kB | 4.1/35 kB | 4.1/121 kB
Progress (3): 139/223 kB | 4.1/35 kB | 4.1/121 kB
Progress (3): 139/223 kB | 7.7/35 kB | 4.1/121 kB
Progress (3): 143/223 kB | 7.7/35 kB | 4.1/121 kB
Progress (3): 143/223 kB | 7.7/35 kB | 7.7/121 kB
Progress (3): 147/223 kB | 7.7/35 kB | 7.7/121 kB
Progress (3): 147/223 kB | 12/35 kB | 7.7/121 kB 
Progress (3): 147/223 kB | 12/35 kB | 12/121 kB 
Progress (3): 147/223 kB | 16/35 kB | 12/121 kB
Progress (3): 147/223 kB | 16/35 kB | 16/121 kB
Progress (3): 151/223 kB | 16/35 kB | 16/121 kB
Progress (3): 155/223 kB | 16/35 kB | 16/121 kB
Progress (3): 159/223 kB | 16/35 kB | 16/121 kB
Progress (3): 163/223 kB | 16/35 kB | 16/121 kB
Progress (3): 163/223 kB | 20/35 kB | 16/121 kB
Progress (3): 163/223 kB | 24/35 kB | 16/121 kB
Progress (3): 163/223 kB | 24/35 kB | 20/121 kB
Progress (3): 163/223 kB | 28/35 kB | 20/121 kB
Progress (3): 167/223 kB | 28/35 kB | 20/121 kB
Progress (3): 167/223 kB | 32/35 kB | 20/121 kB
Progress (3): 167/223 kB | 32/35 kB | 24/121 kB
Progress (3): 171/223 kB | 32/35 kB | 24/121 kB
Progress (3): 171/223 kB | 32/35 kB | 28/121 kB
Progress (3): 171/223 kB | 35 kB | 28/121 kB   
Progress (3): 171/223 kB | 35 kB | 32/121 kB
Progress (3): 176/223 kB | 35 kB | 32/121 kB
Progress (3): 180/223 kB | 35 kB | 32/121 kB
Progress (3): 184/223 kB | 35 kB | 32/121 kB
Progress (3): 184/223 kB | 35 kB | 36/121 kB
Progress (3): 188/223 kB | 35 kB | 36/121 kB
Progress (3): 188/223 kB | 35 kB | 40/121 kB
Progress (3): 192/223 kB | 35 kB | 40/121 kB
Progress (3): 192/223 kB | 35 kB | 45/121 kB
Progress (3): 196/223 kB | 35 kB | 45/121 kB
Progress (3): 196/223 kB | 35 kB | 49/121 kB
Progress (3): 200/223 kB | 35 kB | 49/121 kB
Progress (3): 204/223 kB | 35 kB | 49/121 kB
Progress (3): 208/223 kB | 35 kB | 49/121 kB
Progress (3): 208/223 kB | 35 kB | 53/121 kB
Progress (3): 212/223 kB | 35 kB | 53/121 kB
Progress (3): 212/223 kB | 35 kB | 57/121 kB
Progress (3): 212/223 kB | 35 kB | 61/121 kB
Progress (3): 217/223 kB | 35 kB | 61/121 kB
Progress (3): 217/223 kB | 35 kB | 65/121 kB
Progress (3): 221/223 kB | 35 kB | 65/121 kB
Progress (3): 223 kB | 35 kB | 65/121 kB    
Progress (3): 223 kB | 35 kB | 69/121 kB
Progress (3): 223 kB | 35 kB | 73/121 kB
Progress (3): 223 kB | 35 kB | 77/121 kB
Progress (3): 223 kB | 35 kB | 81/121 kB
Progress (3): 223 kB | 35 kB | 85/121 kB
Progress (3): 223 kB | 35 kB | 90/121 kB
Progress (3): 223 kB | 35 kB | 94/121 kB
Progress (3): 223 kB | 35 kB | 98/121 kB
Progress (3): 223 kB | 35 kB | 102/121 kB
Progress (3): 223 kB | 35 kB | 106/121 kB
Progress (3): 223 kB | 35 kB | 110/121 kB
Progress (3): 223 kB | 35 kB | 114/121 kB
Progress (3): 223 kB | 35 kB | 118/121 kB
Progress (3): 223 kB | 35 kB | 121 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 146 kB/s)
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 938 kB/s)
Progress (2): 121 kB | 4.1/6.8 kB
Progress (2): 121 kB | 6.8 kB    
Progress (3): 121 kB | 6.8 kB | 4.1/61 kB
Progress (3): 121 kB | 6.8 kB | 7.7/61 kB
Progress (3): 121 kB | 6.8 kB | 12/61 kB 
Progress (3): 121 kB | 6.8 kB | 16/61 kB
Progress (3): 121 kB | 6.8 kB | 20/61 kB
Progress (3): 121 kB | 6.8 kB | 24/61 kB
Progress (3): 121 kB | 6.8 kB | 28/61 kB
Progress (3): 121 kB | 6.8 kB | 32/61 kB
Progress (3): 121 kB | 6.8 kB | 36/61 kB
Progress (3): 121 kB | 6.8 kB | 40/61 kB
Progress (3): 121 kB | 6.8 kB | 45/61 kB
Progress (3): 121 kB | 6.8 kB | 49/61 kB
Progress (3): 121 kB | 6.8 kB | 53/61 kB
Progress (3): 121 kB | 6.8 kB | 57/61 kB
Progress (3): 121 kB | 6.8 kB | 61/61 kB
Progress (3): 121 kB | 6.8 kB | 61 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 25 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 220 kB/s)
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 409 kB/s)
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.common ---
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 230 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 452 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 118 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 288 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.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.4.0/tycho-compiler-jdt-1.4.0.pom (2.4 kB at 24 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.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.4.0/tycho-lib-detector-1.4.0.pom (1.6 kB at 41 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.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.17.0/ecj-3.17.0.pom (1.7 kB at 43 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.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/jdt/ecj/3.17.0/ecj-3.17.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.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): 3.5 kB
Progress (2): 3.5 kB | 4.1/25 kB
Progress (2): 3.5 kB | 7.7/25 kB
Progress (2): 3.5 kB | 12/25 kB 
Progress (2): 3.5 kB | 16/25 kB
Progress (2): 3.5 kB | 20/25 kB
Progress (2): 3.5 kB | 24/25 kB
Progress (2): 3.5 kB | 25 kB   
Progress (3): 3.5 kB | 25 kB | 4.1/4.6 kB
Progress (3): 3.5 kB | 25 kB | 4.6 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 714 kB/s)
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 127 kB/s)
Progress (2): 3.5 kB | 0/2.8 MB
Progress (2): 3.5 kB | 0/2.8 MB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (3.5 kB at 93 kB/s)
Progress (1): 0/2.8 MB
Progress (2): 0/2.8 MB | 4.1/18 kB
Progress (2): 0/2.8 MB | 7.7/18 kB
Progress (2): 0/2.8 MB | 12/18 kB 
Progress (2): 0/2.8 MB | 16/18 kB
Progress (2): 0/2.8 MB | 18 kB   
Progress (2): 0.1/2.8 MB | 18 kB
Progress (2): 0.1/2.8 MB | 18 kB
Progress (2): 0.1/2.8 MB | 18 kB
Progress (2): 0.1/2.8 MB | 18 kB
Progress (2): 0.1/2.8 MB | 18 kB
Progress (2): 0.1/2.8 MB | 18 kB
Progress (2): 0.2/2.8 MB | 18 kB
Progress (2): 0.2/2.8 MB | 18 kB
Progress (2): 0.2/2.8 MB | 18 kB
Progress (2): 0.2/2.8 MB | 18 kB
Progress (2): 0.2/2.8 MB | 18 kB
Progress (2): 0.2/2.8 MB | 18 kB
Progress (2): 0.3/2.8 MB | 18 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 kB at 369 kB/s)
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/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.17.0/ecj-3.17.0.jar (2.8 MB at 8.6 MB/s)
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] ---------------< edapt:org.eclipse.emf.edapt.common.ui >----------------
[INFO] Building org.eclipse.emf.edapt.common.ui 1.4.1-SNAPSHOT           [4/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.ui ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] ---------------< edapt:org.eclipse.emf.edapt.migration >----------------
[INFO] Building org.eclipse.emf.edapt.migration 1.4.1-SNAPSHOT           [5/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.migration ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.declaration >---------------
[INFO] Building org.eclipse.emf.edapt.declaration 1.4.1-SNAPSHOT         [6/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.declaration ---
[INFO] Compiling 107 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] ------------< edapt:org.eclipse.emf.edapt.declaration.edit >------------
[INFO] Building org.eclipse.emf.edapt.declaration.edit 1.4.1-SNAPSHOT    [7/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] -----------< edapt:org.eclipse.emf.edapt.declaration.editor >-----------
[INFO] Building org.eclipse.emf.edapt.declaration.editor 1.4.1-SNAPSHOT  [8/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] ----------------< edapt:org.eclipse.emf.edapt.history >-----------------
[INFO] Building org.eclipse.emf.edapt.history 1.4.1-SNAPSHOT             [9/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.history ---
[INFO] Compiling 94 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.history ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.history.cdo >---------------
[INFO] Building org.eclipse.emf.edapt.history.cdo 1.4.1-SNAPSHOT        [10/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.cdo ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.history.edit >--------------
[INFO] Building org.eclipse.emf.edapt.history.edit 1.4.1-SNAPSHOT       [11/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.edit ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.edit ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] -------------< edapt:org.eclipse.emf.edapt.history.editor >-------------
[INFO] Building org.eclipse.emf.edapt.history.editor 1.4.1-SNAPSHOT     [12/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.editor ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.editor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] -------------< edapt:org.eclipse.emf.edapt.migration.test >-------------
[INFO] Building org.eclipse.emf.edapt.migration.test 1.4.1-SNAPSHOT     [13/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.test ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration.test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration.test ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.migration.ui >--------------
[INFO] Building org.eclipse.emf.edapt.migration.ui 1.4.1-SNAPSHOT       [14/21]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/src/org/eclipse/emf/edapt/migration/ui/MigrationLaunchConfigurationDelegate.java:[99] 
	final List<String> modelURIs = configuration.getAttribute(MODELS.id(),
			Collections.<String> emptyList());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/src/org/eclipse/emf/edapt/migration/ui/LaunchUtils.java:[45] 
	return configuration.getAttribute(attributeName, defaultValue);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.4.0:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] ---------------------------< edapt:features >---------------------------
[INFO] Building features 1.4.1-SNAPSHOT                                 [15/21]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (generate-source-feature) @ features ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ features ---
[INFO] 
[INFO] ------------< edapt:org.eclipse.emf.edapt.runtime.feature >-------------
[INFO] Building org.eclipse.emf.edapt.runtime.feature 1.4.1-SNAPSHOT    [16/21]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (generate-source-feature) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.4.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] ----------< edapt:org.eclipse.emf.edapt.runtime.cdo.feature >-----------
[INFO] Building org.eclipse.emf.edapt.runtime.cdo.feature 1.4.1-SNAPSHOT [17/21]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.cdo.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (generate-source-feature) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.4.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] ------------< edapt:org.eclipse.emf.edapt.recorder.feature >------------
[INFO] Building org.eclipse.emf.edapt.recorder.feature 1.4.1-SNAPSHOT   [18/21]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.recorder.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (generate-source-feature) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.4.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2 >---
[INFO] Building org.eclipse.emf.edapt.releng.p2 1.4.1-SNAPSHOT          [19/21]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.releng.p2 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng.p2/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.edapt.releng.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.4.0:publish-products (default-publish-products) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] Building zip: /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng.p2/target/org.eclipse.emf.edapt.releng.p2-1.4.1-SNAPSHOT.zip
[INFO] 
[INFO] -----------------< edapt:org.eclipse.emf.edapt.tests >------------------
[INFO] Building org.eclipse.emf.edapt.tests 1.4.1-SNAPSHOT              [20/21]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
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 3.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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 255 kB/s)
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 657 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
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 (1): 4.1/45 kB
Progress (1): 7.7/45 kB
Progress (1): 12/45 kB 
Progress (1): 16/45 kB
Progress (1): 20/45 kB
Progress (1): 24/45 kB
Progress (1): 28/45 kB
Progress (1): 32/45 kB
Progress (2): 32/45 kB | 4.1/315 kB
Progress (2): 32/45 kB | 7.7/315 kB
Progress (2): 36/45 kB | 7.7/315 kB
Progress (2): 36/45 kB | 12/315 kB 
Progress (2): 40/45 kB | 12/315 kB
Progress (2): 40/45 kB | 16/315 kB
Progress (2): 45/45 kB | 16/315 kB
Progress (2): 45 kB | 16/315 kB   
Progress (2): 45 kB | 20/315 kB
Progress (2): 45 kB | 24/315 kB
Progress (2): 45 kB | 28/315 kB
Progress (2): 45 kB | 32/315 kB
Progress (2): 45 kB | 36/315 kB
Progress (2): 45 kB | 40/315 kB
Progress (2): 45 kB | 45/315 kB
Progress (2): 45 kB | 49/315 kB
Progress (2): 45 kB | 53/315 kB
Progress (2): 45 kB | 57/315 kB
Progress (2): 45 kB | 61/315 kB
Progress (2): 45 kB | 65/315 kB
Progress (2): 45 kB | 69/315 kB
Progress (2): 45 kB | 73/315 kB
Progress (2): 45 kB | 77/315 kB
Progress (2): 45 kB | 81/315 kB
Progress (2): 45 kB | 85/315 kB
Progress (2): 45 kB | 90/315 kB
Progress (2): 45 kB | 94/315 kB
Progress (2): 45 kB | 98/315 kB
Progress (2): 45 kB | 102/315 kB
Progress (2): 45 kB | 106/315 kB
Progress (2): 45 kB | 110/315 kB
Progress (2): 45 kB | 114/315 kB
Progress (2): 45 kB | 118/315 kB
Progress (2): 45 kB | 122/315 kB
Progress (2): 45 kB | 126/315 kB
Progress (2): 45 kB | 131/315 kB
Progress (2): 45 kB | 135/315 kB
Progress (2): 45 kB | 139/315 kB
Progress (2): 45 kB | 143/315 kB
Progress (2): 45 kB | 147/315 kB
Progress (2): 45 kB | 151/315 kB
Progress (2): 45 kB | 155/315 kB
Progress (2): 45 kB | 159/315 kB
Progress (2): 45 kB | 163/315 kB
Progress (2): 45 kB | 167/315 kB
Progress (2): 45 kB | 171/315 kB
Progress (2): 45 kB | 176/315 kB
Progress (2): 45 kB | 180/315 kB
Progress (2): 45 kB | 184/315 kB
Progress (2): 45 kB | 188/315 kB
Progress (2): 45 kB | 192/315 kB
Progress (2): 45 kB | 196/315 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 1.9 MB/s)
Progress (1): 200/315 kB
Progress (1): 204/315 kB
Progress (1): 208/315 kB
Progress (1): 212/315 kB
Progress (1): 217/315 kB
Progress (1): 221/315 kB
Progress (1): 225/315 kB
Progress (1): 229/315 kB
Progress (1): 233/315 kB
Progress (1): 237/315 kB
Progress (1): 241/315 kB
Progress (1): 245/315 kB
Progress (1): 249/315 kB
Progress (1): 253/315 kB
Progress (1): 258/315 kB
Progress (1): 262/315 kB
Progress (1): 266/315 kB
Progress (1): 270/315 kB
Progress (1): 274/315 kB
Progress (1): 278/315 kB
Progress (1): 282/315 kB
Progress (1): 286/315 kB
Progress (1): 290/315 kB
Progress (1): 294/315 kB
Progress (1): 298/315 kB
Progress (1): 303/315 kB
Progress (1): 307/315 kB
Progress (1): 311/315 kB
Progress (1): 315/315 kB
Progress (1): 315 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 8.3 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.tests ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.tests ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (test) @ org.eclipse.emf.edapt.tests ---
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 486 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.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/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.pom (6.3 kB at 53 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 51 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 527 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 29 kB
Progress (1): 33 kB
Progress (1): 37 kB
Progress (1): 37 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.2 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/apache/14/apache-14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 474 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.pom (2.3 kB at 42 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.pom (2.9 kB at 57 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 136 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 237 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 19 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 36 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Progress (1): 4.1 kB
Progress (1): 7.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 203 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 55 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 43 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 72 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 6.1 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 31 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 107 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar
Progress (1): 4.1/80 kB
Progress (1): 7.7/80 kB
Progress (1): 12/80 kB 
Progress (1): 16/80 kB
Progress (1): 20/80 kB
Progress (1): 24/80 kB
Progress (1): 28/80 kB
Progress (1): 32/80 kB
Progress (1): 36/80 kB
Progress (1): 40/80 kB
Progress (1): 45/80 kB
Progress (1): 49/80 kB
Progress (1): 53/80 kB
Progress (1): 57/80 kB
Progress (1): 61/80 kB
Progress (2): 61/80 kB | 4.1/12 kB
Progress (2): 65/80 kB | 4.1/12 kB
Progress (2): 65/80 kB | 7.7/12 kB
Progress (2): 65/80 kB | 12/12 kB 
Progress (2): 65/80 kB | 12 kB   
Progress (2): 69/80 kB | 12 kB
Progress (2): 73/80 kB | 12 kB
Progress (2): 77/80 kB | 12 kB
Progress (2): 80 kB | 12 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 399 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 2.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Progress (1): 4.1/49 kB
Progress (1): 7.7/49 kB
Progress (1): 12/49 kB 
Progress (1): 16/49 kB
Progress (1): 20/49 kB
Progress (1): 24/49 kB
Progress (1): 28/49 kB
Progress (1): 32/49 kB
Progress (2): 32/49 kB | 4.1/51 kB
Progress (2): 32/49 kB | 7.7/51 kB
Progress (2): 32/49 kB | 12/51 kB 
Progress (2): 36/49 kB | 12/51 kB
Progress (2): 36/49 kB | 16/51 kB
Progress (2): 40/49 kB | 16/51 kB
Progress (2): 45/49 kB | 16/51 kB
Progress (2): 49/49 kB | 16/51 kB
Progress (2): 49 kB | 16/51 kB   
Progress (2): 49 kB | 20/51 kB
Progress (2): 49 kB | 24/51 kB
Progress (2): 49 kB | 28/51 kB
Progress (2): 49 kB | 32/51 kB
Progress (2): 49 kB | 36/51 kB
Progress (2): 49 kB | 40/51 kB
Progress (2): 49 kB | 45/51 kB
Progress (2): 49 kB | 49/51 kB
Progress (2): 49 kB | 51 kB   
Progress (3): 49 kB | 51 kB | 4.1/228 kB
Progress (3): 49 kB | 51 kB | 7.7/228 kB
Progress (3): 49 kB | 51 kB | 12/228 kB 
Progress (3): 49 kB | 51 kB | 16/228 kB
Progress (3): 49 kB | 51 kB | 20/228 kB
Progress (3): 49 kB | 51 kB | 24/228 kB
Progress (3): 49 kB | 51 kB | 28/228 kB
Progress (3): 49 kB | 51 kB | 32/228 kB
Progress (3): 49 kB | 51 kB | 36/228 kB
Progress (3): 49 kB | 51 kB | 40/228 kB
Progress (3): 49 kB | 51 kB | 45/228 kB
Progress (3): 49 kB | 51 kB | 49/228 kB
Progress (3): 49 kB | 51 kB | 53/228 kB
Progress (3): 49 kB | 51 kB | 57/228 kB
Progress (3): 49 kB | 51 kB | 61/228 kB
Progress (3): 49 kB | 51 kB | 65/228 kB
Progress (3): 49 kB | 51 kB | 69/228 kB
Progress (3): 49 kB | 51 kB | 73/228 kB
Progress (3): 49 kB | 51 kB | 77/228 kB
Progress (3): 49 kB | 51 kB | 81/228 kB
Progress (3): 49 kB | 51 kB | 85/228 kB
Progress (3): 49 kB | 51 kB | 90/228 kB
Progress (3): 49 kB | 51 kB | 94/228 kB
Progress (3): 49 kB | 51 kB | 98/228 kB
Progress (3): 49 kB | 51 kB | 102/228 kB
Progress (3): 49 kB | 51 kB | 106/228 kB
Progress (3): 49 kB | 51 kB | 110/228 kB
Progress (3): 49 kB | 51 kB | 114/228 kB
Progress (3): 49 kB | 51 kB | 118/228 kB
Progress (3): 49 kB | 51 kB | 122/228 kB
Progress (3): 49 kB | 51 kB | 126/228 kB
Progress (3): 49 kB | 51 kB | 131/228 kB
Progress (3): 49 kB | 51 kB | 135/228 kB
Progress (3): 49 kB | 51 kB | 139/228 kB
Progress (3): 49 kB | 51 kB | 143/228 kB
Progress (3): 49 kB | 51 kB | 147/228 kB
Progress (3): 49 kB | 51 kB | 151/228 kB
Progress (3): 49 kB | 51 kB | 155/228 kB
Progress (3): 49 kB | 51 kB | 159/228 kB
Progress (3): 49 kB | 51 kB | 163/228 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.0 MB/s)
Progress (2): 51 kB | 167/228 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Progress (2): 51 kB | 171/228 kB
Progress (2): 51 kB | 176/228 kB
Progress (2): 51 kB | 180/228 kB
Progress (2): 51 kB | 184/228 kB
Progress (2): 51 kB | 188/228 kB
Progress (2): 51 kB | 192/228 kB
Progress (2): 51 kB | 196/228 kB
Progress (3): 51 kB | 196/228 kB | 4.1/88 kB
Progress (3): 51 kB | 200/228 kB | 4.1/88 kB
Progress (3): 51 kB | 204/228 kB | 4.1/88 kB
Progress (3): 51 kB | 208/228 kB | 4.1/88 kB
Progress (3): 51 kB | 212/228 kB | 4.1/88 kB
Progress (3): 51 kB | 217/228 kB | 4.1/88 kB
Progress (3): 51 kB | 221/228 kB | 4.1/88 kB
Progress (3): 51 kB | 225/228 kB | 4.1/88 kB
Progress (3): 51 kB | 228 kB | 4.1/88 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.jar (228 kB at 3.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Progress (2): 51 kB | 7.7/88 kB
Progress (2): 51 kB | 12/88 kB 
Progress (2): 51 kB | 16/88 kB
Progress (3): 51 kB | 16/88 kB | 4.1/178 kB
Progress (3): 51 kB | 20/88 kB | 4.1/178 kB
Progress (3): 51 kB | 20/88 kB | 7.7/178 kB
Progress (3): 51 kB | 24/88 kB | 7.7/178 kB
Progress (3): 51 kB | 24/88 kB | 12/178 kB 
Progress (3): 51 kB | 28/88 kB | 12/178 kB
Progress (3): 51 kB | 28/88 kB | 16/178 kB
Progress (3): 51 kB | 32/88 kB | 16/178 kB
Progress (3): 51 kB | 32/88 kB | 20/178 kB
Progress (3): 51 kB | 36/88 kB | 20/178 kB
Progress (3): 51 kB | 36/88 kB | 24/178 kB
Progress (3): 51 kB | 40/88 kB | 24/178 kB
Progress (3): 51 kB | 40/88 kB | 28/178 kB
Progress (3): 51 kB | 45/88 kB | 28/178 kB
Progress (3): 51 kB | 45/88 kB | 32/178 kB
Progress (3): 51 kB | 49/88 kB | 32/178 kB
Progress (3): 51 kB | 49/88 kB | 36/178 kB
Progress (3): 51 kB | 49/88 kB | 40/178 kB
Progress (3): 51 kB | 53/88 kB | 40/178 kB
Progress (3): 51 kB | 53/88 kB | 45/178 kB
Progress (3): 51 kB | 57/88 kB | 45/178 kB
Progress (3): 51 kB | 57/88 kB | 49/178 kB
Progress (3): 51 kB | 61/88 kB | 49/178 kB
Progress (3): 51 kB | 65/88 kB | 49/178 kB
Progress (3): 51 kB | 65/88 kB | 53/178 kB
Progress (3): 51 kB | 65/88 kB | 57/178 kB
Progress (3): 51 kB | 65/88 kB | 61/178 kB
Progress (3): 51 kB | 69/88 kB | 61/178 kB
Progress (3): 51 kB | 69/88 kB | 65/178 kB
Progress (3): 51 kB | 73/88 kB | 65/178 kB
Progress (3): 51 kB | 77/88 kB | 65/178 kB
Progress (3): 51 kB | 81/88 kB | 65/178 kB
Progress (3): 51 kB | 81/88 kB | 69/178 kB
Progress (3): 51 kB | 81/88 kB | 73/178 kB
Progress (3): 51 kB | 85/88 kB | 73/178 kB
Progress (3): 51 kB | 85/88 kB | 77/178 kB
Progress (3): 51 kB | 88 kB | 77/178 kB   
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 621 kB/s)
Progress (2): 88 kB | 81/178 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Progress (2): 88 kB | 85/178 kB
Progress (2): 88 kB | 90/178 kB
Progress (2): 88 kB | 94/178 kB
Progress (2): 88 kB | 98/178 kB
Progress (2): 88 kB | 102/178 kB
Progress (2): 88 kB | 106/178 kB
Progress (2): 88 kB | 110/178 kB
Progress (2): 88 kB | 114/178 kB
Progress (2): 88 kB | 118/178 kB
Progress (2): 88 kB | 122/178 kB
Progress (2): 88 kB | 126/178 kB
Progress (2): 88 kB | 131/178 kB
Progress (2): 88 kB | 135/178 kB
Progress (2): 88 kB | 139/178 kB
Progress (2): 88 kB | 143/178 kB
Progress (2): 88 kB | 147/178 kB
Progress (2): 88 kB | 151/178 kB
Progress (2): 88 kB | 155/178 kB
Progress (2): 88 kB | 159/178 kB
Progress (2): 88 kB | 163/178 kB
Progress (2): 88 kB | 167/178 kB
Progress (2): 88 kB | 171/178 kB
Progress (2): 88 kB | 176/178 kB
Progress (2): 88 kB | 178 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 922 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Progress (2): 178 kB | 4.1/40 kB
Progress (2): 178 kB | 7.7/40 kB
Progress (2): 178 kB | 12/40 kB 
Progress (2): 178 kB | 16/40 kB
Progress (2): 178 kB | 20/40 kB
Progress (2): 178 kB | 24/40 kB
Progress (2): 178 kB | 28/40 kB
Progress (2): 178 kB | 32/40 kB
Progress (2): 178 kB | 36/40 kB
Progress (2): 178 kB | 40 kB   
Progress (3): 178 kB | 40 kB | 4.1/274 kB
Progress (3): 178 kB | 40 kB | 7.7/274 kB
Progress (3): 178 kB | 40 kB | 12/274 kB 
Progress (3): 178 kB | 40 kB | 16/274 kB
Progress (3): 178 kB | 40 kB | 20/274 kB
Progress (3): 178 kB | 40 kB | 24/274 kB
Progress (3): 178 kB | 40 kB | 28/274 kB
Progress (3): 178 kB | 40 kB | 32/274 kB
Progress (3): 178 kB | 40 kB | 36/274 kB
Progress (3): 178 kB | 40 kB | 40/274 kB
Progress (3): 178 kB | 40 kB | 45/274 kB
Progress (3): 178 kB | 40 kB | 49/274 kB
Progress (3): 178 kB | 40 kB | 53/274 kB
Progress (3): 178 kB | 40 kB | 57/274 kB
Progress (3): 178 kB | 40 kB | 61/274 kB
Progress (3): 178 kB | 40 kB | 65/274 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.8 MB/s)
Progress (2): 40 kB | 69/274 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Progress (2): 40 kB | 73/274 kB
Progress (2): 40 kB | 77/274 kB
Progress (2): 40 kB | 81/274 kB
Progress (2): 40 kB | 85/274 kB
Progress (2): 40 kB | 90/274 kB
Progress (2): 40 kB | 94/274 kB
Progress (2): 40 kB | 98/274 kB
Progress (2): 40 kB | 102/274 kB
Progress (2): 40 kB | 106/274 kB
Progress (2): 40 kB | 110/274 kB
Progress (2): 40 kB | 114/274 kB
Progress (2): 40 kB | 118/274 kB
Progress (2): 40 kB | 122/274 kB
Progress (2): 40 kB | 126/274 kB
Progress (2): 40 kB | 131/274 kB
Progress (2): 40 kB | 135/274 kB
Progress (2): 40 kB | 139/274 kB
Progress (2): 40 kB | 143/274 kB
Progress (2): 40 kB | 147/274 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.18.1/surefire-booter-2.18.1.jar (40 kB at 380 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Progress (1): 151/274 kB
Progress (1): 155/274 kB
Progress (1): 159/274 kB
Progress (1): 163/274 kB
Progress (1): 167/274 kB
Progress (1): 171/274 kB
Progress (1): 176/274 kB
Progress (1): 180/274 kB
Progress (1): 184/274 kB
Progress (1): 188/274 kB
Progress (1): 192/274 kB
Progress (1): 196/274 kB
Progress (1): 200/274 kB
Progress (1): 204/274 kB
Progress (1): 208/274 kB
Progress (1): 212/274 kB
Progress (1): 217/274 kB
Progress (1): 221/274 kB
Progress (1): 225/274 kB
Progress (1): 229/274 kB
Progress (1): 233/274 kB
Progress (1): 237/274 kB
Progress (1): 241/274 kB
Progress (1): 245/274 kB
Progress (1): 249/274 kB
Progress (1): 253/274 kB
Progress (1): 258/274 kB
Progress (1): 262/274 kB
Progress (1): 266/274 kB
Progress (1): 270/274 kB
Progress (1): 274/274 kB
Progress (1): 274 kB    
Progress (2): 274 kB | 4.1/8.8 kB
Progress (2): 274 kB | 7.7/8.8 kB
Progress (2): 274 kB | 8.8 kB    
Progress (3): 274 kB | 8.8 kB | 4.1/17 kB
Progress (3): 274 kB | 8.8 kB | 7.7/17 kB
Progress (3): 274 kB | 8.8 kB | 12/17 kB 
Progress (3): 274 kB | 8.8 kB | 16/17 kB
Progress (3): 274 kB | 8.8 kB | 17 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.18.1/maven-surefire-common-2.18.1.jar (274 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Progress (3): 8.8 kB | 17 kB | 4.1/11 kB
Progress (3): 8.8 kB | 17 kB | 7.7/11 kB
Progress (3): 8.8 kB | 17 kB | 11 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 54 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Progress (3): 8.8 kB | 17 kB | 4.1/26 kB
Progress (3): 8.8 kB | 17 kB | 7.7/26 kB
Progress (3): 8.8 kB | 17 kB | 12/26 kB 
Progress (3): 8.8 kB | 17 kB | 16/26 kB
Progress (3): 8.8 kB | 17 kB | 20/26 kB
Progress (3): 8.8 kB | 17 kB | 24/26 kB
Progress (3): 8.8 kB | 17 kB | 26 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 123 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Progress (3): 8.8 kB | 17 kB | 4.1/22 kB
Progress (3): 8.8 kB | 17 kB | 7.7/22 kB
Progress (4): 8.8 kB | 17 kB | 7.7/22 kB | 4.1/22 kB
Progress (4): 8.8 kB | 17 kB | 12/22 kB | 4.1/22 kB 
Progress (4): 8.8 kB | 17 kB | 12/22 kB | 7.7/22 kB
Progress (4): 8.8 kB | 17 kB | 16/22 kB | 7.7/22 kB
Progress (4): 8.8 kB | 17 kB | 16/22 kB | 12/22 kB 
Progress (4): 8.8 kB | 17 kB | 16/22 kB | 16/22 kB
Progress (4): 8.8 kB | 17 kB | 20/22 kB | 16/22 kB
Progress (4): 8.8 kB | 17 kB | 20/22 kB | 20/22 kB
Progress (4): 8.8 kB | 17 kB | 22 kB | 20/22 kB   
Progress (4): 8.8 kB | 17 kB | 22 kB | 22 kB   
Progress (5): 8.8 kB | 17 kB | 22 kB | 22 kB | 4.1/13 kB
Progress (5): 8.8 kB | 17 kB | 22 kB | 22 kB | 7.7/13 kB
Progress (5): 8.8 kB | 17 kB | 22 kB | 22 kB | 12/13 kB 
Progress (5): 8.8 kB | 17 kB | 22 kB | 22 kB | 13 kB   
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 101 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 100 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 39 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
Progress (3): 17 kB | 13 kB | 4.1/14 kB
Progress (3): 17 kB | 13 kB | 7.7/14 kB
Progress (3): 17 kB | 13 kB | 12/14 kB 
Progress (3): 17 kB | 13 kB | 14 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 62 kB/s)
Progress (3): 17 kB | 13 kB | 4.1/10 kB
Progress (3): 17 kB | 13 kB | 7.7/10 kB
Progress (3): 17 kB | 13 kB | 10 kB    
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 54 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 43 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 69 kB/s)
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/apache/maven/surefire/surefire-api/2.18.1/surefire-api-2.18.1.jar (148 kB at 512 kB/s)
[INFO] Tests are skipped.
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.tests/target/org.eclipse.emf.edapt.tests-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.emf.edapt.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --------------< edapt:org.eclipse.emf.edapt.common.tests >--------------
[INFO] Building org.eclipse.emf.edapt.common.tests 1.4.1-SNAPSHOT       [21/21]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.tests ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-javadoc/tests/org.eclipse.emf.edapt.common.tests/target/org.eclipse.emf.edapt.common.tests-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.emf.edapt.common.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] -----------------------------< edapt:root >-----------------------------
[INFO] Building root 1.4.1-SNAPSHOT                                     [22/21]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.10.3:aggregate (default-cli) > generate-sources @ root >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.common 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.common.ui 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.ui ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.ui ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.migration 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.declaration 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.declaration.edit 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.edit ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.declaration.editor 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.editor ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.history 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.history.cdo 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.cdo ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.history.edit 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.edit ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.edit ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.history.editor 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.editor ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.editor ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.migration.test 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.test ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.test ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.migration.ui 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.ui ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.runtime.feature 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.feature ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.runtime.cdo.feature 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.cdo.feature ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.recorder.feature 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.recorder.feature ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.releng.p2 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.edapt.releng.p2 ---
[INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng.p2/target
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.tests 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.tests ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.tests ---
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking org.eclipse.emf.edapt.common.tests 1.4.1-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.tests ---
[INFO] The project's OSGi version is 1.4.1.202004300616
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.tests ---
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.10.3:aggregate (default-cli) < generate-sources @ root <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:aggregate (default-cli) @ root ---
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 463 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 481 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 185 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 15 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 3.0 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 58 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 13 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 32 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 91 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 23 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 8.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 412 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Progress (1): 4.1 kB
Progress (1): 8.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 363 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 25 kB
Progress (1): 25 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 685 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 237 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 87 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 357 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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.9 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.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-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 64 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 33 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 73 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.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/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (5.8 kB at 80 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 53 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 589 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 151 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 218 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 30 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Progress (1): 4.1 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/12/maven-shared-components-12.pom (9.3 kB at 275 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 23 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 503 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.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.8/maven-artifact-2.0.8.pom (1.6 kB at 70 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 504 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-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
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 364 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 113 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 150 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 143 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 79 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.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.8/maven-profile-2.0.8.pom (2.0 kB at 93 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 129 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.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.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 16 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 100 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.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.8/maven-plugin-api-2.0.8.pom (1.5 kB at 65 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 7.5 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.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.9/plexus-utils-1.4.9.pom (2.3 kB at 12 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 73 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 18 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 718 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 81 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 359 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 17 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 660 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 177 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 87 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 390 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 55 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 91 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 14 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 559 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
Progress (1): 20 kB
Progress (1): 22 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 997 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Progress (1): 4.1 kB
Progress (1): 7.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 300 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Progress (1): 4.1 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/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 448 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 16 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.1 MB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Progress (1): 4.1 kB
Progress (1): 4.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 169 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 312 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 12 kB 
Progress (1): 13 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 771 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 706 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 434 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 180 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 157 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 58 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 125 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 172 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 35 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 107 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 122 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 21 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 7.7 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Progress (1): 1.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 49 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Progress (1): 4.1 kB
Progress (1): 7.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 329 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 3.5 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Progress (1): 4.1 kB
Progress (1): 7.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 265 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Progress (1): 4.1 kB
Progress (1): 7.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 338 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Progress (1): 4.1 kB
Progress (1): 6.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 277 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 9.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 397 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/oro/oro/2.0.8/oro-2.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Progress (1): 4.1 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/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 827 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 24 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Progress (1): 866 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 27 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Progress (1): 4.1 kB
Progress (1): 7.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 259 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Progress (1): 4.1 kB
Progress (1): 6.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 258 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 4.0 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/logkit/logkit/1.0.1/logkit-1.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
Progress (1): 147 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.0 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Progress (1): 167 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 7.3 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Progress (1): 156 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 8.7 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
Progress (1): 4.1 kB
Progress (1): 6.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 200 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Progress (1): 974 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 41 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 136 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 7.1 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Progress (1): 171 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 5.7 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 76 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 125 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 736 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Progress (1): 4.1 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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 347 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Progress (1): 4.1 kB
Progress (1): 5.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 239 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/dom4j/dom4j/1.1/dom4j-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
Progress (1): 142 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 8.4 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/sslext/sslext/1.2-0/sslext-1.2-0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
Progress (1): 653 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 34 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Progress (1): 4.1 kB
Progress (1): 4.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 160 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Progress (1): 4.1 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/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 447 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-master/4/struts-master-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
Progress (1): 4.1 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/struts/struts-master/4/struts-master-4.pom (12 kB at 592 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/apache/2/apache-2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 201 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/antlr/antlr/2.7.2/antlr-2.7.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 5.2 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 134 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 126 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Progress (1): 4.1 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/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 54 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Progress (1): 4.1 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-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 568 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/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 89 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.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/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.pom (5.9 kB at 311 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.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/apache/httpcomponents/httpcomponents-client/4.2.3/httpcomponents-client-4.2.3.pom (15 kB at 635 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/project/6/project-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/6/project-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): 24 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/6/project-6.pom (24 kB at 923 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.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/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.pom (5.7 kB at 146 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.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/org/apache/httpcomponents/httpcomponents-core/4.2.2/httpcomponents-core-4.2.2.pom (11 kB at 574 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
Progress (1): 4.1 kB
Progress (1): 8.2 kB
Progress (1): 11 kB 
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 697 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 148 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.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/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 607 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
Progress (1): 4.1 kB
Progress (1): 4.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 156 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom
Progress (1): 4.1 kB
Progress (1): 4.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (4.4 kB at 53 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 93 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 254 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 47 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 70 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Progress (1): 4.1 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-compress/1.9/commons-compress-1.9.pom (11 kB at 238 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
Progress (1): 4.1 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): 56 kB
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 917 kB/s)
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/sslext/sslext/1.2-0/sslext-1.2-0.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Downloading from eclipse-maven-releases: https://repo.eclipse.org/content/repositories/releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 kB at 363 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 45/53 kB
Progress (1): 49/53 kB
Progress (1): 53/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 640 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar
Progress (1): 4.1/165 kB
Progress (1): 7.7/165 kB
Progress (1): 12/165 kB 
Progress (1): 16/165 kB
Progress (1): 20/165 kB
Progress (1): 24/165 kB
Progress (1): 28/165 kB
Progress (1): 32/165 kB
Progress (1): 36/165 kB
Progress (1): 40/165 kB
Progress (1): 45/165 kB
Progress (1): 49/165 kB
Progress (1): 53/165 kB
Progress (1): 57/165 kB
Progress (1): 61/165 kB
Progress (1): 65/165 kB
Progress (1): 69/165 kB
Progress (1): 73/165 kB
Progress (1): 77/165 kB
Progress (1): 81/165 kB
Progress (1): 85/165 kB
Progress (1): 90/165 kB
Progress (1): 94/165 kB
Progress (1): 98/165 kB
Progress (1): 102/165 kB
Progress (1): 106/165 kB
Progress (1): 110/165 kB
Progress (1): 114/165 kB
Progress (1): 118/165 kB
Progress (1): 122/165 kB
Progress (1): 126/165 kB
Progress (1): 131/165 kB
Progress (1): 135/165 kB
Progress (1): 139/165 kB
Progress (1): 143/165 kB
Progress (1): 147/165 kB
Progress (1): 151/165 kB
Progress (1): 155/165 kB
Progress (1): 159/165 kB
Progress (1): 163/165 kB
Progress (1): 165 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.jar (165 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 70 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Progress (1): 4.1/194 kB
Progress (1): 7.7/194 kB
Progress (1): 12/194 kB 
Progress (1): 16/194 kB
Progress (1): 20/194 kB
Progress (1): 24/194 kB
Progress (1): 28/194 kB
Progress (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 (2): 98/194 kB | 0/1.2 MB
Progress (2): 102/194 kB | 0/1.2 MB
Progress (2): 102/194 kB | 0/1.2 MB
Progress (2): 106/194 kB | 0/1.2 MB
Progress (2): 110/194 kB | 0/1.2 MB
Progress (2): 114/194 kB | 0/1.2 MB
Progress (2): 114/194 kB | 0/1.2 MB
Progress (2): 118/194 kB | 0/1.2 MB
Progress (2): 118/194 kB | 0/1.2 MB
Progress (2): 122/194 kB | 0/1.2 MB
Progress (2): 126/194 kB | 0/1.2 MB
Progress (2): 131/194 kB | 0/1.2 MB
Progress (2): 131/194 kB | 0/1.2 MB
Progress (2): 131/194 kB | 0/1.2 MB
Progress (2): 135/194 kB | 0/1.2 MB
Progress (2): 139/194 kB | 0/1.2 MB
Progress (2): 143/194 kB | 0/1.2 MB
Progress (2): 147/194 kB | 0/1.2 MB
Progress (2): 147/194 kB | 0.1/1.2 MB
Progress (2): 147/194 kB | 0.1/1.2 MB
Progress (2): 151/194 kB | 0.1/1.2 MB
Progress (2): 155/194 kB | 0.1/1.2 MB
Progress (2): 159/194 kB | 0.1/1.2 MB
Progress (2): 159/194 kB | 0.1/1.2 MB
Progress (2): 163/194 kB | 0.1/1.2 MB
Progress (2): 163/194 kB | 0.1/1.2 MB
Progress (2): 167/194 kB | 0.1/1.2 MB
Progress (2): 167/194 kB | 0.1/1.2 MB
Progress (2): 171/194 kB | 0.1/1.2 MB
Progress (2): 171/194 kB | 0.1/1.2 MB
Progress (2): 176/194 kB | 0.1/1.2 MB
Progress (2): 180/194 kB | 0.1/1.2 MB
Progress (2): 180/194 kB | 0.1/1.2 MB
Progress (2): 180/194 kB | 0.1/1.2 MB
Progress (2): 184/194 kB | 0.1/1.2 MB
Progress (2): 188/194 kB | 0.1/1.2 MB
Progress (2): 192/194 kB | 0.1/1.2 MB
Progress (2): 194 kB | 0.1/1.2 MB    
Progress (2): 194 kB | 0.1/1.2 MB
Progress (2): 194 kB | 0.1/1.2 MB
Progress (2): 194 kB | 0.1/1.2 MB
Progress (2): 194 kB | 0.1/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.2/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
Progress (2): 194 kB | 0.3/1.2 MB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
Progress (2): 0.3/1.2 MB | 4.1/31 kB
Progress (2): 0.4/1.2 MB | 4.1/31 kB
Progress (2): 0.4/1.2 MB | 7.7/31 kB
Progress (2): 0.4/1.2 MB | 7.7/31 kB
Progress (2): 0.4/1.2 MB | 12/31 kB 
Progress (2): 0.4/1.2 MB | 16/31 kB
Progress (2): 0.4/1.2 MB | 16/31 kB
Progress (2): 0.4/1.2 MB | 20/31 kB
Progress (2): 0.4/1.2 MB | 20/31 kB
Progress (2): 0.4/1.2 MB | 24/31 kB
Progress (2): 0.4/1.2 MB | 28/31 kB
Progress (2): 0.4/1.2 MB | 31 kB   
Progress (2): 0.4/1.2 MB | 31 kB
Progress (2): 0.4/1.2 MB | 31 kB
Progress (2): 0.4/1.2 MB | 31 kB
Progress (3): 0.4/1.2 MB | 31 kB | 4.1/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 4.1/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 7.7/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 12/61 kB 
Progress (3): 0.4/1.2 MB | 31 kB | 16/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 16/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 16/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 20/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 24/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 28/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 32/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 32/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 32/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 36/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 40/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 45/61 kB
Progress (3): 0.4/1.2 MB | 31 kB | 49/61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 49/61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 49/61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 53/61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 57/61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 61/61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 61 kB   
Progress (3): 0.5/1.2 MB | 31 kB | 61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 61 kB
Progress (3): 0.5/1.2 MB | 31 kB | 61 kB
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 4.1/11 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 4.1/11 kB | 4.1/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 7.7/11 kB | 4.1/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 7.7/11 kB | 7.7/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 7.7/11 kB | 7.7/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 7.7/11 kB | 12/41 kB 
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 12/41 kB    
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 16/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 16/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 20/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 24/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 24/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 28/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 28/41 kB
Progress (5): 0.5/1.2 MB | 31 kB | 61 kB | 11 kB | 32/41 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 56 kB/s)
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 32/41 kB
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 36/41 kB
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 36/41 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 40/41 kB
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 40/41 kB
Progress (4): 0.5/1.2 MB | 31 kB | 61 kB | 41 kB   
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.6/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.7/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.8/1.2 MB | 31 kB | 61 kB | 41 kB
Progress (4): 0.8/1.2 MB | 31 kB | 61 kB | 41 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 195 kB/s)
Progress (3): 0.8/1.2 MB | 31 kB | 61 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 292 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 147 kB/s)
Progress (1): 0.8/1.2 MB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (1): 0.8/1.2 MB
Progress (2): 0.8/1.2 MB | 4.1/38 kB
Progress (2): 0.8/1.2 MB | 7.7/38 kB
Progress (2): 0.8/1.2 MB | 12/38 kB 
Progress (2): 0.8/1.2 MB | 16/38 kB
Progress (2): 0.8/1.2 MB | 16/38 kB
Progress (2): 0.8/1.2 MB | 16/38 kB
Progress (2): 0.8/1.2 MB | 20/38 kB
Progress (2): 0.8/1.2 MB | 24/38 kB
Progress (2): 0.8/1.2 MB | 28/38 kB
Progress (2): 0.8/1.2 MB | 28/38 kB
Progress (2): 0.8/1.2 MB | 32/38 kB
Progress (2): 0.8/1.2 MB | 32/38 kB
Progress (2): 0.8/1.2 MB | 36/38 kB
Progress (2): 0.8/1.2 MB | 38 kB   
Progress (2): 0.8/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (2): 0.9/1.2 MB | 38 kB
Progress (3): 0.9/1.2 MB | 38 kB | 4.1/15 kB
Progress (3): 0.9/1.2 MB | 38 kB | 7.7/15 kB
Progress (3): 0.9/1.2 MB | 38 kB | 12/15 kB 
Progress (3): 0.9/1.2 MB | 38 kB | 15 kB   
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.0/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.1/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2/1.2 MB | 38 kB | 15 kB
Progress (3): 1.2 MB | 38 kB | 15 kB    
Progress (4): 1.2 MB | 38 kB | 15 kB | 4.1/11 kB
Progress (5): 1.2 MB | 38 kB | 15 kB | 4.1/11 kB | 4.1/7.7 kB
Progress (5): 1.2 MB | 38 kB | 15 kB | 7.7/11 kB | 4.1/7.7 kB
Progress (5): 1.2 MB | 38 kB | 15 kB | 7.7/11 kB | 7.7/7.7 kB
Progress (5): 1.2 MB | 38 kB | 15 kB | 11 kB | 7.7/7.7 kB    
Progress (5): 1.2 MB | 38 kB | 15 kB | 11 kB | 7.7 kB    
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 153 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 62 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 5.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Progress (3): 11 kB | 7.7 kB | 4.1/65 kB
Progress (3): 11 kB | 7.7 kB | 7.7/65 kB
Progress (3): 11 kB | 7.7 kB | 12/65 kB 
Progress (4): 11 kB | 7.7 kB | 12/65 kB | 4.1/392 kB
Progress (4): 11 kB | 7.7 kB | 16/65 kB | 4.1/392 kB
Progress (4): 11 kB | 7.7 kB | 16/65 kB | 7.7/392 kB
Progress (4): 11 kB | 7.7 kB | 16/65 kB | 12/392 kB 
Progress (4): 11 kB | 7.7 kB | 16/65 kB | 16/392 kB
Progress (5): 11 kB | 7.7 kB | 16/65 kB | 16/392 kB | 4.1/347 kB
Progress (5): 11 kB | 7.7 kB | 20/65 kB | 16/392 kB | 4.1/347 kB
Progress (5): 11 kB | 7.7 kB | 20/65 kB | 16/392 kB | 7.7/347 kB
Progress (5): 11 kB | 7.7 kB | 24/65 kB | 16/392 kB | 7.7/347 kB
Progress (5): 11 kB | 7.7 kB | 24/65 kB | 20/392 kB | 7.7/347 kB
Progress (5): 11 kB | 7.7 kB | 24/65 kB | 20/392 kB | 12/347 kB 
Progress (5): 11 kB | 7.7 kB | 24/65 kB | 24/392 kB | 12/347 kB
Progress (5): 11 kB | 7.7 kB | 28/65 kB | 24/392 kB | 12/347 kB
Progress (5): 11 kB | 7.7 kB | 28/65 kB | 28/392 kB | 12/347 kB
Progress (5): 11 kB | 7.7 kB | 28/65 kB | 28/392 kB | 16/347 kB
Progress (5): 11 kB | 7.7 kB | 28/65 kB | 32/392 kB | 16/347 kB
Progress (5): 11 kB | 7.7 kB | 32/65 kB | 32/392 kB | 16/347 kB
Progress (5): 11 kB | 7.7 kB | 32/65 kB | 32/392 kB | 20/347 kB
Progress (5): 11 kB | 7.7 kB | 32/65 kB | 36/392 kB | 20/347 kB
Progress (5): 11 kB | 7.7 kB | 36/65 kB | 36/392 kB | 20/347 kB
Progress (5): 11 kB | 7.7 kB | 36/65 kB | 36/392 kB | 24/347 kB
Progress (5): 11 kB | 7.7 kB | 40/65 kB | 36/392 kB | 24/347 kB
Progress (5): 11 kB | 7.7 kB | 40/65 kB | 40/392 kB | 24/347 kB
Progress (5): 11 kB | 7.7 kB | 40/65 kB | 40/392 kB | 28/347 kB
Progress (5): 11 kB | 7.7 kB | 45/65 kB | 40/392 kB | 28/347 kB
Progress (5): 11 kB | 7.7 kB | 45/65 kB | 40/392 kB | 32/347 kB
Progress (5): 11 kB | 7.7 kB | 45/65 kB | 45/392 kB | 32/347 kB
Progress (5): 11 kB | 7.7 kB | 49/65 kB | 45/392 kB | 32/347 kB
Progress (5): 11 kB | 7.7 kB | 49/65 kB | 49/392 kB | 32/347 kB
Progress (5): 11 kB | 7.7 kB | 49/65 kB | 49/392 kB | 36/347 kB
Progress (5): 11 kB | 7.7 kB | 49/65 kB | 49/392 kB | 40/347 kB
Progress (5): 11 kB | 7.7 kB | 53/65 kB | 49/392 kB | 40/347 kB
Progress (5): 11 kB | 7.7 kB | 53/65 kB | 49/392 kB | 45/347 kB
Progress (5): 11 kB | 7.7 kB | 53/65 kB | 53/392 kB | 45/347 kB
Progress (5): 11 kB | 7.7 kB | 53/65 kB | 53/392 kB | 49/347 kB
Progress (5): 11 kB | 7.7 kB | 57/65 kB | 53/392 kB | 49/347 kB
Progress (5): 11 kB | 7.7 kB | 57/65 kB | 57/392 kB | 49/347 kB
Progress (5): 11 kB | 7.7 kB | 61/65 kB | 57/392 kB | 49/347 kB
Progress (5): 11 kB | 7.7 kB | 61/65 kB | 61/392 kB | 49/347 kB
Progress (5): 11 kB | 7.7 kB | 65/65 kB | 61/392 kB | 49/347 kB
Progress (5): 11 kB | 7.7 kB | 65/65 kB | 61/392 kB | 53/347 kB
Progress (5): 11 kB | 7.7 kB | 65/65 kB | 65/392 kB | 53/347 kB
Progress (5): 11 kB | 7.7 kB | 65/65 kB | 65/392 kB | 57/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 65/392 kB | 57/347 kB   
Progress (5): 11 kB | 7.7 kB | 65 kB | 65/392 kB | 61/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 65/392 kB | 65/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 69/392 kB | 65/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 73/392 kB | 65/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 77/392 kB | 65/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 81/392 kB | 65/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 81/392 kB | 69/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 81/392 kB | 73/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 81/392 kB | 77/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 81/392 kB | 81/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 85/392 kB | 81/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 90/392 kB | 81/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 94/392 kB | 81/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 98/392 kB | 81/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 98/392 kB | 85/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 98/392 kB | 90/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 98/392 kB | 94/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 102/392 kB | 94/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 102/392 kB | 98/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 106/392 kB | 98/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 110/392 kB | 98/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 114/392 kB | 98/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 114/392 kB | 102/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 114/392 kB | 106/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 114/392 kB | 110/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 118/392 kB | 110/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 118/392 kB | 114/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 122/392 kB | 114/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 126/392 kB | 114/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 131/392 kB | 114/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 131/392 kB | 118/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 131/392 kB | 122/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 131/392 kB | 126/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 135/392 kB | 126/347 kB
Progress (5): 11 kB | 7.7 kB | 65 kB | 135/392 kB | 131/347 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 40 kB/s)
Progress (4): 7.7 kB | 65 kB | 139/392 kB | 131/347 kB
Progress (4): 7.7 kB | 65 kB | 139/392 kB | 135/347 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Progress (4): 7.7 kB | 65 kB | 139/392 kB | 139/347 kB
Progress (4): 7.7 kB | 65 kB | 143/392 kB | 139/347 kB
Progress (4): 7.7 kB | 65 kB | 143/392 kB | 143/347 kB
Progress (4): 7.7 kB | 65 kB | 147/392 kB | 143/347 kB
Progress (4): 7.7 kB | 65 kB | 147/392 kB | 147/347 kB
Progress (4): 7.7 kB | 65 kB | 151/392 kB | 147/347 kB
Progress (4): 7.7 kB | 65 kB | 151/392 kB | 151/347 kB
Progress (4): 7.7 kB | 65 kB | 155/392 kB | 151/347 kB
Progress (4): 7.7 kB | 65 kB | 155/392 kB | 155/347 kB
Progress (4): 7.7 kB | 65 kB | 159/392 kB | 155/347 kB
Progress (4): 7.7 kB | 65 kB | 159/392 kB | 159/347 kB
Progress (4): 7.7 kB | 65 kB | 163/392 kB | 159/347 kB
Progress (4): 7.7 kB | 65 kB | 163/392 kB | 163/347 kB
Progress (4): 7.7 kB | 65 kB | 167/392 kB | 163/347 kB
Progress (4): 7.7 kB | 65 kB | 167/392 kB | 167/347 kB
Progress (4): 7.7 kB | 65 kB | 171/392 kB | 167/347 kB
Progress (4): 7.7 kB | 65 kB | 171/392 kB | 171/347 kB
Progress (4): 7.7 kB | 65 kB | 176/392 kB | 171/347 kB
Progress (4): 7.7 kB | 65 kB | 176/392 kB | 176/347 kB
Progress (4): 7.7 kB | 65 kB | 180/392 kB | 176/347 kB
Progress (4): 7.7 kB | 65 kB | 180/392 kB | 180/347 kB
Progress (4): 7.7 kB | 65 kB | 184/392 kB | 180/347 kB
Progress (4): 7.7 kB | 65 kB | 184/392 kB | 184/347 kB
Progress (4): 7.7 kB | 65 kB | 188/392 kB | 184/347 kB
Progress (4): 7.7 kB | 65 kB | 188/392 kB | 188/347 kB
Progress (4): 7.7 kB | 65 kB | 192/392 kB | 188/347 kB
Progress (4): 7.7 kB | 65 kB | 192/392 kB | 192/347 kB
Progress (4): 7.7 kB | 65 kB | 196/392 kB | 192/347 kB
Progress (4): 7.7 kB | 65 kB | 196/392 kB | 196/347 kB
Progress (4): 7.7 kB | 65 kB | 200/392 kB | 196/347 kB
Progress (4): 7.7 kB | 65 kB | 200/392 kB | 200/347 kB
Progress (4): 7.7 kB | 65 kB | 204/392 kB | 200/347 kB
Progress (4): 7.7 kB | 65 kB | 204/392 kB | 204/347 kB
Progress (4): 7.7 kB | 65 kB | 208/392 kB | 204/347 kB
Progress (4): 7.7 kB | 65 kB | 208/392 kB | 208/347 kB
Progress (4): 7.7 kB | 65 kB | 212/392 kB | 208/347 kB
Progress (4): 7.7 kB | 65 kB | 212/392 kB | 212/347 kB
Progress (4): 7.7 kB | 65 kB | 217/392 kB | 212/347 kB
Progress (4): 7.7 kB | 65 kB | 221/392 kB | 212/347 kB
Progress (4): 7.7 kB | 65 kB | 221/392 kB | 217/347 kB
Progress (4): 7.7 kB | 65 kB | 225/392 kB | 217/347 kB
Progress (4): 7.7 kB | 65 kB | 225/392 kB | 221/347 kB
Progress (4): 7.7 kB | 65 kB | 229/392 kB | 221/347 kB
Progress (4): 7.7 kB | 65 kB | 229/392 kB | 225/347 kB
Progress (4): 7.7 kB | 65 kB | 229/392 kB | 229/347 kB
Progress (4): 7.7 kB | 65 kB | 233/392 kB | 229/347 kB
Progress (4): 7.7 kB | 65 kB | 237/392 kB | 229/347 kB
Progress (4): 7.7 kB | 65 kB | 237/392 kB | 233/347 kB
Progress (4): 7.7 kB | 65 kB | 241/392 kB | 233/347 kB
Progress (4): 7.7 kB | 65 kB | 241/392 kB | 237/347 kB
Progress (4): 7.7 kB | 65 kB | 245/392 kB | 237/347 kB
Progress (4): 7.7 kB | 65 kB | 245/392 kB | 241/347 kB
Progress (4): 7.7 kB | 65 kB | 245/392 kB | 245/347 kB
Progress (4): 7.7 kB | 65 kB | 249/392 kB | 245/347 kB
Progress (4): 7.7 kB | 65 kB | 253/392 kB | 245/347 kB
Progress (4): 7.7 kB | 65 kB | 253/392 kB | 249/347 kB
Progress (4): 7.7 kB | 65 kB | 258/392 kB | 249/347 kB
Progress (4): 7.7 kB | 65 kB | 258/392 kB | 253/347 kB
Progress (4): 7.7 kB | 65 kB | 262/392 kB | 253/347 kB
Progress (4): 7.7 kB | 65 kB | 262/392 kB | 258/347 kB
Progress (4): 7.7 kB | 65 kB | 262/392 kB | 262/347 kB
Progress (4): 7.7 kB | 65 kB | 266/392 kB | 262/347 kB
Progress (4): 7.7 kB | 65 kB | 270/392 kB | 262/347 kB
Progress (4): 7.7 kB | 65 kB | 274/392 kB | 262/347 kB
Progress (4): 7.7 kB | 65 kB | 274/392 kB | 266/347 kB
Progress (4): 7.7 kB | 65 kB | 278/392 kB | 266/347 kB
Progress (4): 7.7 kB | 65 kB | 278/392 kB | 270/347 kB
Progress (4): 7.7 kB | 65 kB | 278/392 kB | 274/347 kB
Progress (4): 7.7 kB | 65 kB | 278/392 kB | 278/347 kB
Progress (4): 7.7 kB | 65 kB | 282/392 kB | 278/347 kB
Progress (4): 7.7 kB | 65 kB | 286/392 kB | 278/347 kB
Progress (4): 7.7 kB | 65 kB | 290/392 kB | 278/347 kB
Progress (4): 7.7 kB | 65 kB | 290/392 kB | 282/347 kB
Progress (4): 7.7 kB | 65 kB | 294/392 kB | 282/347 kB
Progress (4): 7.7 kB | 65 kB | 294/392 kB | 286/347 kB
Progress (4): 7.7 kB | 65 kB | 294/392 kB | 290/347 kB
Progress (4): 7.7 kB | 65 kB | 294/392 kB | 294/347 kB
Progress (4): 7.7 kB | 65 kB | 298/392 kB | 294/347 kB
Progress (4): 7.7 kB | 65 kB | 303/392 kB | 294/347 kB
Progress (4): 7.7 kB | 65 kB | 307/392 kB | 294/347 kB
Progress (4): 7.7 kB | 65 kB | 311/392 kB | 294/347 kB
Progress (4): 7.7 kB | 65 kB | 311/392 kB | 298/347 kB
Progress (4): 7.7 kB | 65 kB | 311/392 kB | 303/347 kB
Progress (4): 7.7 kB | 65 kB | 311/392 kB | 307/347 kB
Progress (4): 7.7 kB | 65 kB | 311/392 kB | 311/347 kB
Progress (4): 7.7 kB | 65 kB | 315/392 kB | 311/347 kB
Progress (4): 7.7 kB | 65 kB | 319/392 kB | 311/347 kB
Progress (4): 7.7 kB | 65 kB | 323/392 kB | 311/347 kB
Progress (4): 7.7 kB | 65 kB | 327/392 kB | 311/347 kB
Progress (4): 7.7 kB | 65 kB | 327/392 kB | 315/347 kB
Progress (4): 7.7 kB | 65 kB | 327/392 kB | 319/347 kB
Progress (4): 7.7 kB | 65 kB | 327/392 kB | 323/347 kB
Progress (4): 7.7 kB | 65 kB | 327/392 kB | 327/347 kB
Progress (4): 7.7 kB | 65 kB | 331/392 kB | 327/347 kB
Progress (4): 7.7 kB | 65 kB | 335/392 kB | 327/347 kB
Progress (4): 7.7 kB | 65 kB | 339/392 kB | 327/347 kB
Progress (4): 7.7 kB | 65 kB | 344/392 kB | 327/347 kB
Progress (4): 7.7 kB | 65 kB | 344/392 kB | 331/347 kB
Progress (4): 7.7 kB | 65 kB | 344/392 kB | 335/347 kB
Progress (4): 7.7 kB | 65 kB | 344/392 kB | 339/347 kB
Progress (4): 7.7 kB | 65 kB | 344/392 kB | 344/347 kB
Progress (4): 7.7 kB | 65 kB | 348/392 kB | 344/347 kB
Progress (4): 7.7 kB | 65 kB | 348/392 kB | 347 kB    
Progress (4): 7.7 kB | 65 kB | 352/392 kB | 347 kB
Progress (4): 7.7 kB | 65 kB | 356/392 kB | 347 kB
Progress (4): 7.7 kB | 65 kB | 360/392 kB | 347 kB
Progress (4): 7.7 kB | 65 kB | 364/392 kB | 347 kB
Progress (4): 7.7 kB | 65 kB | 368/392 kB | 347 kB
Progress (4): 7.7 kB | 65 kB | 372/392 kB | 347 kB
Progress (4): 7.7 kB | 65 kB | 376/392 kB | 347 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Progress (3): 7.7 kB | 65 kB | 380/392 kB
Progress (3): 7.7 kB | 65 kB | 384/392 kB
Progress (3): 7.7 kB | 65 kB | 389/392 kB
Progress (3): 7.7 kB | 65 kB | 392 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 24 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 200 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
Progress (1): 4.1/189 kB
Progress (1): 7.7/189 kB
Progress (1): 12/189 kB 
Progress (1): 16/189 kB
Progress (2): 16/189 kB | 4.1/90 kB
Progress (2): 16/189 kB | 7.7/90 kB
Progress (2): 16/189 kB | 12/90 kB 
Progress (2): 16/189 kB | 16/90 kB
Progress (2): 20/189 kB | 16/90 kB
Progress (2): 24/189 kB | 16/90 kB
Progress (2): 28/189 kB | 16/90 kB
Progress (3): 28/189 kB | 16/90 kB | 4.1/457 kB
Progress (3): 32/189 kB | 16/90 kB | 4.1/457 kB
Progress (3): 32/189 kB | 20/90 kB | 4.1/457 kB
Progress (3): 32/189 kB | 20/90 kB | 7.7/457 kB
Progress (3): 32/189 kB | 24/90 kB | 7.7/457 kB
Progress (3): 32/189 kB | 24/90 kB | 12/457 kB 
Progress (3): 32/189 kB | 28/90 kB | 12/457 kB
Progress (3): 32/189 kB | 28/90 kB | 16/457 kB
Progress (3): 32/189 kB | 32/90 kB | 16/457 kB
Progress (3): 36/189 kB | 32/90 kB | 16/457 kB
Progress (3): 40/189 kB | 32/90 kB | 16/457 kB
Progress (3): 45/189 kB | 32/90 kB | 16/457 kB
Progress (3): 45/189 kB | 32/90 kB | 20/457 kB
Progress (3): 49/189 kB | 32/90 kB | 20/457 kB
Progress (3): 49/189 kB | 32/90 kB | 24/457 kB
Progress (3): 49/189 kB | 32/90 kB | 28/457 kB
Progress (3): 49/189 kB | 36/90 kB | 28/457 kB
Progress (3): 49/189 kB | 36/90 kB | 32/457 kB
Progress (3): 49/189 kB | 40/90 kB | 32/457 kB
Progress (3): 53/189 kB | 40/90 kB | 32/457 kB
Progress (4): 53/189 kB | 40/90 kB | 32/457 kB | 4.1/144 kB
Progress (4): 57/189 kB | 40/90 kB | 32/457 kB | 4.1/144 kB
Progress (4): 57/189 kB | 45/90 kB | 32/457 kB | 4.1/144 kB
Progress (4): 61/189 kB | 45/90 kB | 32/457 kB | 4.1/144 kB
Progress (4): 61/189 kB | 45/90 kB | 36/457 kB | 4.1/144 kB
Progress (4): 61/189 kB | 45/90 kB | 36/457 kB | 7.7/144 kB
Progress (5): 61/189 kB | 45/90 kB | 36/457 kB | 7.7/144 kB | 4.1/139 kB
Progress (5): 61/189 kB | 45/90 kB | 40/457 kB | 7.7/144 kB | 4.1/139 kB
Progress (5): 65/189 kB | 45/90 kB | 40/457 kB | 7.7/144 kB | 4.1/139 kB
Progress (5): 65/189 kB | 49/90 kB | 40/457 kB | 7.7/144 kB | 4.1/139 kB
Progress (5): 65/189 kB | 49/90 kB | 45/457 kB | 7.7/144 kB | 4.1/139 kB
Progress (5): 65/189 kB | 49/90 kB | 45/457 kB | 7.7/144 kB | 7.7/139 kB
Progress (5): 65/189 kB | 49/90 kB | 45/457 kB | 12/144 kB | 7.7/139 kB 
Progress (5): 65/189 kB | 49/90 kB | 45/457 kB | 12/144 kB | 12/139 kB 
Progress (5): 65/189 kB | 49/90 kB | 49/457 kB | 12/144 kB | 12/139 kB
Progress (5): 65/189 kB | 53/90 kB | 49/457 kB | 12/144 kB | 12/139 kB
Progress (5): 65/189 kB | 53/90 kB | 49/457 kB | 12/144 kB | 16/139 kB
Progress (5): 65/189 kB | 53/90 kB | 49/457 kB | 16/144 kB | 16/139 kB
Progress (5): 69/189 kB | 53/90 kB | 49/457 kB | 16/144 kB | 16/139 kB
Progress (5): 69/189 kB | 53/90 kB | 53/457 kB | 16/144 kB | 16/139 kB
Progress (5): 69/189 kB | 57/90 kB | 53/457 kB | 16/144 kB | 16/139 kB
Progress (5): 69/189 kB | 57/90 kB | 53/457 kB | 20/144 kB | 16/139 kB
Progress (5): 69/189 kB | 57/90 kB | 57/457 kB | 20/144 kB | 16/139 kB
Progress (5): 69/189 kB | 57/90 kB | 57/457 kB | 20/144 kB | 20/139 kB
Progress (5): 73/189 kB | 57/90 kB | 57/457 kB | 20/144 kB | 20/139 kB
Progress (5): 73/189 kB | 57/90 kB | 57/457 kB | 20/144 kB | 24/139 kB
Progress (5): 73/189 kB | 57/90 kB | 61/457 kB | 20/144 kB | 24/139 kB
Progress (5): 73/189 kB | 57/90 kB | 61/457 kB | 24/144 kB | 24/139 kB
Progress (5): 73/189 kB | 61/90 kB | 61/457 kB | 24/144 kB | 24/139 kB
Progress (5): 73/189 kB | 61/90 kB | 61/457 kB | 28/144 kB | 24/139 kB
Progress (5): 73/189 kB | 61/90 kB | 65/457 kB | 28/144 kB | 24/139 kB
Progress (5): 73/189 kB | 61/90 kB | 65/457 kB | 28/144 kB | 28/139 kB
Progress (5): 77/189 kB | 61/90 kB | 65/457 kB | 28/144 kB | 28/139 kB
Progress (5): 77/189 kB | 61/90 kB | 65/457 kB | 28/144 kB | 32/139 kB
Progress (5): 77/189 kB | 61/90 kB | 65/457 kB | 32/144 kB | 32/139 kB
Progress (5): 77/189 kB | 65/90 kB | 65/457 kB | 32/144 kB | 32/139 kB
Progress (5): 77/189 kB | 65/90 kB | 69/457 kB | 32/144 kB | 32/139 kB
Progress (5): 81/189 kB | 65/90 kB | 69/457 kB | 32/144 kB | 32/139 kB
Progress (5): 81/189 kB | 65/90 kB | 69/457 kB | 36/144 kB | 32/139 kB
Progress (5): 81/189 kB | 65/90 kB | 69/457 kB | 36/144 kB | 36/139 kB
Progress (5): 81/189 kB | 65/90 kB | 73/457 kB | 36/144 kB | 36/139 kB
Progress (5): 81/189 kB | 65/90 kB | 73/457 kB | 36/144 kB | 40/139 kB
Progress (5): 81/189 kB | 65/90 kB | 73/457 kB | 40/144 kB | 40/139 kB
Progress (5): 81/189 kB | 69/90 kB | 73/457 kB | 40/144 kB | 40/139 kB
Progress (5): 81/189 kB | 69/90 kB | 73/457 kB | 45/144 kB | 40/139 kB
Progress (5): 81/189 kB | 69/90 kB | 73/457 kB | 45/144 kB | 45/139 kB
Progress (5): 85/189 kB | 69/90 kB | 73/457 kB | 45/144 kB | 45/139 kB
Progress (5): 85/189 kB | 69/90 kB | 77/457 kB | 45/144 kB | 45/139 kB
Progress (5): 90/189 kB | 69/90 kB | 77/457 kB | 45/144 kB | 45/139 kB
Progress (5): 90/189 kB | 69/90 kB | 77/457 kB | 45/144 kB | 49/139 kB
Progress (5): 90/189 kB | 69/90 kB | 77/457 kB | 49/144 kB | 49/139 kB
Progress (5): 90/189 kB | 73/90 kB | 77/457 kB | 49/144 kB | 49/139 kB
Progress (5): 94/189 kB | 73/90 kB | 77/457 kB | 49/144 kB | 49/139 kB
Progress (5): 94/189 kB | 73/90 kB | 81/457 kB | 49/144 kB | 49/139 kB
Progress (5): 98/189 kB | 73/90 kB | 81/457 kB | 49/144 kB | 49/139 kB
Progress (5): 98/189 kB | 77/90 kB | 81/457 kB | 49/144 kB | 49/139 kB
Progress (5): 98/189 kB | 77/90 kB | 81/457 kB | 53/144 kB | 49/139 kB
Progress (5): 98/189 kB | 77/90 kB | 81/457 kB | 53/144 kB | 53/139 kB
Progress (5): 98/189 kB | 77/90 kB | 81/457 kB | 57/144 kB | 53/139 kB
Progress (5): 98/189 kB | 77/90 kB | 85/457 kB | 57/144 kB | 53/139 kB
Progress (5): 98/189 kB | 81/90 kB | 85/457 kB | 57/144 kB | 53/139 kB
Progress (5): 98/189 kB | 81/90 kB | 90/457 kB | 57/144 kB | 53/139 kB
Progress (5): 98/189 kB | 81/90 kB | 90/457 kB | 61/144 kB | 53/139 kB
Progress (5): 102/189 kB | 81/90 kB | 90/457 kB | 61/144 kB | 53/139 kB
Progress (5): 102/189 kB | 81/90 kB | 90/457 kB | 61/144 kB | 57/139 kB
Progress (5): 106/189 kB | 81/90 kB | 90/457 kB | 61/144 kB | 57/139 kB
Progress (5): 106/189 kB | 81/90 kB | 90/457 kB | 65/144 kB | 57/139 kB
Progress (5): 106/189 kB | 85/90 kB | 90/457 kB | 65/144 kB | 57/139 kB
Progress (5): 106/189 kB | 85/90 kB | 94/457 kB | 65/144 kB | 57/139 kB
Progress (5): 106/189 kB | 90/90 kB | 94/457 kB | 65/144 kB | 57/139 kB
Progress (5): 110/189 kB | 90/90 kB | 94/457 kB | 65/144 kB | 57/139 kB
Progress (5): 110/189 kB | 90/90 kB | 94/457 kB | 65/144 kB | 61/139 kB
Progress (5): 114/189 kB | 90/90 kB | 94/457 kB | 65/144 kB | 61/139 kB
Progress (5): 114/189 kB | 90/90 kB | 94/457 kB | 69/144 kB | 61/139 kB
Progress (5): 114/189 kB | 90 kB | 94/457 kB | 69/144 kB | 61/139 kB   
Progress (5): 114/189 kB | 90 kB | 98/457 kB | 69/144 kB | 61/139 kB
Progress (5): 114/189 kB | 90 kB | 98/457 kB | 73/144 kB | 61/139 kB
Progress (5): 114/189 kB | 90 kB | 98/457 kB | 73/144 kB | 65/139 kB
Progress (5): 114/189 kB | 90 kB | 98/457 kB | 77/144 kB | 65/139 kB
Progress (5): 118/189 kB | 90 kB | 98/457 kB | 77/144 kB | 65/139 kB
Progress (5): 118/189 kB | 90 kB | 102/457 kB | 77/144 kB | 65/139 kB
Progress (5): 118/189 kB | 90 kB | 102/457 kB | 81/144 kB | 65/139 kB
Progress (5): 118/189 kB | 90 kB | 106/457 kB | 81/144 kB | 65/139 kB
Progress (5): 122/189 kB | 90 kB | 106/457 kB | 81/144 kB | 65/139 kB
Progress (5): 122/189 kB | 90 kB | 110/457 kB | 81/144 kB | 65/139 kB
Progress (5): 122/189 kB | 90 kB | 110/457 kB | 81/144 kB | 69/139 kB
Progress (5): 122/189 kB | 90 kB | 114/457 kB | 81/144 kB | 69/139 kB
Progress (5): 122/189 kB | 90 kB | 114/457 kB | 85/144 kB | 69/139 kB
Progress (5): 126/189 kB | 90 kB | 114/457 kB | 85/144 kB | 69/139 kB
Progress (5): 131/189 kB | 90 kB | 114/457 kB | 85/144 kB | 69/139 kB
Progress (5): 131/189 kB | 90 kB | 114/457 kB | 90/144 kB | 69/139 kB
Progress (5): 131/189 kB | 90 kB | 114/457 kB | 90/144 kB | 73/139 kB
Progress (5): 131/189 kB | 90 kB | 114/457 kB | 94/144 kB | 73/139 kB
Progress (5): 131/189 kB | 90 kB | 118/457 kB | 94/144 kB | 73/139 kB
Progress (5): 131/189 kB | 90 kB | 118/457 kB | 98/144 kB | 73/139 kB
Progress (5): 131/189 kB | 90 kB | 118/457 kB | 98/144 kB | 77/139 kB
Progress (5): 135/189 kB | 90 kB | 118/457 kB | 98/144 kB | 77/139 kB
Progress (5): 135/189 kB | 90 kB | 118/457 kB | 98/144 kB | 81/139 kB
Progress (5): 135/189 kB | 90 kB | 122/457 kB | 98/144 kB | 81/139 kB
Progress (5): 135/189 kB | 90 kB | 122/457 kB | 102/144 kB | 81/139 kB
Progress (5): 139/189 kB | 90 kB | 122/457 kB | 102/144 kB | 81/139 kB
Progress (5): 139/189 kB | 90 kB | 122/457 kB | 102/144 kB | 85/139 kB
Progress (5): 139/189 kB | 90 kB | 122/457 kB | 106/144 kB | 85/139 kB
Progress (5): 139/189 kB | 90 kB | 126/457 kB | 106/144 kB | 85/139 kB
Progress (5): 139/189 kB | 90 kB | 126/457 kB | 110/144 kB | 85/139 kB
Progress (5): 139/189 kB | 90 kB | 126/457 kB | 110/144 kB | 90/139 kB
Progress (5): 143/189 kB | 90 kB | 126/457 kB | 110/144 kB | 90/139 kB
Progress (5): 143/189 kB | 90 kB | 126/457 kB | 110/144 kB | 94/139 kB
Progress (5): 143/189 kB | 90 kB | 126/457 kB | 114/144 kB | 94/139 kB
Progress (5): 143/189 kB | 90 kB | 131/457 kB | 114/144 kB | 94/139 kB
Progress (5): 143/189 kB | 90 kB | 131/457 kB | 114/144 kB | 98/139 kB
Progress (5): 147/189 kB | 90 kB | 131/457 kB | 114/144 kB | 98/139 kB
Progress (5): 147/189 kB | 90 kB | 131/457 kB | 118/144 kB | 98/139 kB
Progress (5): 147/189 kB | 90 kB | 135/457 kB | 118/144 kB | 98/139 kB
Progress (5): 147/189 kB | 90 kB | 135/457 kB | 122/144 kB | 98/139 kB
Progress (5): 147/189 kB | 90 kB | 135/457 kB | 122/144 kB | 102/139 kB
Progress (5): 147/189 kB | 90 kB | 135/457 kB | 126/144 kB | 102/139 kB
Progress (5): 151/189 kB | 90 kB | 135/457 kB | 126/144 kB | 102/139 kB
Progress (5): 151/189 kB | 90 kB | 139/457 kB | 126/144 kB | 102/139 kB
Progress (5): 155/189 kB | 90 kB | 139/457 kB | 126/144 kB | 102/139 kB
Progress (5): 155/189 kB | 90 kB | 139/457 kB | 131/144 kB | 102/139 kB
Progress (5): 155/189 kB | 90 kB | 139/457 kB | 131/144 kB | 106/139 kB
Progress (5): 159/189 kB | 90 kB | 139/457 kB | 131/144 kB | 106/139 kB
Progress (5): 159/189 kB | 90 kB | 143/457 kB | 131/144 kB | 106/139 kB
Progress (5): 159/189 kB | 90 kB | 143/457 kB | 135/144 kB | 106/139 kB
Progress (5): 163/189 kB | 90 kB | 143/457 kB | 135/144 kB | 106/139 kB
Progress (5): 163/189 kB | 90 kB | 143/457 kB | 135/144 kB | 110/139 kB
Progress (5): 163/189 kB | 90 kB | 143/457 kB | 139/144 kB | 110/139 kB
Progress (5): 163/189 kB | 90 kB | 147/457 kB | 139/144 kB | 110/139 kB
Progress (5): 163/189 kB | 90 kB | 147/457 kB | 143/144 kB | 110/139 kB
Progress (5): 163/189 kB | 90 kB | 147/457 kB | 143/144 kB | 114/139 kB
Progress (5): 163/189 kB | 90 kB | 147/457 kB | 144 kB | 114/139 kB    
Progress (5): 163/189 kB | 90 kB | 151/457 kB | 144 kB | 114/139 kB
Progress (5): 167/189 kB | 90 kB | 151/457 kB | 144 kB | 114/139 kB
Progress (5): 167/189 kB | 90 kB | 151/457 kB | 144 kB | 118/139 kB
Progress (5): 167/189 kB | 90 kB | 155/457 kB | 144 kB | 118/139 kB
Progress (5): 167/189 kB | 90 kB | 155/457 kB | 144 kB | 122/139 kB
Progress (5): 171/189 kB | 90 kB | 155/457 kB | 144 kB | 122/139 kB
Progress (5): 171/189 kB | 90 kB | 155/457 kB | 144 kB | 126/139 kB
Progress (5): 171/189 kB | 90 kB | 159/457 kB | 144 kB | 126/139 kB
Progress (5): 171/189 kB | 90 kB | 159/457 kB | 144 kB | 131/139 kB
Progress (5): 176/189 kB | 90 kB | 159/457 kB | 144 kB | 131/139 kB
Progress (5): 176/189 kB | 90 kB | 163/457 kB | 144 kB | 131/139 kB
Progress (5): 176/189 kB | 90 kB | 163/457 kB | 144 kB | 135/139 kB
Progress (5): 180/189 kB | 90 kB | 163/457 kB | 144 kB | 135/139 kB
Progress (5): 180/189 kB | 90 kB | 163/457 kB | 144 kB | 139/139 kB
Progress (5): 180/189 kB | 90 kB | 163/457 kB | 144 kB | 139 kB    
Progress (5): 184/189 kB | 90 kB | 163/457 kB | 144 kB | 139 kB
Progress (5): 184/189 kB | 90 kB | 167/457 kB | 144 kB | 139 kB
Progress (5): 188/189 kB | 90 kB | 167/457 kB | 144 kB | 139 kB
Progress (5): 188/189 kB | 90 kB | 171/457 kB | 144 kB | 139 kB
Progress (5): 189 kB | 90 kB | 171/457 kB | 144 kB | 139 kB    
Progress (5): 189 kB | 90 kB | 176/457 kB | 144 kB | 139 kB
Progress (5): 189 kB | 90 kB | 180/457 kB | 144 kB | 139 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 393 kB/s)
Progress (4): 189 kB | 90 kB | 184/457 kB | 144 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
Progress (4): 189 kB | 90 kB | 188/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 192/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 196/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 200/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 204/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 208/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 212/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 217/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 221/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 225/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 229/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 233/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 237/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 241/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 245/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 249/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 253/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 258/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 262/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 266/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 270/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 274/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 278/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 282/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 286/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 290/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 294/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 298/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 303/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 307/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 311/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 315/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 319/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 323/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 327/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 331/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 335/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 339/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 344/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 348/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 352/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 356/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 360/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 364/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 368/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 372/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 376/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 380/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 384/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 389/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 393/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 397/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 401/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 405/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 409/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 413/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 417/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 421/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 425/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 430/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 434/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 438/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 442/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 446/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 450/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 454/457 kB | 144 kB
Progress (4): 189 kB | 90 kB | 457 kB | 144 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 423 kB/s)
Progress (4): 90 kB | 457 kB | 144 kB | 4.1/26 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Progress (4): 90 kB | 457 kB | 144 kB | 7.7/26 kB
Progress (4): 90 kB | 457 kB | 144 kB | 12/26 kB 
Progress (4): 90 kB | 457 kB | 144 kB | 16/26 kB
Progress (4): 90 kB | 457 kB | 144 kB | 20/26 kB
Progress (4): 90 kB | 457 kB | 144 kB | 24/26 kB
Progress (4): 90 kB | 457 kB | 144 kB | 26 kB   
Progress (5): 90 kB | 457 kB | 144 kB | 26 kB | 4.1/329 kB
Progress (5): 90 kB | 457 kB | 144 kB | 26 kB | 7.7/329 kB
Progress (5): 90 kB | 457 kB | 144 kB | 26 kB | 12/329 kB 
Progress (5): 90 kB | 457 kB | 144 kB | 26 kB | 16/329 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
Progress (4): 90 kB | 457 kB | 144 kB | 20/329 kB
Progress (4): 90 kB | 457 kB | 144 kB | 24/329 kB
Progress (4): 90 kB | 457 kB | 144 kB | 28/329 kB
Progress (4): 90 kB | 457 kB | 144 kB | 32/329 kB
Progress (4): 90 kB | 457 kB | 144 kB | 36/329 kB
Progress (4): 90 kB | 457 kB | 144 kB | 40/329 kB
Progress (4): 90 kB | 457 kB | 144 kB | 45/329 kB
Progress (5): 90 kB | 457 kB | 144 kB | 45/329 kB | 4.1/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 49/329 kB | 4.1/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 49/329 kB | 7.7/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 49/329 kB | 12/358 kB 
Progress (5): 90 kB | 457 kB | 144 kB | 49/329 kB | 16/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 53/329 kB | 16/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 57/329 kB | 16/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 61/329 kB | 16/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 61/329 kB | 20/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 65/329 kB | 20/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 65/329 kB | 24/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 65/329 kB | 28/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 65/329 kB | 32/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 69/329 kB | 32/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 73/329 kB | 32/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 77/329 kB | 32/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 77/329 kB | 36/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 81/329 kB | 36/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 81/329 kB | 40/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 81/329 kB | 45/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 81/329 kB | 49/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 85/329 kB | 49/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 90/329 kB | 49/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 94/329 kB | 49/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 98/329 kB | 49/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 98/329 kB | 53/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 98/329 kB | 57/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 98/329 kB | 61/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 102/329 kB | 61/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 102/329 kB | 65/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 106/329 kB | 65/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 110/329 kB | 65/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 114/329 kB | 65/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 114/329 kB | 69/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 114/329 kB | 73/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 114/329 kB | 77/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 118/329 kB | 77/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 118/329 kB | 81/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 122/329 kB | 81/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 126/329 kB | 81/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 131/329 kB | 81/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 131/329 kB | 85/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 131/329 kB | 90/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 131/329 kB | 94/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 135/329 kB | 94/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 135/329 kB | 98/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 139/329 kB | 98/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 143/329 kB | 98/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 147/329 kB | 98/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 147/329 kB | 102/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 147/329 kB | 106/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 147/329 kB | 110/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 151/329 kB | 110/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 151/329 kB | 114/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 155/329 kB | 114/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 159/329 kB | 114/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 163/329 kB | 114/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 163/329 kB | 118/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 163/329 kB | 122/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 163/329 kB | 126/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 167/329 kB | 126/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 167/329 kB | 131/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 171/329 kB | 131/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 176/329 kB | 131/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 180/329 kB | 131/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 180/329 kB | 135/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 180/329 kB | 139/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 180/329 kB | 143/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 184/329 kB | 143/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 184/329 kB | 147/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 188/329 kB | 147/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 192/329 kB | 147/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 196/329 kB | 147/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 196/329 kB | 151/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 196/329 kB | 155/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 196/329 kB | 159/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 200/329 kB | 159/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 200/329 kB | 163/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 204/329 kB | 163/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 208/329 kB | 163/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 212/329 kB | 163/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 212/329 kB | 167/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 212/329 kB | 171/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 212/329 kB | 176/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 217/329 kB | 176/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 217/329 kB | 180/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 221/329 kB | 180/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 225/329 kB | 180/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 229/329 kB | 180/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 229/329 kB | 184/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 229/329 kB | 188/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 229/329 kB | 192/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 233/329 kB | 192/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 233/329 kB | 196/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 237/329 kB | 196/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 241/329 kB | 196/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 245/329 kB | 196/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 245/329 kB | 200/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 245/329 kB | 204/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 245/329 kB | 208/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 249/329 kB | 208/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 249/329 kB | 212/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 253/329 kB | 212/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 258/329 kB | 212/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 262/329 kB | 212/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 262/329 kB | 217/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 262/329 kB | 221/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 262/329 kB | 225/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 266/329 kB | 225/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 266/329 kB | 229/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 270/329 kB | 229/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 274/329 kB | 229/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 278/329 kB | 229/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 278/329 kB | 233/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 278/329 kB | 237/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 278/329 kB | 241/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 282/329 kB | 241/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 282/329 kB | 245/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 286/329 kB | 245/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 290/329 kB | 245/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 294/329 kB | 245/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 294/329 kB | 249/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 294/329 kB | 253/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 294/329 kB | 258/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 298/329 kB | 258/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 298/329 kB | 262/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 303/329 kB | 262/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 307/329 kB | 262/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 311/329 kB | 262/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 311/329 kB | 266/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 311/329 kB | 270/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 311/329 kB | 274/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 315/329 kB | 274/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 315/329 kB | 278/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 319/329 kB | 278/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 323/329 kB | 278/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 327/329 kB | 278/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 327/329 kB | 282/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 282/358 kB    
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 286/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 290/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 294/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 298/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 303/358 kB
Progress (5): 90 kB | 457 kB | 144 kB | 329 kB | 307/358 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 700 kB/s)
Progress (4): 90 kB | 457 kB | 144 kB | 311/358 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Progress (4): 90 kB | 457 kB | 144 kB | 315/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 319/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 323/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 327/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 331/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 335/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 339/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 344/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 348/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 352/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 356/358 kB
Progress (4): 90 kB | 457 kB | 144 kB | 358 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 277 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Progress (3): 457 kB | 358 kB | 4.1/252 kB
Progress (3): 457 kB | 358 kB | 7.7/252 kB
Progress (3): 457 kB | 358 kB | 12/252 kB 
Progress (3): 457 kB | 358 kB | 16/252 kB
Progress (4): 457 kB | 358 kB | 16/252 kB | 4.1/120 kB
Progress (4): 457 kB | 358 kB | 20/252 kB | 4.1/120 kB
Progress (4): 457 kB | 358 kB | 20/252 kB | 7.7/120 kB
Progress (4): 457 kB | 358 kB | 24/252 kB | 7.7/120 kB
Progress (4): 457 kB | 358 kB | 24/252 kB | 12/120 kB 
Progress (4): 457 kB | 358 kB | 28/252 kB | 12/120 kB
Progress (4): 457 kB | 358 kB | 28/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 32/252 kB | 16/120 kB
Progress (4): 457 kB | 358 kB | 32/252 kB | 20/120 kB
Progress (4): 457 kB | 358 kB | 36/252 kB | 20/120 kB
Progress (4): 457 kB | 358 kB | 36/252 kB | 24/120 kB
Progress (4): 457 kB | 358 kB | 40/252 kB | 24/120 kB
Progress (4): 457 kB | 358 kB | 40/252 kB | 28/120 kB
Progress (4): 457 kB | 358 kB | 45/252 kB | 28/120 kB
Progress (4): 457 kB | 358 kB | 45/252 kB | 32/120 kB
Progress (4): 457 kB | 358 kB | 49/252 kB | 32/120 kB
Progress (4): 457 kB | 358 kB | 49/252 kB | 36/120 kB
Progress (4): 457 kB | 358 kB | 53/252 kB | 36/120 kB
Progress (4): 457 kB | 358 kB | 53/252 kB | 40/120 kB
Progress (4): 457 kB | 358 kB | 57/252 kB | 40/120 kB
Progress (4): 457 kB | 358 kB | 57/252 kB | 45/120 kB
Progress (4): 457 kB | 358 kB | 61/252 kB | 45/120 kB
Progress (4): 457 kB | 358 kB | 61/252 kB | 49/120 kB
Progress (4): 457 kB | 358 kB | 65/252 kB | 49/120 kB
Progress (4): 457 kB | 358 kB | 65/252 kB | 53/120 kB
Progress (4): 457 kB | 358 kB | 69/252 kB | 53/120 kB
Progress (4): 457 kB | 358 kB | 69/252 kB | 57/120 kB
Progress (4): 457 kB | 358 kB | 73/252 kB | 57/120 kB
Progress (4): 457 kB | 358 kB | 73/252 kB | 61/120 kB
Progress (4): 457 kB | 358 kB | 77/252 kB | 61/120 kB
Progress (4): 457 kB | 358 kB | 77/252 kB | 65/120 kB
Progress (4): 457 kB | 358 kB | 81/252 kB | 65/120 kB
Progress (4): 457 kB | 358 kB | 81/252 kB | 69/120 kB
Progress (4): 457 kB | 358 kB | 85/252 kB | 69/120 kB
Progress (4): 457 kB | 358 kB | 85/252 kB | 73/120 kB
Progress (4): 457 kB | 358 kB | 90/252 kB | 73/120 kB
Progress (4): 457 kB | 358 kB | 90/252 kB | 77/120 kB
Progress (4): 457 kB | 358 kB | 94/252 kB | 77/120 kB
Progress (4): 457 kB | 358 kB | 94/252 kB | 81/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 81/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 85/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 90/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 94/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 98/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 102/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 106/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 110/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 114/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 118/120 kB
Progress (4): 457 kB | 358 kB | 98/252 kB | 120 kB    
Progress (4): 457 kB | 358 kB | 102/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 106/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 110/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 114/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 118/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 122/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 126/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 131/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 135/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 139/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 143/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 147/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 151/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 155/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 159/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 163/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 167/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 171/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 176/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 180/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 184/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 188/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 192/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 196/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 200/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 204/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 208/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 212/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 217/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 221/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 225/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 229/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 233/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 237/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 241/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 245/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 249/252 kB | 120 kB
Progress (4): 457 kB | 358 kB | 252 kB | 120 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 195 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 702 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
Progress (3): 358 kB | 252 kB | 4.1/575 kB
Progress (3): 358 kB | 252 kB | 7.7/575 kB
Progress (3): 358 kB | 252 kB | 12/575 kB 
Progress (3): 358 kB | 252 kB | 16/575 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 361 kB/s)
Progress (2): 358 kB | 20/575 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar
Progress (2): 358 kB | 24/575 kB
Progress (2): 358 kB | 28/575 kB
Progress (2): 358 kB | 32/575 kB
Progress (3): 358 kB | 32/575 kB | 4.1/174 kB
Progress (3): 358 kB | 36/575 kB | 4.1/174 kB
Progress (3): 358 kB | 36/575 kB | 7.7/174 kB
Progress (3): 358 kB | 40/575 kB | 7.7/174 kB
Progress (3): 358 kB | 40/575 kB | 12/174 kB 
Progress (3): 358 kB | 45/575 kB | 12/174 kB
Progress (3): 358 kB | 45/575 kB | 16/174 kB
Progress (3): 358 kB | 49/575 kB | 16/174 kB
Progress (3): 358 kB | 49/575 kB | 20/174 kB
Progress (3): 358 kB | 53/575 kB | 20/174 kB
Progress (3): 358 kB | 53/575 kB | 24/174 kB
Progress (3): 358 kB | 57/575 kB | 24/174 kB
Progress (3): 358 kB | 57/575 kB | 28/174 kB
Progress (3): 358 kB | 61/575 kB | 28/174 kB
Progress (3): 358 kB | 61/575 kB | 32/174 kB
Progress (3): 358 kB | 65/575 kB | 32/174 kB
Progress (4): 358 kB | 65/575 kB | 32/174 kB | 4.1/433 kB
Progress (4): 358 kB | 65/575 kB | 32/174 kB | 7.7/433 kB
Progress (4): 358 kB | 65/575 kB | 36/174 kB | 7.7/433 kB
Progress (4): 358 kB | 65/575 kB | 36/174 kB | 12/433 kB 
Progress (4): 358 kB | 69/575 kB | 36/174 kB | 12/433 kB
Progress (4): 358 kB | 69/575 kB | 36/174 kB | 16/433 kB
Progress (4): 358 kB | 69/575 kB | 40/174 kB | 16/433 kB
Progress (4): 358 kB | 73/575 kB | 40/174 kB | 16/433 kB
Progress (4): 358 kB | 73/575 kB | 45/174 kB | 16/433 kB
Progress (4): 358 kB | 77/575 kB | 45/174 kB | 16/433 kB
Progress (4): 358 kB | 77/575 kB | 49/174 kB | 16/433 kB
Progress (4): 358 kB | 77/575 kB | 49/174 kB | 20/433 kB
Progress (4): 358 kB | 81/575 kB | 49/174 kB | 20/433 kB
Progress (4): 358 kB | 81/575 kB | 49/174 kB | 24/433 kB
Progress (4): 358 kB | 81/575 kB | 49/174 kB | 28/433 kB
Progress (4): 358 kB | 81/575 kB | 53/174 kB | 28/433 kB
Progress (4): 358 kB | 81/575 kB | 53/174 kB | 32/433 kB
Progress (4): 358 kB | 85/575 kB | 53/174 kB | 32/433 kB
Progress (4): 358 kB | 85/575 kB | 57/174 kB | 32/433 kB
Progress (4): 358 kB | 90/575 kB | 57/174 kB | 32/433 kB
Progress (4): 358 kB | 90/575 kB | 61/174 kB | 32/433 kB
Progress (4): 358 kB | 94/575 kB | 61/174 kB | 32/433 kB
Progress (4): 358 kB | 94/575 kB | 61/174 kB | 36/433 kB
Progress (4): 358 kB | 94/575 kB | 65/174 kB | 36/433 kB
Progress (4): 358 kB | 94/575 kB | 65/174 kB | 40/433 kB
Progress (4): 358 kB | 98/575 kB | 65/174 kB | 40/433 kB
Progress (4): 358 kB | 98/575 kB | 65/174 kB | 45/433 kB
Progress (4): 358 kB | 98/575 kB | 65/174 kB | 49/433 kB
Progress (4): 358 kB | 98/575 kB | 69/174 kB | 49/433 kB
Progress (4): 358 kB | 98/575 kB | 73/174 kB | 49/433 kB
Progress (4): 358 kB | 102/575 kB | 73/174 kB | 49/433 kB
Progress (4): 358 kB | 102/575 kB | 77/174 kB | 49/433 kB
Progress (4): 358 kB | 102/575 kB | 77/174 kB | 53/433 kB
Progress (4): 358 kB | 106/575 kB | 77/174 kB | 53/433 kB
Progress (4): 358 kB | 106/575 kB | 77/174 kB | 57/433 kB
Progress (4): 358 kB | 106/575 kB | 81/174 kB | 57/433 kB
Progress (4): 358 kB | 106/575 kB | 81/174 kB | 61/433 kB
Progress (4): 358 kB | 110/575 kB | 81/174 kB | 61/433 kB
Progress (4): 358 kB | 110/575 kB | 81/174 kB | 65/433 kB
Progress (4): 358 kB | 114/575 kB | 81/174 kB | 65/433 kB
Progress (4): 358 kB | 114/575 kB | 85/174 kB | 65/433 kB
Progress (4): 358 kB | 114/575 kB | 90/174 kB | 65/433 kB
Progress (4): 358 kB | 114/575 kB | 94/174 kB | 65/433 kB
Progress (4): 358 kB | 114/575 kB | 94/174 kB | 69/433 kB
Progress (4): 358 kB | 114/575 kB | 98/174 kB | 69/433 kB
Progress (4): 358 kB | 118/575 kB | 98/174 kB | 69/433 kB
Progress (4): 358 kB | 118/575 kB | 98/174 kB | 73/433 kB
Progress (4): 358 kB | 122/575 kB | 98/174 kB | 73/433 kB
Progress (4): 358 kB | 122/575 kB | 98/174 kB | 77/433 kB
Progress (4): 358 kB | 126/575 kB | 98/174 kB | 77/433 kB
Progress (4): 358 kB | 126/575 kB | 98/174 kB | 81/433 kB
Progress (4): 358 kB | 126/575 kB | 102/174 kB | 81/433 kB
Progress (4): 358 kB | 131/575 kB | 102/174 kB | 81/433 kB
Progress (4): 358 kB | 131/575 kB | 106/174 kB | 81/433 kB
Progress (4): 358 kB | 131/575 kB | 110/174 kB | 81/433 kB
Progress (4): 358 kB | 131/575 kB | 110/174 kB | 85/433 kB
Progress (4): 358 kB | 131/575 kB | 114/174 kB | 85/433 kB
Progress (4): 358 kB | 135/575 kB | 114/174 kB | 85/433 kB
Progress (4): 358 kB | 135/575 kB | 114/174 kB | 90/433 kB
Progress (4): 358 kB | 139/575 kB | 114/174 kB | 90/433 kB
Progress (4): 358 kB | 139/575 kB | 114/174 kB | 94/433 kB
Progress (4): 358 kB | 143/575 kB | 114/174 kB | 94/433 kB
Progress (4): 358 kB | 143/575 kB | 114/174 kB | 98/433 kB
Progress (4): 358 kB | 143/575 kB | 118/174 kB | 98/433 kB
Progress (4): 358 kB | 147/575 kB | 118/174 kB | 98/433 kB
Progress (4): 358 kB | 147/575 kB | 122/174 kB | 98/433 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 507 kB/s)
Progress (3): 151/575 kB | 122/174 kB | 98/433 kB
Progress (3): 151/575 kB | 122/174 kB | 102/433 kB
Progress (3): 151/575 kB | 126/174 kB | 102/433 kB
Progress (3): 151/575 kB | 126/174 kB | 106/433 kB
Progress (3): 155/575 kB | 126/174 kB | 106/433 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar
Progress (3): 159/575 kB | 126/174 kB | 106/433 kB
Progress (3): 159/575 kB | 126/174 kB | 110/433 kB
Progress (3): 159/575 kB | 131/174 kB | 110/433 kB
Progress (3): 159/575 kB | 131/174 kB | 114/433 kB
Progress (3): 163/575 kB | 131/174 kB | 114/433 kB
Progress (3): 163/575 kB | 135/174 kB | 114/433 kB
Progress (3): 163/575 kB | 139/174 kB | 114/433 kB
Progress (3): 167/575 kB | 139/174 kB | 114/433 kB
Progress (3): 167/575 kB | 143/174 kB | 114/433 kB
Progress (3): 171/575 kB | 143/174 kB | 114/433 kB
Progress (3): 171/575 kB | 143/174 kB | 118/433 kB
Progress (3): 176/575 kB | 143/174 kB | 118/433 kB
Progress (3): 176/575 kB | 147/174 kB | 118/433 kB
Progress (3): 180/575 kB | 147/174 kB | 118/433 kB
Progress (3): 180/575 kB | 147/174 kB | 122/433 kB
Progress (3): 180/575 kB | 147/174 kB | 126/433 kB
Progress (3): 180/575 kB | 147/174 kB | 131/433 kB
Progress (3): 180/575 kB | 151/174 kB | 131/433 kB
Progress (3): 184/575 kB | 151/174 kB | 131/433 kB
Progress (3): 184/575 kB | 155/174 kB | 131/433 kB
Progress (3): 188/575 kB | 155/174 kB | 131/433 kB
Progress (3): 188/575 kB | 159/174 kB | 131/433 kB
Progress (3): 188/575 kB | 159/174 kB | 135/433 kB
Progress (3): 192/575 kB | 159/174 kB | 135/433 kB
Progress (3): 192/575 kB | 159/174 kB | 139/433 kB
Progress (3): 192/575 kB | 163/174 kB | 139/433 kB
Progress (3): 192/575 kB | 163/174 kB | 143/433 kB
Progress (3): 196/575 kB | 163/174 kB | 143/433 kB
Progress (3): 196/575 kB | 163/174 kB | 147/433 kB
Progress (3): 196/575 kB | 167/174 kB | 147/433 kB
Progress (3): 196/575 kB | 171/174 kB | 147/433 kB
Progress (3): 196/575 kB | 174 kB | 147/433 kB    
Progress (3): 200/575 kB | 174 kB | 147/433 kB
Progress (3): 200/575 kB | 174 kB | 151/433 kB
Progress (3): 204/575 kB | 174 kB | 151/433 kB
Progress (3): 204/575 kB | 174 kB | 155/433 kB
Progress (3): 208/575 kB | 174 kB | 155/433 kB
Progress (3): 208/575 kB | 174 kB | 159/433 kB
Progress (3): 212/575 kB | 174 kB | 159/433 kB
Progress (3): 212/575 kB | 174 kB | 163/433 kB
Progress (3): 217/575 kB | 174 kB | 163/433 kB
Progress (3): 217/575 kB | 174 kB | 167/433 kB
Progress (3): 221/575 kB | 174 kB | 167/433 kB
Progress (3): 221/575 kB | 174 kB | 171/433 kB
Progress (3): 225/575 kB | 174 kB | 171/433 kB
Progress (3): 225/575 kB | 174 kB | 176/433 kB
Progress (3): 229/575 kB | 174 kB | 176/433 kB
Progress (3): 229/575 kB | 174 kB | 180/433 kB
Progress (3): 233/575 kB | 174 kB | 180/433 kB
Progress (3): 233/575 kB | 174 kB | 184/433 kB
Progress (3): 237/575 kB | 174 kB | 184/433 kB
Progress (3): 237/575 kB | 174 kB | 188/433 kB
Progress (3): 241/575 kB | 174 kB | 188/433 kB
Progress (3): 241/575 kB | 174 kB | 192/433 kB
Progress (3): 245/575 kB | 174 kB | 192/433 kB
Progress (3): 245/575 kB | 174 kB | 196/433 kB
Progress (3): 249/575 kB | 174 kB | 196/433 kB
Progress (3): 249/575 kB | 174 kB | 200/433 kB
Progress (3): 253/575 kB | 174 kB | 200/433 kB
Progress (3): 253/575 kB | 174 kB | 204/433 kB
Progress (3): 258/575 kB | 174 kB | 204/433 kB
Progress (3): 258/575 kB | 174 kB | 208/433 kB
Progress (3): 262/575 kB | 174 kB | 208/433 kB
Progress (3): 262/575 kB | 174 kB | 212/433 kB
Progress (3): 266/575 kB | 174 kB | 212/433 kB
Progress (3): 266/575 kB | 174 kB | 217/433 kB
Progress (3): 270/575 kB | 174 kB | 217/433 kB
Progress (3): 270/575 kB | 174 kB | 221/433 kB
Progress (3): 274/575 kB | 174 kB | 221/433 kB
Progress (3): 274/575 kB | 174 kB | 225/433 kB
Progress (3): 278/575 kB | 174 kB | 225/433 kB
Progress (3): 278/575 kB | 174 kB | 229/433 kB
Progress (3): 282/575 kB | 174 kB | 229/433 kB
Progress (3): 282/575 kB | 174 kB | 233/433 kB
Progress (3): 286/575 kB | 174 kB | 233/433 kB
Progress (3): 286/575 kB | 174 kB | 237/433 kB
Progress (3): 290/575 kB | 174 kB | 237/433 kB
Progress (3): 290/575 kB | 174 kB | 241/433 kB
Progress (3): 294/575 kB | 174 kB | 241/433 kB
Progress (3): 294/575 kB | 174 kB | 245/433 kB
Progress (3): 298/575 kB | 174 kB | 245/433 kB
Progress (3): 303/575 kB | 174 kB | 245/433 kB
Progress (3): 307/575 kB | 174 kB | 245/433 kB
Progress (3): 311/575 kB | 174 kB | 245/433 kB
Progress (3): 311/575 kB | 174 kB | 249/433 kB
Progress (3): 315/575 kB | 174 kB | 249/433 kB
Progress (3): 315/575 kB | 174 kB | 253/433 kB
Progress (3): 319/575 kB | 174 kB | 253/433 kB
Progress (4): 319/575 kB | 174 kB | 253/433 kB | 4.1/262 kB
Progress (4): 319/575 kB | 174 kB | 258/433 kB | 4.1/262 kB
Progress (4): 319/575 kB | 174 kB | 258/433 kB | 7.7/262 kB
Progress (4): 323/575 kB | 174 kB | 258/433 kB | 7.7/262 kB
Progress (4): 323/575 kB | 174 kB | 258/433 kB | 12/262 kB 
Progress (4): 323/575 kB | 174 kB | 262/433 kB | 12/262 kB
Progress (4): 323/575 kB | 174 kB | 262/433 kB | 16/262 kB
Progress (4): 327/575 kB | 174 kB | 262/433 kB | 16/262 kB
Progress (4): 327/575 kB | 174 kB | 262/433 kB | 20/262 kB
Progress (4): 327/575 kB | 174 kB | 266/433 kB | 20/262 kB
Progress (4): 327/575 kB | 174 kB | 266/433 kB | 24/262 kB
Progress (4): 331/575 kB | 174 kB | 266/433 kB | 24/262 kB
Progress (4): 331/575 kB | 174 kB | 266/433 kB | 28/262 kB
Progress (4): 331/575 kB | 174 kB | 270/433 kB | 28/262 kB
Progress (4): 331/575 kB | 174 kB | 270/433 kB | 32/262 kB
Progress (4): 335/575 kB | 174 kB | 270/433 kB | 32/262 kB
Progress (4): 335/575 kB | 174 kB | 274/433 kB | 32/262 kB
Progress (4): 339/575 kB | 174 kB | 274/433 kB | 32/262 kB
Progress (4): 339/575 kB | 174 kB | 278/433 kB | 32/262 kB
Progress (4): 344/575 kB | 174 kB | 278/433 kB | 32/262 kB
Progress (4): 344/575 kB | 174 kB | 278/433 kB | 36/262 kB
Progress (4): 344/575 kB | 174 kB | 278/433 kB | 40/262 kB
Progress (4): 344/575 kB | 174 kB | 278/433 kB | 45/262 kB
Progress (4): 344/575 kB | 174 kB | 278/433 kB | 49/262 kB
Progress (4): 348/575 kB | 174 kB | 278/433 kB | 49/262 kB
Progress (4): 352/575 kB | 174 kB | 278/433 kB | 49/262 kB
Progress (4): 352/575 kB | 174 kB | 282/433 kB | 49/262 kB
Progress (4): 356/575 kB | 174 kB | 282/433 kB | 49/262 kB
Progress (4): 356/575 kB | 174 kB | 286/433 kB | 49/262 kB
Progress (4): 356/575 kB | 174 kB | 286/433 kB | 53/262 kB
Progress (4): 356/575 kB | 174 kB | 290/433 kB | 53/262 kB
Progress (4): 360/575 kB | 174 kB | 290/433 kB | 53/262 kB
Progress (4): 360/575 kB | 174 kB | 294/433 kB | 53/262 kB
Progress (4): 360/575 kB | 174 kB | 294/433 kB | 57/262 kB
Progress (4): 360/575 kB | 174 kB | 294/433 kB | 61/262 kB
Progress (4): 360/575 kB | 174 kB | 294/433 kB | 65/262 kB
Progress (4): 364/575 kB | 174 kB | 294/433 kB | 65/262 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 240 kB/s)
Progress (3): 364/575 kB | 294/433 kB | 69/262 kB
Progress (3): 364/575 kB | 298/433 kB | 69/262 kB
Progress (3): 364/575 kB | 298/433 kB | 73/262 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Progress (4): 364/575 kB | 298/433 kB | 73/262 kB | 4.1/224 kB
Progress (4): 368/575 kB | 298/433 kB | 73/262 kB | 4.1/224 kB
Progress (4): 368/575 kB | 298/433 kB | 73/262 kB | 7.7/224 kB
Progress (4): 368/575 kB | 298/433 kB | 77/262 kB | 7.7/224 kB
Progress (4): 368/575 kB | 303/433 kB | 77/262 kB | 7.7/224 kB
Progress (4): 368/575 kB | 303/433 kB | 81/262 kB | 7.7/224 kB
Progress (4): 368/575 kB | 303/433 kB | 81/262 kB | 12/224 kB 
Progress (4): 372/575 kB | 303/433 kB | 81/262 kB | 12/224 kB
Progress (4): 372/575 kB | 303/433 kB | 81/262 kB | 16/224 kB
Progress (4): 372/575 kB | 307/433 kB | 81/262 kB | 16/224 kB
Progress (4): 372/575 kB | 307/433 kB | 85/262 kB | 16/224 kB
Progress (4): 376/575 kB | 307/433 kB | 85/262 kB | 16/224 kB
Progress (4): 376/575 kB | 307/433 kB | 90/262 kB | 16/224 kB
Progress (4): 376/575 kB | 311/433 kB | 90/262 kB | 16/224 kB
Progress (4): 376/575 kB | 311/433 kB | 90/262 kB | 20/224 kB
Progress (4): 376/575 kB | 311/433 kB | 94/262 kB | 20/224 kB
Progress (4): 376/575 kB | 311/433 kB | 94/262 kB | 24/224 kB
Progress (4): 376/575 kB | 311/433 kB | 98/262 kB | 24/224 kB
Progress (4): 376/575 kB | 311/433 kB | 98/262 kB | 28/224 kB
Progress (4): 380/575 kB | 311/433 kB | 98/262 kB | 28/224 kB
Progress (4): 380/575 kB | 311/433 kB | 98/262 kB | 32/224 kB
Progress (4): 384/575 kB | 311/433 kB | 98/262 kB | 32/224 kB
Progress (5): 384/575 kB | 311/433 kB | 98/262 kB | 32/224 kB | 4.1/233 kB
Progress (5): 384/575 kB | 315/433 kB | 98/262 kB | 32/224 kB | 4.1/233 kB
Progress (5): 384/575 kB | 315/433 kB | 98/262 kB | 36/224 kB | 4.1/233 kB
Progress (5): 384/575 kB | 315/433 kB | 98/262 kB | 36/224 kB | 7.7/233 kB
Progress (5): 389/575 kB | 315/433 kB | 98/262 kB | 36/224 kB | 7.7/233 kB
Progress (5): 389/575 kB | 315/433 kB | 102/262 kB | 36/224 kB | 7.7/233 kB
Progress (5): 393/575 kB | 315/433 kB | 102/262 kB | 36/224 kB | 7.7/233 kB
Progress (5): 393/575 kB | 315/433 kB | 102/262 kB | 36/224 kB | 12/233 kB 
Progress (5): 393/575 kB | 315/433 kB | 102/262 kB | 40/224 kB | 12/233 kB
Progress (5): 393/575 kB | 319/433 kB | 102/262 kB | 40/224 kB | 12/233 kB
Progress (5): 393/575 kB | 319/433 kB | 102/262 kB | 45/224 kB | 12/233 kB
Progress (5): 393/575 kB | 319/433 kB | 102/262 kB | 45/224 kB | 16/233 kB
Progress (5): 393/575 kB | 319/433 kB | 106/262 kB | 45/224 kB | 16/233 kB
Progress (5): 393/575 kB | 319/433 kB | 106/262 kB | 49/224 kB | 16/233 kB
Progress (5): 397/575 kB | 319/433 kB | 106/262 kB | 49/224 kB | 16/233 kB
Progress (5): 397/575 kB | 323/433 kB | 106/262 kB | 49/224 kB | 16/233 kB
Progress (5): 401/575 kB | 323/433 kB | 106/262 kB | 49/224 kB | 16/233 kB
Progress (5): 401/575 kB | 323/433 kB | 106/262 kB | 49/224 kB | 20/233 kB
Progress (5): 401/575 kB | 323/433 kB | 110/262 kB | 49/224 kB | 20/233 kB
Progress (5): 401/575 kB | 323/433 kB | 110/262 kB | 49/224 kB | 24/233 kB
Progress (5): 405/575 kB | 323/433 kB | 110/262 kB | 49/224 kB | 24/233 kB
Progress (5): 405/575 kB | 323/433 kB | 110/262 kB | 53/224 kB | 24/233 kB
Progress (5): 405/575 kB | 327/433 kB | 110/262 kB | 53/224 kB | 24/233 kB
Progress (5): 405/575 kB | 327/433 kB | 110/262 kB | 57/224 kB | 24/233 kB
Progress (5): 409/575 kB | 327/433 kB | 110/262 kB | 57/224 kB | 24/233 kB
Progress (5): 409/575 kB | 327/433 kB | 110/262 kB | 57/224 kB | 28/233 kB
Progress (5): 409/575 kB | 327/433 kB | 114/262 kB | 57/224 kB | 28/233 kB
Progress (5): 409/575 kB | 327/433 kB | 114/262 kB | 57/224 kB | 32/233 kB
Progress (5): 409/575 kB | 331/433 kB | 114/262 kB | 57/224 kB | 32/233 kB
Progress (5): 409/575 kB | 331/433 kB | 114/262 kB | 61/224 kB | 32/233 kB
Progress (5): 409/575 kB | 331/433 kB | 118/262 kB | 61/224 kB | 32/233 kB
Progress (5): 409/575 kB | 335/433 kB | 118/262 kB | 61/224 kB | 32/233 kB
Progress (5): 413/575 kB | 335/433 kB | 118/262 kB | 61/224 kB | 32/233 kB
Progress (5): 413/575 kB | 339/433 kB | 118/262 kB | 61/224 kB | 32/233 kB
Progress (5): 413/575 kB | 339/433 kB | 122/262 kB | 61/224 kB | 32/233 kB
Progress (5): 413/575 kB | 339/433 kB | 122/262 kB | 61/224 kB | 36/233 kB
Progress (5): 413/575 kB | 339/433 kB | 122/262 kB | 65/224 kB | 36/233 kB
Progress (5): 413/575 kB | 339/433 kB | 122/262 kB | 65/224 kB | 40/233 kB
Progress (5): 413/575 kB | 339/433 kB | 126/262 kB | 65/224 kB | 40/233 kB
Progress (5): 413/575 kB | 344/433 kB | 126/262 kB | 65/224 kB | 40/233 kB
Progress (5): 417/575 kB | 344/433 kB | 126/262 kB | 65/224 kB | 40/233 kB
Progress (5): 417/575 kB | 344/433 kB | 131/262 kB | 65/224 kB | 40/233 kB
Progress (5): 417/575 kB | 344/433 kB | 131/262 kB | 69/224 kB | 40/233 kB
Progress (5): 417/575 kB | 344/433 kB | 131/262 kB | 69/224 kB | 45/233 kB
Progress (5): 417/575 kB | 348/433 kB | 131/262 kB | 69/224 kB | 45/233 kB
Progress (5): 417/575 kB | 348/433 kB | 131/262 kB | 73/224 kB | 45/233 kB
Progress (5): 421/575 kB | 348/433 kB | 131/262 kB | 73/224 kB | 45/233 kB
Progress (5): 421/575 kB | 348/433 kB | 131/262 kB | 77/224 kB | 45/233 kB
Progress (5): 421/575 kB | 352/433 kB | 131/262 kB | 77/224 kB | 45/233 kB
Progress (5): 421/575 kB | 352/433 kB | 135/262 kB | 77/224 kB | 45/233 kB
Progress (5): 421/575 kB | 352/433 kB | 135/262 kB | 77/224 kB | 49/233 kB
Progress (5): 421/575 kB | 352/433 kB | 139/262 kB | 77/224 kB | 49/233 kB
Progress (5): 421/575 kB | 356/433 kB | 139/262 kB | 77/224 kB | 49/233 kB
Progress (5): 421/575 kB | 356/433 kB | 139/262 kB | 81/224 kB | 49/233 kB
Progress (5): 425/575 kB | 356/433 kB | 139/262 kB | 81/224 kB | 49/233 kB
Progress (5): 425/575 kB | 360/433 kB | 139/262 kB | 81/224 kB | 49/233 kB
Progress (5): 425/575 kB | 360/433 kB | 143/262 kB | 81/224 kB | 49/233 kB
Progress (5): 425/575 kB | 360/433 kB | 143/262 kB | 85/224 kB | 49/233 kB
Progress (5): 425/575 kB | 360/433 kB | 143/262 kB | 85/224 kB | 53/233 kB
Progress (5): 430/575 kB | 360/433 kB | 143/262 kB | 85/224 kB | 53/233 kB
Progress (5): 430/575 kB | 360/433 kB | 143/262 kB | 90/224 kB | 53/233 kB
Progress (5): 430/575 kB | 360/433 kB | 147/262 kB | 90/224 kB | 53/233 kB
Progress (5): 430/575 kB | 360/433 kB | 147/262 kB | 94/224 kB | 53/233 kB
Progress (5): 434/575 kB | 360/433 kB | 147/262 kB | 94/224 kB | 53/233 kB
Progress (5): 434/575 kB | 364/433 kB | 147/262 kB | 94/224 kB | 53/233 kB
Progress (5): 434/575 kB | 364/433 kB | 147/262 kB | 94/224 kB | 57/233 kB
Progress (5): 434/575 kB | 368/433 kB | 147/262 kB | 94/224 kB | 57/233 kB
Progress (5): 434/575 kB | 368/433 kB | 151/262 kB | 94/224 kB | 57/233 kB
Progress (5): 438/575 kB | 368/433 kB | 151/262 kB | 94/224 kB | 57/233 kB
Progress (5): 438/575 kB | 368/433 kB | 151/262 kB | 98/224 kB | 57/233 kB
Progress (5): 442/575 kB | 368/433 kB | 151/262 kB | 98/224 kB | 57/233 kB
Progress (5): 442/575 kB | 368/433 kB | 155/262 kB | 98/224 kB | 57/233 kB
Progress (5): 442/575 kB | 372/433 kB | 155/262 kB | 98/224 kB | 57/233 kB
Progress (5): 442/575 kB | 372/433 kB | 155/262 kB | 102/224 kB | 57/233 kB
Progress (5): 442/575 kB | 372/433 kB | 155/262 kB | 102/224 kB | 61/233 kB
Progress (5): 442/575 kB | 372/433 kB | 155/262 kB | 106/224 kB | 61/233 kB
Progress (5): 446/575 kB | 372/433 kB | 155/262 kB | 106/224 kB | 61/233 kB
Progress (5): 446/575 kB | 376/433 kB | 155/262 kB | 106/224 kB | 61/233 kB
Progress (5): 446/575 kB | 376/433 kB | 159/262 kB | 106/224 kB | 61/233 kB
Progress (5): 450/575 kB | 376/433 kB | 159/262 kB | 106/224 kB | 61/233 kB
Progress (5): 450/575 kB | 376/433 kB | 159/262 kB | 110/224 kB | 61/233 kB
Progress (5): 450/575 kB | 376/433 kB | 159/262 kB | 110/224 kB | 65/233 kB
Progress (5): 450/575 kB | 376/433 kB | 159/262 kB | 114/224 kB | 65/233 kB
Progress (5): 450/575 kB | 380/433 kB | 159/262 kB | 114/224 kB | 65/233 kB
Progress (5): 454/575 kB | 380/433 kB | 159/262 kB | 114/224 kB | 65/233 kB
Progress (5): 454/575 kB | 380/433 kB | 163/262 kB | 114/224 kB | 65/233 kB
Progress (5): 454/575 kB | 380/433 kB | 163/262 kB | 118/224 kB | 65/233 kB
Progress (5): 458/575 kB | 380/433 kB | 163/262 kB | 118/224 kB | 65/233 kB
Progress (5): 458/575 kB | 384/433 kB | 163/262 kB | 118/224 kB | 65/233 kB
Progress (5): 458/575 kB | 384/433 kB | 163/262 kB | 122/224 kB | 65/233 kB
Progress (5): 458/575 kB | 384/433 kB | 163/262 kB | 122/224 kB | 69/233 kB
Progress (5): 458/575 kB | 384/433 kB | 163/262 kB | 126/224 kB | 69/233 kB
Progress (5): 458/575 kB | 389/433 kB | 163/262 kB | 126/224 kB | 69/233 kB
Progress (5): 458/575 kB | 389/433 kB | 167/262 kB | 126/224 kB | 69/233 kB
Progress (5): 458/575 kB | 393/433 kB | 167/262 kB | 126/224 kB | 69/233 kB
Progress (5): 458/575 kB | 393/433 kB | 167/262 kB | 131/224 kB | 69/233 kB
Progress (5): 462/575 kB | 393/433 kB | 167/262 kB | 131/224 kB | 69/233 kB
Progress (5): 462/575 kB | 393/433 kB | 167/262 kB | 131/224 kB | 73/233 kB
Progress (5): 462/575 kB | 397/433 kB | 167/262 kB | 131/224 kB | 73/233 kB
Progress (5): 466/575 kB | 397/433 kB | 167/262 kB | 131/224 kB | 73/233 kB
Progress (5): 466/575 kB | 397/433 kB | 171/262 kB | 131/224 kB | 73/233 kB
Progress (5): 471/575 kB | 397/433 kB | 171/262 kB | 131/224 kB | 73/233 kB
Progress (5): 471/575 kB | 401/433 kB | 171/262 kB | 131/224 kB | 73/233 kB
Progress (5): 471/575 kB | 401/433 kB | 171/262 kB | 131/224 kB | 77/233 kB
Progress (5): 471/575 kB | 401/433 kB | 171/262 kB | 135/224 kB | 77/233 kB
Progress (5): 471/575 kB | 401/433 kB | 171/262 kB | 135/224 kB | 81/233 kB
Progress (5): 471/575 kB | 405/433 kB | 171/262 kB | 135/224 kB | 81/233 kB
Progress (5): 475/575 kB | 405/433 kB | 171/262 kB | 135/224 kB | 81/233 kB
Progress (5): 475/575 kB | 405/433 kB | 176/262 kB | 135/224 kB | 81/233 kB
Progress (5): 475/575 kB | 409/433 kB | 176/262 kB | 135/224 kB | 81/233 kB
Progress (5): 475/575 kB | 409/433 kB | 176/262 kB | 139/224 kB | 81/233 kB
Progress (5): 475/575 kB | 409/433 kB | 176/262 kB | 139/224 kB | 85/233 kB
Progress (5): 475/575 kB | 409/433 kB | 180/262 kB | 139/224 kB | 85/233 kB
Progress (5): 475/575 kB | 413/433 kB | 180/262 kB | 139/224 kB | 85/233 kB
Progress (5): 475/575 kB | 413/433 kB | 180/262 kB | 139/224 kB | 90/233 kB
Progress (5): 479/575 kB | 413/433 kB | 180/262 kB | 139/224 kB | 90/233 kB
Progress (5): 479/575 kB | 413/433 kB | 180/262 kB | 143/224 kB | 90/233 kB
Progress (5): 483/575 kB | 413/433 kB | 180/262 kB | 143/224 kB | 90/233 kB
Progress (5): 483/575 kB | 413/433 kB | 184/262 kB | 143/224 kB | 90/233 kB
Progress (5): 483/575 kB | 413/433 kB | 184/262 kB | 143/224 kB | 94/233 kB
Progress (5): 483/575 kB | 417/433 kB | 184/262 kB | 143/224 kB | 94/233 kB
Progress (5): 483/575 kB | 417/433 kB | 184/262 kB | 143/224 kB | 98/233 kB
Progress (5): 483/575 kB | 417/433 kB | 188/262 kB | 143/224 kB | 98/233 kB
Progress (5): 487/575 kB | 417/433 kB | 188/262 kB | 143/224 kB | 98/233 kB
Progress (5): 487/575 kB | 417/433 kB | 188/262 kB | 147/224 kB | 98/233 kB
Progress (5): 491/575 kB | 417/433 kB | 188/262 kB | 147/224 kB | 98/233 kB
Progress (5): 491/575 kB | 417/433 kB | 192/262 kB | 147/224 kB | 98/233 kB
Progress (5): 491/575 kB | 421/433 kB | 192/262 kB | 147/224 kB | 98/233 kB
Progress (5): 491/575 kB | 421/433 kB | 192/262 kB | 151/224 kB | 98/233 kB
Progress (5): 491/575 kB | 421/433 kB | 196/262 kB | 151/224 kB | 98/233 kB
Progress (5): 491/575 kB | 421/433 kB | 196/262 kB | 151/224 kB | 102/233 kB
Progress (5): 495/575 kB | 421/433 kB | 196/262 kB | 151/224 kB | 102/233 kB
Progress (5): 495/575 kB | 421/433 kB | 196/262 kB | 155/224 kB | 102/233 kB
Progress (5): 495/575 kB | 425/433 kB | 196/262 kB | 155/224 kB | 102/233 kB
Progress (5): 495/575 kB | 425/433 kB | 196/262 kB | 159/224 kB | 102/233 kB
Progress (5): 495/575 kB | 425/433 kB | 200/262 kB | 159/224 kB | 102/233 kB
Progress (5): 495/575 kB | 430/433 kB | 200/262 kB | 159/224 kB | 102/233 kB
Progress (5): 499/575 kB | 430/433 kB | 200/262 kB | 159/224 kB | 102/233 kB
Progress (5): 499/575 kB | 430/433 kB | 200/262 kB | 159/224 kB | 106/233 kB
Progress (5): 503/575 kB | 430/433 kB | 200/262 kB | 159/224 kB | 106/233 kB
Progress (5): 503/575 kB | 433 kB | 200/262 kB | 159/224 kB | 106/233 kB    
Progress (5): 503/575 kB | 433 kB | 204/262 kB | 159/224 kB | 106/233 kB
Progress (5): 503/575 kB | 433 kB | 204/262 kB | 163/224 kB | 106/233 kB
Progress (5): 503/575 kB | 433 kB | 208/262 kB | 163/224 kB | 106/233 kB
Progress (5): 507/575 kB | 433 kB | 208/262 kB | 163/224 kB | 106/233 kB
Progress (5): 507/575 kB | 433 kB | 208/262 kB | 163/224 kB | 110/233 kB
Progress (5): 507/575 kB | 433 kB | 208/262 kB | 167/224 kB | 110/233 kB
Progress (5): 507/575 kB | 433 kB | 212/262 kB | 167/224 kB | 110/233 kB
Progress (5): 511/575 kB | 433 kB | 212/262 kB | 167/224 kB | 110/233 kB
Progress (5): 511/575 kB | 433 kB | 212/262 kB | 171/224 kB | 110/233 kB
Progress (5): 511/575 kB | 433 kB | 212/262 kB | 171/224 kB | 114/233 kB
Progress (5): 511/575 kB | 433 kB | 217/262 kB | 171/224 kB | 114/233 kB
Progress (5): 511/575 kB | 433 kB | 217/262 kB | 176/224 kB | 114/233 kB
Progress (5): 516/575 kB | 433 kB | 217/262 kB | 176/224 kB | 114/233 kB
Progress (5): 516/575 kB | 433 kB | 217/262 kB | 180/224 kB | 114/233 kB
Progress (5): 516/575 kB | 433 kB | 221/262 kB | 180/224 kB | 114/233 kB
Progress (5): 520/575 kB | 433 kB | 221/262 kB | 180/224 kB | 114/233 kB
Progress (5): 520/575 kB | 433 kB | 225/262 kB | 180/224 kB | 114/233 kB
Progress (5): 520/575 kB | 433 kB | 225/262 kB | 180/224 kB | 118/233 kB
Progress (5): 520/575 kB | 433 kB | 229/262 kB | 180/224 kB | 118/233 kB
Progress (5): 520/575 kB | 433 kB | 229/262 kB | 184/224 kB | 118/233 kB
Progress (5): 524/575 kB | 433 kB | 229/262 kB | 184/224 kB | 118/233 kB
Progress (5): 524/575 kB | 433 kB | 229/262 kB | 188/224 kB | 118/233 kB
Progress (5): 524/575 kB | 433 kB | 233/262 kB | 188/224 kB | 118/233 kB
Progress (5): 524/575 kB | 433 kB | 233/262 kB | 188/224 kB | 122/233 kB
Progress (5): 524/575 kB | 433 kB | 237/262 kB | 188/224 kB | 122/233 kB
Progress (5): 524/575 kB | 433 kB | 237/262 kB | 192/224 kB | 122/233 kB
Progress (5): 524/575 kB | 433 kB | 241/262 kB | 192/224 kB | 122/233 kB
Progress (5): 528/575 kB | 433 kB | 241/262 kB | 192/224 kB | 122/233 kB
Progress (5): 528/575 kB | 433 kB | 241/262 kB | 192/224 kB | 126/233 kB
Progress (5): 532/575 kB | 433 kB | 241/262 kB | 192/224 kB | 126/233 kB
Progress (5): 532/575 kB | 433 kB | 245/262 kB | 192/224 kB | 126/233 kB
Progress (5): 532/575 kB | 433 kB | 245/262 kB | 196/224 kB | 126/233 kB
Progress (5): 536/575 kB | 433 kB | 245/262 kB | 196/224 kB | 126/233 kB
Progress (5): 536/575 kB | 433 kB | 245/262 kB | 196/224 kB | 131/233 kB
Progress (5): 536/575 kB | 433 kB | 249/262 kB | 196/224 kB | 131/233 kB
Progress (5): 540/575 kB | 433 kB | 249/262 kB | 196/224 kB | 131/233 kB
Progress (5): 540/575 kB | 433 kB | 253/262 kB | 196/224 kB | 131/233 kB
Progress (5): 540/575 kB | 433 kB | 253/262 kB | 200/224 kB | 131/233 kB
Progress (5): 540/575 kB | 433 kB | 258/262 kB | 200/224 kB | 131/233 kB
Progress (5): 540/575 kB | 433 kB | 258/262 kB | 204/224 kB | 131/233 kB
Progress (5): 544/575 kB | 433 kB | 258/262 kB | 204/224 kB | 131/233 kB
Progress (5): 544/575 kB | 433 kB | 262/262 kB | 204/224 kB | 131/233 kB
Progress (5): 544/575 kB | 433 kB | 262/262 kB | 204/224 kB | 135/233 kB
Progress (5): 544/575 kB | 433 kB | 262 kB | 204/224 kB | 135/233 kB    
Progress (5): 548/575 kB | 433 kB | 262 kB | 204/224 kB | 135/233 kB
Progress (5): 548/575 kB | 433 kB | 262 kB | 208/224 kB | 135/233 kB
Progress (5): 552/575 kB | 433 kB | 262 kB | 208/224 kB | 135/233 kB
Progress (5): 552/575 kB | 433 kB | 262 kB | 208/224 kB | 139/233 kB
Progress (5): 557/575 kB | 433 kB | 262 kB | 208/224 kB | 139/233 kB
Progress (5): 557/575 kB | 433 kB | 262 kB | 212/224 kB | 139/233 kB
Progress (5): 557/575 kB | 433 kB | 262 kB | 212/224 kB | 143/233 kB
Progress (5): 557/575 kB | 433 kB | 262 kB | 212/224 kB | 147/233 kB
Progress (5): 561/575 kB | 433 kB | 262 kB | 212/224 kB | 147/233 kB
Progress (5): 561/575 kB | 433 kB | 262 kB | 217/224 kB | 147/233 kB
Progress (5): 565/575 kB | 433 kB | 262 kB | 217/224 kB | 147/233 kB
Progress (5): 565/575 kB | 433 kB | 262 kB | 221/224 kB | 147/233 kB
Progress (5): 569/575 kB | 433 kB | 262 kB | 221/224 kB | 147/233 kB
Progress (5): 569/575 kB | 433 kB | 262 kB | 221/224 kB | 151/233 kB
Progress (5): 569/575 kB | 433 kB | 262 kB | 224 kB | 151/233 kB    
Progress (5): 569/575 kB | 433 kB | 262 kB | 224 kB | 155/233 kB
Progress (5): 573/575 kB | 433 kB | 262 kB | 224 kB | 155/233 kB
Progress (5): 573/575 kB | 433 kB | 262 kB | 224 kB | 159/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 159/233 kB    
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 163/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 167/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 171/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 176/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 180/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 184/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 188/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 192/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 196/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 200/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 204/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 208/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 212/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 217/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 221/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 225/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 229/233 kB
Progress (5): 575 kB | 433 kB | 262 kB | 224 kB | 233 kB    
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 302 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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.2.3/httpclient-4.2.3.jar (433 kB at 452 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.2.2/httpcore-4.2.2.jar (224 kB at 233 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Progress (3): 575 kB | 262 kB | 4.1/180 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 599 kB/s)
Progress (3): 262 kB | 4.1/180 kB | 4.1/367 kB
Progress (3): 262 kB | 7.7/180 kB | 4.1/367 kB
Progress (3): 262 kB | 7.7/180 kB | 7.7/367 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Progress (3): 262 kB | 7.7/180 kB | 12/367 kB
Progress (3): 262 kB | 12/180 kB | 12/367 kB 
Progress (3): 262 kB | 12/180 kB | 16/367 kB
Progress (3): 262 kB | 16/180 kB | 16/367 kB
Progress (3): 262 kB | 16/180 kB | 20/367 kB
Progress (3): 262 kB | 20/180 kB | 20/367 kB
Progress (3): 262 kB | 20/180 kB | 24/367 kB
Progress (3): 262 kB | 24/180 kB | 24/367 kB
Progress (3): 262 kB | 24/180 kB | 28/367 kB
Progress (3): 262 kB | 28/180 kB | 28/367 kB
Progress (3): 262 kB | 28/180 kB | 32/367 kB
Progress (3): 262 kB | 32/180 kB | 32/367 kB
Progress (3): 262 kB | 32/180 kB | 36/367 kB
Progress (3): 262 kB | 32/180 kB | 40/367 kB
Progress (3): 262 kB | 36/180 kB | 40/367 kB
Progress (3): 262 kB | 36/180 kB | 45/367 kB
Progress (3): 262 kB | 40/180 kB | 45/367 kB
Progress (3): 262 kB | 40/180 kB | 49/367 kB
Progress (3): 262 kB | 45/180 kB | 49/367 kB
Progress (3): 262 kB | 49/180 kB | 49/367 kB
Progress (3): 262 kB | 49/180 kB | 53/367 kB
Progress (3): 262 kB | 49/180 kB | 57/367 kB
Progress (3): 262 kB | 53/180 kB | 57/367 kB
Progress (3): 262 kB | 53/180 kB | 61/367 kB
Progress (3): 262 kB | 57/180 kB | 61/367 kB
Progress (3): 262 kB | 57/180 kB | 65/367 kB
Progress (3): 262 kB | 61/180 kB | 65/367 kB
Progress (3): 262 kB | 65/180 kB | 65/367 kB
Progress (3): 262 kB | 65/180 kB | 69/367 kB
Progress (3): 262 kB | 65/180 kB | 73/367 kB
Progress (3): 262 kB | 69/180 kB | 73/367 kB
Progress (3): 262 kB | 69/180 kB | 77/367 kB
Progress (3): 262 kB | 73/180 kB | 77/367 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 271 kB/s)
Progress (2): 73/180 kB | 81/367 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar
Progress (2): 77/180 kB | 81/367 kB
Progress (2): 77/180 kB | 85/367 kB
Progress (2): 81/180 kB | 85/367 kB
Progress (2): 81/180 kB | 90/367 kB
Progress (2): 81/180 kB | 94/367 kB
Progress (2): 81/180 kB | 98/367 kB
Progress (2): 85/180 kB | 98/367 kB
Progress (3): 85/180 kB | 98/367 kB | 4.1/195 kB
Progress (3): 90/180 kB | 98/367 kB | 4.1/195 kB
Progress (3): 90/180 kB | 102/367 kB | 4.1/195 kB
Progress (3): 94/180 kB | 102/367 kB | 4.1/195 kB
Progress (3): 94/180 kB | 102/367 kB | 7.7/195 kB
Progress (3): 98/180 kB | 102/367 kB | 7.7/195 kB
Progress (3): 98/180 kB | 106/367 kB | 7.7/195 kB
Progress (3): 98/180 kB | 106/367 kB | 12/195 kB 
Progress (3): 98/180 kB | 110/367 kB | 12/195 kB
Progress (3): 98/180 kB | 110/367 kB | 16/195 kB
Progress (3): 98/180 kB | 114/367 kB | 16/195 kB
Progress (3): 102/180 kB | 114/367 kB | 16/195 kB
Progress (3): 106/180 kB | 114/367 kB | 16/195 kB
Progress (3): 110/180 kB | 114/367 kB | 16/195 kB
Progress (3): 110/180 kB | 114/367 kB | 20/195 kB
Progress (3): 110/180 kB | 118/367 kB | 20/195 kB
Progress (3): 114/180 kB | 118/367 kB | 20/195 kB
Progress (3): 114/180 kB | 122/367 kB | 20/195 kB
Progress (3): 114/180 kB | 122/367 kB | 24/195 kB
Progress (3): 114/180 kB | 126/367 kB | 24/195 kB
Progress (3): 114/180 kB | 126/367 kB | 28/195 kB
Progress (3): 114/180 kB | 131/367 kB | 28/195 kB
Progress (3): 114/180 kB | 131/367 kB | 32/195 kB
Progress (3): 118/180 kB | 131/367 kB | 32/195 kB
Progress (3): 122/180 kB | 131/367 kB | 32/195 kB
Progress (3): 126/180 kB | 131/367 kB | 32/195 kB
Progress (3): 126/180 kB | 135/367 kB | 32/195 kB
Progress (3): 131/180 kB | 135/367 kB | 32/195 kB
Progress (3): 131/180 kB | 139/367 kB | 32/195 kB
Progress (3): 131/180 kB | 139/367 kB | 36/195 kB
Progress (3): 131/180 kB | 143/367 kB | 36/195 kB
Progress (3): 131/180 kB | 143/367 kB | 40/195 kB
Progress (3): 131/180 kB | 147/367 kB | 40/195 kB
Progress (3): 131/180 kB | 147/367 kB | 45/195 kB
Progress (3): 135/180 kB | 147/367 kB | 45/195 kB
Progress (3): 135/180 kB | 147/367 kB | 49/195 kB
Progress (3): 139/180 kB | 147/367 kB | 49/195 kB
Progress (3): 139/180 kB | 151/367 kB | 49/195 kB
Progress (3): 143/180 kB | 151/367 kB | 49/195 kB
Progress (3): 143/180 kB | 155/367 kB | 49/195 kB
Progress (3): 147/180 kB | 155/367 kB | 49/195 kB
Progress (3): 147/180 kB | 159/367 kB | 49/195 kB
Progress (3): 147/180 kB | 159/367 kB | 53/195 kB
Progress (3): 147/180 kB | 163/367 kB | 53/195 kB
Progress (3): 147/180 kB | 163/367 kB | 57/195 kB
Progress (3): 147/180 kB | 163/367 kB | 61/195 kB
Progress (3): 151/180 kB | 163/367 kB | 61/195 kB
Progress (3): 151/180 kB | 163/367 kB | 65/195 kB
Progress (3): 155/180 kB | 163/367 kB | 65/195 kB
Progress (3): 155/180 kB | 167/367 kB | 65/195 kB
Progress (3): 159/180 kB | 167/367 kB | 65/195 kB
Progress (3): 159/180 kB | 171/367 kB | 65/195 kB
Progress (3): 163/180 kB | 171/367 kB | 65/195 kB
Progress (3): 163/180 kB | 171/367 kB | 69/195 kB
Progress (3): 163/180 kB | 176/367 kB | 69/195 kB
Progress (3): 163/180 kB | 176/367 kB | 73/195 kB
Progress (3): 163/180 kB | 180/367 kB | 73/195 kB
Progress (3): 163/180 kB | 180/367 kB | 77/195 kB
Progress (3): 167/180 kB | 180/367 kB | 77/195 kB
Progress (3): 167/180 kB | 180/367 kB | 81/195 kB
Progress (3): 171/180 kB | 180/367 kB | 81/195 kB
Progress (3): 171/180 kB | 184/367 kB | 81/195 kB
Progress (3): 176/180 kB | 184/367 kB | 81/195 kB
Progress (3): 176/180 kB | 188/367 kB | 81/195 kB
Progress (3): 180/180 kB | 188/367 kB | 81/195 kB
Progress (3): 180/180 kB | 192/367 kB | 81/195 kB
Progress (3): 180/180 kB | 192/367 kB | 85/195 kB
Progress (3): 180 kB | 192/367 kB | 85/195 kB    
Progress (3): 180 kB | 192/367 kB | 90/195 kB
Progress (3): 180 kB | 196/367 kB | 90/195 kB
Progress (3): 180 kB | 196/367 kB | 94/195 kB
Progress (3): 180 kB | 196/367 kB | 98/195 kB
Progress (3): 180 kB | 200/367 kB | 98/195 kB
Progress (3): 180 kB | 204/367 kB | 98/195 kB
Progress (3): 180 kB | 208/367 kB | 98/195 kB
Progress (3): 180 kB | 208/367 kB | 102/195 kB
Progress (3): 180 kB | 212/367 kB | 102/195 kB
Progress (3): 180 kB | 212/367 kB | 106/195 kB
Progress (3): 180 kB | 212/367 kB | 110/195 kB
Progress (3): 180 kB | 212/367 kB | 114/195 kB
Progress (3): 180 kB | 217/367 kB | 114/195 kB
Progress (3): 180 kB | 221/367 kB | 114/195 kB
Progress (3): 180 kB | 225/367 kB | 114/195 kB
Progress (3): 180 kB | 229/367 kB | 114/195 kB
Progress (3): 180 kB | 229/367 kB | 118/195 kB
Progress (3): 180 kB | 229/367 kB | 122/195 kB
Progress (3): 180 kB | 229/367 kB | 126/195 kB
Progress (3): 180 kB | 229/367 kB | 131/195 kB
Progress (3): 180 kB | 233/367 kB | 131/195 kB
Progress (3): 180 kB | 237/367 kB | 131/195 kB
Progress (3): 180 kB | 241/367 kB | 131/195 kB
Progress (3): 180 kB | 245/367 kB | 131/195 kB
Progress (3): 180 kB | 245/367 kB | 135/195 kB
Progress (3): 180 kB | 245/367 kB | 139/195 kB
Progress (3): 180 kB | 245/367 kB | 143/195 kB
Progress (3): 180 kB | 245/367 kB | 147/195 kB
Progress (3): 180 kB | 249/367 kB | 147/195 kB
Progress (3): 180 kB | 253/367 kB | 147/195 kB
Progress (3): 180 kB | 258/367 kB | 147/195 kB
Progress (3): 180 kB | 262/367 kB | 147/195 kB
Progress (3): 180 kB | 262/367 kB | 151/195 kB
Progress (3): 180 kB | 262/367 kB | 155/195 kB
Progress (3): 180 kB | 262/367 kB | 159/195 kB
Progress (3): 180 kB | 262/367 kB | 163/195 kB
Progress (3): 180 kB | 266/367 kB | 163/195 kB
Progress (3): 180 kB | 270/367 kB | 163/195 kB
Progress (3): 180 kB | 274/367 kB | 163/195 kB
Progress (3): 180 kB | 278/367 kB | 163/195 kB
Progress (3): 180 kB | 278/367 kB | 167/195 kB
Progress (3): 180 kB | 278/367 kB | 171/195 kB
Progress (3): 180 kB | 278/367 kB | 176/195 kB
Progress (3): 180 kB | 282/367 kB | 176/195 kB
Progress (3): 180 kB | 282/367 kB | 180/195 kB
Progress (3): 180 kB | 286/367 kB | 180/195 kB
Progress (3): 180 kB | 290/367 kB | 180/195 kB
Progress (3): 180 kB | 294/367 kB | 180/195 kB
Progress (3): 180 kB | 294/367 kB | 184/195 kB
Progress (3): 180 kB | 294/367 kB | 188/195 kB
Progress (3): 180 kB | 298/367 kB | 188/195 kB
Progress (3): 180 kB | 298/367 kB | 192/195 kB
Progress (3): 180 kB | 303/367 kB | 192/195 kB
Progress (3): 180 kB | 303/367 kB | 195 kB    
Progress (3): 180 kB | 307/367 kB | 195 kB
Progress (3): 180 kB | 311/367 kB | 195 kB
Progress (3): 180 kB | 315/367 kB | 195 kB
Progress (3): 180 kB | 319/367 kB | 195 kB
Progress (3): 180 kB | 323/367 kB | 195 kB
Progress (3): 180 kB | 327/367 kB | 195 kB
Progress (3): 180 kB | 331/367 kB | 195 kB
Progress (3): 180 kB | 335/367 kB | 195 kB
Progress (3): 180 kB | 339/367 kB | 195 kB
Progress (3): 180 kB | 344/367 kB | 195 kB
Progress (3): 180 kB | 348/367 kB | 195 kB
Progress (3): 180 kB | 352/367 kB | 195 kB
Progress (3): 180 kB | 356/367 kB | 195 kB
Progress (3): 180 kB | 360/367 kB | 195 kB
Progress (3): 180 kB | 364/367 kB | 195 kB
Progress (3): 180 kB | 367 kB | 195 kB    
Progress (4): 180 kB | 367 kB | 195 kB | 4.1/61 kB
Progress (4): 180 kB | 367 kB | 195 kB | 7.7/61 kB
Progress (4): 180 kB | 367 kB | 195 kB | 12/61 kB 
Progress (4): 180 kB | 367 kB | 195 kB | 16/61 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 197 kB/s)
Progress (3): 180 kB | 367 kB | 20/61 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar
Progress (3): 180 kB | 367 kB | 24/61 kB
Progress (3): 180 kB | 367 kB | 28/61 kB
Progress (3): 180 kB | 367 kB | 32/61 kB
Progress (3): 180 kB | 367 kB | 36/61 kB
Progress (3): 180 kB | 367 kB | 40/61 kB
Progress (3): 180 kB | 367 kB | 45/61 kB
Progress (3): 180 kB | 367 kB | 49/61 kB
Progress (3): 180 kB | 367 kB | 53/61 kB
Progress (3): 180 kB | 367 kB | 57/61 kB
Progress (3): 180 kB | 367 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 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Progress (3): 180 kB | 367 kB | 4.1/378 kB
Progress (3): 180 kB | 367 kB | 7.7/378 kB
Progress (3): 180 kB | 367 kB | 12/378 kB 
Progress (3): 180 kB | 367 kB | 16/378 kB
Progress (3): 180 kB | 367 kB | 20/378 kB
Progress (3): 180 kB | 367 kB | 24/378 kB
Progress (3): 180 kB | 367 kB | 28/378 kB
Progress (3): 180 kB | 367 kB | 32/378 kB
Progress (3): 180 kB | 367 kB | 36/378 kB
Progress (3): 180 kB | 367 kB | 40/378 kB
Progress (3): 180 kB | 367 kB | 45/378 kB
Progress (3): 180 kB | 367 kB | 49/378 kB
Progress (3): 180 kB | 367 kB | 53/378 kB
Progress (3): 180 kB | 367 kB | 57/378 kB
Progress (3): 180 kB | 367 kB | 61/378 kB
Progress (3): 180 kB | 367 kB | 65/378 kB
Progress (3): 180 kB | 367 kB | 69/378 kB
Progress (3): 180 kB | 367 kB | 73/378 kB
Progress (3): 180 kB | 367 kB | 77/378 kB
Progress (3): 180 kB | 367 kB | 81/378 kB
Progress (3): 180 kB | 367 kB | 85/378 kB
Progress (3): 180 kB | 367 kB | 90/378 kB
Progress (3): 180 kB | 367 kB | 94/378 kB
Progress (3): 180 kB | 367 kB | 98/378 kB
Progress (3): 180 kB | 367 kB | 102/378 kB
Progress (3): 180 kB | 367 kB | 106/378 kB
Progress (3): 180 kB | 367 kB | 110/378 kB
Progress (3): 180 kB | 367 kB | 114/378 kB
Progress (3): 180 kB | 367 kB | 118/378 kB
Progress (3): 180 kB | 367 kB | 122/378 kB
Progress (3): 180 kB | 367 kB | 126/378 kB
Progress (3): 180 kB | 367 kB | 131/378 kB
Progress (3): 180 kB | 367 kB | 135/378 kB
Progress (3): 180 kB | 367 kB | 139/378 kB
Progress (3): 180 kB | 367 kB | 143/378 kB
Progress (3): 180 kB | 367 kB | 147/378 kB
Progress (3): 180 kB | 367 kB | 151/378 kB
Progress (3): 180 kB | 367 kB | 155/378 kB
Progress (3): 180 kB | 367 kB | 159/378 kB
Progress (3): 180 kB | 367 kB | 163/378 kB
Progress (3): 180 kB | 367 kB | 167/378 kB
Progress (3): 180 kB | 367 kB | 171/378 kB
Progress (3): 180 kB | 367 kB | 176/378 kB
Progress (3): 180 kB | 367 kB | 180/378 kB
Progress (3): 180 kB | 367 kB | 184/378 kB
Progress (3): 180 kB | 367 kB | 188/378 kB
Progress (3): 180 kB | 367 kB | 192/378 kB
Progress (3): 180 kB | 367 kB | 196/378 kB
Progress (3): 180 kB | 367 kB | 200/378 kB
Progress (3): 180 kB | 367 kB | 204/378 kB
Progress (3): 180 kB | 367 kB | 208/378 kB
Progress (3): 180 kB | 367 kB | 212/378 kB
Progress (3): 180 kB | 367 kB | 217/378 kB
Progress (3): 180 kB | 367 kB | 221/378 kB
Progress (3): 180 kB | 367 kB | 225/378 kB
Progress (3): 180 kB | 367 kB | 229/378 kB
Progress (3): 180 kB | 367 kB | 233/378 kB
Progress (3): 180 kB | 367 kB | 237/378 kB
Progress (3): 180 kB | 367 kB | 241/378 kB
Progress (3): 180 kB | 367 kB | 245/378 kB
Progress (3): 180 kB | 367 kB | 249/378 kB
Progress (3): 180 kB | 367 kB | 253/378 kB
Progress (3): 180 kB | 367 kB | 258/378 kB
Progress (3): 180 kB | 367 kB | 262/378 kB
Progress (3): 180 kB | 367 kB | 266/378 kB
Progress (3): 180 kB | 367 kB | 270/378 kB
Progress (3): 180 kB | 367 kB | 274/378 kB
Progress (3): 180 kB | 367 kB | 278/378 kB
Progress (3): 180 kB | 367 kB | 282/378 kB
Progress (3): 180 kB | 367 kB | 286/378 kB
Progress (3): 180 kB | 367 kB | 290/378 kB
Progress (3): 180 kB | 367 kB | 294/378 kB
Progress (3): 180 kB | 367 kB | 298/378 kB
Progress (3): 180 kB | 367 kB | 303/378 kB
Progress (3): 180 kB | 367 kB | 307/378 kB
Progress (3): 180 kB | 367 kB | 311/378 kB
Progress (3): 180 kB | 367 kB | 315/378 kB
Progress (3): 180 kB | 367 kB | 319/378 kB
Progress (3): 180 kB | 367 kB | 323/378 kB
Progress (3): 180 kB | 367 kB | 327/378 kB
Progress (3): 180 kB | 367 kB | 331/378 kB
Progress (3): 180 kB | 367 kB | 335/378 kB
Progress (3): 180 kB | 367 kB | 339/378 kB
Progress (3): 180 kB | 367 kB | 344/378 kB
Progress (3): 180 kB | 367 kB | 348/378 kB
Progress (3): 180 kB | 367 kB | 352/378 kB
Progress (3): 180 kB | 367 kB | 356/378 kB
Progress (3): 180 kB | 367 kB | 360/378 kB
Progress (3): 180 kB | 367 kB | 364/378 kB
Progress (3): 180 kB | 367 kB | 368/378 kB
Progress (3): 180 kB | 367 kB | 372/378 kB
Progress (3): 180 kB | 367 kB | 376/378 kB
Progress (3): 180 kB | 367 kB | 378 kB    
Progress (4): 180 kB | 367 kB | 378 kB | 4.1/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 7.7/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 12/145 kB 
Progress (4): 180 kB | 367 kB | 378 kB | 16/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 20/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 24/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 28/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 32/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 36/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 40/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 45/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 49/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 53/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 57/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 61/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 65/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 69/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 73/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 77/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 81/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 85/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 90/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 94/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 98/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 102/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 106/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 110/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 114/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 118/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 122/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 126/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 131/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 135/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 139/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 143/145 kB
Progress (4): 180 kB | 367 kB | 378 kB | 145 kB    
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (145 kB at 137 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 338 kB/s)
Progress (3): 180 kB | 378 kB | 4.1/81 kB
Progress (3): 180 kB | 378 kB | 7.7/81 kB
Progress (3): 180 kB | 378 kB | 12/81 kB 
Progress (3): 180 kB | 378 kB | 16/81 kB
Progress (3): 180 kB | 378 kB | 20/81 kB
Progress (3): 180 kB | 378 kB | 24/81 kB
Progress (3): 180 kB | 378 kB | 28/81 kB
Progress (3): 180 kB | 378 kB | 32/81 kB
Progress (3): 180 kB | 378 kB | 36/81 kB
Progress (3): 180 kB | 378 kB | 40/81 kB
Progress (3): 180 kB | 378 kB | 45/81 kB
Progress (3): 180 kB | 378 kB | 49/81 kB
Progress (3): 180 kB | 378 kB | 53/81 kB
Progress (3): 180 kB | 378 kB | 57/81 kB
Progress (3): 180 kB | 378 kB | 61/81 kB
Progress (3): 180 kB | 378 kB | 65/81 kB
Progress (3): 180 kB | 378 kB | 69/81 kB
Progress (3): 180 kB | 378 kB | 73/81 kB
Progress (3): 180 kB | 378 kB | 77/81 kB
Progress (3): 180 kB | 378 kB | 81 kB   
Progress (4): 180 kB | 378 kB | 81 kB | 4.1/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 7.7/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 12/243 kB 
Progress (4): 180 kB | 378 kB | 81 kB | 16/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 20/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 24/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 28/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 32/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 36/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 40/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 45/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 49/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 53/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 57/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 61/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 65/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 69/243 kB
Progress (4): 180 kB | 378 kB | 81 kB | 73/243 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 73 kB/s)
Progress (3): 180 kB | 378 kB | 77/243 kB
Progress (3): 180 kB | 378 kB | 81/243 kB
Progress (3): 180 kB | 378 kB | 85/243 kB
Progress (3): 180 kB | 378 kB | 90/243 kB
Progress (3): 180 kB | 378 kB | 94/243 kB
Progress (3): 180 kB | 378 kB | 98/243 kB
Progress (3): 180 kB | 378 kB | 102/243 kB
Progress (3): 180 kB | 378 kB | 106/243 kB
Progress (3): 180 kB | 378 kB | 110/243 kB
Progress (3): 180 kB | 378 kB | 114/243 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 338 kB/s)
Progress (2): 180 kB | 118/243 kB
Progress (2): 180 kB | 122/243 kB
Progress (2): 180 kB | 126/243 kB
Progress (2): 180 kB | 131/243 kB
Progress (2): 180 kB | 135/243 kB
Progress (2): 180 kB | 139/243 kB
Progress (2): 180 kB | 143/243 kB
Progress (2): 180 kB | 147/243 kB
Progress (2): 180 kB | 151/243 kB
Progress (2): 180 kB | 155/243 kB
Progress (2): 180 kB | 159/243 kB
Progress (2): 180 kB | 163/243 kB
Progress (2): 180 kB | 167/243 kB
Progress (2): 180 kB | 171/243 kB
Progress (2): 180 kB | 176/243 kB
Progress (2): 180 kB | 180/243 kB
Progress (2): 180 kB | 184/243 kB
Progress (2): 180 kB | 188/243 kB
Progress (2): 180 kB | 192/243 kB
Progress (2): 180 kB | 196/243 kB
Progress (2): 180 kB | 200/243 kB
Progress (2): 180 kB | 204/243 kB
Progress (2): 180 kB | 208/243 kB
Progress (2): 180 kB | 212/243 kB
Progress (2): 180 kB | 217/243 kB
Progress (2): 180 kB | 221/243 kB
Progress (2): 180 kB | 225/243 kB
Progress (2): 180 kB | 229/243 kB
Progress (2): 180 kB | 233/243 kB
Progress (2): 180 kB | 237/243 kB
Progress (2): 180 kB | 241/243 kB
Progress (2): 180 kB | 243 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 151 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 195 kB/s)
[WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] 
Loading source files for package org.eclipse.emf.edapt.common...
Loading source files for package org.eclipse.emf.edapt.internal.common...
Loading source files for package org.eclipse.emf.edapt.common.ui...
Loading source files for package org.eclipse.emf.edapt.internal.migration...
Loading source files for package org.eclipse.emf.edapt.internal.migration.impl...
Loading source files for package org.eclipse.emf.edapt.internal.migration.internal...
Loading source files for package org.eclipse.emf.edapt.migration...
Loading source files for package org.eclipse.emf.edapt.spi.migration...
Loading source files for package org.eclipse.emf.edapt.spi.migration.impl...
Loading source files for package org.eclipse.emf.edapt.spi.migration.util...
Loading source files for package org.eclipse.emf.edapt.declaration...
Loading source files for package org.eclipse.emf.edapt.declaration.impl...
Loading source files for package org.eclipse.emf.edapt.declaration.util...
Loading source files for package org.eclipse.emf.edapt.declaration.common...
Loading source files for package org.eclipse.emf.edapt.declaration.creation...
Loading source files for package org.eclipse.emf.edapt.declaration.delegation...
Loading source files for package org.eclipse.emf.edapt.declaration.generalization...
Loading source files for package org.eclipse.emf.edapt.declaration.inheritance...
Loading source files for package org.eclipse.emf.edapt.declaration.merge...
Loading source files for package org.eclipse.emf.edapt.declaration.replacement...
Loading source files for package org.eclipse.emf.edapt.declaration.simple...
Loading source files for package org.eclipse.emf.edapt.internal.declaration...
Loading source files for package org.eclipse.emf.edapt.declaration.provider...
Loading source files for package org.eclipse.emf.edapt.declaration.presentation...
Loading source files for package org.eclipse.emf.edapt.history.reconstruction...
Loading source files for package org.eclipse.emf.edapt.history.recorder...
Loading source files for package org.eclipse.emf.edapt.history.util...
Loading source files for package org.eclipse.emf.edapt.internal.migration.execution...
Loading source files for package org.eclipse.emf.edapt.internal.migration.execution.internal...
Loading source files for package org.eclipse.emf.edapt.migration.execution...
Loading source files for package org.eclipse.emf.edapt.spi.history...
Loading source files for package org.eclipse.emf.edapt.spi.history.impl...
Loading source files for package org.eclipse.emf.edapt.spi.history.util...
Loading source files for package org.eclipse.emf.edapt.cdo.migration...
Loading source files for package org.eclipse.emf.edapt.cdo.migration.execution...
Loading source files for package org.eclipse.emf.edapt.history.instantiation...
Loading source files for package org.eclipse.emf.edapt.history.provider.util...
Loading source files for package org.eclipse.emf.edapt.spi.history.provider...
Loading source files for package org.eclipse.emf.edapt.history.instantiation.ui...
Loading source files for package org.eclipse.emf.edapt.history.preferences.ui...
Loading source files for package org.eclipse.emf.edapt.history.presentation...
Loading source files for package org.eclipse.emf.edapt.history.presentation.action...
Loading source files for package org.eclipse.emf.edapt.history.reconstruction.ui...
Loading source files for package org.eclipse.emf.edapt.history.recorder.ui...
Loading source files for package org.eclipse.emf.edapt.migration.ui...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/IResourceSetFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/IResourceSetProcessor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/CommonActivator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/EcoreUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/FileUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/IExtentProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/LoggingUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/MetamodelExtent.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/MetamodelFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/MetamodelUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/ResourceSetFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/ResourceUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/ReversableMap.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/StringUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/TwoWayIdentityHashMap.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/TypeUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/URIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/URIUtilsTest.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/URIUtilsTest.Core.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/URIUtilsTest.IncrementVersionSegment.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/AutoColumnSizeTableViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/CommonUIActivator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/DialogUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/EcoreUIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/EditingDomainHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/HandlerUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/IValueValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/MetamodelEditorViewBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/ModelDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/ModelSash.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/MultiValueSelectionDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/PartAdapter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/PropertiesTableViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/ResizeableDialogBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/SelectionUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/SingleValueSelectionDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/StructureTreeViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/SyncedMetamodelEditorViewBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/TitleMessageDialogBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/ValueSelectionComposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/DiagnosticException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/LazyExtentMap.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/ModelValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/UpdatingList.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/BackupUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/BackupUtils.URIMapper.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/BackwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/FactoryHelper.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/ForwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/IDebugger.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/IOracle.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/MaterializingBackwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/MigrationUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/MigratorOptions.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/Persistency.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/PrintStreamProgressMonitor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/RandomOracle.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/CustomMigration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/MigrationException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ReleaseUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/AbstractResource.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/AttributeSlot.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/Instance.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/Metamodel.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/MetamodelResource.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/MigrationFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/MigrationPackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/MigrationPackage.Literals.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/MigrationPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/MigrationPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/Model.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/ModelResource.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/ReferenceSlot.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/Repository.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/Slot.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/Type.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/AbstractResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/AttributeSlotImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/InstanceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/MetamodelImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/MetamodelResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/MigrationFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/MigrationPackageImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/ModelImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/ModelResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/ReferenceSlotImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/RepositoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/SlotImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/TypeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/MigrationAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/MigrationSwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/MigrationValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/Constraint.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/DeclarationFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/DeclarationPackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/DeclarationPackage.Literals.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/DeclarationPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/DeclarationPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/EdaptConstraint.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/EdaptLibrary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/EdaptOperation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/EdaptParameter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/IdentifiedElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/Library.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/LibraryImplementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/Operation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/OperationImplementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/Parameter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/ConstraintImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/DeclarationFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/DeclarationPackageImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/IdentifiedElementImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/LibraryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/OperationImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/ParameterImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/DeclarationAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/DeclarationSwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/common/AnnotateModelElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/CopyFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/CreateEnumeration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/DeleteClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/DeleteFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/DeleteFeature2.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/DeleteOppositeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/DeletePackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/NewAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/NewClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/NewGMFConstraint.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/NewOppositeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/NewReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/StructuralPrimitives.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/CollectFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/CombineFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/DelegationOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/ExtractAndGroupAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/ExtractClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/ExtractExistingClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/FlattenHierarchy.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/InlineClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/MoveFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/PartitionComposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/PropagateFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/UnfoldClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/GeneralizationOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/GeneralizeAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/GeneralizeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/GeneralizeSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/GeneralizeTypedElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperfluousSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/SpecializeComposition.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/SpecializeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/SpecializeReferenceType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/SpecializeSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/ExtractSubClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/ExtractSuperClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/ExtractSuperClass2.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/ImitateSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/InheritanceOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/InlineSubClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/InlineSuperClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/PullFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/PullOperation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/PushFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/PushOperation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/ReplaceFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/UseSuperClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/Merge.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/MergeOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/PartitionReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/ReplaceClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/ReplaceClassBySibling.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/ReplaceEnum.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/ReplaceLiteral.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/SplitStringAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/UniteReferences.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/ClassToAssociation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/EnumerationToSubClasses.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/IntroduceReferenceClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/NotChangeableToSuppressedSetVisibility.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/OperationToVolatile.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/ReplaceIdentifierByReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/ReplaceInheritanceByDelegation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/ReplacementOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/SubClassesToEnumeration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/SuppressedSetVisibilityToNotChangeable.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/VolatileToOpposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/ChangeAttributeType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/Document.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/DropContainment.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/DropOpposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/MakeAbstract.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/MakeContainment.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/MakeFeatureVolatile.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/MoveClassifier.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/NonStructuralPrimitives.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/Rename.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/BaseLibrary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/LibraryExtractor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/OperationExtractor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/OperationRegistry.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/ConstraintItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/DeclarationEditPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/DeclarationEditPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/DeclarationItemProviderAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/IdentifiedElementItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/LibraryItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/OperationItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/ParameterItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationActionBarContributor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationEditor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationEditor.ReverseAdapterFactoryContentProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationEditorPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationEditorPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationModelWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationModelWizard.DeclarationModelWizardInitialObjectCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/DeclarationModelWizard.DeclarationModelWizardNewFileCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/BackwardReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/CompositeMapping.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/CompositeReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/DiffModelFilterUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/DiffModelOrderFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/DiffModelResourceFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/EcoreBackwardReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/EcoreForwardReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/EcoreReconstructorSwitchBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/FinishedException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ForwardReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/HistoryComparer2.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/HistoryReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/HistoryValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/IDiffModelFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/IntegrityChecker.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/IReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/Mapping.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/MappingBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/MigrationChangeReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ModelAssert.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/RepairHistoryIntegrityCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/RepairMetamodelIntegrityCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ResolverBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/AddResourceCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ChangeRecorder.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/CommandStackListener.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/DirectedGraph.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/EditingDomainListener.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/GeneratorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/HistoryChangeRecorder.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/HistoryGenerator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/IChangeProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/IResourceLoadListener.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/BidirectionalChangesCustomMigration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/DependencyChecker.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/ExtendedHistoryValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/HistoryUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/MoveChecker.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/IClassLoader.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/ValidationLevel.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/BundleClassLoader.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/ClassLoaderFacade.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/MigrationReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/MigratorCommandLine.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/MigratorCommandLineOption.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/OperationInstanceConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/WrappedMigrationException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/Migrator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/MigratorRegistry.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Add.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Change.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/CompositeChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/ContentChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Create.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Delete.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/History.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/HistoryFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/HistoryPackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/HistoryPackage.Literals.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/HistoryPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/HistoryPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/InitializerChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/MigrateableChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/MigrationChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/ModelReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Move.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/NamedElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/NoChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/NonDelete.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/OperationChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/OperationInstance.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/ParameterInstance.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/PrimitiveChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Release.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Remove.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/Set.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/ValueChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/AddImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/ChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/CompositeChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/ContentChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/CreateImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/DeleteImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/HistoryFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/HistoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/HistoryPackageImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/InitializerChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/MigrateableChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/MigrationChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/ModelReferenceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/MoveImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/NamedElementImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/NoChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/NonDeleteImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/OperationChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/OperationInstanceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/ParameterInstanceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/PrimitiveChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/ReleaseImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/RemoveImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/SetImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/ValueChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/HistoryAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/HistoryResourceFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/HistoryResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/HistorySwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/HistoryValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/StrategyBackwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/StrategyForwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/CDOMigrationReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/CDOMigrator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/CDOPersistency.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/EdaptCDOViewProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/BreakingSwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ExecuteCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/OperationInstanceHelper.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/OperationInterpreter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ReleaseCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ReplaceCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/UndoChangesCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/UpdatePackageNamespaceCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/HistoryUIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/RestrictingDragAndDropCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/AddItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/ChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/CompositeChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/ContentChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/CreateItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/DeleteItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/HistoryEditPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/HistoryEditPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/HistoryItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/HistoryItemProviderAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/InitializerChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/MigrateableChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/MigrationChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/ModelReferenceItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/MoveItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/NamedElementItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/NoChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/NonDeleteItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/OperationChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/OperationInstanceItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/ParameterInstanceItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/PrimitiveChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/ReleaseItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/RemoveItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/SetItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/ValueChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ConstraintViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ConvergeHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ConvergenceView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ConvergenceView.Decorator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/CreateHistoryHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/CreateHistoryWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/EditingDomainListenerHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ExtendedFeatureEditorDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/OperationBrowser.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/OperationBrowserHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/OperationSash.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/OperationViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ParameterValueValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ParameterViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ReleaseHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ReleaseWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ReleaseWizardPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ReplaceDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ReplaceHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/ScriptDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/TableItemPopupDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/UndoChangesHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/HistoryPreferencePage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/PromptKind.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/ResourcePreferences.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/AttachMigrationCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/ChangeDocumentationView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/ElementChangesView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryActionBarContributor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryEditor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryEditor.ReverseAdapterFactoryContentProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryEditorPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryEditorPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryModelWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryModelWizard.HistoryModelWizardInitialObjectCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/HistoryModelWizard.HistoryModelWizardNewFileCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/AttachMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/CheckBreakingHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/CombineChangesCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/CombineChangesHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/ContainerIsReleasePropertyTester.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/CreateMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/EditMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/ExtendedValidateAction.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/FlattenCompositeHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/FlattenMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/JavaUIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/SetMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/SubsequentChangesHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/SubsequentChangesPropertyTester.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/CheckIntegrityHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/CompareHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/ComparisonView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/DiffSelectionAdapter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/ReconstructHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/ReconstructionView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/ReconstructWithHistoryHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/ShowReconstructionHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/AddResourceHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/CreateHistoryCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/EcoreEditorDetector.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/RecorderStartup.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/ChoiceDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/DebugDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/InteractiveDebugger.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/InteractiveOracle.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/LaunchUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/LoadModelHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/MigrateHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/MigrationLaunchConfigurationDelegate.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/MigrationLaunchConfigurationTabGroup.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/MigrationModelSash.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/MigrationUIActivator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/MigratorHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/RegisterMetamodelHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/ReleaseDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/RestoreBackupHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/common/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/common/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/common/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/package-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/package-summary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/package-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/class-use/IResourceSetFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/class-use/IResourceSetProcessor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/URIUtilsTest.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/URIUtilsTest.Core.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/URIUtilsTest.IncrementVersionSegment.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/StringUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/TypeUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/ReversableMap.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/MetamodelFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/EcoreUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/MetamodelUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/URIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/IExtentProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/ExtensionFileFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/TwoWayIdentityHashMap.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/ResourceUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/ResourceSetFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/MetamodelExtent.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/CommonActivator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/LoggingUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/class-use/FileUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/PropertiesTableViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/SingleValueSelectionDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/CommonUIActivator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/DialogUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/AutoColumnSizeTableViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/ModelDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/MultiValueSelectionDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/HandlerUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/SyncedMetamodelEditorViewBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/ValueSelectionComposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/ResizeableDialogBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/EditingDomainHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/PartAdapter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/IValueValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/EcoreUIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/TitleMessageDialogBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/SelectionUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/StructureTreeViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/MetamodelEditorViewBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/class-use/ModelSash.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/class-use/DiagnosticException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/class-use/UpdatingList.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/class-use/ModelValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/class-use/LazyExtentMap.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/BackwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/ForwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/RandomOracle.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/PrintStreamProgressMonitor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/IDebugger.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/Persistency.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/MaterializingBackwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/FactoryHelper.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/BackupUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/BackupUtils.URIMapper.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/MigratorOptions.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/IOracle.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/class-use/MigrationUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/class-use/ReleaseUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/class-use/MigrationException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/class-use/CustomMigration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/MetamodelResource.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/Repository.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/MigrationPackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/MigrationPackage.Literals.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/Instance.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/Slot.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/MigrationFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/AbstractResource.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/Model.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/ReferenceSlot.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/MigrationPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/MigrationPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/Type.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/Metamodel.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/AttributeSlot.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/class-use/ModelResource.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/ModelResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/AbstractResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/TypeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/InstanceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/AttributeSlotImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/MetamodelImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/RepositoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/SlotImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/MetamodelResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/ReferenceSlotImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/MigrationPackageImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/ModelImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/class-use/MigrationFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/class-use/MigrationSwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/class-use/MigrationAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/class-use/MigrationValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/OperationImplementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/DeclarationFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/EdaptOperation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/EdaptParameter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/DeclarationPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/DeclarationPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/Constraint.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/EdaptLibrary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/DeclarationPackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/DeclarationPackage.Literals.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/LibraryImplementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/Parameter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/Operation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/Library.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/IdentifiedElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/class-use/EdaptConstraint.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/ParameterImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/OperationImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/LibraryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/DeclarationPackageImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/ConstraintImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/DeclarationFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/class-use/IdentifiedElementImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/class-use/DeclarationAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/class-use/DeclarationSwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/common/class-use/AnnotateModelElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/DeleteOppositeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/DeleteClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/NewReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/CreateEnumeration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/NewOppositeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/DeletePackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/CopyFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/NewClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/DeleteFeature2.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/NewAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/StructuralPrimitives.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/DeleteFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/class-use/NewGMFConstraint.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/ExtractAndGroupAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/CombineFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/DelegationOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/FlattenHierarchy.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/PropagateFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/CollectFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/InlineClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/ExtractClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/PartitionComposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/MoveFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/UnfoldClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/class-use/ExtractExistingClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/GeneralizeTypedElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/RemoveSuperfluousSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/SpecializeReferenceType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/GeneralizeAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/GeneralizeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/SpecializeReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/GeneralizationOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/SpecializeComposition.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/SpecializeSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/RemoveSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/class-use/GeneralizeSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/PushFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/InheritanceOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/PullOperation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/InlineSubClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/InlineSuperClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/ReplaceFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/ExtractSubClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/PushOperation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/PullFeature.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/ImitateSuperType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/UseSuperClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/ExtractSuperClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/class-use/ExtractSuperClass2.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/ReplaceLiteral.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/ReplaceClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/UniteReferences.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/SplitStringAttribute.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/ReplaceEnum.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/ReplaceClassBySibling.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/MergeOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/Merge.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/class-use/PartitionReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/SubClassesToEnumeration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/ClassToAssociation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/VolatileToOpposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/IntroduceReferenceClass.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/ReplacementOperations.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/EnumerationToSubClasses.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/OperationToVolatile.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/ReplaceIdentifierByReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/ReplaceInheritanceByDelegation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/NotChangeableToSuppressedSetVisibility.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/class-use/SuppressedSetVisibilityToNotChangeable.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/Document.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/MoveClassifier.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/MakeAbstract.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/DropContainment.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/ChangeAttributeType.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/MakeContainment.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/NonStructuralPrimitives.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/DropOpposite.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/Rename.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/class-use/MakeFeatureVolatile.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/class-use/LibraryExtractor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/class-use/OperationExtractor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/class-use/BaseLibrary.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/class-use/OperationRegistry.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/OperationItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/DeclarationItemProviderAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/ConstraintItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/ParameterItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/LibraryItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/DeclarationEditPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/DeclarationEditPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/class-use/IdentifiedElementItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationActionBarContributor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationModelWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationModelWizard.DeclarationModelWizardNewFileCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationModelWizard.DeclarationModelWizardInitialObjectCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationEditor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationEditor.ReverseAdapterFactoryContentProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationEditorPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/class-use/DeclarationEditorPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/ModelAssert.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/HistoryComparer2.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/DiffModelResourceFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/RepairMetamodelIntegrityCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/RepairHistoryIntegrityCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/IDiffModelFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/DiffModelFilterUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/DiffModelOrderFilter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/IntegrityChecker.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/EcoreForwardReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/Mapping.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/BackwardReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/ResolverBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/EcoreBackwardReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/HistoryReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/MappingBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/EcoreReconstructorSwitchBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/HistoryValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/ForwardReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/FinishedException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/ReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/MigrationChangeReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/CompositeReconstructorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/CompositeMapping.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/class-use/IReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/CommandStackListener.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/IResourceLoadListener.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/AddResourceCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/EditingDomainListener.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/ChangeRecorder.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/HistoryChangeRecorder.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/HistoryGenerator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/IChangeProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/DirectedGraph.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/class-use/GeneratorBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/class-use/HistoryUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/class-use/BidirectionalChangesCustomMigration.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/class-use/MoveChecker.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/class-use/DependencyChecker.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/class-use/ExtendedHistoryValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/class-use/IClassLoader.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/class-use/ValidationLevel.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/OperationInstanceConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/MigratorCommandLineOption.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/MigratorCommandLine.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/MigrationReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/WrappedMigrationException.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/BundleClassLoader.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/class-use/ClassLoaderFacade.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/class-use/MigratorRegistry.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/class-use/Migrator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/ValueChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/HistoryPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/HistoryPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/NoChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/ModelReference.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Move.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Change.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Remove.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Create.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Add.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/NamedElement.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/MigrateableChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Set.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/InitializerChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/NonDelete.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/PrimitiveChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Delete.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/HistoryFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/Release.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/CompositeChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/History.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/ContentChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/ParameterInstance.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/HistoryPackage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/HistoryPackage.Literals.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/OperationInstance.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/OperationChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/class-use/MigrationChange.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/NamedElementImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/ReleaseImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/AddImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/MigrateableChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/HistoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/CreateImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/HistoryPackageImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/SetImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/OperationInstanceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/ChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/PrimitiveChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/RemoveImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/DeleteImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/NoChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/HistoryFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/OperationChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/ModelReferenceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/ValueChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/MoveImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/CompositeChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/MigrationChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/NonDeleteImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/ParameterInstanceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/InitializerChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/class-use/ContentChangeImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/class-use/HistoryValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/class-use/HistoryResourceFactoryImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/class-use/HistorySwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/class-use/HistoryAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/class-use/HistoryResourceImpl.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/class-use/StrategyBackwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/class-use/StrategyForwardConverter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/class-use/EdaptCDOViewProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/class-use/CDOMigrator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/class-use/CDOMigrationReconstructor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/class-use/CDOPersistency.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/ReplaceCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/OperationInstanceHelper.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/BreakingSwitch.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/ExecuteCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/OperationInterpreter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/ReleaseCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/UndoChangesCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/class-use/UpdatePackageNamespaceCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/class-use/RestrictingDragAndDropCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/class-use/HistoryUIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/ModelReferenceItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/MigrationChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/ValueChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/HistoryItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/ChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/NonDeleteItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/OperationInstanceItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/PrimitiveChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/DeleteItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/ParameterInstanceItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/ContentChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/CompositeChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/SetItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/HistoryEditPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/HistoryEditPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/OperationChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/HistoryItemProviderAdapterFactory.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/RemoveItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/CreateItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/ReleaseItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/InitializerChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/MigrateableChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/NamedElementItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/MoveItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/NoChangeItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/class-use/AddItemProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ReplaceHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/OperationBrowser.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/EditingDomainListenerHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ConstraintViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/CreateHistoryHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ConvergeHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ConvergenceView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ConvergenceView.Decorator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ExtendedFeatureEditorDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/CreateHistoryWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ReleaseHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/TableItemPopupDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ReleaseWizardPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ReplaceDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ScriptDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ParameterValueValidator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/UndoChangesHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ParameterViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/OperationSash.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/OperationViewer.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/OperationBrowserHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/class-use/ReleaseWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/class-use/ResourcePreferences.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/class-use/PromptKind.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/class-use/HistoryPreferencePage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryEditor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryEditor.ReverseAdapterFactoryContentProvider.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/AttachMigrationCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/ElementChangesView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryActionBarContributor.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryEditorPlugin.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryEditorPlugin.Implementation.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/ChangeDocumentationView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryModelWizard.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryModelWizard.HistoryModelWizardNewFileCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/class-use/HistoryModelWizard.HistoryModelWizardInitialObjectCreationPage.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/EditMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/CombineChangesHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/ExtendedValidateAction.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/SetMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/CheckBreakingHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/ContainerIsReleasePropertyTester.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/CombineChangesCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/CreateMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/FlattenMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/AttachMigrationHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/JavaUIUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/SubsequentChangesHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/SubsequentChangesPropertyTester.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/class-use/FlattenCompositeHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/DiffSelectionAdapter.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/ReconstructWithHistoryHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/ReconstructionView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/CheckIntegrityHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/ComparisonView.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/CompareHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/ShowReconstructionHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/class-use/ReconstructHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/class-use/CreateHistoryCommand.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/class-use/EcoreEditorDetector.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/class-use/RecorderStartup.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/class-use/AddResourceHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/InteractiveDebugger.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/DebugDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/MigrationModelSash.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/MigrationLaunchConfigurationTabGroup.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/LoadModelHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/InteractiveOracle.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/RegisterMetamodelHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/ChoiceDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/ReleaseDialog.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/LaunchUtils.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/MigrationUIActivator.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/RestoreBackupHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/MigrationLaunchConfigurationDelegate.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/MigratorHandlerBase.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/class-use/MigrateHandler.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/cdo/migration/execution/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/common/ui/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/common/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/creation/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/delegation/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/generalization/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/impl/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/inheritance/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/merge/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/presentation/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/provider/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/replacement/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/simple/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/declaration/util/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/instantiation/ui/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/preferences/ui/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/presentation/action/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/provider/util/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/reconstruction/ui/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/recorder/ui/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/history/util/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/common/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/declaration/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/execution/internal/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/impl/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/internal/migration/internal/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/execution/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/migration/ui/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/impl/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/provider/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/history/util/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/impl/package-use.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/org/eclipse/emf/edapt/spi/migration/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/index.html...
Generating /home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs/overview-summary.html...
100 errors
100 warnings
[ERROR] Error while creating javadoc report: 
Exit code: 1 - Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/common/IResourceSetFactory.java:17: warning: no @return
	ResourceSet createResourceSet();
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/common/IResourceSetFactory.java:11: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/CommonActivator.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @param for element
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @param for reference
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @param for searchArea
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @return
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:57: warning: no @param for element
	public static void setUUID(EObject element, String uuid) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:57: warning: no @param for uuid
	public static void setUUID(EObject element, String uuid) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:75: warning: no @param for element
	public static String getUUID(EObject element) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:75: warning: no @return
	public static String getUUID(EObject element) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:32: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.java:27: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.java:40: warning: no @param for extensions
	public ExtensionFileFilter(Set<String> extensions) {
	       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.java:35: warning: no @param for extension
	public ExtensionFileFilter(String extension) {
	       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:51: warning: no @param for file
	public static String getContents(IFile file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:51: warning: no @return
	public static String getContents(IFile file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:67: warning: no @param for in
	public static String getContents(InputStream in) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:67: warning: no @return
	public static String getContents(InputStream in) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:67: warning: no @throws for java.io.IOException
	public static String getContents(InputStream in) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:79: warning: no @param for file
	public static String getContents(File file) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:79: warning: no @return
	public static String getContents(File file) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:79: warning: no @throws for java.io.IOException
	public static String getContents(File file) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:95: warning: no @param for container
	public static IFile resolveFile(IContainer container, String name) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:95: warning: no @param for name
	public static IFile resolveFile(IContainer container, String name) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:95: warning: no @return
	public static IFile resolveFile(IContainer container, String name) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:105: warning: no @param for source
	public static void move(File source, File target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:105: warning: no @param for target
	public static void move(File source, File target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:110: warning: no @param for source
	public static void move(URI source, URI target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:110: warning: no @param for target
	public static void move(URI source, URI target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:115: warning: no @param for target
	public static void delete(File target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:120: warning: no @param for target
	public static void delete(URI target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:125: warning: no @param for source
	public static void copy(File source, File target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:125: warning: no @param for target
	public static void copy(File source, File target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:125: warning: no @throws for java.io.IOException
	public static void copy(File source, File target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:141: warning: no @param for source
	public static void copy(URI source, URI target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:141: warning: no @param for target
	public static void copy(URI source, URI target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:141: warning: no @throws for java.io.IOException
	public static void copy(URI source, URI target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:146: warning: no @param for name
	public static void createFile(String name, String contents)
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:146: warning: no @param for contents
	public static void createFile(String name, String contents)
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:146: warning: no @throws for java.io.IOException
	public static void createFile(String name, String contents)
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:154: warning: no @param for name
	public static void createDir(String name) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:159: warning: no @param for file
	public static String getExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:159: warning: no @return
	public static String getExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:171: warning: no @param for file
	public static String getNameWithoutExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:171: warning: no @return
	public static String getNameWithoutExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:183: warning: no @param for file
	public static File replaceFileExtension(File file, String newExtension) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:183: warning: no @param for newExtension
	public static File replaceFileExtension(File file, String newExtension) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:183: warning: no @return
	public static File replaceFileExtension(File file, String newExtension) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:192: warning: no @param for dir
	public static void deleteContents(File dir) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:208: warning: no @param for fullPath
	public static IFile getFile(String fullPath) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:208: warning: no @return
	public static IFile getFile(String fullPath) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:41: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/IExtentProvider.java:29: warning: no @return
	MetamodelExtent getExtent();
	                ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/IExtentProvider.java:22: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:44: warning: no @param for plugin
	public static void logInfo(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:44: warning: no @param for message
	public static void logInfo(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:49: warning: no @param for plugin
	public static void logError(Plugin plugin, Throwable exception) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:49: warning: no @param for exception
	public static void logError(Plugin plugin, Throwable exception) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:54: warning: no @param for plugin
	public static void logError(Plugin plugin, String message,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:54: warning: no @param for message
	public static void logError(Plugin plugin, String message,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:54: warning: no @param for exception
	public static void logError(Plugin plugin, String message,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:60: warning: no @param for plugin
	public static void logError(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:60: warning: no @param for message
	public static void logError(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for plugin
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for severity
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for code
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for message
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for exception
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:71: warning: no @param for plugin
	public static void log(Plugin plugin, IStatus status) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:71: warning: no @param for status
	public static void log(Plugin plugin, IStatus status) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for plugin
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for severity
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for code
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for message
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for exception
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @return
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for plugin
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for severity
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for message
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for exception
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @return
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:32: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:144: warning: no @param for elements
	public void addToExtent(Collection<EObject> elements) {
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:153: warning: no @param for element
	public void addToExtent(EObject element) {
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:193: warning: no @param for element
	public void removeFromExtent(EObject element) {
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:42: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:67: warning: no @param for rootPackages
	public MetamodelExtent(Collection<EPackage> rootPackages) {
	       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for ePackage
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for name
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for nsPrefix
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for nsURI
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @return
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for superClasses
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for abstr
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @return
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @param for superClasses
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @return
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @param for superClass
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @return
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:68: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:68: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:29: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelUtils.java:40: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ResourceSetFactoryImpl.java:14: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ResourceUtils.java:46: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ReversableMap.java:24: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/StringUtils.java:9: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/TwoWayIdentityHashMap.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/TypeUtils.java:34: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/URIUtils.java:49: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/AutoColumnSizeTableViewer.java:31: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/CommonUIActivator.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/DialogUtils.java:12: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/EcoreUIUtils.java:26: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/EditingDomainHandlerBase.java:30: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/HandlerUtils.java:34: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/IValueValidator.java:22: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/MetamodelEditorViewBase.java:31: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/ModelDialog.java:29: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/MultiValueSelectionDialog.java:46: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/PartAdapter.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/ResizeableDialogBase.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/SelectionUtils.java:30: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: CC8B5BB77A65A46F0423226613B4F8D3
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/SingleValueSelectionDialog.java:36: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: B5190DE11ADF34F7F6D183B7F9E33109
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/SyncedMetamodelEditorViewBase.java:29: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/TitleMessageDialogBase.java:28: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/ValueSelectionComposite.java:60: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/DiagnosticException.java:24: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 373C04E5EB3EEFC650BD79DF0EC39901
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/impl/LazyExtentMap.java:35: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 65DEE09316B7F5F9429D1B92F91B6282
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/impl/ModelValidator.java:44: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 096149C737E5B0E96753B668A60D11A6
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/impl/UpdatingList.java:29: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 5ADE31BFBF6A91E602D57A9F0C075DBF
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/BackupUtils.java:32: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 79D1350584168827FC59AC2546F8221E
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/BackwardConverter.java:50: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 4D9E84B44F84E9C760AB3E79983988B4
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/ForwardConverter.java:45: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 53452BD2610B0C191D9E7AFA0A7895E8
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/IDebugger.java:24: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 47D3E8208842791C60FCA0C718D4BD6A
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/IOracle.java:26: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: B7494A4503166132FD3B8AE291566C09
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/MaterializingBackwardConverter.java:21: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: BBD8D1BDE5033D416A0AD09CE6688598
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/MigrationUtils.java:13: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/MigratorOptions.java:9: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/Persistency.java:41: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 7340771F1DE173BDAA2534B8901681B1
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/PrintStreamProgressMonitor.java:26: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: BC9473B55AE6444A8FA63FEC9C1215E7
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/RandomOracle.java:27: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 9A6B169DEFB9C692C59DD3847AAE4EA1
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/migration/CustomMigration.java:12: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 96A14ADC5A23DF56A44B210EF3A99D8C
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/migration/MigrationException.java:24: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 566A4B9AAB3B3C4B9C0A825DFC6105CE
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/migration/ReleaseUtils.java:46: error: unknown tag: authot
 * @authot Johannes Faltermeier
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:54: error: unknown tag: model
	 * @model dataType="org.eclipse.emf.edapt.migration.URI" required="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:55: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:67: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:83: error: unknown tag: model
	 * @model
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:84: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:96: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:33: error: unexpected end tag: </p>
 * </p>
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:36: error: unknown tag: model
 * @model abstract="true"
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:37: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:56: error: unknown tag: model
	 * @model required="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:57: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:69: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:88: error: unknown tag: model
	 * @model unique="false"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:89: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:58: error: unknown tag: model
	 * @model opposite="slots" required="true" transient="false"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:59: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:71: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:82: error: unknown tag: model
	 * @model kind="operation"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:83: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:34: error: unexpected end tag: </p>
 * </p>
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:37: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:38: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:67: error: unknown tag: model
	 * @model opposite="instance" containment="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:68: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:90: error: unknown tag: model
	 * @model opposite="instances" required="true" transient="false"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:91: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:103: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:125: error: unknown tag: model
	 * @model opposite="values"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:126: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:144: error: unknown tag: model
	 * @model dataType="org.eclipse.emf.edapt.migration.URI"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:145: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:156: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:174: error: unknown tag: model
	 * @model
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:175: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:186: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:198: error: unknown tag: model
	 * @model featureRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:199: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:210: error: unknown tag: model
	 * @model featureNameRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:211: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:222: error: unknown tag: model
	 * @model referenceRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:223: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:234: error: unknown tag: model
	 * @model featureRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:235: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:246: error: unknown tag: model
	 * @model kind="operation" required="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:247: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:258: error: unknown tag: model
	 * @model featureRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:259: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:270: error: unknown tag: model
	 * @model featureNameRequired="true"
	   ^

Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs' dir.

org.apache.maven.reporting.MavenReportException: 
Exit code: 1 - Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/common/IResourceSetFactory.java:17: warning: no @return
	ResourceSet createResourceSet();
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/common/IResourceSetFactory.java:11: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/CommonActivator.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @param for element
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @param for reference
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @param for searchArea
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:45: warning: no @return
	public static List<? extends EObject> getInverse(EObject element,
	                                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:57: warning: no @param for element
	public static void setUUID(EObject element, String uuid) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:57: warning: no @param for uuid
	public static void setUUID(EObject element, String uuid) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:75: warning: no @param for element
	public static String getUUID(EObject element) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:75: warning: no @return
	public static String getUUID(EObject element) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/EcoreUtils.java:32: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.java:27: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.java:40: warning: no @param for extensions
	public ExtensionFileFilter(Set<String> extensions) {
	       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ExtensionFileFilter.java:35: warning: no @param for extension
	public ExtensionFileFilter(String extension) {
	       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:51: warning: no @param for file
	public static String getContents(IFile file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:51: warning: no @return
	public static String getContents(IFile file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:67: warning: no @param for in
	public static String getContents(InputStream in) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:67: warning: no @return
	public static String getContents(InputStream in) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:67: warning: no @throws for java.io.IOException
	public static String getContents(InputStream in) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:79: warning: no @param for file
	public static String getContents(File file) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:79: warning: no @return
	public static String getContents(File file) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:79: warning: no @throws for java.io.IOException
	public static String getContents(File file) throws IOException {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:95: warning: no @param for container
	public static IFile resolveFile(IContainer container, String name) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:95: warning: no @param for name
	public static IFile resolveFile(IContainer container, String name) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:95: warning: no @return
	public static IFile resolveFile(IContainer container, String name) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:105: warning: no @param for source
	public static void move(File source, File target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:105: warning: no @param for target
	public static void move(File source, File target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:110: warning: no @param for source
	public static void move(URI source, URI target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:110: warning: no @param for target
	public static void move(URI source, URI target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:115: warning: no @param for target
	public static void delete(File target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:120: warning: no @param for target
	public static void delete(URI target) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:125: warning: no @param for source
	public static void copy(File source, File target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:125: warning: no @param for target
	public static void copy(File source, File target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:125: warning: no @throws for java.io.IOException
	public static void copy(File source, File target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:141: warning: no @param for source
	public static void copy(URI source, URI target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:141: warning: no @param for target
	public static void copy(URI source, URI target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:141: warning: no @throws for java.io.IOException
	public static void copy(URI source, URI target) throws IOException {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:146: warning: no @param for name
	public static void createFile(String name, String contents)
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:146: warning: no @param for contents
	public static void createFile(String name, String contents)
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:146: warning: no @throws for java.io.IOException
	public static void createFile(String name, String contents)
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:154: warning: no @param for name
	public static void createDir(String name) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:159: warning: no @param for file
	public static String getExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:159: warning: no @return
	public static String getExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:171: warning: no @param for file
	public static String getNameWithoutExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:171: warning: no @return
	public static String getNameWithoutExtension(File file) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:183: warning: no @param for file
	public static File replaceFileExtension(File file, String newExtension) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:183: warning: no @param for newExtension
	public static File replaceFileExtension(File file, String newExtension) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:183: warning: no @return
	public static File replaceFileExtension(File file, String newExtension) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:192: warning: no @param for dir
	public static void deleteContents(File dir) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:208: warning: no @param for fullPath
	public static IFile getFile(String fullPath) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:208: warning: no @return
	public static IFile getFile(String fullPath) {
	                    ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/FileUtils.java:41: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/IExtentProvider.java:29: warning: no @return
	MetamodelExtent getExtent();
	                ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/IExtentProvider.java:22: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:44: warning: no @param for plugin
	public static void logInfo(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:44: warning: no @param for message
	public static void logInfo(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:49: warning: no @param for plugin
	public static void logError(Plugin plugin, Throwable exception) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:49: warning: no @param for exception
	public static void logError(Plugin plugin, Throwable exception) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:54: warning: no @param for plugin
	public static void logError(Plugin plugin, String message,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:54: warning: no @param for message
	public static void logError(Plugin plugin, String message,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:54: warning: no @param for exception
	public static void logError(Plugin plugin, String message,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:60: warning: no @param for plugin
	public static void logError(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:60: warning: no @param for message
	public static void logError(Plugin plugin, String message) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for plugin
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for severity
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for code
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for message
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:65: warning: no @param for exception
	public static void log(Plugin plugin, int severity, int code,
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:71: warning: no @param for plugin
	public static void log(Plugin plugin, IStatus status) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:71: warning: no @param for status
	public static void log(Plugin plugin, IStatus status) {
	                   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for plugin
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for severity
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for code
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for message
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @param for exception
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:79: warning: no @return
	public static IStatus createStatus(Plugin plugin, int severity, int code,
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for plugin
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for severity
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for message
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @param for exception
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:89: warning: no @return
	public static IStatus createMultiStatus(Plugin plugin, int severity, String message, Throwable exception) {
	                      ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/LoggingUtils.java:32: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:144: warning: no @param for elements
	public void addToExtent(Collection<EObject> elements) {
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:153: warning: no @param for element
	public void addToExtent(EObject element) {
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:193: warning: no @param for element
	public void removeFromExtent(EObject element) {
	            ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:42: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelExtent.java:67: warning: no @param for rootPackages
	public MetamodelExtent(Collection<EPackage> rootPackages) {
	       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for ePackage
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for name
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for nsPrefix
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @param for nsURI
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:34: warning: no @return
	public static EPackage newEPackage(EPackage ePackage, String name,
	                       ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for superClasses
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @param for abstr
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:45: warning: no @return
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @param for superClasses
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:56: warning: no @return
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @param for superClass
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:62: warning: no @return
	public static EClass newEClass(EPackage ePackage, String name,
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:68: warning: no @param for ePackage
	public static EClass newEClass(EPackage ePackage, String name) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:68: warning: no @param for name
	public static EClass newEClass(EPackage ePackage, String name) {
	                     ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelFactory.java:29: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/MetamodelUtils.java:40: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ResourceSetFactoryImpl.java:14: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ResourceUtils.java:46: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/ReversableMap.java:24: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/StringUtils.java:9: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/TwoWayIdentityHashMap.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/TypeUtils.java:34: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common/src/org/eclipse/emf/edapt/internal/common/URIUtils.java:49: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/AutoColumnSizeTableViewer.java:31: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/CommonUIActivator.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/DialogUtils.java:12: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/EcoreUIUtils.java:26: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/EditingDomainHandlerBase.java:30: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/HandlerUtils.java:34: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/IValueValidator.java:22: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/MetamodelEditorViewBase.java:31: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/ModelDialog.java:29: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/MultiValueSelectionDialog.java:46: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/PartAdapter.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/ResizeableDialogBase.java:25: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/SelectionUtils.java:30: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: CC8B5BB77A65A46F0423226613B4F8D3
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/SingleValueSelectionDialog.java:36: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: B5190DE11ADF34F7F6D183B7F9E33109
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/SyncedMetamodelEditorViewBase.java:29: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/TitleMessageDialogBase.java:28: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.common.ui/src/org/eclipse/emf/edapt/common/ui/ValueSelectionComposite.java:60: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/DiagnosticException.java:24: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 373C04E5EB3EEFC650BD79DF0EC39901
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/impl/LazyExtentMap.java:35: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 65DEE09316B7F5F9429D1B92F91B6282
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/impl/ModelValidator.java:44: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 096149C737E5B0E96753B668A60D11A6
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/impl/UpdatingList.java:29: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 5ADE31BFBF6A91E602D57A9F0C075DBF
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/BackupUtils.java:32: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 79D1350584168827FC59AC2546F8221E
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/BackwardConverter.java:50: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 4D9E84B44F84E9C760AB3E79983988B4
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/ForwardConverter.java:45: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 53452BD2610B0C191D9E7AFA0A7895E8
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/IDebugger.java:24: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 47D3E8208842791C60FCA0C718D4BD6A
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/IOracle.java:26: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: B7494A4503166132FD3B8AE291566C09
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/MaterializingBackwardConverter.java:21: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: BBD8D1BDE5033D416A0AD09CE6688598
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/MigrationUtils.java:13: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/MigratorOptions.java:9: error: unknown tag: levd.rating
 * @levd.rating RED Rev:
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/Persistency.java:41: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 7340771F1DE173BDAA2534B8901681B1
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/PrintStreamProgressMonitor.java:26: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: BC9473B55AE6444A8FA63FEC9C1215E7
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/internal/migration/internal/RandomOracle.java:27: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 9A6B169DEFB9C692C59DD3847AAE4EA1
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/migration/CustomMigration.java:12: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 96A14ADC5A23DF56A44B210EF3A99D8C
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/migration/MigrationException.java:24: error: unknown tag: levd.rating
 * @levd.rating YELLOW Hash: 566A4B9AAB3B3C4B9C0A825DFC6105CE
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/src/org/eclipse/emf/edapt/migration/ReleaseUtils.java:46: error: unknown tag: authot
 * @authot Johannes Faltermeier
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:54: error: unknown tag: model
	 * @model dataType="org.eclipse.emf.edapt.migration.URI" required="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:55: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:67: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:83: error: unknown tag: model
	 * @model
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:84: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:96: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:33: error: unexpected end tag: </p>
 * </p>
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:36: error: unknown tag: model
 * @model abstract="true"
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AbstractResource.java:37: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:56: error: unknown tag: model
	 * @model required="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:57: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:69: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:88: error: unknown tag: model
	 * @model unique="false"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:89: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:58: error: unknown tag: model
	 * @model opposite="slots" required="true" transient="false"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:59: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:71: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:82: error: unknown tag: model
	 * @model kind="operation"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Slot.java:83: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:34: error: unexpected end tag: </p>
 * </p>
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:37: error: unknown tag: model
 * @model
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/AttributeSlot.java:38: error: unknown tag: generated
 * @generated
   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:67: error: unknown tag: model
	 * @model opposite="instance" containment="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:68: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:90: error: unknown tag: model
	 * @model opposite="instances" required="true" transient="false"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:91: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:103: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:125: error: unknown tag: model
	 * @model opposite="values"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:126: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:144: error: unknown tag: model
	 * @model dataType="org.eclipse.emf.edapt.migration.URI"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:145: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:156: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:174: error: unknown tag: model
	 * @model
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:175: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:186: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:198: error: unknown tag: model
	 * @model featureRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:199: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:210: error: unknown tag: model
	 * @model featureNameRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:211: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:222: error: unknown tag: model
	 * @model referenceRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:223: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:234: error: unknown tag: model
	 * @model featureRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:235: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:246: error: unknown tag: model
	 * @model kind="operation" required="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:247: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:258: error: unknown tag: model
	 * @model featureRequired="true"
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:259: error: unknown tag: generated
	 * @generated
	   ^
/home/jenkins/agent/workspace/emf-edapt-javadoc/plugins/org.eclipse.emf.edapt.migration/generated-src/org/eclipse/emf/edapt/spi/migration/Instance.java:270: error: unknown tag: model
	 * @model featureNameRequired="true"
	   ^

Command line was: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages

Refer to the generated Javadoc files in '/home/jenkins/agent/workspace/emf-edapt-javadoc/builds/org.eclipse.emf.edapt.releng/target/site/apidocs' dir.

    at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeJavadocCommandLine (AbstractJavadocMojo.java:5163)
    at org.apache.maven.plugin.javadoc.AbstractJavadocMojo.executeReport (AbstractJavadocMojo.java:2075)
    at org.apache.maven.plugin.javadoc.JavadocReport.generate (JavadocReport.java:130)
    at org.apache.maven.plugin.javadoc.JavadocReport.execute (JavadocReport.java:318)
    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)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for root 1.4.1-SNAPSHOT:
[INFO] 
[INFO] root ............................................... SUCCESS [ 31.512 s]
[INFO] plugins ............................................ SUCCESS [  0.007 s]
[INFO] org.eclipse.emf.edapt.common ....................... SUCCESS [  5.214 s]
[INFO] org.eclipse.emf.edapt.common.ui .................... SUCCESS [  0.465 s]
[INFO] org.eclipse.emf.edapt.migration .................... SUCCESS [  0.806 s]
[INFO] org.eclipse.emf.edapt.declaration .................. SUCCESS [  0.602 s]
[INFO] org.eclipse.emf.edapt.declaration.edit ............. SUCCESS [  0.199 s]
[INFO] org.eclipse.emf.edapt.declaration.editor ........... SUCCESS [  0.320 s]
[INFO] org.eclipse.emf.edapt.history ...................... SUCCESS [  0.766 s]
[INFO] org.eclipse.emf.edapt.history.cdo .................. SUCCESS [  0.200 s]
[INFO] org.eclipse.emf.edapt.history.edit ................. SUCCESS [  0.501 s]
[INFO] org.eclipse.emf.edapt.history.editor ............... SUCCESS [  0.737 s]
[INFO] org.eclipse.emf.edapt.migration.test ............... SUCCESS [  0.347 s]
[INFO] org.eclipse.emf.edapt.migration.ui ................. SUCCESS [  0.326 s]
[INFO] features ........................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.emf.edapt.runtime.feature .............. SUCCESS [  0.176 s]
[INFO] org.eclipse.emf.edapt.runtime.cdo.feature .......... SUCCESS [  0.055 s]
[INFO] org.eclipse.emf.edapt.recorder.feature ............. SUCCESS [  0.157 s]
[INFO] org.eclipse.emf.edapt.releng.p2 .................... SUCCESS [  1.996 s]
[INFO] org.eclipse.emf.edapt.tests ........................ SUCCESS [ 11.716 s]
[INFO] org.eclipse.emf.edapt.common.tests ................. SUCCESS [  0.103 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:51 min
[INFO] Finished at: 2020-04-30T06:19:46Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS