Skip to content
Success

Console Output

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

Building remotely on default-agent-vjxsn in workspace /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jax-rpc-ri.git
 > git init /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jax-rpc-ri.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-rpc-ri.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-rpc-ri.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-rpc-ri.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jax-rpc-ri.git
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-rpc-ri.git +refs/heads/EE4J_8:refs/remotes/origin/EE4J_8
 > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10
Checking out Revision 2890caec2f393c9365620ff1bcac02359721c430 (refs/remotes/origin/EE4J_8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2890caec2f393c9365620ff1bcac02359721c430
Commit message: "Merge 1.1.5 release info into EE4J_8. Update SNAPSHOT version. (#88)"
 > git rev-list --no-walk 2890caec2f393c9365620ff1bcac02359721c430 # timeout=10
[jax-rpc-ri-ee4j8-build] $ /bin/bash -ex /tmp/jenkins7998001866762017366.sh
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest:/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ echo '-[ JAX RPC Build ]--------------------------------------------------------------'
-[ JAX RPC Build ]--------------------------------------------------------------
+ cd jaxrpc-ri
+ mvn clean install -Pstaging
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.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 84 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jaxrpc implementation parent                                       [pom]
[INFO] jaxrpc-spi                                                         [jar]
[INFO] jaxrpc-impl                                                        [jar]
[INFO] jaxrpc installer                                                   [jar]
[INFO] jaxrpc samples                                                     [pom]
[INFO] Attachments Sample                                                 [jar]
[INFO] Hello World Sample                                                 [jar]
[INFO] jaxrpc-bundle                                                      [pom]
[INFO] 
[INFO] -------------------< com.sun.xml.rpc:jaxrpc-parent >--------------------
[INFO] Building jaxrpc implementation parent 1.1.6-SNAPSHOT               [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 106 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 450 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/26 kB
Progress (1): 7.7/26 kB
Progress (1): 12/26 kB 
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 24/26 kB
Progress (1): 26 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 822 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 199 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
Progress (1): 4.1/34 kB
Progress (1): 7.7/34 kB
Progress (1): 12/34 kB 
Progress (1): 16/34 kB
Progress (1): 20/34 kB
Progress (1): 24/34 kB
Progress (1): 28/34 kB
Progress (1): 32/34 kB
Progress (1): 34 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.8 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar
Progress (1): 4.1/64 kB
Progress (1): 7.7/64 kB
Progress (1): 12/64 kB 
Progress (1): 16/64 kB
Progress (1): 20/64 kB
Progress (1): 24/64 kB
Progress (1): 28/64 kB
Progress (1): 32/64 kB
Progress (1): 33/64 kB
Progress (1): 37/64 kB
Progress (1): 41/64 kB
Progress (1): 45/64 kB
Progress (1): 49/64 kB
Progress (1): 53/64 kB
Progress (1): 57/64 kB
Progress (1): 61/64 kB
Progress (1): 64 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 976 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom
Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.pom (9.9 kB at 472 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/4/felix-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom (24 kB at 489 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar
Progress (1): 4.1/232 kB
Progress (1): 7.7/232 kB
Progress (1): 12/232 kB 
Progress (1): 16/232 kB
Progress (1): 20/232 kB
Progress (1): 24/232 kB
Progress (1): 28/232 kB
Progress (1): 32/232 kB
Progress (1): 33/232 kB
Progress (1): 37/232 kB
Progress (1): 41/232 kB
Progress (1): 45/232 kB
Progress (1): 49/232 kB
Progress (1): 53/232 kB
Progress (1): 57/232 kB
Progress (1): 61/232 kB
Progress (1): 65/232 kB
Progress (1): 66/232 kB
Progress (1): 70/232 kB
Progress (1): 74/232 kB
Progress (1): 78/232 kB
Progress (1): 82/232 kB
Progress (1): 86/232 kB
Progress (1): 90/232 kB
Progress (1): 94/232 kB
Progress (1): 98/232 kB
Progress (1): 98/232 kB
Progress (1): 102/232 kB
Progress (1): 106/232 kB
Progress (1): 110/232 kB
Progress (1): 114/232 kB
Progress (1): 118/232 kB
Progress (1): 122/232 kB
Progress (1): 126/232 kB
Progress (1): 130/232 kB
Progress (1): 134/232 kB
Progress (1): 138/232 kB
Progress (1): 142/232 kB
Progress (1): 146/232 kB
Progress (1): 150/232 kB
Progress (1): 154/232 kB
Progress (1): 158/232 kB
Progress (1): 162/232 kB
Progress (1): 166/232 kB
Progress (1): 170/232 kB
Progress (1): 174/232 kB
Progress (1): 178/232 kB
Progress (1): 182/232 kB
Progress (1): 186/232 kB
Progress (1): 190/232 kB
Progress (1): 194/232 kB
Progress (1): 198/232 kB
Progress (1): 202/232 kB
Progress (1): 206/232 kB
Progress (1): 210/232 kB
Progress (1): 214/232 kB
Progress (1): 218/232 kB
Progress (1): 222/232 kB
Progress (1): 226/232 kB
Progress (1): 230/232 kB
Progress (1): 232 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.1/maven-bundle-plugin-3.5.1.jar (232 kB at 6.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 336 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Progress (1): 4.1/9.2 kB
Progress (1): 7.7/9.2 kB
Progress (1): 9.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 354 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/11/apache-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 926 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-parent ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 61 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 476 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 726 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 214 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 214 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 398 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 558 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 476 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): 44/226 kB
Progress (1): 48/226 kB
Progress (1): 52/226 kB
Progress (1): 56/226 kB
Progress (1): 60/226 kB
Progress (1): 64/226 kB
Progress (1): 68/226 kB
Progress (1): 72/226 kB
Progress (1): 76/226 kB
Progress (1): 80/226 kB
Progress (1): 84/226 kB
Progress (1): 88/226 kB
Progress (1): 92/226 kB
Progress (1): 96/226 kB
Progress (1): 100/226 kB
Progress (1): 104/226 kB
Progress (1): 108/226 kB
Progress (1): 112/226 kB
Progress (1): 116/226 kB
Progress (1): 120/226 kB
Progress (1): 124/226 kB
Progress (1): 128/226 kB
Progress (1): 132/226 kB
Progress (1): 136/226 kB
Progress (1): 140/226 kB
Progress (1): 144/226 kB
Progress (1): 148/226 kB
Progress (1): 152/226 kB
Progress (1): 156/226 kB
Progress (1): 160/226 kB
Progress (1): 164/226 kB
Progress (1): 168/226 kB
Progress (1): 172/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): 216/226 kB
Progress (1): 220/226 kB
Progress (1): 224/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 4.0 MB/s)
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-parent ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 414 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.3 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.5 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 711 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 243 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 175 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 882 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 92 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 48 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 255 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 326 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 19 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 303 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 228 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 486 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 600 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 224 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Progress (1): 4.1/9.0 kB
Progress (1): 7.7/9.0 kB
Progress (1): 9.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 598 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 86 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 46 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 113 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 127 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 384 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 130 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 200 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 73 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 370 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 672 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 34 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 283 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 964 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 174 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 167 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 287 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 582 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 18 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 112 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 120 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 483 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 115 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 336 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 116 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 217 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.3 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 424 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 70 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 83 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 276 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 150 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.4 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom
Progress (1): 4.1/4.2 kB
Progress (1): 4.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 277 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 212 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 52 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 774 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 256 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 65 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 91 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 855 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/26/maven-parent-26.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
Progress (1): 4.1/40 kB
Progress (1): 7.7/40 kB
Progress (1): 12/40 kB 
Progress (1): 16/40 kB
Progress (1): 20/40 kB
Progress (1): 24/40 kB
Progress (1): 28/40 kB
Progress (1): 32/40 kB
Progress (1): 33/40 kB
Progress (1): 37/40 kB
Progress (1): 40 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.8 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 1.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 166 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 483 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 399 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 319 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 33/37 kB
Progress (1): 37/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/25/maven-parent-25.pom (37 kB at 2.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 535 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
Progress (1): 4.1/48 kB
Progress (1): 7.7/48 kB
Progress (1): 12/48 kB 
Progress (1): 16/48 kB
Progress (1): 20/48 kB
Progress (1): 24/48 kB
Progress (1): 28/48 kB
Progress (1): 32/48 kB
Progress (1): 36/48 kB
Progress (1): 40/48 kB
Progress (1): 44/48 kB
Progress (1): 48/48 kB
Progress (1): 48 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.8 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 948 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Progress (1): 965 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 54 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 255 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
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 (1): 4.1/527 kB
Progress (1): 7.7/527 kB
Progress (1): 12/527 kB 
Progress (1): 16/527 kB
Progress (1): 20/527 kB
Progress (1): 24/527 kB
Progress (1): 28/527 kB
Progress (1): 32/527 kB
Progress (1): 33/527 kB
Progress (1): 37/527 kB
Progress (1): 41/527 kB
Progress (1): 45/527 kB
Progress (1): 49/527 kB
Progress (1): 53/527 kB
Progress (1): 57/527 kB
Progress (1): 61/527 kB
Progress (1): 65/527 kB
Progress (1): 66/527 kB
Progress (1): 70/527 kB
Progress (1): 74/527 kB
Progress (1): 78/527 kB
Progress (1): 82/527 kB
Progress (1): 86/527 kB
Progress (1): 90/527 kB
Progress (1): 94/527 kB
Progress (1): 98/527 kB
Progress (1): 98/527 kB
Progress (1): 102/527 kB
Progress (1): 106/527 kB
Progress (1): 110/527 kB
Progress (1): 114/527 kB
Progress (1): 118/527 kB
Progress (1): 122/527 kB
Progress (1): 126/527 kB
Progress (1): 130/527 kB
Progress (1): 134/527 kB
Progress (1): 138/527 kB
Progress (1): 142/527 kB
Progress (1): 146/527 kB
Progress (1): 150/527 kB
Progress (1): 154/527 kB
Progress (1): 158/527 kB
Progress (1): 162/527 kB
Progress (1): 166/527 kB
Progress (1): 170/527 kB
Progress (1): 174/527 kB
Progress (1): 178/527 kB
Progress (1): 182/527 kB
Progress (1): 186/527 kB
Progress (1): 190/527 kB
Progress (1): 194/527 kB
Progress (1): 198/527 kB
Progress (1): 202/527 kB
Progress (1): 206/527 kB
Progress (1): 210/527 kB
Progress (1): 214/527 kB
Progress (1): 218/527 kB
Progress (1): 222/527 kB
Progress (1): 226/527 kB
Progress (1): 230/527 kB
Progress (1): 234/527 kB
Progress (1): 238/527 kB
Progress (1): 242/527 kB
Progress (1): 246/527 kB
Progress (1): 250/527 kB
Progress (1): 254/527 kB
Progress (1): 258/527 kB
Progress (1): 262/527 kB
Progress (1): 266/527 kB
Progress (1): 270/527 kB
Progress (1): 274/527 kB
Progress (1): 278/527 kB
Progress (1): 282/527 kB
Progress (1): 286/527 kB
Progress (1): 290/527 kB
Progress (1): 294/527 kB
Progress (1): 298/527 kB
Progress (1): 302/527 kB
Progress (1): 306/527 kB
Progress (1): 310/527 kB
Progress (1): 314/527 kB
Progress (1): 318/527 kB
Progress (1): 322/527 kB
Progress (1): 326/527 kB
Progress (1): 330/527 kB
Progress (1): 334/527 kB
Progress (1): 338/527 kB
Progress (1): 342/527 kB
Progress (1): 346/527 kB
Progress (1): 350/527 kB
Progress (1): 354/527 kB
Progress (1): 358/527 kB
Progress (1): 362/527 kB
Progress (1): 366/527 kB
Progress (1): 370/527 kB
Progress (1): 374/527 kB
Progress (1): 378/527 kB
Progress (1): 382/527 kB
Progress (1): 386/527 kB
Progress (1): 390/527 kB
Progress (1): 394/527 kB
Progress (1): 398/527 kB
Progress (1): 402/527 kB
Progress (1): 406/527 kB
Progress (1): 410/527 kB
Progress (1): 414/527 kB
Progress (1): 418/527 kB
Progress (1): 422/527 kB
Progress (1): 426/527 kB
Progress (1): 430/527 kB
Progress (1): 434/527 kB
Progress (1): 438/527 kB
Progress (1): 442/527 kB
Progress (1): 446/527 kB
Progress (1): 450/527 kB
Progress (1): 454/527 kB
Progress (1): 458/527 kB
Progress (1): 459/527 kB
Progress (1): 463/527 kB
Progress (1): 467/527 kB
Progress (1): 471/527 kB
Progress (1): 475/527 kB
Progress (1): 479/527 kB
Progress (1): 483/527 kB
Progress (1): 487/527 kB
Progress (1): 491/527 kB
Progress (1): 492/527 kB
Progress (1): 496/527 kB
Progress (1): 500/527 kB
Progress (1): 504/527 kB
Progress (1): 508/527 kB
Progress (1): 512/527 kB
Progress (1): 516/527 kB
Progress (1): 520/527 kB
Progress (1): 524/527 kB
Progress (1): 527 kB    
Progress (2): 527 kB | 4.1/38 kB
Progress (2): 527 kB | 7.7/38 kB
Progress (2): 527 kB | 12/38 kB 
Progress (2): 527 kB | 16/38 kB
Progress (2): 527 kB | 20/38 kB
Progress (2): 527 kB | 24/38 kB
Progress (3): 527 kB | 24/38 kB | 4.1/47 kB
Progress (3): 527 kB | 24/38 kB | 7.7/47 kB
Progress (3): 527 kB | 28/38 kB | 7.7/47 kB
Progress (3): 527 kB | 32/38 kB | 7.7/47 kB
Progress (3): 527 kB | 32/38 kB | 12/47 kB 
Progress (3): 527 kB | 36/38 kB | 12/47 kB
Progress (3): 527 kB | 36/38 kB | 16/47 kB
Progress (3): 527 kB | 38 kB | 16/47 kB   
Progress (3): 527 kB | 38 kB | 20/47 kB
Progress (3): 527 kB | 38 kB | 24/47 kB
Progress (3): 527 kB | 38 kB | 28/47 kB
Progress (3): 527 kB | 38 kB | 32/47 kB
Progress (3): 527 kB | 38 kB | 36/47 kB
Progress (3): 527 kB | 38 kB | 40/47 kB
Progress (3): 527 kB | 38 kB | 44/47 kB
Progress (3): 527 kB | 38 kB | 47 kB   
Progress (4): 527 kB | 38 kB | 47 kB | 4.1/30 kB
Progress (4): 527 kB | 38 kB | 47 kB | 7.7/30 kB
Progress (4): 527 kB | 38 kB | 47 kB | 12/30 kB 
Progress (4): 527 kB | 38 kB | 47 kB | 16/30 kB
Progress (4): 527 kB | 38 kB | 47 kB | 20/30 kB
Progress (4): 527 kB | 38 kB | 47 kB | 24/30 kB
Progress (4): 527 kB | 38 kB | 47 kB | 28/30 kB
Progress (4): 527 kB | 38 kB | 47 kB | 30 kB   
Progress (5): 527 kB | 38 kB | 47 kB | 30 kB | 4.1/165 kB
Progress (5): 527 kB | 38 kB | 47 kB | 30 kB | 7.7/165 kB
Progress (5): 527 kB | 38 kB | 47 kB | 30 kB | 12/165 kB 
Progress (5): 527 kB | 38 kB | 47 kB | 30 kB | 16/165 kB
Progress (5): 527 kB | 38 kB | 47 kB | 30 kB | 20/165 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 7.8 MB/s)
Progress (4): 38 kB | 47 kB | 30 kB | 24/165 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 (4): 38 kB | 47 kB | 30 kB | 28/165 kB
Progress (4): 38 kB | 47 kB | 30 kB | 32/165 kB
Progress (4): 38 kB | 47 kB | 30 kB | 36/165 kB
Progress (4): 38 kB | 47 kB | 30 kB | 40/165 kB
Progress (4): 38 kB | 47 kB | 30 kB | 44/165 kB
Progress (4): 38 kB | 47 kB | 30 kB | 48/165 kB
Progress (4): 38 kB | 47 kB | 30 kB | 52/165 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 540 kB/s)
Progress (3): 47 kB | 30 kB | 56/165 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): 47 kB | 30 kB | 60/165 kB
Progress (3): 47 kB | 30 kB | 64/165 kB
Progress (3): 47 kB | 30 kB | 68/165 kB
Progress (3): 47 kB | 30 kB | 72/165 kB
Progress (3): 47 kB | 30 kB | 76/165 kB
Progress (3): 47 kB | 30 kB | 80/165 kB
Progress (3): 47 kB | 30 kB | 84/165 kB
Progress (3): 47 kB | 30 kB | 88/165 kB
Progress (3): 47 kB | 30 kB | 92/165 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 412 kB/s)
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 639 kB/s)
Progress (1): 96/165 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
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 (1): 100/165 kB
Progress (1): 104/165 kB
Progress (1): 108/165 kB
Progress (1): 112/165 kB
Progress (1): 116/165 kB
Progress (1): 120/165 kB
Progress (1): 124/165 kB
Progress (1): 128/165 kB
Progress (1): 132/165 kB
Progress (1): 136/165 kB
Progress (1): 140/165 kB
Progress (1): 144/165 kB
Progress (1): 148/165 kB
Progress (1): 152/165 kB
Progress (1): 156/165 kB
Progress (1): 160/165 kB
Progress (1): 164/165 kB
Progress (1): 165 kB    
Progress (2): 165 kB | 4.1/148 kB
Progress (2): 165 kB | 7.7/148 kB
Progress (2): 165 kB | 12/148 kB 
Progress (2): 165 kB | 16/148 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 1.9 MB/s)
Progress (2): 16/148 kB | 4.1/106 kB
Progress (2): 20/148 kB | 4.1/106 kB
Progress (3): 20/148 kB | 4.1/106 kB | 4.1/52 kB
Progress (3): 20/148 kB | 7.7/106 kB | 4.1/52 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): 20/148 kB | 12/106 kB | 4.1/52 kB
Progress (3): 20/148 kB | 12/106 kB | 7.7/52 kB
Progress (3): 24/148 kB | 12/106 kB | 7.7/52 kB
Progress (3): 24/148 kB | 12/106 kB | 12/52 kB 
Progress (3): 24/148 kB | 16/106 kB | 12/52 kB
Progress (3): 24/148 kB | 16/106 kB | 16/52 kB
Progress (3): 28/148 kB | 16/106 kB | 16/52 kB
Progress (3): 28/148 kB | 20/106 kB | 16/52 kB
Progress (3): 32/148 kB | 20/106 kB | 16/52 kB
Progress (3): 32/148 kB | 20/106 kB | 20/52 kB
Progress (3): 33/148 kB | 20/106 kB | 20/52 kB
Progress (3): 33/148 kB | 24/106 kB | 20/52 kB
Progress (3): 33/148 kB | 24/106 kB | 24/52 kB
Progress (3): 37/148 kB | 24/106 kB | 24/52 kB
Progress (3): 37/148 kB | 28/106 kB | 24/52 kB
Progress (3): 41/148 kB | 28/106 kB | 24/52 kB
Progress (3): 41/148 kB | 28/106 kB | 28/52 kB
Progress (3): 41/148 kB | 32/106 kB | 28/52 kB
Progress (3): 41/148 kB | 32/106 kB | 32/52 kB
Progress (3): 45/148 kB | 32/106 kB | 32/52 kB
Progress (3): 45/148 kB | 33/106 kB | 32/52 kB
Progress (3): 49/148 kB | 33/106 kB | 32/52 kB
Progress (3): 49/148 kB | 33/106 kB | 36/52 kB
Progress (3): 53/148 kB | 33/106 kB | 36/52 kB
Progress (3): 53/148 kB | 37/106 kB | 36/52 kB
Progress (3): 57/148 kB | 37/106 kB | 36/52 kB
Progress (3): 57/148 kB | 37/106 kB | 40/52 kB
Progress (3): 57/148 kB | 41/106 kB | 40/52 kB
Progress (3): 61/148 kB | 41/106 kB | 40/52 kB
Progress (3): 61/148 kB | 45/106 kB | 40/52 kB
Progress (3): 65/148 kB | 45/106 kB | 40/52 kB
Progress (3): 65/148 kB | 49/106 kB | 40/52 kB
Progress (3): 66/148 kB | 49/106 kB | 40/52 kB
Progress (3): 66/148 kB | 53/106 kB | 40/52 kB
Progress (3): 70/148 kB | 53/106 kB | 40/52 kB
Progress (3): 70/148 kB | 57/106 kB | 40/52 kB
Progress (3): 74/148 kB | 57/106 kB | 40/52 kB
Progress (3): 74/148 kB | 61/106 kB | 40/52 kB
Progress (3): 74/148 kB | 65/106 kB | 40/52 kB
Progress (3): 78/148 kB | 65/106 kB | 40/52 kB
Progress (3): 78/148 kB | 66/106 kB | 40/52 kB
Progress (3): 82/148 kB | 66/106 kB | 40/52 kB
Progress (3): 82/148 kB | 70/106 kB | 40/52 kB
Progress (3): 86/148 kB | 70/106 kB | 40/52 kB
Progress (3): 86/148 kB | 74/106 kB | 40/52 kB
Progress (3): 90/148 kB | 74/106 kB | 40/52 kB
Progress (3): 90/148 kB | 78/106 kB | 40/52 kB
Progress (3): 90/148 kB | 82/106 kB | 40/52 kB
Progress (3): 94/148 kB | 82/106 kB | 40/52 kB
Progress (3): 94/148 kB | 86/106 kB | 40/52 kB
Progress (3): 98/148 kB | 86/106 kB | 40/52 kB
Progress (3): 98/148 kB | 90/106 kB | 40/52 kB
Progress (3): 102/148 kB | 90/106 kB | 40/52 kB
Progress (3): 102/148 kB | 94/106 kB | 40/52 kB
Progress (3): 106/148 kB | 94/106 kB | 40/52 kB
Progress (3): 106/148 kB | 98/106 kB | 40/52 kB
Progress (3): 110/148 kB | 98/106 kB | 40/52 kB
Progress (3): 110/148 kB | 102/106 kB | 40/52 kB
Progress (3): 114/148 kB | 102/106 kB | 40/52 kB
Progress (3): 114/148 kB | 106/106 kB | 40/52 kB
Progress (3): 114/148 kB | 106 kB | 40/52 kB    
Progress (3): 118/148 kB | 106 kB | 40/52 kB
Progress (3): 122/148 kB | 106 kB | 40/52 kB
Progress (3): 126/148 kB | 106 kB | 40/52 kB
Progress (3): 130/148 kB | 106 kB | 40/52 kB
Progress (3): 134/148 kB | 106 kB | 40/52 kB
Progress (3): 138/148 kB | 106 kB | 40/52 kB
Progress (3): 142/148 kB | 106 kB | 40/52 kB
Progress (3): 146/148 kB | 106 kB | 40/52 kB
Progress (3): 148 kB | 106 kB | 40/52 kB    
Progress (4): 148 kB | 106 kB | 40/52 kB | 4.1/14 kB
Progress (4): 148 kB | 106 kB | 40/52 kB | 7.7/14 kB
Progress (4): 148 kB | 106 kB | 40/52 kB | 12/14 kB 
Progress (4): 148 kB | 106 kB | 40/52 kB | 14 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 993 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Progress (4): 106 kB | 40/52 kB | 14 kB | 4.1/51 kB
Progress (4): 106 kB | 40/52 kB | 14 kB | 7.7/51 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 690 kB/s)
Progress (3): 40/52 kB | 14 kB | 12/51 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Progress (3): 40/52 kB | 14 kB | 16/51 kB
Progress (3): 40/52 kB | 14 kB | 20/51 kB
Progress (3): 40/52 kB | 14 kB | 24/51 kB
Progress (3): 40/52 kB | 14 kB | 28/51 kB
Progress (3): 40/52 kB | 14 kB | 32/51 kB
Progress (3): 40/52 kB | 14 kB | 36/51 kB
Progress (3): 40/52 kB | 14 kB | 40/51 kB
Progress (3): 40/52 kB | 14 kB | 44/51 kB
Progress (3): 40/52 kB | 14 kB | 48/51 kB
Progress (3): 40/52 kB | 14 kB | 51 kB   
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 312 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
Progress (3): 40/52 kB | 14 kB | 4.1/202 kB
Progress (3): 40/52 kB | 14 kB | 7.7/202 kB
Progress (3): 40/52 kB | 14 kB | 12/202 kB 
Progress (3): 40/52 kB | 14 kB | 16/202 kB
Progress (3): 40/52 kB | 14 kB | 20/202 kB
Progress (3): 40/52 kB | 14 kB | 24/202 kB
Progress (3): 40/52 kB | 14 kB | 28/202 kB
Progress (3): 40/52 kB | 14 kB | 32/202 kB
Progress (3): 40/52 kB | 14 kB | 33/202 kB
Progress (3): 40/52 kB | 14 kB | 37/202 kB
Progress (3): 40/52 kB | 14 kB | 41/202 kB
Progress (3): 40/52 kB | 14 kB | 45/202 kB
Progress (3): 40/52 kB | 14 kB | 49/202 kB
Progress (3): 40/52 kB | 14 kB | 53/202 kB
Progress (3): 40/52 kB | 14 kB | 57/202 kB
Progress (3): 40/52 kB | 14 kB | 61/202 kB
Progress (3): 40/52 kB | 14 kB | 65/202 kB
Progress (3): 40/52 kB | 14 kB | 66/202 kB
Progress (3): 40/52 kB | 14 kB | 70/202 kB
Progress (3): 40/52 kB | 14 kB | 74/202 kB
Progress (3): 40/52 kB | 14 kB | 78/202 kB
Progress (3): 40/52 kB | 14 kB | 82/202 kB
Progress (3): 40/52 kB | 14 kB | 86/202 kB
Progress (3): 40/52 kB | 14 kB | 90/202 kB
Progress (3): 40/52 kB | 14 kB | 94/202 kB
Progress (3): 40/52 kB | 14 kB | 98/202 kB
Progress (3): 40/52 kB | 14 kB | 98/202 kB
Progress (3): 40/52 kB | 14 kB | 102/202 kB
Progress (3): 40/52 kB | 14 kB | 106/202 kB
Progress (3): 40/52 kB | 14 kB | 110/202 kB
Progress (3): 40/52 kB | 14 kB | 114/202 kB
Progress (3): 40/52 kB | 14 kB | 118/202 kB
Progress (3): 40/52 kB | 14 kB | 122/202 kB
Progress (3): 40/52 kB | 14 kB | 126/202 kB
Progress (3): 40/52 kB | 14 kB | 130/202 kB
Progress (3): 40/52 kB | 14 kB | 134/202 kB
Progress (3): 40/52 kB | 14 kB | 138/202 kB
Progress (3): 40/52 kB | 14 kB | 142/202 kB
Progress (3): 40/52 kB | 14 kB | 146/202 kB
Progress (3): 40/52 kB | 14 kB | 150/202 kB
Progress (3): 40/52 kB | 14 kB | 154/202 kB
Progress (3): 40/52 kB | 14 kB | 158/202 kB
Progress (3): 40/52 kB | 14 kB | 162/202 kB
Progress (3): 40/52 kB | 14 kB | 166/202 kB
Progress (3): 40/52 kB | 14 kB | 170/202 kB
Progress (3): 40/52 kB | 14 kB | 174/202 kB
Progress (3): 40/52 kB | 14 kB | 178/202 kB
Progress (3): 40/52 kB | 14 kB | 182/202 kB
Progress (3): 40/52 kB | 14 kB | 186/202 kB
Progress (3): 40/52 kB | 14 kB | 190/202 kB
Progress (3): 40/52 kB | 14 kB | 194/202 kB
Progress (3): 40/52 kB | 14 kB | 198/202 kB
Progress (3): 40/52 kB | 14 kB | 202 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 1.1 MB/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
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 56 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 (2): 40/52 kB | 4.1/74 kB
Progress (2): 40/52 kB | 7.7/74 kB
Progress (2): 40/52 kB | 12/74 kB 
Progress (2): 40/52 kB | 16/74 kB
Progress (2): 40/52 kB | 20/74 kB
Progress (2): 40/52 kB | 24/74 kB
Progress (2): 40/52 kB | 28/74 kB
Progress (2): 40/52 kB | 32/74 kB
Progress (2): 40/52 kB | 33/74 kB
Progress (3): 40/52 kB | 33/74 kB | 4.1/153 kB
Progress (3): 40/52 kB | 33/74 kB | 7.7/153 kB
Progress (3): 40/52 kB | 37/74 kB | 7.7/153 kB
Progress (4): 40/52 kB | 37/74 kB | 7.7/153 kB | 4.1/108 kB
Progress (4): 40/52 kB | 37/74 kB | 12/153 kB | 4.1/108 kB 
Progress (4): 40/52 kB | 41/74 kB | 12/153 kB | 4.1/108 kB
Progress (4): 40/52 kB | 41/74 kB | 16/153 kB | 4.1/108 kB
Progress (4): 40/52 kB | 41/74 kB | 16/153 kB | 7.7/108 kB
Progress (4): 40/52 kB | 45/74 kB | 16/153 kB | 7.7/108 kB
Progress (4): 40/52 kB | 45/74 kB | 20/153 kB | 7.7/108 kB
Progress (4): 40/52 kB | 49/74 kB | 20/153 kB | 7.7/108 kB
Progress (4): 40/52 kB | 49/74 kB | 20/153 kB | 12/108 kB 
Progress (4): 40/52 kB | 53/74 kB | 20/153 kB | 12/108 kB
Progress (4): 40/52 kB | 53/74 kB | 24/153 kB | 12/108 kB
Progress (4): 40/52 kB | 57/74 kB | 24/153 kB | 12/108 kB
Progress (4): 40/52 kB | 57/74 kB | 24/153 kB | 16/108 kB
Progress (4): 40/52 kB | 61/74 kB | 24/153 kB | 16/108 kB
Progress (4): 40/52 kB | 61/74 kB | 28/153 kB | 16/108 kB
Progress (4): 40/52 kB | 65/74 kB | 28/153 kB | 16/108 kB
Progress (4): 40/52 kB | 65/74 kB | 28/153 kB | 20/108 kB
Progress (4): 40/52 kB | 69/74 kB | 28/153 kB | 20/108 kB
Progress (4): 40/52 kB | 69/74 kB | 32/153 kB | 20/108 kB
Progress (4): 40/52 kB | 73/74 kB | 32/153 kB | 20/108 kB
Progress (4): 40/52 kB | 73/74 kB | 32/153 kB | 24/108 kB
Progress (4): 40/52 kB | 74 kB | 32/153 kB | 24/108 kB   
Progress (4): 40/52 kB | 74 kB | 33/153 kB | 24/108 kB
Progress (4): 40/52 kB | 74 kB | 33/153 kB | 28/108 kB
Progress (4): 40/52 kB | 74 kB | 37/153 kB | 28/108 kB
Progress (4): 40/52 kB | 74 kB | 37/153 kB | 32/108 kB
Progress (4): 40/52 kB | 74 kB | 41/153 kB | 32/108 kB
Progress (4): 40/52 kB | 74 kB | 41/153 kB | 33/108 kB
Progress (4): 40/52 kB | 74 kB | 45/153 kB | 33/108 kB
Progress (4): 40/52 kB | 74 kB | 45/153 kB | 37/108 kB
Progress (4): 40/52 kB | 74 kB | 49/153 kB | 37/108 kB
Progress (4): 40/52 kB | 74 kB | 49/153 kB | 41/108 kB
Progress (4): 40/52 kB | 74 kB | 53/153 kB | 41/108 kB
Progress (4): 40/52 kB | 74 kB | 53/153 kB | 45/108 kB
Progress (4): 40/52 kB | 74 kB | 57/153 kB | 45/108 kB
Progress (5): 40/52 kB | 74 kB | 57/153 kB | 45/108 kB | 4.1/472 kB
Progress (5): 40/52 kB | 74 kB | 57/153 kB | 49/108 kB | 4.1/472 kB
Progress (5): 40/52 kB | 74 kB | 57/153 kB | 49/108 kB | 7.7/472 kB
Progress (5): 40/52 kB | 74 kB | 61/153 kB | 49/108 kB | 7.7/472 kB
Progress (5): 40/52 kB | 74 kB | 61/153 kB | 53/108 kB | 7.7/472 kB
Progress (5): 40/52 kB | 74 kB | 61/153 kB | 53/108 kB | 12/472 kB 
Progress (5): 40/52 kB | 74 kB | 65/153 kB | 53/108 kB | 12/472 kB
Progress (5): 40/52 kB | 74 kB | 65/153 kB | 53/108 kB | 16/472 kB
Progress (5): 40/52 kB | 74 kB | 65/153 kB | 57/108 kB | 16/472 kB
Progress (5): 40/52 kB | 74 kB | 66/153 kB | 57/108 kB | 16/472 kB
Progress (5): 40/52 kB | 74 kB | 66/153 kB | 61/108 kB | 16/472 kB
Progress (5): 40/52 kB | 74 kB | 66/153 kB | 61/108 kB | 20/472 kB
Progress (5): 40/52 kB | 74 kB | 66/153 kB | 65/108 kB | 20/472 kB
Progress (5): 40/52 kB | 74 kB | 70/153 kB | 65/108 kB | 20/472 kB
Progress (5): 40/52 kB | 74 kB | 70/153 kB | 66/108 kB | 20/472 kB
Progress (5): 40/52 kB | 74 kB | 70/153 kB | 66/108 kB | 24/472 kB
Progress (5): 40/52 kB | 74 kB | 70/153 kB | 70/108 kB | 24/472 kB
Progress (5): 40/52 kB | 74 kB | 74/153 kB | 70/108 kB | 24/472 kB
Progress (5): 40/52 kB | 74 kB | 74/153 kB | 74/108 kB | 24/472 kB
Progress (5): 40/52 kB | 74 kB | 74/153 kB | 74/108 kB | 28/472 kB
Progress (5): 40/52 kB | 74 kB | 74/153 kB | 78/108 kB | 28/472 kB
Progress (5): 40/52 kB | 74 kB | 78/153 kB | 78/108 kB | 28/472 kB
Progress (5): 40/52 kB | 74 kB | 78/153 kB | 82/108 kB | 28/472 kB
Progress (5): 40/52 kB | 74 kB | 78/153 kB | 82/108 kB | 32/472 kB
Progress (5): 40/52 kB | 74 kB | 78/153 kB | 86/108 kB | 32/472 kB
Progress (5): 40/52 kB | 74 kB | 82/153 kB | 86/108 kB | 32/472 kB
Progress (5): 40/52 kB | 74 kB | 82/153 kB | 90/108 kB | 32/472 kB
Progress (5): 40/52 kB | 74 kB | 86/153 kB | 90/108 kB | 32/472 kB
Progress (5): 40/52 kB | 74 kB | 86/153 kB | 90/108 kB | 33/472 kB
Progress (5): 40/52 kB | 74 kB | 90/153 kB | 90/108 kB | 33/472 kB
Progress (5): 40/52 kB | 74 kB | 90/153 kB | 94/108 kB | 33/472 kB
Progress (5): 40/52 kB | 74 kB | 94/153 kB | 94/108 kB | 33/472 kB
Progress (5): 40/52 kB | 74 kB | 94/153 kB | 94/108 kB | 37/472 kB
Progress (5): 40/52 kB | 74 kB | 98/153 kB | 94/108 kB | 37/472 kB
Progress (5): 40/52 kB | 74 kB | 98/153 kB | 98/108 kB | 37/472 kB
Progress (5): 40/52 kB | 74 kB | 98/153 kB | 98/108 kB | 37/472 kB
Progress (5): 40/52 kB | 74 kB | 98/153 kB | 98/108 kB | 41/472 kB
Progress (5): 40/52 kB | 74 kB | 102/153 kB | 98/108 kB | 41/472 kB
Progress (5): 40/52 kB | 74 kB | 102/153 kB | 102/108 kB | 41/472 kB
Progress (5): 40/52 kB | 74 kB | 106/153 kB | 102/108 kB | 41/472 kB
Progress (5): 40/52 kB | 74 kB | 106/153 kB | 102/108 kB | 45/472 kB
Progress (5): 40/52 kB | 74 kB | 110/153 kB | 102/108 kB | 45/472 kB
Progress (5): 40/52 kB | 74 kB | 110/153 kB | 106/108 kB | 45/472 kB
Progress (5): 40/52 kB | 74 kB | 114/153 kB | 106/108 kB | 45/472 kB
Progress (5): 40/52 kB | 74 kB | 114/153 kB | 106/108 kB | 49/472 kB
Progress (5): 40/52 kB | 74 kB | 118/153 kB | 106/108 kB | 49/472 kB
Progress (5): 40/52 kB | 74 kB | 118/153 kB | 108 kB | 49/472 kB    
Progress (5): 40/52 kB | 74 kB | 122/153 kB | 108 kB | 49/472 kB
Progress (5): 40/52 kB | 74 kB | 122/153 kB | 108 kB | 53/472 kB
Progress (5): 40/52 kB | 74 kB | 126/153 kB | 108 kB | 53/472 kB
Progress (5): 40/52 kB | 74 kB | 126/153 kB | 108 kB | 57/472 kB
Progress (5): 40/52 kB | 74 kB | 130/153 kB | 108 kB | 57/472 kB
Progress (5): 40/52 kB | 74 kB | 130/153 kB | 108 kB | 61/472 kB
Progress (5): 40/52 kB | 74 kB | 134/153 kB | 108 kB | 61/472 kB
Progress (5): 40/52 kB | 74 kB | 134/153 kB | 108 kB | 65/472 kB
Progress (5): 40/52 kB | 74 kB | 138/153 kB | 108 kB | 65/472 kB
Progress (5): 40/52 kB | 74 kB | 138/153 kB | 108 kB | 66/472 kB
Progress (5): 40/52 kB | 74 kB | 142/153 kB | 108 kB | 66/472 kB
Progress (5): 40/52 kB | 74 kB | 142/153 kB | 108 kB | 70/472 kB
Progress (5): 40/52 kB | 74 kB | 146/153 kB | 108 kB | 70/472 kB
Progress (5): 40/52 kB | 74 kB | 146/153 kB | 108 kB | 74/472 kB
Progress (5): 40/52 kB | 74 kB | 150/153 kB | 108 kB | 74/472 kB
Progress (5): 40/52 kB | 74 kB | 150/153 kB | 108 kB | 78/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 78/472 kB    
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 82/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 86/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 90/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 94/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 98/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 102/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 106/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 110/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 114/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 118/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 122/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 126/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 130/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 134/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 138/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 142/472 kB
Progress (5): 40/52 kB | 74 kB | 153 kB | 108 kB | 146/472 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 565 kB/s)
Progress (4): 40/52 kB | 74 kB | 108 kB | 150/472 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Progress (4): 40/52 kB | 74 kB | 108 kB | 154/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 158/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 162/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 166/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 170/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 174/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 178/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 182/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 186/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 190/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 194/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 198/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 202/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 206/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 210/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 214/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 218/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 222/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 226/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 230/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 234/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 238/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 242/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 246/472 kB
Progress (4): 40/52 kB | 74 kB | 108 kB | 250/472 kB
Progress (5): 40/52 kB | 74 kB | 108 kB | 250/472 kB | 4.1/61 kB
Progress (5): 40/52 kB | 74 kB | 108 kB | 250/472 kB | 7.7/61 kB
Progress (5): 40/52 kB | 74 kB | 108 kB | 250/472 kB | 12/61 kB 
Progress (5): 40/52 kB | 74 kB | 108 kB | 250/472 kB | 16/61 kB
Progress (5): 40/52 kB | 74 kB | 108 kB | 254/472 kB | 16/61 kB
Progress (5): 40/52 kB | 74 kB | 108 kB | 254/472 kB | 20/61 kB
Progress (5): 40/52 kB | 74 kB | 108 kB | 258/472 kB | 20/61 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 225 kB/s)
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 327 kB/s)
Progress (3): 40/52 kB | 262/472 kB | 20/61 kB
Progress (3): 40/52 kB | 262/472 kB | 24/61 kB
Progress (3): 40/52 kB | 266/472 kB | 24/61 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Progress (3): 40/52 kB | 270/472 kB | 24/61 kB
Progress (3): 40/52 kB | 270/472 kB | 28/61 kB
Progress (3): 40/52 kB | 274/472 kB | 28/61 kB
Progress (3): 40/52 kB | 274/472 kB | 32/61 kB
Progress (3): 40/52 kB | 278/472 kB | 32/61 kB
Progress (3): 40/52 kB | 278/472 kB | 33/61 kB
Progress (3): 40/52 kB | 282/472 kB | 33/61 kB
Progress (3): 40/52 kB | 282/472 kB | 37/61 kB
Progress (3): 40/52 kB | 286/472 kB | 37/61 kB
Progress (3): 40/52 kB | 286/472 kB | 41/61 kB
Progress (3): 40/52 kB | 290/472 kB | 41/61 kB
Progress (3): 40/52 kB | 290/472 kB | 45/61 kB
Progress (3): 40/52 kB | 294/472 kB | 45/61 kB
Progress (3): 40/52 kB | 294/472 kB | 49/61 kB
Progress (3): 40/52 kB | 298/472 kB | 49/61 kB
Progress (3): 40/52 kB | 298/472 kB | 53/61 kB
Progress (3): 40/52 kB | 302/472 kB | 53/61 kB
Progress (3): 40/52 kB | 302/472 kB | 57/61 kB
Progress (3): 40/52 kB | 306/472 kB | 57/61 kB
Progress (3): 40/52 kB | 306/472 kB | 61/61 kB
Progress (3): 40/52 kB | 306/472 kB | 61 kB   
Progress (3): 40/52 kB | 310/472 kB | 61 kB
Progress (3): 40/52 kB | 314/472 kB | 61 kB
Progress (3): 40/52 kB | 318/472 kB | 61 kB
Progress (3): 40/52 kB | 322/472 kB | 61 kB
Progress (3): 40/52 kB | 326/472 kB | 61 kB
Progress (3): 40/52 kB | 330/472 kB | 61 kB
Progress (3): 40/52 kB | 334/472 kB | 61 kB
Progress (3): 40/52 kB | 338/472 kB | 61 kB
Progress (3): 40/52 kB | 342/472 kB | 61 kB
Progress (3): 40/52 kB | 346/472 kB | 61 kB
Progress (3): 40/52 kB | 350/472 kB | 61 kB
Progress (3): 40/52 kB | 354/472 kB | 61 kB
Progress (3): 40/52 kB | 358/472 kB | 61 kB
Progress (3): 40/52 kB | 362/472 kB | 61 kB
Progress (3): 40/52 kB | 366/472 kB | 61 kB
Progress (3): 40/52 kB | 370/472 kB | 61 kB
Progress (3): 44/52 kB | 370/472 kB | 61 kB
Progress (3): 48/52 kB | 370/472 kB | 61 kB
Progress (3): 48/52 kB | 374/472 kB | 61 kB
Progress (3): 49/52 kB | 374/472 kB | 61 kB
Progress (3): 49/52 kB | 378/472 kB | 61 kB
Progress (3): 52 kB | 378/472 kB | 61 kB   
Progress (3): 52 kB | 382/472 kB | 61 kB
Progress (3): 52 kB | 386/472 kB | 61 kB
Progress (3): 52 kB | 390/472 kB | 61 kB
Progress (3): 52 kB | 394/472 kB | 61 kB
Progress (3): 52 kB | 398/472 kB | 61 kB
Progress (3): 52 kB | 402/472 kB | 61 kB
Progress (3): 52 kB | 406/472 kB | 61 kB
Progress (3): 52 kB | 410/472 kB | 61 kB
Progress (3): 52 kB | 414/472 kB | 61 kB
Progress (3): 52 kB | 418/472 kB | 61 kB
Progress (3): 52 kB | 422/472 kB | 61 kB
Progress (3): 52 kB | 426/472 kB | 61 kB
Progress (3): 52 kB | 430/472 kB | 61 kB
Progress (3): 52 kB | 434/472 kB | 61 kB
Progress (3): 52 kB | 438/472 kB | 61 kB
Progress (3): 52 kB | 442/472 kB | 61 kB
Progress (3): 52 kB | 446/472 kB | 61 kB
Progress (3): 52 kB | 450/472 kB | 61 kB
Progress (3): 52 kB | 454/472 kB | 61 kB
Progress (3): 52 kB | 458/472 kB | 61 kB
Progress (3): 52 kB | 462/472 kB | 61 kB
Progress (3): 52 kB | 466/472 kB | 61 kB
Progress (3): 52 kB | 470/472 kB | 61 kB
Progress (3): 52 kB | 472 kB | 61 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 177 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
Progress (3): 52 kB | 472 kB | 4.1/4.2 kB
Progress (3): 52 kB | 472 kB | 4.2 kB    
Progress (4): 52 kB | 472 kB | 4.2 kB | 4.1/29 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 1.3 MB/s)
Progress (4): 52 kB | 4.2 kB | 4.1/29 kB | 4.1/46 kB
Progress (4): 52 kB | 4.2 kB | 7.7/29 kB | 4.1/46 kB
Progress (4): 52 kB | 4.2 kB | 7.7/29 kB | 7.7/46 kB
                                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (4): 52 kB | 4.2 kB | 7.7/29 kB | 12/46 kB
Progress (4): 52 kB | 4.2 kB | 12/29 kB | 12/46 kB 
Progress (4): 52 kB | 4.2 kB | 12/29 kB | 16/46 kB
Progress (4): 52 kB | 4.2 kB | 16/29 kB | 16/46 kB
Progress (4): 52 kB | 4.2 kB | 16/29 kB | 20/46 kB
Progress (4): 52 kB | 4.2 kB | 20/29 kB | 20/46 kB
Progress (4): 52 kB | 4.2 kB | 20/29 kB | 24/46 kB
Progress (4): 52 kB | 4.2 kB | 24/29 kB | 24/46 kB
Progress (4): 52 kB | 4.2 kB | 24/29 kB | 28/46 kB
Progress (4): 52 kB | 4.2 kB | 28/29 kB | 28/46 kB
Progress (4): 52 kB | 4.2 kB | 28/29 kB | 32/46 kB
Progress (4): 52 kB | 4.2 kB | 29 kB | 32/46 kB   
Progress (4): 52 kB | 4.2 kB | 29 kB | 36/46 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 144 kB/s)
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 12 kB/s)
Progress (2): 29 kB | 40/46 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
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): 29 kB | 44/46 kB
Progress (2): 29 kB | 46 kB   
Progress (3): 29 kB | 46 kB | 4.1/13 kB
Progress (3): 29 kB | 46 kB | 7.7/13 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 124 kB/s)
Progress (3): 29 kB | 7.7/13 kB | 4.1/49 kB
Progress (3): 29 kB | 12/13 kB | 4.1/49 kB 
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 77 kB/s)
Progress (2): 13 kB | 4.1/49 kB
Progress (2): 13 kB | 7.7/49 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Progress (2): 13 kB | 12/49 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
Progress (3): 13 kB | 12/49 kB | 4.1/247 kB
Progress (3): 13 kB | 16/49 kB | 4.1/247 kB
Progress (3): 13 kB | 16/49 kB | 7.7/247 kB
Progress (3): 13 kB | 20/49 kB | 7.7/247 kB
Progress (3): 13 kB | 24/49 kB | 7.7/247 kB
Progress (3): 13 kB | 24/49 kB | 12/247 kB 
Progress (3): 13 kB | 28/49 kB | 12/247 kB
Progress (3): 13 kB | 28/49 kB | 16/247 kB
Progress (3): 13 kB | 32/49 kB | 16/247 kB
Progress (3): 13 kB | 32/49 kB | 20/247 kB
Progress (3): 13 kB | 36/49 kB | 20/247 kB
Progress (3): 13 kB | 36/49 kB | 24/247 kB
Progress (3): 13 kB | 40/49 kB | 24/247 kB
Progress (3): 13 kB | 40/49 kB | 28/247 kB
Progress (3): 13 kB | 44/49 kB | 28/247 kB
Progress (3): 13 kB | 44/49 kB | 32/247 kB
Progress (3): 13 kB | 48/49 kB | 32/247 kB
Progress (3): 13 kB | 48/49 kB | 33/247 kB
Progress (3): 13 kB | 49 kB | 33/247 kB   
Progress (3): 13 kB | 49 kB | 37/247 kB
Progress (3): 13 kB | 49 kB | 41/247 kB
Progress (3): 13 kB | 49 kB | 45/247 kB
Progress (3): 13 kB | 49 kB | 49/247 kB
Progress (3): 13 kB | 49 kB | 53/247 kB
Progress (3): 13 kB | 49 kB | 57/247 kB
Progress (3): 13 kB | 49 kB | 61/247 kB
Progress (3): 13 kB | 49 kB | 65/247 kB
Progress (3): 13 kB | 49 kB | 66/247 kB
Progress (3): 13 kB | 49 kB | 70/247 kB
Progress (3): 13 kB | 49 kB | 74/247 kB
Progress (3): 13 kB | 49 kB | 78/247 kB
Progress (3): 13 kB | 49 kB | 82/247 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 129 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
Progress (3): 13 kB | 82/247 kB | 4.1/35 kB
Progress (3): 13 kB | 82/247 kB | 7.7/35 kB
Progress (3): 13 kB | 82/247 kB | 12/35 kB 
Progress (3): 13 kB | 82/247 kB | 16/35 kB
Progress (3): 13 kB | 86/247 kB | 16/35 kB
Progress (4): 13 kB | 86/247 kB | 16/35 kB | 4.1/41 kB
Progress (4): 13 kB | 86/247 kB | 20/35 kB | 4.1/41 kB
Progress (4): 13 kB | 90/247 kB | 20/35 kB | 4.1/41 kB
Progress (4): 13 kB | 90/247 kB | 24/35 kB | 4.1/41 kB
Progress (4): 13 kB | 90/247 kB | 24/35 kB | 7.7/41 kB
Progress (4): 13 kB | 90/247 kB | 28/35 kB | 7.7/41 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 31 kB/s)
Progress (4): 90/247 kB | 28/35 kB | 7.7/41 kB | 4.1/282 kB
Progress (4): 94/247 kB | 28/35 kB | 7.7/41 kB | 4.1/282 kB
Progress (4): 94/247 kB | 28/35 kB | 7.7/41 kB | 7.7/282 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Progress (4): 94/247 kB | 32/35 kB | 7.7/41 kB | 7.7/282 kB
Progress (4): 94/247 kB | 32/35 kB | 12/41 kB | 7.7/282 kB 
Progress (4): 94/247 kB | 35 kB | 12/41 kB | 7.7/282 kB   
Progress (4): 94/247 kB | 35 kB | 12/41 kB | 12/282 kB 
Progress (4): 98/247 kB | 35 kB | 12/41 kB | 12/282 kB
Progress (4): 98/247 kB | 35 kB | 12/41 kB | 16/282 kB
Progress (4): 98/247 kB | 35 kB | 16/41 kB | 16/282 kB
Progress (4): 98/247 kB | 35 kB | 16/41 kB | 16/282 kB
Progress (4): 98/247 kB | 35 kB | 20/41 kB | 16/282 kB
Progress (4): 98/247 kB | 35 kB | 20/41 kB | 20/282 kB
Progress (4): 98/247 kB | 35 kB | 24/41 kB | 20/282 kB
Progress (4): 102/247 kB | 35 kB | 24/41 kB | 20/282 kB
Progress (4): 102/247 kB | 35 kB | 28/41 kB | 20/282 kB
Progress (4): 102/247 kB | 35 kB | 28/41 kB | 24/282 kB
Progress (4): 102/247 kB | 35 kB | 32/41 kB | 24/282 kB
Progress (4): 106/247 kB | 35 kB | 32/41 kB | 24/282 kB
Progress (4): 106/247 kB | 35 kB | 32/41 kB | 28/282 kB
Progress (4): 106/247 kB | 35 kB | 33/41 kB | 28/282 kB
Progress (4): 106/247 kB | 35 kB | 33/41 kB | 32/282 kB
Progress (4): 110/247 kB | 35 kB | 33/41 kB | 32/282 kB
Progress (4): 110/247 kB | 35 kB | 37/41 kB | 32/282 kB
Progress (4): 114/247 kB | 35 kB | 37/41 kB | 32/282 kB
Progress (4): 114/247 kB | 35 kB | 37/41 kB | 36/282 kB
Progress (4): 118/247 kB | 35 kB | 37/41 kB | 36/282 kB
Progress (4): 118/247 kB | 35 kB | 37/41 kB | 40/282 kB
Progress (4): 118/247 kB | 35 kB | 41/41 kB | 40/282 kB
Progress (4): 122/247 kB | 35 kB | 41/41 kB | 40/282 kB
Progress (4): 122/247 kB | 35 kB | 41 kB | 40/282 kB   
Progress (4): 126/247 kB | 35 kB | 41 kB | 40/282 kB
Progress (4): 126/247 kB | 35 kB | 41 kB | 44/282 kB
Progress (4): 130/247 kB | 35 kB | 41 kB | 44/282 kB
Progress (4): 130/247 kB | 35 kB | 41 kB | 48/282 kB
Progress (4): 131/247 kB | 35 kB | 41 kB | 48/282 kB
Progress (4): 131/247 kB | 35 kB | 41 kB | 52/282 kB
Progress (4): 135/247 kB | 35 kB | 41 kB | 52/282 kB
Progress (4): 135/247 kB | 35 kB | 41 kB | 56/282 kB
Progress (4): 139/247 kB | 35 kB | 41 kB | 56/282 kB
Progress (4): 139/247 kB | 35 kB | 41 kB | 60/282 kB
Progress (4): 143/247 kB | 35 kB | 41 kB | 60/282 kB
Progress (4): 143/247 kB | 35 kB | 41 kB | 64/282 kB
Progress (4): 147/247 kB | 35 kB | 41 kB | 64/282 kB
Progress (4): 147/247 kB | 35 kB | 41 kB | 68/282 kB
Progress (4): 151/247 kB | 35 kB | 41 kB | 68/282 kB
Progress (4): 151/247 kB | 35 kB | 41 kB | 72/282 kB
Progress (4): 155/247 kB | 35 kB | 41 kB | 72/282 kB
Progress (4): 155/247 kB | 35 kB | 41 kB | 76/282 kB
Progress (4): 159/247 kB | 35 kB | 41 kB | 76/282 kB
Progress (4): 159/247 kB | 35 kB | 41 kB | 80/282 kB
Progress (4): 163/247 kB | 35 kB | 41 kB | 80/282 kB
Progress (4): 163/247 kB | 35 kB | 41 kB | 84/282 kB
Progress (4): 167/247 kB | 35 kB | 41 kB | 84/282 kB
Progress (4): 167/247 kB | 35 kB | 41 kB | 88/282 kB
Progress (4): 171/247 kB | 35 kB | 41 kB | 88/282 kB
Progress (4): 171/247 kB | 35 kB | 41 kB | 92/282 kB
Progress (4): 175/247 kB | 35 kB | 41 kB | 92/282 kB
Progress (4): 175/247 kB | 35 kB | 41 kB | 96/282 kB
Progress (4): 179/247 kB | 35 kB | 41 kB | 96/282 kB
Progress (4): 179/247 kB | 35 kB | 41 kB | 100/282 kB
Progress (4): 183/247 kB | 35 kB | 41 kB | 100/282 kB
Progress (4): 183/247 kB | 35 kB | 41 kB | 104/282 kB
Progress (4): 187/247 kB | 35 kB | 41 kB | 104/282 kB
Progress (4): 187/247 kB | 35 kB | 41 kB | 108/282 kB
Progress (4): 191/247 kB | 35 kB | 41 kB | 108/282 kB
Progress (4): 191/247 kB | 35 kB | 41 kB | 112/282 kB
Progress (4): 195/247 kB | 35 kB | 41 kB | 112/282 kB
Progress (4): 195/247 kB | 35 kB | 41 kB | 116/282 kB
Progress (4): 199/247 kB | 35 kB | 41 kB | 116/282 kB
Progress (4): 199/247 kB | 35 kB | 41 kB | 120/282 kB
Progress (4): 203/247 kB | 35 kB | 41 kB | 120/282 kB
Progress (4): 203/247 kB | 35 kB | 41 kB | 124/282 kB
Progress (4): 207/247 kB | 35 kB | 41 kB | 124/282 kB
Progress (4): 207/247 kB | 35 kB | 41 kB | 128/282 kB
Progress (4): 211/247 kB | 35 kB | 41 kB | 128/282 kB
Progress (4): 211/247 kB | 35 kB | 41 kB | 132/282 kB
Progress (4): 215/247 kB | 35 kB | 41 kB | 132/282 kB
Progress (4): 215/247 kB | 35 kB | 41 kB | 136/282 kB
Progress (4): 219/247 kB | 35 kB | 41 kB | 136/282 kB
Progress (4): 219/247 kB | 35 kB | 41 kB | 140/282 kB
Progress (4): 223/247 kB | 35 kB | 41 kB | 140/282 kB
Progress (4): 223/247 kB | 35 kB | 41 kB | 144/282 kB
Progress (4): 227/247 kB | 35 kB | 41 kB | 144/282 kB
Progress (4): 227/247 kB | 35 kB | 41 kB | 148/282 kB
Progress (4): 231/247 kB | 35 kB | 41 kB | 148/282 kB
Progress (4): 231/247 kB | 35 kB | 41 kB | 152/282 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 80 kB/s)
Progress (3): 231/247 kB | 41 kB | 156/282 kB
Progress (3): 235/247 kB | 41 kB | 156/282 kB
Progress (3): 235/247 kB | 41 kB | 160/282 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
Progress (3): 235/247 kB | 41 kB | 164/282 kB
Progress (3): 239/247 kB | 41 kB | 164/282 kB
Progress (3): 239/247 kB | 41 kB | 168/282 kB
Progress (3): 243/247 kB | 41 kB | 168/282 kB
Progress (3): 243/247 kB | 41 kB | 172/282 kB
Progress (3): 247/247 kB | 41 kB | 172/282 kB
Progress (3): 247/247 kB | 41 kB | 176/282 kB
Progress (3): 247 kB | 41 kB | 176/282 kB    
Progress (3): 247 kB | 41 kB | 180/282 kB
Progress (3): 247 kB | 41 kB | 184/282 kB
Progress (3): 247 kB | 41 kB | 188/282 kB
Progress (3): 247 kB | 41 kB | 192/282 kB
Progress (3): 247 kB | 41 kB | 196/282 kB
Progress (3): 247 kB | 41 kB | 200/282 kB
Progress (3): 247 kB | 41 kB | 204/282 kB
Progress (3): 247 kB | 41 kB | 208/282 kB
Progress (3): 247 kB | 41 kB | 212/282 kB
Progress (3): 247 kB | 41 kB | 216/282 kB
Progress (3): 247 kB | 41 kB | 220/282 kB
Progress (3): 247 kB | 41 kB | 224/282 kB
Progress (3): 247 kB | 41 kB | 228/282 kB
Progress (3): 247 kB | 41 kB | 232/282 kB
Progress (3): 247 kB | 41 kB | 236/282 kB
Progress (3): 247 kB | 41 kB | 240/282 kB
Progress (3): 247 kB | 41 kB | 244/282 kB
Progress (3): 247 kB | 41 kB | 248/282 kB
Progress (3): 247 kB | 41 kB | 252/282 kB
Progress (3): 247 kB | 41 kB | 256/282 kB
Progress (3): 247 kB | 41 kB | 260/282 kB
Progress (3): 247 kB | 41 kB | 264/282 kB
Progress (3): 247 kB | 41 kB | 268/282 kB
Progress (3): 247 kB | 41 kB | 272/282 kB
Progress (3): 247 kB | 41 kB | 276/282 kB
Progress (3): 247 kB | 41 kB | 280/282 kB
Progress (3): 247 kB | 41 kB | 282 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
Progress (3): 247 kB | 282 kB | 4.1/285 kB
Progress (3): 247 kB | 282 kB | 7.7/285 kB
Progress (3): 247 kB | 282 kB | 12/285 kB 
Progress (3): 247 kB | 282 kB | 16/285 kB
Progress (3): 247 kB | 282 kB | 20/285 kB
Progress (3): 247 kB | 282 kB | 24/285 kB
Progress (3): 247 kB | 282 kB | 28/285 kB
Progress (3): 247 kB | 282 kB | 32/285 kB
Progress (3): 247 kB | 282 kB | 33/285 kB
Progress (3): 247 kB | 282 kB | 37/285 kB
Progress (3): 247 kB | 282 kB | 41/285 kB
Progress (3): 247 kB | 282 kB | 45/285 kB
Progress (3): 247 kB | 282 kB | 49/285 kB
Progress (3): 247 kB | 282 kB | 53/285 kB
Progress (3): 247 kB | 282 kB | 57/285 kB
Progress (3): 247 kB | 282 kB | 61/285 kB
Progress (3): 247 kB | 282 kB | 65/285 kB
Progress (3): 247 kB | 282 kB | 66/285 kB
Progress (4): 247 kB | 282 kB | 66/285 kB | 4.1/54 kB
Progress (4): 247 kB | 282 kB | 70/285 kB | 4.1/54 kB
Progress (5): 247 kB | 282 kB | 70/285 kB | 4.1/54 kB | 4.1/155 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 468 kB/s)
Progress (4): 282 kB | 70/285 kB | 4.1/54 kB | 7.7/155 kB
Progress (4): 282 kB | 74/285 kB | 4.1/54 kB | 7.7/155 kB
Progress (4): 282 kB | 74/285 kB | 7.7/54 kB | 7.7/155 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 533 kB/s)
Progress (3): 74/285 kB | 12/54 kB | 7.7/155 kB
Progress (3): 78/285 kB | 12/54 kB | 7.7/155 kB
Progress (3): 78/285 kB | 12/54 kB | 12/155 kB 
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
Progress (3): 78/285 kB | 12/54 kB | 16/155 kB
Progress (3): 82/285 kB | 12/54 kB | 16/155 kB
Progress (3): 82/285 kB | 16/54 kB | 16/155 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Progress (3): 82/285 kB | 20/54 kB | 16/155 kB
Progress (3): 86/285 kB | 20/54 kB | 16/155 kB
Progress (3): 86/285 kB | 20/54 kB | 20/155 kB
Progress (3): 90/285 kB | 20/54 kB | 20/155 kB
Progress (3): 90/285 kB | 24/54 kB | 20/155 kB
Progress (3): 90/285 kB | 24/54 kB | 24/155 kB
Progress (3): 94/285 kB | 24/54 kB | 24/155 kB
Progress (3): 94/285 kB | 28/54 kB | 24/155 kB
Progress (3): 94/285 kB | 28/54 kB | 28/155 kB
Progress (3): 98/285 kB | 28/54 kB | 28/155 kB
Progress (3): 98/285 kB | 28/54 kB | 32/155 kB
Progress (3): 98/285 kB | 32/54 kB | 32/155 kB
Progress (3): 98/285 kB | 32/54 kB | 32/155 kB
Progress (3): 98/285 kB | 33/54 kB | 32/155 kB
Progress (3): 98/285 kB | 33/54 kB | 36/155 kB
Progress (3): 102/285 kB | 33/54 kB | 36/155 kB
Progress (3): 102/285 kB | 33/54 kB | 40/155 kB
Progress (3): 102/285 kB | 37/54 kB | 40/155 kB
Progress (3): 106/285 kB | 37/54 kB | 40/155 kB
Progress (3): 106/285 kB | 41/54 kB | 40/155 kB
Progress (3): 106/285 kB | 41/54 kB | 44/155 kB
Progress (3): 110/285 kB | 41/54 kB | 44/155 kB
Progress (3): 110/285 kB | 41/54 kB | 48/155 kB
Progress (3): 110/285 kB | 45/54 kB | 48/155 kB
Progress (3): 114/285 kB | 45/54 kB | 48/155 kB
Progress (3): 114/285 kB | 45/54 kB | 52/155 kB
Progress (3): 114/285 kB | 49/54 kB | 52/155 kB
Progress (3): 114/285 kB | 49/54 kB | 56/155 kB
Progress (3): 114/285 kB | 53/54 kB | 56/155 kB
Progress (3): 118/285 kB | 53/54 kB | 56/155 kB
Progress (3): 118/285 kB | 53/54 kB | 60/155 kB
Progress (3): 118/285 kB | 54 kB | 60/155 kB   
Progress (3): 118/285 kB | 54 kB | 64/155 kB
Progress (3): 122/285 kB | 54 kB | 64/155 kB
Progress (3): 122/285 kB | 54 kB | 68/155 kB
Progress (3): 126/285 kB | 54 kB | 68/155 kB
Progress (3): 126/285 kB | 54 kB | 72/155 kB
Progress (3): 130/285 kB | 54 kB | 72/155 kB
Progress (3): 130/285 kB | 54 kB | 76/155 kB
Progress (3): 131/285 kB | 54 kB | 76/155 kB
Progress (3): 131/285 kB | 54 kB | 80/155 kB
Progress (3): 135/285 kB | 54 kB | 80/155 kB
Progress (3): 135/285 kB | 54 kB | 84/155 kB
Progress (3): 139/285 kB | 54 kB | 84/155 kB
Progress (3): 139/285 kB | 54 kB | 88/155 kB
Progress (3): 143/285 kB | 54 kB | 88/155 kB
Progress (3): 143/285 kB | 54 kB | 92/155 kB
Progress (3): 147/285 kB | 54 kB | 92/155 kB
Progress (3): 147/285 kB | 54 kB | 96/155 kB
Progress (3): 151/285 kB | 54 kB | 96/155 kB
Progress (3): 151/285 kB | 54 kB | 100/155 kB
Progress (3): 155/285 kB | 54 kB | 100/155 kB
Progress (3): 155/285 kB | 54 kB | 104/155 kB
Progress (3): 159/285 kB | 54 kB | 104/155 kB
Progress (3): 159/285 kB | 54 kB | 108/155 kB
Progress (3): 163/285 kB | 54 kB | 108/155 kB
Progress (3): 163/285 kB | 54 kB | 112/155 kB
Progress (3): 167/285 kB | 54 kB | 112/155 kB
Progress (3): 171/285 kB | 54 kB | 112/155 kB
Progress (3): 175/285 kB | 54 kB | 112/155 kB
Progress (3): 179/285 kB | 54 kB | 112/155 kB
Progress (3): 183/285 kB | 54 kB | 112/155 kB
Progress (3): 187/285 kB | 54 kB | 112/155 kB
Progress (3): 187/285 kB | 54 kB | 116/155 kB
Progress (3): 191/285 kB | 54 kB | 116/155 kB
Progress (3): 191/285 kB | 54 kB | 120/155 kB
Progress (3): 195/285 kB | 54 kB | 120/155 kB
Progress (3): 199/285 kB | 54 kB | 120/155 kB
Progress (3): 203/285 kB | 54 kB | 120/155 kB
Progress (3): 203/285 kB | 54 kB | 124/155 kB
Progress (3): 207/285 kB | 54 kB | 124/155 kB
Progress (3): 207/285 kB | 54 kB | 128/155 kB
Progress (3): 211/285 kB | 54 kB | 128/155 kB
Progress (3): 215/285 kB | 54 kB | 128/155 kB
Progress (3): 215/285 kB | 54 kB | 132/155 kB
Progress (3): 219/285 kB | 54 kB | 132/155 kB
Progress (3): 219/285 kB | 54 kB | 136/155 kB
Progress (3): 223/285 kB | 54 kB | 136/155 kB
Progress (3): 227/285 kB | 54 kB | 136/155 kB
Progress (3): 227/285 kB | 54 kB | 140/155 kB
Progress (3): 231/285 kB | 54 kB | 140/155 kB
Progress (3): 231/285 kB | 54 kB | 144/155 kB
Progress (3): 235/285 kB | 54 kB | 144/155 kB
Progress (3): 235/285 kB | 54 kB | 148/155 kB
Progress (3): 239/285 kB | 54 kB | 148/155 kB
Progress (3): 239/285 kB | 54 kB | 152/155 kB
Progress (3): 243/285 kB | 54 kB | 152/155 kB
Progress (3): 243/285 kB | 54 kB | 155 kB    
Progress (3): 247/285 kB | 54 kB | 155 kB
Progress (3): 251/285 kB | 54 kB | 155 kB
Progress (3): 255/285 kB | 54 kB | 155 kB
Progress (3): 259/285 kB | 54 kB | 155 kB
Progress (3): 263/285 kB | 54 kB | 155 kB
Progress (3): 267/285 kB | 54 kB | 155 kB
Progress (3): 271/285 kB | 54 kB | 155 kB
Progress (3): 275/285 kB | 54 kB | 155 kB
Progress (3): 279/285 kB | 54 kB | 155 kB
Progress (3): 283/285 kB | 54 kB | 155 kB
Progress (3): 285 kB | 54 kB | 155 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 98 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 281 kB/s)
Progress (2): 285 kB | 4.1/32 kB
Progress (2): 285 kB | 7.7/32 kB
Progress (2): 285 kB | 12/32 kB 
Progress (2): 285 kB | 16/32 kB
Progress (2): 285 kB | 20/32 kB
Progress (2): 285 kB | 24/32 kB
Progress (2): 285 kB | 28/32 kB
Progress (2): 285 kB | 32/32 kB
Progress (2): 285 kB | 32 kB   
Progress (3): 285 kB | 32 kB | 4.1/185 kB
Progress (3): 285 kB | 32 kB | 7.7/185 kB
Progress (3): 285 kB | 32 kB | 12/185 kB 
Progress (3): 285 kB | 32 kB | 16/185 kB
Progress (3): 285 kB | 32 kB | 20/185 kB
Progress (3): 285 kB | 32 kB | 24/185 kB
Progress (3): 285 kB | 32 kB | 28/185 kB
Progress (3): 285 kB | 32 kB | 32/185 kB
Progress (3): 285 kB | 32 kB | 33/185 kB
Progress (3): 285 kB | 32 kB | 37/185 kB
Progress (3): 285 kB | 32 kB | 41/185 kB
Progress (3): 285 kB | 32 kB | 45/185 kB
Progress (3): 285 kB | 32 kB | 49/185 kB
Progress (3): 285 kB | 32 kB | 53/185 kB
Progress (3): 285 kB | 32 kB | 57/185 kB
Progress (3): 285 kB | 32 kB | 61/185 kB
Progress (3): 285 kB | 32 kB | 65/185 kB
Progress (3): 285 kB | 32 kB | 66/185 kB
Progress (3): 285 kB | 32 kB | 70/185 kB
Progress (3): 285 kB | 32 kB | 74/185 kB
Progress (3): 285 kB | 32 kB | 78/185 kB
Progress (3): 285 kB | 32 kB | 82/185 kB
Progress (3): 285 kB | 32 kB | 86/185 kB
Progress (3): 285 kB | 32 kB | 90/185 kB
Progress (3): 285 kB | 32 kB | 94/185 kB
Progress (3): 285 kB | 32 kB | 98/185 kB
Progress (3): 285 kB | 32 kB | 98/185 kB
Progress (3): 285 kB | 32 kB | 102/185 kB
Progress (3): 285 kB | 32 kB | 106/185 kB
Progress (3): 285 kB | 32 kB | 110/185 kB
Progress (3): 285 kB | 32 kB | 114/185 kB
Progress (3): 285 kB | 32 kB | 118/185 kB
Progress (3): 285 kB | 32 kB | 122/185 kB
Progress (3): 285 kB | 32 kB | 126/185 kB
Progress (3): 285 kB | 32 kB | 130/185 kB
Progress (3): 285 kB | 32 kB | 131/185 kB
Progress (3): 285 kB | 32 kB | 135/185 kB
Progress (3): 285 kB | 32 kB | 139/185 kB
Progress (3): 285 kB | 32 kB | 143/185 kB
Progress (3): 285 kB | 32 kB | 147/185 kB
Progress (3): 285 kB | 32 kB | 151/185 kB
Progress (3): 285 kB | 32 kB | 155/185 kB
Progress (3): 285 kB | 32 kB | 159/185 kB
Progress (3): 285 kB | 32 kB | 163/185 kB
Progress (3): 285 kB | 32 kB | 164/185 kB
Progress (3): 285 kB | 32 kB | 168/185 kB
Progress (3): 285 kB | 32 kB | 172/185 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 57 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 508 kB/s)
Progress (1): 176/185 kB
Progress (1): 180/185 kB
Progress (1): 184/185 kB
Progress (1): 185 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 326 kB/s)
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-parent ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 88 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 90 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 184 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
Progress (1): 4.1/9.7 kB
Progress (1): 7.7/9.7 kB
Progress (1): 9.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 333 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
Progress (1): 193 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 15 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/3.4/easymock-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 384 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 1.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.2/objenesis-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 177 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 636 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 234 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
Progress (1): 463 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 36 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 623 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 1.5 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 156 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 231 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 489 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 893 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 49 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 417 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 219 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Progress (1): 492 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 33 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Progress (1): 4.1/5.7 kB
Progress (1): 5.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 441 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
Progress (1): 4.1/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/junit/junit/4.12/junit-4.12.pom (24 kB at 1.7 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 64 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 152 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Progress (1): 4.1/6.9 kB
Progress (1): 6.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 490 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 241 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.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.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 70 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 146 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 609 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 142 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 136 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 103 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.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.0/maven-reporting-2.2.0.pom (1.4 kB at 111 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 107 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 660 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 83 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 105 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 49 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 142 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 54 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Progress (1): 4.1/8.2 kB
Progress (1): 7.7/8.2 kB
Progress (1): 8.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 485 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 145 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 113 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 47 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.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.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 34 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 213 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 239 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 63 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 129 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
Progress (1): 4.1/8.0 kB
Progress (1): 7.7/8.0 kB
Progress (1): 8.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 570 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.4 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/4/apache-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
Progress (1): 4.1/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 264 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.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.0/maven-plugin-api-2.2.0.pom (1.5 kB at 91 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.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.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 64 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Progress (1): 4.1/7.1 kB
Progress (1): 7.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 187 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.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.0/maven-monitor-2.2.0.pom (1.3 kB at 45 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 175 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 180 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 170 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/24/maven-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
Progress (1): 4.1/37 kB
Progress (1): 7.7/37 kB
Progress (1): 12/37 kB 
Progress (1): 16/37 kB
Progress (1): 20/37 kB
Progress (1): 24/37 kB
Progress (1): 28/37 kB
Progress (1): 32/37 kB
Progress (1): 36/37 kB
Progress (1): 37 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.8 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 773 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 122 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 202 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 684 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 121 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 53 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 123 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 111 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 155 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 31 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 47 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 213 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 194 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 129 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 104 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 50 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 90 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 264 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 153 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 204 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 272 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 156 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 218 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 507 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 635 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
Progress (1): 4.1/56 kB
Progress (1): 7.7/56 kB
Progress (1): 12/56 kB 
Progress (1): 16/56 kB
Progress (1): 20/56 kB
Progress (1): 24/56 kB
Progress (1): 28/56 kB
Progress (1): 32/56 kB
Progress (1): 36/56 kB
Progress (1): 40/56 kB
Progress (1): 44/56 kB
Progress (1): 48/56 kB
Progress (1): 52/56 kB
Progress (1): 56/56 kB
Progress (1): 56 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.8 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/13/apache-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 998 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 91 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 219 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 485 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 454 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (1): 12/33 kB 
Progress (1): 16/33 kB
Progress (1): 20/33 kB
Progress (1): 24/33 kB
Progress (1): 28/33 kB
Progress (1): 32/33 kB
Progress (1): 33 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 145 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 175 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 229 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
Progress (1): 4.1/8.4 kB
Progress (1): 7.7/8.4 kB
Progress (1): 8.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 643 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 576 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 107 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 643 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
Progress (1): 4.1/32 kB
Progress (1): 7.7/32 kB
Progress (1): 12/32 kB 
Progress (1): 16/32 kB
Progress (1): 20/32 kB
Progress (1): 24/32 kB
Progress (1): 28/32 kB
Progress (1): 32 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Progress (1): 4.1/4.4 kB
Progress (1): 4.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 341 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Progress (1): 4.1/9.6 kB
Progress (1): 7.7/9.6 kB
Progress (1): 9.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 417 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 171 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 576 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 76 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 231 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 119 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 103 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 93 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 67 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 74 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 452 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 79 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 549 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 228 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 435 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Progress (1): 4.1/9.9 kB
Progress (1): 7.7/9.9 kB
Progress (1): 9.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 709 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 11 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 225 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 736 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 150 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 160 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 192 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 160 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 114 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 156 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.2/objenesis-2.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/3.4/easymock-3.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar
Progress (1): 4.1/350 kB
Progress (1): 7.7/350 kB
Progress (1): 12/350 kB 
Progress (1): 16/350 kB
Progress (1): 20/350 kB
Progress (1): 24/350 kB
Progress (1): 28/350 kB
Progress (1): 32/350 kB
Progress (1): 33/350 kB
Progress (1): 37/350 kB
Progress (1): 41/350 kB
Progress (1): 45/350 kB
Progress (1): 49/350 kB
Progress (1): 53/350 kB
Progress (1): 57/350 kB
Progress (1): 61/350 kB
Progress (1): 65/350 kB
Progress (1): 66/350 kB
Progress (1): 70/350 kB
Progress (1): 74/350 kB
Progress (1): 78/350 kB
Progress (1): 82/350 kB
Progress (1): 86/350 kB
Progress (1): 90/350 kB
Progress (1): 94/350 kB
Progress (1): 98/350 kB
Progress (1): 102/350 kB
Progress (1): 106/350 kB
Progress (1): 110/350 kB
Progress (1): 114/350 kB
Progress (1): 118/350 kB
Progress (2): 118/350 kB | 0/2.6 MB
Progress (2): 122/350 kB | 0/2.6 MB
Progress (2): 122/350 kB | 0/2.6 MB
Progress (2): 126/350 kB | 0/2.6 MB
Progress (2): 130/350 kB | 0/2.6 MB
Progress (2): 134/350 kB | 0/2.6 MB
Progress (2): 138/350 kB | 0/2.6 MB
Progress (2): 138/350 kB | 0/2.6 MB
Progress (2): 138/350 kB | 0/2.6 MB
Progress (2): 142/350 kB | 0/2.6 MB
Progress (2): 142/350 kB | 0/2.6 MB
Progress (2): 146/350 kB | 0/2.6 MB
Progress (2): 146/350 kB | 0/2.6 MB
Progress (2): 150/350 kB | 0/2.6 MB
Progress (2): 154/350 kB | 0/2.6 MB
Progress (2): 158/350 kB | 0/2.6 MB
Progress (2): 162/350 kB | 0/2.6 MB
Progress (2): 162/350 kB | 0/2.6 MB
Progress (2): 166/350 kB | 0/2.6 MB
Progress (2): 166/350 kB | 0/2.6 MB
Progress (2): 170/350 kB | 0/2.6 MB
Progress (2): 170/350 kB | 0/2.6 MB
Progress (2): 174/350 kB | 0/2.6 MB
Progress (2): 174/350 kB | 0/2.6 MB
Progress (2): 178/350 kB | 0/2.6 MB
Progress (2): 178/350 kB | 0/2.6 MB
Progress (2): 182/350 kB | 0/2.6 MB
Progress (2): 182/350 kB | 0/2.6 MB
Progress (2): 186/350 kB | 0/2.6 MB
Progress (2): 186/350 kB | 0.1/2.6 MB
Progress (2): 190/350 kB | 0.1/2.6 MB
Progress (2): 190/350 kB | 0.1/2.6 MB
Progress (2): 194/350 kB | 0.1/2.6 MB
Progress (2): 198/350 kB | 0.1/2.6 MB
Progress (2): 202/350 kB | 0.1/2.6 MB
Progress (2): 206/350 kB | 0.1/2.6 MB
Progress (2): 210/350 kB | 0.1/2.6 MB
Progress (2): 214/350 kB | 0.1/2.6 MB
Progress (2): 218/350 kB | 0.1/2.6 MB
Progress (2): 222/350 kB | 0.1/2.6 MB
Progress (2): 226/350 kB | 0.1/2.6 MB
Progress (2): 230/350 kB | 0.1/2.6 MB
Progress (2): 230/350 kB | 0.1/2.6 MB
Progress (2): 234/350 kB | 0.1/2.6 MB
Progress (2): 234/350 kB | 0.1/2.6 MB
Progress (2): 238/350 kB | 0.1/2.6 MB
Progress (2): 242/350 kB | 0.1/2.6 MB
Progress (2): 242/350 kB | 0.1/2.6 MB
Progress (2): 246/350 kB | 0.1/2.6 MB
Progress (2): 246/350 kB | 0.1/2.6 MB
Progress (2): 250/350 kB | 0.1/2.6 MB
Progress (2): 250/350 kB | 0.1/2.6 MB
Progress (2): 254/350 kB | 0.1/2.6 MB
Progress (2): 254/350 kB | 0.1/2.6 MB
Progress (2): 258/350 kB | 0.1/2.6 MB
Progress (2): 262/350 kB | 0.1/2.6 MB
Progress (2): 266/350 kB | 0.1/2.6 MB
Progress (2): 270/350 kB | 0.1/2.6 MB
Progress (2): 270/350 kB | 0.1/2.6 MB
Progress (2): 274/350 kB | 0.1/2.6 MB
Progress (2): 274/350 kB | 0.1/2.6 MB
Progress (2): 278/350 kB | 0.1/2.6 MB
Progress (2): 278/350 kB | 0.1/2.6 MB
Progress (2): 282/350 kB | 0.1/2.6 MB
Progress (2): 282/350 kB | 0.1/2.6 MB
Progress (2): 286/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 290/350 kB | 0.1/2.6 MB
Progress (2): 294/350 kB | 0.1/2.6 MB
Progress (2): 294/350 kB | 0.1/2.6 MB
Progress (2): 298/350 kB | 0.1/2.6 MB
Progress (3): 298/350 kB | 0.1/2.6 MB | 4.1/53 kB
Progress (3): 302/350 kB | 0.1/2.6 MB | 4.1/53 kB
Progress (3): 302/350 kB | 0.1/2.6 MB | 4.1/53 kB
Progress (3): 306/350 kB | 0.1/2.6 MB | 4.1/53 kB
Progress (3): 306/350 kB | 0.1/2.6 MB | 7.7/53 kB
Progress (3): 310/350 kB | 0.1/2.6 MB | 7.7/53 kB
Progress (3): 310/350 kB | 0.1/2.6 MB | 7.7/53 kB
Progress (3): 310/350 kB | 0.1/2.6 MB | 12/53 kB 
Progress (3): 314/350 kB | 0.1/2.6 MB | 12/53 kB
Progress (3): 314/350 kB | 0.1/2.6 MB | 12/53 kB
Progress (3): 318/350 kB | 0.1/2.6 MB | 12/53 kB
Progress (3): 318/350 kB | 0.1/2.6 MB | 16/53 kB
Progress (3): 322/350 kB | 0.1/2.6 MB | 16/53 kB
Progress (3): 322/350 kB | 0.1/2.6 MB | 16/53 kB
Progress (4): 322/350 kB | 0.1/2.6 MB | 16/53 kB | 4.1/168 kB
Progress (4): 326/350 kB | 0.1/2.6 MB | 16/53 kB | 4.1/168 kB
Progress (4): 326/350 kB | 0.1/2.6 MB | 20/53 kB | 4.1/168 kB
Progress (4): 330/350 kB | 0.1/2.6 MB | 20/53 kB | 4.1/168 kB
Progress (4): 330/350 kB | 0.1/2.6 MB | 20/53 kB | 7.7/168 kB
Progress (4): 330/350 kB | 0.1/2.6 MB | 20/53 kB | 7.7/168 kB
Progress (4): 330/350 kB | 0.1/2.6 MB | 20/53 kB | 12/168 kB 
Progress (4): 334/350 kB | 0.1/2.6 MB | 20/53 kB | 12/168 kB
Progress (4): 334/350 kB | 0.1/2.6 MB | 24/53 kB | 12/168 kB
Progress (4): 338/350 kB | 0.1/2.6 MB | 24/53 kB | 12/168 kB
Progress (4): 338/350 kB | 0.1/2.6 MB | 24/53 kB | 16/168 kB
Progress (4): 338/350 kB | 0.2/2.6 MB | 24/53 kB | 16/168 kB
Progress (4): 338/350 kB | 0.2/2.6 MB | 24/53 kB | 20/168 kB
Progress (4): 342/350 kB | 0.2/2.6 MB | 24/53 kB | 20/168 kB
Progress (4): 342/350 kB | 0.2/2.6 MB | 28/53 kB | 20/168 kB
Progress (4): 346/350 kB | 0.2/2.6 MB | 28/53 kB | 20/168 kB
Progress (4): 346/350 kB | 0.2/2.6 MB | 28/53 kB | 20/168 kB
Progress (4): 346/350 kB | 0.2/2.6 MB | 28/53 kB | 24/168 kB
Progress (4): 346/350 kB | 0.2/2.6 MB | 28/53 kB | 24/168 kB
Progress (4): 350/350 kB | 0.2/2.6 MB | 28/53 kB | 24/168 kB
Progress (4): 350/350 kB | 0.2/2.6 MB | 32/53 kB | 24/168 kB
Progress (4): 350/350 kB | 0.2/2.6 MB | 32/53 kB | 24/168 kB
Progress (4): 350 kB | 0.2/2.6 MB | 32/53 kB | 24/168 kB    
Progress (4): 350 kB | 0.2/2.6 MB | 32/53 kB | 28/168 kB
Progress (5): 350 kB | 0.2/2.6 MB | 32/53 kB | 28/168 kB | 4.1/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 32/53 kB | 28/168 kB | 4.1/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 28/168 kB | 4.1/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 28/168 kB | 4.1/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 28/168 kB | 4.1/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 28/168 kB | 4.1/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 28/168 kB | 7.7/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 32/168 kB | 7.7/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 32/168 kB | 12/474 kB 
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 36/168 kB | 12/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 36/53 kB | 36/168 kB | 12/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 40/53 kB | 36/168 kB | 12/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 40/53 kB | 36/168 kB | 12/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 44/53 kB | 36/168 kB | 12/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 44/53 kB | 40/168 kB | 12/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 44/53 kB | 40/168 kB | 16/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 44/53 kB | 44/168 kB | 16/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 44/53 kB | 44/168 kB | 20/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 44/53 kB | 44/168 kB | 24/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 48/53 kB | 44/168 kB | 24/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 48/53 kB | 44/168 kB | 24/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 52/53 kB | 44/168 kB | 24/474 kB
Progress (5): 350 kB | 0.2/2.6 MB | 52/53 kB | 44/168 kB | 28/474 kB
                                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 4.2 MB/s)
Progress (4): 0.2/2.6 MB | 52/53 kB | 48/168 kB | 28/474 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
Progress (4): 0.2/2.6 MB | 52/53 kB | 48/168 kB | 32/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 48/168 kB | 32/474 kB   
Progress (4): 0.2/2.6 MB | 53 kB | 48/168 kB | 32/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 48/168 kB | 36/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 52/168 kB | 36/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 52/168 kB | 40/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 52/168 kB | 40/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 56/168 kB | 40/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 56/168 kB | 44/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 56/168 kB | 44/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 56/168 kB | 48/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 60/168 kB | 48/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 60/168 kB | 48/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 64/168 kB | 48/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 64/168 kB | 52/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 64/168 kB | 52/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 64/168 kB | 56/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 68/168 kB | 56/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 68/168 kB | 60/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 68/168 kB | 60/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 68/168 kB | 64/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 72/168 kB | 64/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 72/168 kB | 68/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 72/168 kB | 68/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 72/168 kB | 72/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 76/168 kB | 72/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 76/168 kB | 72/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 80/168 kB | 72/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 80/168 kB | 76/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 80/168 kB | 76/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 80/168 kB | 80/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 84/168 kB | 80/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 84/168 kB | 80/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 88/168 kB | 80/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 88/168 kB | 84/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 92/168 kB | 84/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 92/168 kB | 84/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 96/168 kB | 84/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 96/168 kB | 88/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 100/168 kB | 88/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 100/168 kB | 88/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 100/168 kB | 92/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 104/168 kB | 92/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 104/168 kB | 96/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 104/168 kB | 96/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 108/168 kB | 96/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 108/168 kB | 96/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 108/168 kB | 100/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 112/168 kB | 100/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 112/168 kB | 104/474 kB
Progress (4): 0.2/2.6 MB | 53 kB | 116/168 kB | 104/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 116/168 kB | 104/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 116/168 kB | 108/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 120/168 kB | 108/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 120/168 kB | 112/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 124/168 kB | 112/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 124/168 kB | 112/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 128/168 kB | 112/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 128/168 kB | 116/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 128/168 kB | 116/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 128/168 kB | 120/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 132/168 kB | 120/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 132/168 kB | 120/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 136/168 kB | 120/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 136/168 kB | 124/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 140/168 kB | 124/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 140/168 kB | 124/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 144/168 kB | 124/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 144/168 kB | 128/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 148/168 kB | 128/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 148/168 kB | 128/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 152/168 kB | 128/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 152/168 kB | 132/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 156/168 kB | 132/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 156/168 kB | 132/474 kB
Progress (4): 0.3/2.6 MB | 53 kB | 160/168 kB | 132/474 kB
Progress (5): 0.3/2.6 MB | 53 kB | 160/168 kB | 132/474 kB | 4.1/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 160/168 kB | 136/474 kB | 4.1/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 160/168 kB | 136/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 160/168 kB | 140/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 164/168 kB | 140/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 164/168 kB | 140/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168/168 kB | 140/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168/168 kB | 140/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168/168 kB | 144/474 kB | 7.7/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168/168 kB | 144/474 kB | 12/68 kB 
Progress (5): 0.3/2.6 MB | 53 kB | 168/168 kB | 148/474 kB | 12/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168/168 kB | 148/474 kB | 12/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 148/474 kB | 12/68 kB    
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 148/474 kB | 12/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 152/474 kB | 12/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 152/474 kB | 16/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 156/474 kB | 16/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 156/474 kB | 16/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 160/474 kB | 16/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 160/474 kB | 16/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 160/474 kB | 20/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 160/474 kB | 20/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 164/474 kB | 20/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 164/474 kB | 20/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 164/474 kB | 24/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 164/474 kB | 24/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 168/474 kB | 24/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 168/474 kB | 24/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 168/474 kB | 28/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 168/474 kB | 28/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 172/474 kB | 28/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 172/474 kB | 28/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 172/474 kB | 32/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 172/474 kB | 32/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 176/474 kB | 32/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 176/474 kB | 32/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 176/474 kB | 33/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 176/474 kB | 33/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 180/474 kB | 33/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 180/474 kB | 33/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 180/474 kB | 37/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 180/474 kB | 37/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 184/474 kB | 37/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 184/474 kB | 41/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 188/474 kB | 41/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 188/474 kB | 41/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 192/474 kB | 41/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 192/474 kB | 45/68 kB
Progress (5): 0.3/2.6 MB | 53 kB | 168 kB | 196/474 kB | 45/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 196/474 kB | 45/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 200/474 kB | 45/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 200/474 kB | 49/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 204/474 kB | 49/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 204/474 kB | 53/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 204/474 kB | 53/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 204/474 kB | 57/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 208/474 kB | 57/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 208/474 kB | 61/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 208/474 kB | 61/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 208/474 kB | 65/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 212/474 kB | 65/68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 212/474 kB | 68 kB   
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 212/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 216/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 216/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 220/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 220/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 224/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 224/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 228/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 228/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 232/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 232/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 236/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 236/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 240/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 240/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 244/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 244/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 248/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 248/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 252/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 252/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 256/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 256/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 260/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 260/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 264/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 264/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 268/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 268/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 272/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 272/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 276/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 276/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 280/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 280/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 284/474 kB | 68 kB
Progress (5): 0.4/2.6 MB | 53 kB | 168 kB | 284/474 kB | 68 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.5 MB/s)
Progress (4): 0.4/2.6 MB | 53 kB | 284/474 kB | 68 kB
Progress (4): 0.4/2.6 MB | 53 kB | 288/474 kB | 68 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
Progress (4): 0.4/2.6 MB | 53 kB | 292/474 kB | 68 kB
Progress (4): 0.4/2.6 MB | 53 kB | 292/474 kB | 68 kB
Progress (4): 0.4/2.6 MB | 53 kB | 296/474 kB | 68 kB
Progress (4): 0.4/2.6 MB | 53 kB | 296/474 kB | 68 kB
Progress (4): 0.4/2.6 MB | 53 kB | 300/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 300/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 304/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 304/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 308/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 308/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 312/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 312/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 316/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 316/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 320/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 320/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 324/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 324/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 328/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 328/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 332/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 332/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 336/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 336/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 340/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 340/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 344/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 344/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 348/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 348/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 352/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 352/474 kB | 68 kB
Progress (4): 0.5/2.6 MB | 53 kB | 356/474 kB | 68 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 598 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 461 kB/s)
Progress (2): 0.5/2.6 MB | 360/474 kB
Progress (2): 0.5/2.6 MB | 360/474 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar
Progress (2): 0.5/2.6 MB | 360/474 kB
Progress (2): 0.5/2.6 MB | 364/474 kB
Progress (2): 0.5/2.6 MB | 368/474 kB
Progress (2): 0.5/2.6 MB | 368/474 kB
Progress (2): 0.5/2.6 MB | 368/474 kB
Progress (2): 0.5/2.6 MB | 372/474 kB
Progress (2): 0.5/2.6 MB | 376/474 kB
Progress (2): 0.5/2.6 MB | 376/474 kB
Progress (2): 0.5/2.6 MB | 376/474 kB
Progress (2): 0.5/2.6 MB | 380/474 kB
Progress (2): 0.5/2.6 MB | 384/474 kB
Progress (2): 0.5/2.6 MB | 384/474 kB
Progress (2): 0.5/2.6 MB | 388/474 kB
Progress (2): 0.5/2.6 MB | 388/474 kB
Progress (2): 0.5/2.6 MB | 392/474 kB
Progress (2): 0.5/2.6 MB | 392/474 kB
Progress (2): 0.5/2.6 MB | 396/474 kB
Progress (2): 0.5/2.6 MB | 396/474 kB
Progress (2): 0.5/2.6 MB | 400/474 kB
Progress (2): 0.5/2.6 MB | 400/474 kB
Progress (2): 0.5/2.6 MB | 404/474 kB
Progress (2): 0.6/2.6 MB | 404/474 kB
Progress (2): 0.6/2.6 MB | 408/474 kB
Progress (2): 0.6/2.6 MB | 408/474 kB
Progress (2): 0.6/2.6 MB | 412/474 kB
Progress (2): 0.6/2.6 MB | 412/474 kB
Progress (2): 0.6/2.6 MB | 416/474 kB
Progress (2): 0.6/2.6 MB | 416/474 kB
Progress (2): 0.6/2.6 MB | 416/474 kB
Progress (2): 0.6/2.6 MB | 420/474 kB
Progress (2): 0.6/2.6 MB | 420/474 kB
Progress (2): 0.6/2.6 MB | 424/474 kB
Progress (2): 0.6/2.6 MB | 424/474 kB
Progress (2): 0.6/2.6 MB | 428/474 kB
Progress (2): 0.6/2.6 MB | 428/474 kB
Progress (2): 0.6/2.6 MB | 432/474 kB
Progress (2): 0.6/2.6 MB | 432/474 kB
Progress (2): 0.6/2.6 MB | 436/474 kB
Progress (2): 0.6/2.6 MB | 436/474 kB
Progress (2): 0.6/2.6 MB | 436/474 kB
Progress (2): 0.6/2.6 MB | 436/474 kB
Progress (2): 0.6/2.6 MB | 436/474 kB
Progress (3): 0.6/2.6 MB | 436/474 kB | 4.1/49 kB
Progress (3): 0.6/2.6 MB | 436/474 kB | 7.7/49 kB
Progress (3): 0.6/2.6 MB | 436/474 kB | 12/49 kB 
Progress (3): 0.6/2.6 MB | 436/474 kB | 16/49 kB
Progress (3): 0.6/2.6 MB | 436/474 kB | 20/49 kB
Progress (3): 0.6/2.6 MB | 436/474 kB | 24/49 kB
Progress (4): 0.6/2.6 MB | 436/474 kB | 24/49 kB | 4.1/614 kB
Progress (4): 0.6/2.6 MB | 436/474 kB | 24/49 kB | 7.7/614 kB
Progress (4): 0.6/2.6 MB | 436/474 kB | 24/49 kB | 12/614 kB 
Progress (4): 0.6/2.6 MB | 436/474 kB | 24/49 kB | 16/614 kB
Progress (4): 0.6/2.6 MB | 440/474 kB | 24/49 kB | 16/614 kB
Progress (4): 0.6/2.6 MB | 440/474 kB | 24/49 kB | 20/614 kB
Progress (4): 0.6/2.6 MB | 440/474 kB | 24/49 kB | 20/614 kB
Progress (4): 0.6/2.6 MB | 440/474 kB | 28/49 kB | 20/614 kB
Progress (4): 0.6/2.6 MB | 440/474 kB | 28/49 kB | 20/614 kB
Progress (5): 0.6/2.6 MB | 440/474 kB | 28/49 kB | 20/614 kB | 4.1/175 kB
Progress (5): 0.6/2.6 MB | 440/474 kB | 28/49 kB | 24/614 kB | 4.1/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 28/49 kB | 24/614 kB | 4.1/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 28/49 kB | 24/614 kB | 7.7/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 28/49 kB | 24/614 kB | 7.7/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 32/49 kB | 24/614 kB | 7.7/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 32/49 kB | 24/614 kB | 7.7/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 36/49 kB | 24/614 kB | 7.7/175 kB
Progress (5): 0.6/2.6 MB | 444/474 kB | 36/49 kB | 24/614 kB | 12/175 kB 
Progress (5): 0.6/2.6 MB | 448/474 kB | 36/49 kB | 24/614 kB | 12/175 kB
Progress (5): 0.6/2.6 MB | 448/474 kB | 36/49 kB | 28/614 kB | 12/175 kB
Progress (5): 0.6/2.6 MB | 452/474 kB | 36/49 kB | 28/614 kB | 12/175 kB
Progress (5): 0.6/2.6 MB | 452/474 kB | 36/49 kB | 28/614 kB | 16/175 kB
Progress (5): 0.6/2.6 MB | 452/474 kB | 40/49 kB | 28/614 kB | 16/175 kB
Progress (5): 0.6/2.6 MB | 452/474 kB | 40/49 kB | 28/614 kB | 16/175 kB
Progress (5): 0.6/2.6 MB | 452/474 kB | 44/49 kB | 28/614 kB | 16/175 kB
Progress (5): 0.6/2.6 MB | 452/474 kB | 44/49 kB | 28/614 kB | 20/175 kB
Progress (5): 0.6/2.6 MB | 456/474 kB | 44/49 kB | 28/614 kB | 20/175 kB
Progress (5): 0.6/2.6 MB | 456/474 kB | 44/49 kB | 32/614 kB | 20/175 kB
Progress (5): 0.6/2.6 MB | 460/474 kB | 44/49 kB | 32/614 kB | 20/175 kB
Progress (5): 0.6/2.6 MB | 460/474 kB | 44/49 kB | 32/614 kB | 24/175 kB
Progress (5): 0.6/2.6 MB | 460/474 kB | 48/49 kB | 32/614 kB | 24/175 kB
Progress (5): 0.6/2.6 MB | 460/474 kB | 48/49 kB | 32/614 kB | 24/175 kB
Progress (5): 0.6/2.6 MB | 460/474 kB | 49 kB | 32/614 kB | 24/175 kB   
Progress (5): 0.6/2.6 MB | 460/474 kB | 49 kB | 32/614 kB | 28/175 kB
Progress (5): 0.6/2.6 MB | 464/474 kB | 49 kB | 32/614 kB | 28/175 kB
Progress (5): 0.6/2.6 MB | 464/474 kB | 49 kB | 33/614 kB | 28/175 kB
Progress (5): 0.6/2.6 MB | 468/474 kB | 49 kB | 33/614 kB | 28/175 kB
Progress (5): 0.6/2.6 MB | 468/474 kB | 49 kB | 33/614 kB | 32/175 kB
Progress (5): 0.6/2.6 MB | 468/474 kB | 49 kB | 33/614 kB | 32/175 kB
Progress (5): 0.6/2.6 MB | 468/474 kB | 49 kB | 33/614 kB | 33/175 kB
Progress (5): 0.6/2.6 MB | 472/474 kB | 49 kB | 33/614 kB | 33/175 kB
Progress (5): 0.6/2.6 MB | 472/474 kB | 49 kB | 33/614 kB | 37/175 kB
Progress (5): 0.6/2.6 MB | 472/474 kB | 49 kB | 37/614 kB | 37/175 kB
Progress (5): 0.6/2.6 MB | 472/474 kB | 49 kB | 37/614 kB | 41/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 37/614 kB | 41/175 kB    
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 37/614 kB | 41/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 37/614 kB | 45/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 41/614 kB | 45/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 41/614 kB | 49/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 41/614 kB | 49/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 41/614 kB | 53/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 45/614 kB | 53/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 45/614 kB | 57/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 45/614 kB | 57/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 49/614 kB | 57/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 49/614 kB | 57/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 49/614 kB | 61/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 49/614 kB | 61/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 53/614 kB | 61/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 53/614 kB | 65/175 kB
Progress (5): 0.6/2.6 MB | 474 kB | 49 kB | 57/614 kB | 65/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 57/614 kB | 65/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 61/614 kB | 65/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 61/614 kB | 66/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 65/614 kB | 66/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 65/614 kB | 66/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 66/614 kB | 66/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 66/614 kB | 70/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 66/614 kB | 70/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 66/614 kB | 74/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 70/614 kB | 74/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 70/614 kB | 78/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 70/614 kB | 78/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 70/614 kB | 82/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 74/614 kB | 82/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 74/614 kB | 86/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 74/614 kB | 86/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 74/614 kB | 90/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 78/614 kB | 90/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 78/614 kB | 94/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 78/614 kB | 94/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 78/614 kB | 98/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 82/614 kB | 98/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 82/614 kB | 98/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 82/614 kB | 98/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 82/614 kB | 102/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 86/614 kB | 102/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 86/614 kB | 106/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 86/614 kB | 106/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 86/614 kB | 110/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 90/614 kB | 110/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 90/614 kB | 114/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 90/614 kB | 114/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 90/614 kB | 118/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 94/614 kB | 118/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 94/614 kB | 122/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 94/614 kB | 122/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 94/614 kB | 126/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 98/614 kB | 126/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 98/614 kB | 130/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 98/614 kB | 130/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 98/614 kB | 134/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 102/614 kB | 134/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 102/614 kB | 138/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 102/614 kB | 138/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 102/614 kB | 142/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 102/614 kB | 142/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 106/614 kB | 142/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 106/614 kB | 142/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 106/614 kB | 146/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 110/614 kB | 146/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 110/614 kB | 150/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 110/614 kB | 150/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 110/614 kB | 154/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 114/614 kB | 154/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 114/614 kB | 158/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 114/614 kB | 158/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 114/614 kB | 162/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 118/614 kB | 162/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 118/614 kB | 166/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 118/614 kB | 166/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 118/614 kB | 170/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 122/614 kB | 170/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 122/614 kB | 174/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 126/614 kB | 174/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 126/614 kB | 174/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 130/614 kB | 174/175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 130/614 kB | 175 kB    
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 130/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 134/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 134/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 138/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 138/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 142/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 142/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 146/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 146/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 150/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 150/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 154/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 154/614 kB | 175 kB
Progress (5): 0.7/2.6 MB | 474 kB | 49 kB | 158/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 158/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 162/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 162/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 166/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 166/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 170/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 170/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 174/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 174/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 178/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 178/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 182/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 182/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 186/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 186/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 190/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 190/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 194/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 194/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 198/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 198/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 202/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 202/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 206/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 206/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 210/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 210/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 214/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 214/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 218/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 218/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 222/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 222/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 226/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 226/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 230/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 230/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 234/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 234/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 238/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 238/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 242/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 242/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 246/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 246/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 250/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 250/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 254/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 254/614 kB | 175 kB
Progress (5): 0.8/2.6 MB | 474 kB | 49 kB | 258/614 kB | 175 kB
Progress (5): 0.9/2.6 MB | 474 kB | 49 kB | 258/614 kB | 175 kB
Progress (5): 0.9/2.6 MB | 474 kB | 49 kB | 262/614 kB | 175 kB
Progress (5): 0.9/2.6 MB | 474 kB | 49 kB | 262/614 kB | 175 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 238 kB/s)
Progress (4): 0.9/2.6 MB | 474 kB | 262/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 266/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 266/614 kB | 175 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar
Progress (4): 0.9/2.6 MB | 474 kB | 266/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 270/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 270/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 274/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 274/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 278/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 278/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 282/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 282/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 286/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 286/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 290/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 290/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 294/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 294/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 298/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 298/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 302/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 302/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 306/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 306/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 310/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 310/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 314/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 314/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 318/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 318/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 322/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 322/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 326/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 326/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 330/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 330/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 334/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 334/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 338/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 338/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 342/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 342/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 346/614 kB | 175 kB
Progress (4): 0.9/2.6 MB | 474 kB | 346/614 kB | 175 kB
Progress (4): 1.0/2.6 MB | 474 kB | 346/614 kB | 175 kB
Progress (4): 1.0/2.6 MB | 474 kB | 346/614 kB | 175 kB
Progress (4): 1.0/2.6 MB | 474 kB | 346/614 kB | 175 kB
Progress (4): 1.0/2.6 MB | 474 kB | 346/614 kB | 175 kB
Progress (4): 1.0/2.6 MB | 474 kB | 350/614 kB | 175 kB
Progress (4): 1.0/2.6 MB | 474 kB | 350/614 kB | 175 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 625 kB/s)
Progress (4): 1.0/2.6 MB | 474 kB | 350/614 kB | 4.1/22 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 1.7 MB/s)
Progress (3): 1.0/2.6 MB | 350/614 kB | 7.7/22 kB
                                                 
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 (3): 1.0/2.6 MB | 350/614 kB | 7.7/22 kB
Progress (3): 1.0/2.6 MB | 354/614 kB | 7.7/22 kB
Progress (3): 1.0/2.6 MB | 354/614 kB | 7.7/22 kB
Progress (3): 1.0/2.6 MB | 354/614 kB | 12/22 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 (3): 1.0/2.6 MB | 354/614 kB | 12/22 kB
Progress (3): 1.0/2.6 MB | 354/614 kB | 16/22 kB
Progress (3): 1.0/2.6 MB | 358/614 kB | 16/22 kB
Progress (3): 1.0/2.6 MB | 358/614 kB | 16/22 kB
Progress (3): 1.0/2.6 MB | 358/614 kB | 20/22 kB
Progress (3): 1.0/2.6 MB | 362/614 kB | 20/22 kB
Progress (3): 1.0/2.6 MB | 362/614 kB | 20/22 kB
Progress (3): 1.0/2.6 MB | 362/614 kB | 22 kB   
Progress (3): 1.0/2.6 MB | 362/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 366/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 366/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 370/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 370/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 374/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 374/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 378/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 378/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 382/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 382/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 386/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 386/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 390/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 390/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 394/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 394/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 398/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 398/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 402/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 402/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 406/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 406/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 410/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 410/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 414/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 414/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 418/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 418/614 kB | 22 kB
Progress (3): 1.0/2.6 MB | 422/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 422/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 426/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 426/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 430/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 430/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 434/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 434/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 438/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 438/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 442/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 442/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 446/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 446/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 450/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 450/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 454/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 454/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 458/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 458/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 462/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 462/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 466/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 466/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 470/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 474/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 474/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 478/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 478/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 482/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 482/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 486/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 486/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 490/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 490/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 494/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 494/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 498/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 498/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 502/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 502/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 506/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 506/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 510/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 510/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 514/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 514/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 518/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 518/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 522/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 522/614 kB | 22 kB
Progress (3): 1.1/2.6 MB | 526/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 526/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 530/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 530/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 534/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 534/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 538/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 538/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 542/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 542/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 546/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 546/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 550/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 550/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 554/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 554/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 558/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 558/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 562/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 562/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 566/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 566/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 570/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 570/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 574/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 574/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 578/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 578/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 582/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 582/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 586/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 586/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 590/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 590/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 594/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 594/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 598/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 598/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 602/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 602/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 606/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 606/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 610/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 610/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 614/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 614/614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 614 kB | 22 kB    
Progress (3): 1.2/2.6 MB | 614 kB | 22 kB
Progress (3): 1.2/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.3/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (3): 1.4/2.6 MB | 614 kB | 22 kB
Progress (4): 1.4/2.6 MB | 614 kB | 22 kB | 4.1/8.8 kB
Progress (4): 1.4/2.6 MB | 614 kB | 22 kB | 4.1/8.8 kB
Progress (4): 1.4/2.6 MB | 614 kB | 22 kB | 7.7/8.8 kB
Progress (4): 1.4/2.6 MB | 614 kB | 22 kB | 7.7/8.8 kB
Progress (4): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB    
Progress (4): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB
Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 4.1/22 kB
Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 4.1/22 kB
Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 7.7/22 kB
Progress (5): 1.4/2.6 MB | 614 kB | 22 kB | 8.8 kB | 7.7/22 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 2.0 MB/s)
Progress (4): 1.4/2.6 MB | 22 kB | 8.8 kB | 7.7/22 kB
Progress (4): 1.4/2.6 MB | 22 kB | 8.8 kB | 12/22 kB 
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 73 kB/s)
Progress (3): 1.4/2.6 MB | 8.8 kB | 16/22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 16/22 kB
                                            
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 (3): 1.4/2.6 MB | 8.8 kB | 16/22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 20/22 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.4/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (3): 1.5/2.6 MB | 8.8 kB | 22 kB
Progress (4): 1.5/2.6 MB | 8.8 kB | 22 kB | 4.1/9.8 kB
Progress (4): 1.5/2.6 MB | 8.8 kB | 22 kB | 4.1/9.8 kB
Progress (4): 1.5/2.6 MB | 8.8 kB | 22 kB | 7.7/9.8 kB
Progress (4): 1.5/2.6 MB | 8.8 kB | 22 kB | 7.7/9.8 kB
Progress (4): 1.5/2.6 MB | 8.8 kB | 22 kB | 9.8 kB    
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB
Progress (5): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB | 4.1/17 kB
Progress (5): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB | 4.1/17 kB
Progress (5): 1.6/2.6 MB | 8.8 kB | 22 kB | 9.8 kB | 7.7/17 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 26 kB/s)
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 7.7/17 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 12/17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 12/17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 16/17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 16/17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB   
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.6/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.7/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.8/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 kB
Progress (4): 1.9/2.6 MB | 8.8 kB | 22 kB | 17 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.jar (17 kB at 42 kB/s)
Progress (3): 2.0/2.6 MB | 8.8 kB | 22 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar
Progress (3): 2.0/2.6 MB | 8.8 kB | 22 kB
Progress (3): 2.0/2.6 MB | 8.8 kB | 22 kB
Progress (3): 2.0/2.6 MB | 8.8 kB | 22 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 55 kB/s)
Progress (3): 2.0/2.6 MB | 8.8 kB | 4.1/11 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.jar (8.8 kB at 22 kB/s)
Progress (2): 2.0/2.6 MB | 4.1/11 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar
Progress (2): 2.0/2.6 MB | 7.7/11 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (2): 2.0/2.6 MB | 11 kB
Progress (3): 2.0/2.6 MB | 11 kB | 4.1/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 4.1/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 7.7/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 7.7/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 12/35 kB 
Progress (3): 2.0/2.6 MB | 11 kB | 12/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 16/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 16/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 20/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 20/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 24/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 24/35 kB
Progress (3): 2.0/2.6 MB | 11 kB | 28/35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 28/35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 32/35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 32/35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB   
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.1/2.6 MB | 11 kB | 35 kB
Progress (3): 2.2/2.6 MB | 11 kB | 35 kB
Progress (3): 2.2/2.6 MB | 11 kB | 35 kB
Progress (3): 2.2/2.6 MB | 11 kB | 35 kB
Progress (3): 2.2/2.6 MB | 11 kB | 35 kB
Progress (3): 2.2/2.6 MB | 11 kB | 35 kB
Progress (3): 2.2/2.6 MB | 11 kB | 35 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.jar (11 kB at 27 kB/s)
Progress (2): 2.2/2.6 MB | 35 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 (3): 2.2/2.6 MB | 35 kB | 4.1/80 kB
Progress (3): 2.2/2.6 MB | 35 kB | 4.1/80 kB
Progress (3): 2.2/2.6 MB | 35 kB | 7.7/80 kB
Progress (3): 2.2/2.6 MB | 35 kB | 12/80 kB 
Progress (3): 2.2/2.6 MB | 35 kB | 16/80 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 85 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
Progress (2): 2.2/2.6 MB | 16/80 kB
Progress (3): 2.2/2.6 MB | 16/80 kB | 4.1/87 kB
Progress (3): 2.2/2.6 MB | 16/80 kB | 4.1/87 kB
Progress (3): 2.2/2.6 MB | 16/80 kB | 7.7/87 kB
Progress (3): 2.2/2.6 MB | 16/80 kB | 7.7/87 kB
Progress (3): 2.2/2.6 MB | 16/80 kB | 12/87 kB 
Progress (3): 2.2/2.6 MB | 16/80 kB | 12/87 kB
Progress (3): 2.2/2.6 MB | 16/80 kB | 16/87 kB
Progress (4): 2.2/2.6 MB | 16/80 kB | 16/87 kB | 4.1/194 kB
Progress (4): 2.2/2.6 MB | 16/80 kB | 16/87 kB | 4.1/194 kB
Progress (4): 2.2/2.6 MB | 16/80 kB | 16/87 kB | 7.7/194 kB
Progress (4): 2.2/2.6 MB | 16/80 kB | 20/87 kB | 7.7/194 kB
Progress (4): 2.2/2.6 MB | 20/80 kB | 20/87 kB | 7.7/194 kB
Progress (4): 2.2/2.6 MB | 20/80 kB | 24/87 kB | 7.7/194 kB
Progress (4): 2.2/2.6 MB | 20/80 kB | 24/87 kB | 12/194 kB 
Progress (4): 2.2/2.6 MB | 20/80 kB | 24/87 kB | 12/194 kB
Progress (4): 2.2/2.6 MB | 20/80 kB | 24/87 kB | 16/194 kB
Progress (4): 2.2/2.6 MB | 20/80 kB | 28/87 kB | 16/194 kB
Progress (4): 2.2/2.6 MB | 24/80 kB | 28/87 kB | 16/194 kB
Progress (4): 2.2/2.6 MB | 24/80 kB | 32/87 kB | 16/194 kB
Progress (4): 2.2/2.6 MB | 24/80 kB | 32/87 kB | 20/194 kB
Progress (4): 2.2/2.6 MB | 24/80 kB | 32/87 kB | 20/194 kB
Progress (4): 2.2/2.6 MB | 24/80 kB | 32/87 kB | 24/194 kB
Progress (4): 2.2/2.6 MB | 24/80 kB | 33/87 kB | 24/194 kB
Progress (4): 2.2/2.6 MB | 28/80 kB | 33/87 kB | 24/194 kB
Progress (4): 2.2/2.6 MB | 28/80 kB | 37/87 kB | 24/194 kB
Progress (4): 2.2/2.6 MB | 28/80 kB | 37/87 kB | 28/194 kB
Progress (4): 2.2/2.6 MB | 28/80 kB | 37/87 kB | 28/194 kB
Progress (4): 2.2/2.6 MB | 28/80 kB | 37/87 kB | 32/194 kB
Progress (4): 2.2/2.6 MB | 28/80 kB | 41/87 kB | 32/194 kB
Progress (4): 2.2/2.6 MB | 32/80 kB | 41/87 kB | 32/194 kB
Progress (4): 2.2/2.6 MB | 32/80 kB | 41/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 32/80 kB | 41/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 36/80 kB | 41/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 36/80 kB | 45/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 40/80 kB | 45/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 40/80 kB | 45/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 44/80 kB | 45/87 kB | 33/194 kB
Progress (4): 2.2/2.6 MB | 44/80 kB | 45/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 48/80 kB | 45/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 48/80 kB | 45/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 52/80 kB | 45/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 52/80 kB | 49/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 56/80 kB | 49/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 56/80 kB | 49/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 60/80 kB | 49/87 kB | 37/194 kB
Progress (4): 2.2/2.6 MB | 60/80 kB | 49/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 64/80 kB | 49/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 64/80 kB | 49/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 68/80 kB | 49/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 68/80 kB | 53/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 72/80 kB | 53/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 72/80 kB | 53/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 76/80 kB | 53/87 kB | 41/194 kB
Progress (4): 2.2/2.6 MB | 76/80 kB | 53/87 kB | 45/194 kB
Progress (4): 2.2/2.6 MB | 80/80 kB | 53/87 kB | 45/194 kB
Progress (4): 2.2/2.6 MB | 80/80 kB | 53/87 kB | 45/194 kB
Progress (4): 2.2/2.6 MB | 80/80 kB | 57/87 kB | 45/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 57/87 kB | 45/194 kB   
Progress (4): 2.2/2.6 MB | 80 kB | 57/87 kB | 49/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 61/87 kB | 49/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 61/87 kB | 49/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 61/87 kB | 53/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 65/87 kB | 53/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 65/87 kB | 57/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 65/87 kB | 57/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 69/87 kB | 57/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 69/87 kB | 61/194 kB
Progress (4): 2.2/2.6 MB | 80 kB | 73/87 kB | 61/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 73/87 kB | 61/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 73/87 kB | 65/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 73/87 kB | 65/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 77/87 kB | 65/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 77/87 kB | 66/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 81/87 kB | 66/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 81/87 kB | 66/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 85/87 kB | 66/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 85/87 kB | 70/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 70/194 kB   
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 70/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 74/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 74/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 74/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 78/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 78/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 82/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 82/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 86/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 86/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 90/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 90/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 94/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 94/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 98/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 98/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 98/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 98/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 98/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 102/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 102/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 106/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 106/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 110/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 110/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 114/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 114/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 118/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 118/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 122/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 122/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 126/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 126/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 130/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 130/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 131/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 131/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 135/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 135/194 kB
Progress (4): 2.3/2.6 MB | 80 kB | 87 kB | 139/194 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 162 kB/s)
Progress (3): 2.3/2.6 MB | 87 kB | 143/194 kB
Progress (3): 2.3/2.6 MB | 87 kB | 143/194 kB
Progress (3): 2.3/2.6 MB | 87 kB | 147/194 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Progress (3): 2.3/2.6 MB | 87 kB | 151/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 151/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 155/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 155/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 159/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 159/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 163/194 kB
Progress (3): 2.4/2.6 MB | 87 kB | 164/194 kB
Progress (4): 2.4/2.6 MB | 87 kB | 164/194 kB | 4.1/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 164/194 kB | 4.1/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 164/194 kB | 7.7/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 168/194 kB | 7.7/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 168/194 kB | 7.7/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 172/194 kB | 7.7/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 172/194 kB | 12/315 kB 
Progress (4): 2.4/2.6 MB | 87 kB | 176/194 kB | 12/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 176/194 kB | 12/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 180/194 kB | 12/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 180/194 kB | 16/315 kB
Progress (4): 2.4/2.6 MB | 87 kB | 184/194 kB | 16/315 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 176 kB/s)
Progress (3): 2.4/2.6 MB | 184/194 kB | 16/315 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar
Progress (3): 2.4/2.6 MB | 184/194 kB | 20/315 kB
Progress (3): 2.4/2.6 MB | 188/194 kB | 20/315 kB
Progress (3): 2.4/2.6 MB | 188/194 kB | 24/315 kB
Progress (3): 2.4/2.6 MB | 192/194 kB | 24/315 kB
Progress (3): 2.4/2.6 MB | 192/194 kB | 24/315 kB
Progress (3): 2.4/2.6 MB | 192/194 kB | 28/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 28/315 kB    
Progress (3): 2.4/2.6 MB | 194 kB | 32/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 32/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 33/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 33/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 33/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 37/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 37/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 41/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 41/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 45/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 45/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 49/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 49/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 53/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 53/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 57/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 57/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 61/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 61/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 65/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 65/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 66/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 66/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 70/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 70/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 74/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 74/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 74/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 78/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 78/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 82/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 82/315 kB
Progress (3): 2.4/2.6 MB | 194 kB | 86/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 86/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 90/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 90/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 94/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 94/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 98/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 98/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 102/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 102/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 106/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 106/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 110/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 110/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 114/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 114/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 118/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 118/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 122/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 122/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 126/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 126/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 130/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 130/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 134/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 134/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 138/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 138/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 142/315 kB
Progress (3): 2.5/2.6 MB | 194 kB | 142/315 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 383 kB/s)
Progress (2): 2.5/2.6 MB | 146/315 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar
Progress (2): 2.5/2.6 MB | 146/315 kB
Progress (2): 2.5/2.6 MB | 150/315 kB
Progress (2): 2.5/2.6 MB | 150/315 kB
Progress (2): 2.5/2.6 MB | 154/315 kB
Progress (2): 2.5/2.6 MB | 154/315 kB
Progress (2): 2.5/2.6 MB | 158/315 kB
Progress (2): 2.5/2.6 MB | 158/315 kB
Progress (2): 2.5/2.6 MB | 162/315 kB
Progress (2): 2.5/2.6 MB | 162/315 kB
Progress (2): 2.5/2.6 MB | 166/315 kB
Progress (2): 2.5/2.6 MB | 166/315 kB
Progress (2): 2.5/2.6 MB | 170/315 kB
Progress (2): 2.5/2.6 MB | 170/315 kB
Progress (2): 2.5/2.6 MB | 174/315 kB
Progress (2): 2.5/2.6 MB | 174/315 kB
Progress (2): 2.5/2.6 MB | 178/315 kB
Progress (2): 2.5/2.6 MB | 178/315 kB
Progress (2): 2.5/2.6 MB | 182/315 kB
Progress (2): 2.5/2.6 MB | 182/315 kB
Progress (2): 2.5/2.6 MB | 186/315 kB
Progress (2): 2.6/2.6 MB | 186/315 kB
Progress (3): 2.6/2.6 MB | 186/315 kB | 4.1/45 kB
Progress (3): 2.6/2.6 MB | 186/315 kB | 4.1/45 kB
Progress (3): 2.6/2.6 MB | 186/315 kB | 4.1/45 kB
Progress (3): 2.6/2.6 MB | 186/315 kB | 4.1/45 kB
Progress (3): 2.6/2.6 MB | 186/315 kB | 4.1/45 kB
Progress (3): 2.6/2.6 MB | 186/315 kB | 4.1/45 kB
Progress (3): 2.6 MB | 186/315 kB | 4.1/45 kB    
Progress (3): 2.6 MB | 190/315 kB | 4.1/45 kB
Progress (3): 2.6 MB | 190/315 kB | 7.7/45 kB
Progress (3): 2.6 MB | 194/315 kB | 7.7/45 kB
Progress (3): 2.6 MB | 194/315 kB | 12/45 kB 
Progress (3): 2.6 MB | 198/315 kB | 12/45 kB
Progress (4): 2.6 MB | 198/315 kB | 12/45 kB | 4.1/26 kB
Progress (4): 2.6 MB | 202/315 kB | 12/45 kB | 4.1/26 kB
Progress (4): 2.6 MB | 202/315 kB | 16/45 kB | 4.1/26 kB
Progress (4): 2.6 MB | 202/315 kB | 16/45 kB | 7.7/26 kB
Progress (4): 2.6 MB | 206/315 kB | 16/45 kB | 7.7/26 kB
Progress (4): 2.6 MB | 206/315 kB | 20/45 kB | 7.7/26 kB
Progress (4): 2.6 MB | 210/315 kB | 20/45 kB | 7.7/26 kB
Progress (4): 2.6 MB | 210/315 kB | 20/45 kB | 12/26 kB 
Progress (4): 2.6 MB | 210/315 kB | 24/45 kB | 12/26 kB
Progress (4): 2.6 MB | 210/315 kB | 24/45 kB | 16/26 kB
Progress (4): 2.6 MB | 214/315 kB | 24/45 kB | 16/26 kB
Progress (4): 2.6 MB | 214/315 kB | 28/45 kB | 16/26 kB
Progress (4): 2.6 MB | 214/315 kB | 28/45 kB | 20/26 kB
Progress (4): 2.6 MB | 218/315 kB | 28/45 kB | 20/26 kB
Progress (4): 2.6 MB | 218/315 kB | 28/45 kB | 24/26 kB
Progress (4): 2.6 MB | 218/315 kB | 32/45 kB | 24/26 kB
Progress (4): 2.6 MB | 218/315 kB | 32/45 kB | 26 kB   
Progress (4): 2.6 MB | 222/315 kB | 32/45 kB | 26 kB
Progress (4): 2.6 MB | 222/315 kB | 33/45 kB | 26 kB
Progress (4): 2.6 MB | 226/315 kB | 33/45 kB | 26 kB
Progress (4): 2.6 MB | 226/315 kB | 37/45 kB | 26 kB
Progress (4): 2.6 MB | 226/315 kB | 41/45 kB | 26 kB
Progress (4): 2.6 MB | 230/315 kB | 41/45 kB | 26 kB
Progress (4): 2.6 MB | 230/315 kB | 45/45 kB | 26 kB
Progress (4): 2.6 MB | 234/315 kB | 45/45 kB | 26 kB
Progress (4): 2.6 MB | 234/315 kB | 45 kB | 26 kB   
Progress (4): 2.6 MB | 238/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 242/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 246/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 250/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 254/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 258/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 262/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 266/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 270/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 274/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 278/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 282/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 286/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 290/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 294/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 298/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 302/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 306/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 310/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 314/315 kB | 45 kB | 26 kB
Progress (4): 2.6 MB | 315 kB | 45 kB | 26 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 4.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 75 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 43 kB/s)
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
Progress (2): 315 kB | 4.1/13 kB
Progress (2): 315 kB | 7.7/13 kB
Progress (2): 315 kB | 12/13 kB 
Progress (2): 315 kB | 13 kB   
Progress (3): 315 kB | 13 kB | 4.1/156 kB
Progress (3): 315 kB | 13 kB | 7.7/156 kB
Progress (3): 315 kB | 13 kB | 12/156 kB 
Progress (3): 315 kB | 13 kB | 16/156 kB
Progress (3): 315 kB | 13 kB | 20/156 kB
Progress (3): 315 kB | 13 kB | 24/156 kB
Progress (3): 315 kB | 13 kB | 28/156 kB
Progress (3): 315 kB | 13 kB | 32/156 kB
Progress (3): 315 kB | 13 kB | 36/156 kB
Progress (3): 315 kB | 13 kB | 40/156 kB
Progress (3): 315 kB | 13 kB | 44/156 kB
Progress (3): 315 kB | 13 kB | 48/156 kB
Progress (3): 315 kB | 13 kB | 52/156 kB
Progress (3): 315 kB | 13 kB | 56/156 kB
Progress (3): 315 kB | 13 kB | 60/156 kB
Progress (3): 315 kB | 13 kB | 64/156 kB
Progress (3): 315 kB | 13 kB | 68/156 kB
Progress (3): 315 kB | 13 kB | 72/156 kB
Progress (3): 315 kB | 13 kB | 76/156 kB
Progress (3): 315 kB | 13 kB | 80/156 kB
Progress (3): 315 kB | 13 kB | 84/156 kB
Progress (3): 315 kB | 13 kB | 88/156 kB
Progress (3): 315 kB | 13 kB | 92/156 kB
Progress (3): 315 kB | 13 kB | 96/156 kB
Progress (3): 315 kB | 13 kB | 100/156 kB
Progress (3): 315 kB | 13 kB | 104/156 kB
Progress (4): 315 kB | 13 kB | 104/156 kB | 4.1/41 kB
Progress (4): 315 kB | 13 kB | 108/156 kB | 4.1/41 kB
Progress (4): 315 kB | 13 kB | 108/156 kB | 7.7/41 kB
Progress (4): 315 kB | 13 kB | 112/156 kB | 7.7/41 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 21 kB/s)
Progress (3): 315 kB | 116/156 kB | 7.7/41 kB
Progress (3): 315 kB | 116/156 kB | 12/41 kB 
Progress (3): 315 kB | 120/156 kB | 12/41 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar
Progress (3): 315 kB | 124/156 kB | 12/41 kB
Progress (4): 315 kB | 124/156 kB | 12/41 kB | 4.1/30 kB
Progress (4): 315 kB | 124/156 kB | 16/41 kB | 4.1/30 kB
Progress (4): 315 kB | 124/156 kB | 16/41 kB | 7.7/30 kB
Progress (4): 315 kB | 128/156 kB | 16/41 kB | 7.7/30 kB
Progress (4): 315 kB | 128/156 kB | 20/41 kB | 7.7/30 kB
Progress (4): 315 kB | 128/156 kB | 20/41 kB | 12/30 kB 
Progress (4): 315 kB | 128/156 kB | 24/41 kB | 12/30 kB
Progress (4): 315 kB | 132/156 kB | 24/41 kB | 12/30 kB
Progress (4): 315 kB | 132/156 kB | 24/41 kB | 16/30 kB
Progress (4): 315 kB | 136/156 kB | 24/41 kB | 16/30 kB
Progress (4): 315 kB | 136/156 kB | 28/41 kB | 16/30 kB
Progress (4): 315 kB | 140/156 kB | 28/41 kB | 16/30 kB
Progress (4): 315 kB | 140/156 kB | 28/41 kB | 20/30 kB
Progress (4): 315 kB | 144/156 kB | 28/41 kB | 20/30 kB
Progress (4): 315 kB | 144/156 kB | 32/41 kB | 20/30 kB
Progress (4): 315 kB | 144/156 kB | 32/41 kB | 24/30 kB
Progress (4): 315 kB | 144/156 kB | 33/41 kB | 24/30 kB
Progress (4): 315 kB | 144/156 kB | 33/41 kB | 28/30 kB
Progress (4): 315 kB | 148/156 kB | 33/41 kB | 28/30 kB
Progress (4): 315 kB | 148/156 kB | 33/41 kB | 30 kB   
Progress (4): 315 kB | 148/156 kB | 37/41 kB | 30 kB
Progress (4): 315 kB | 152/156 kB | 37/41 kB | 30 kB
Progress (4): 315 kB | 152/156 kB | 41/41 kB | 30 kB
Progress (4): 315 kB | 156/156 kB | 41/41 kB | 30 kB
Progress (4): 315 kB | 156/156 kB | 41 kB | 30 kB   
Progress (4): 315 kB | 156 kB | 41 kB | 30 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 513 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar
Progress (4): 156 kB | 41 kB | 30 kB | 4.1/12 kB
Progress (4): 156 kB | 41 kB | 30 kB | 7.7/12 kB
Progress (4): 156 kB | 41 kB | 30 kB | 12/12 kB 
Progress (4): 156 kB | 41 kB | 30 kB | 12 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 251 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 48 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 18 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
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 60 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar
Progress (1): 4.1/39 kB
Progress (1): 7.7/39 kB
Progress (1): 12/39 kB 
Progress (1): 16/39 kB
Progress (1): 20/39 kB
Progress (1): 24/39 kB
Progress (1): 28/39 kB
Progress (1): 32/39 kB
Progress (1): 36/39 kB
Progress (1): 39 kB   
Progress (2): 39 kB | 4.1/332 kB
Progress (2): 39 kB | 7.7/332 kB
Progress (2): 39 kB | 12/332 kB 
Progress (2): 39 kB | 16/332 kB
Progress (2): 39 kB | 20/332 kB
Progress (2): 39 kB | 24/332 kB
Progress (2): 39 kB | 28/332 kB
Progress (2): 39 kB | 32/332 kB
Progress (2): 39 kB | 33/332 kB
Progress (2): 39 kB | 37/332 kB
Progress (2): 39 kB | 41/332 kB
Progress (2): 39 kB | 45/332 kB
Progress (2): 39 kB | 49/332 kB
Progress (2): 39 kB | 53/332 kB
Progress (2): 39 kB | 57/332 kB
Progress (2): 39 kB | 61/332 kB
Progress (2): 39 kB | 65/332 kB
Progress (2): 39 kB | 66/332 kB
Progress (2): 39 kB | 70/332 kB
Progress (2): 39 kB | 74/332 kB
Progress (2): 39 kB | 78/332 kB
Progress (2): 39 kB | 82/332 kB
Progress (3): 39 kB | 82/332 kB | 4.1/13 kB
Progress (3): 39 kB | 82/332 kB | 7.7/13 kB
Progress (3): 39 kB | 86/332 kB | 7.7/13 kB
Progress (3): 39 kB | 86/332 kB | 12/13 kB 
Progress (3): 39 kB | 90/332 kB | 12/13 kB
Progress (3): 39 kB | 90/332 kB | 13 kB   
Progress (3): 39 kB | 94/332 kB | 13 kB
Progress (3): 39 kB | 98/332 kB | 13 kB
Progress (3): 39 kB | 98/332 kB | 13 kB
Progress (3): 39 kB | 102/332 kB | 13 kB
Progress (3): 39 kB | 106/332 kB | 13 kB
Progress (3): 39 kB | 110/332 kB | 13 kB
Progress (3): 39 kB | 114/332 kB | 13 kB
Progress (3): 39 kB | 118/332 kB | 13 kB
Progress (3): 39 kB | 122/332 kB | 13 kB
Progress (3): 39 kB | 126/332 kB | 13 kB
Progress (3): 39 kB | 130/332 kB | 13 kB
Progress (3): 39 kB | 134/332 kB | 13 kB
Progress (3): 39 kB | 138/332 kB | 13 kB
Progress (4): 39 kB | 138/332 kB | 13 kB | 4.1/65 kB
Progress (4): 39 kB | 142/332 kB | 13 kB | 4.1/65 kB
Progress (4): 39 kB | 142/332 kB | 13 kB | 7.7/65 kB
Progress (4): 39 kB | 146/332 kB | 13 kB | 7.7/65 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 56 kB/s)
Progress (3): 150/332 kB | 13 kB | 7.7/65 kB
Progress (3): 150/332 kB | 13 kB | 12/65 kB 
Progress (3): 154/332 kB | 13 kB | 12/65 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (4): 154/332 kB | 13 kB | 12/65 kB | 4.1/10 kB
Progress (4): 158/332 kB | 13 kB | 12/65 kB | 4.1/10 kB
Progress (4): 158/332 kB | 13 kB | 16/65 kB | 4.1/10 kB
Progress (4): 162/332 kB | 13 kB | 16/65 kB | 4.1/10 kB
Progress (4): 162/332 kB | 13 kB | 16/65 kB | 7.7/10 kB
Progress (4): 162/332 kB | 13 kB | 20/65 kB | 7.7/10 kB
Progress (4): 162/332 kB | 13 kB | 20/65 kB | 10 kB    
Progress (4): 166/332 kB | 13 kB | 20/65 kB | 10 kB
Progress (4): 166/332 kB | 13 kB | 24/65 kB | 10 kB
Progress (4): 170/332 kB | 13 kB | 24/65 kB | 10 kB
Progress (4): 170/332 kB | 13 kB | 28/65 kB | 10 kB
Progress (4): 174/332 kB | 13 kB | 28/65 kB | 10 kB
Progress (4): 174/332 kB | 13 kB | 32/65 kB | 10 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.jar (13 kB at 19 kB/s)
Progress (3): 174/332 kB | 36/65 kB | 10 kB
Progress (3): 178/332 kB | 36/65 kB | 10 kB
Progress (3): 178/332 kB | 40/65 kB | 10 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar
Progress (3): 178/332 kB | 44/65 kB | 10 kB
Progress (3): 182/332 kB | 44/65 kB | 10 kB
Progress (3): 182/332 kB | 48/65 kB | 10 kB
Progress (3): 186/332 kB | 48/65 kB | 10 kB
Progress (3): 186/332 kB | 52/65 kB | 10 kB
Progress (3): 190/332 kB | 52/65 kB | 10 kB
Progress (3): 190/332 kB | 56/65 kB | 10 kB
Progress (3): 194/332 kB | 56/65 kB | 10 kB
Progress (3): 194/332 kB | 60/65 kB | 10 kB
Progress (3): 198/332 kB | 60/65 kB | 10 kB
Progress (3): 198/332 kB | 64/65 kB | 10 kB
Progress (3): 202/332 kB | 64/65 kB | 10 kB
Progress (3): 202/332 kB | 65 kB | 10 kB   
Progress (3): 206/332 kB | 65 kB | 10 kB
Progress (3): 210/332 kB | 65 kB | 10 kB
Progress (3): 214/332 kB | 65 kB | 10 kB
Progress (3): 218/332 kB | 65 kB | 10 kB
Progress (3): 222/332 kB | 65 kB | 10 kB
Progress (3): 226/332 kB | 65 kB | 10 kB
Progress (3): 230/332 kB | 65 kB | 10 kB
Progress (3): 234/332 kB | 65 kB | 10 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 15 kB/s)
Progress (2): 238/332 kB | 65 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar
Progress (2): 242/332 kB | 65 kB
Progress (2): 246/332 kB | 65 kB
Progress (2): 250/332 kB | 65 kB
Progress (2): 254/332 kB | 65 kB
Progress (2): 258/332 kB | 65 kB
Progress (2): 262/332 kB | 65 kB
Progress (2): 266/332 kB | 65 kB
Progress (2): 270/332 kB | 65 kB
Progress (2): 274/332 kB | 65 kB
Progress (2): 278/332 kB | 65 kB
Progress (2): 282/332 kB | 65 kB
Progress (2): 286/332 kB | 65 kB
Progress (2): 290/332 kB | 65 kB
Progress (2): 294/332 kB | 65 kB
Progress (2): 298/332 kB | 65 kB
Progress (2): 302/332 kB | 65 kB
Progress (2): 306/332 kB | 65 kB
Progress (2): 310/332 kB | 65 kB
Progress (2): 314/332 kB | 65 kB
Progress (2): 318/332 kB | 65 kB
Progress (2): 322/332 kB | 65 kB
Progress (2): 326/332 kB | 65 kB
Progress (2): 330/332 kB | 65 kB
Progress (3): 330/332 kB | 65 kB | 4.1/23 kB
Progress (3): 332 kB | 65 kB | 4.1/23 kB    
Progress (3): 332 kB | 65 kB | 7.7/23 kB
Progress (3): 332 kB | 65 kB | 12/23 kB 
Progress (3): 332 kB | 65 kB | 16/23 kB
Progress (3): 332 kB | 65 kB | 20/23 kB
Progress (3): 332 kB | 65 kB | 23 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 31 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar
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 451 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar
Progress (2): 65 kB | 4.1/38 kB
Progress (2): 65 kB | 7.7/38 kB
Progress (2): 65 kB | 12/38 kB 
Progress (2): 65 kB | 16/38 kB
Progress (2): 65 kB | 20/38 kB
Progress (2): 65 kB | 24/38 kB
Progress (3): 65 kB | 24/38 kB | 4.1/74 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 84 kB/s)
Progress (3): 24/38 kB | 4.1/74 kB | 4.1/170 kB
                                               
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): 24/38 kB | 7.7/74 kB | 4.1/170 kB
Progress (3): 28/38 kB | 7.7/74 kB | 4.1/170 kB
Progress (3): 28/38 kB | 7.7/74 kB | 7.7/170 kB
Progress (3): 28/38 kB | 12/74 kB | 7.7/170 kB 
Progress (3): 32/38 kB | 12/74 kB | 7.7/170 kB
Progress (3): 32/38 kB | 12/74 kB | 12/170 kB 
Progress (3): 32/38 kB | 16/74 kB | 12/170 kB
Progress (3): 32/38 kB | 16/74 kB | 16/170 kB
Progress (3): 33/38 kB | 16/74 kB | 16/170 kB
Progress (3): 33/38 kB | 20/74 kB | 16/170 kB
Progress (3): 33/38 kB | 20/74 kB | 20/170 kB
Progress (3): 37/38 kB | 20/74 kB | 20/170 kB
Progress (3): 37/38 kB | 20/74 kB | 24/170 kB
Progress (3): 37/38 kB | 24/74 kB | 24/170 kB
Progress (3): 38 kB | 24/74 kB | 24/170 kB   
Progress (3): 38 kB | 24/74 kB | 28/170 kB
Progress (3): 38 kB | 28/74 kB | 28/170 kB
Progress (3): 38 kB | 28/74 kB | 32/170 kB
Progress (3): 38 kB | 32/74 kB | 32/170 kB
Progress (3): 38 kB | 32/74 kB | 33/170 kB
Progress (3): 38 kB | 33/74 kB | 33/170 kB
Progress (3): 38 kB | 33/74 kB | 37/170 kB
Progress (3): 38 kB | 37/74 kB | 37/170 kB
Progress (3): 38 kB | 37/74 kB | 41/170 kB
Progress (3): 38 kB | 41/74 kB | 41/170 kB
Progress (3): 38 kB | 41/74 kB | 45/170 kB
Progress (3): 38 kB | 45/74 kB | 45/170 kB
Progress (3): 38 kB | 45/74 kB | 49/170 kB
Progress (3): 38 kB | 49/74 kB | 49/170 kB
Progress (3): 38 kB | 49/74 kB | 53/170 kB
Progress (3): 38 kB | 53/74 kB | 53/170 kB
Progress (3): 38 kB | 53/74 kB | 57/170 kB
Progress (3): 38 kB | 57/74 kB | 57/170 kB
Progress (3): 38 kB | 57/74 kB | 61/170 kB
Progress (3): 38 kB | 61/74 kB | 61/170 kB
Progress (3): 38 kB | 61/74 kB | 65/170 kB
Progress (3): 38 kB | 65/74 kB | 65/170 kB
Progress (3): 38 kB | 65/74 kB | 66/170 kB
Progress (3): 38 kB | 69/74 kB | 66/170 kB
Progress (3): 38 kB | 69/74 kB | 70/170 kB
Progress (3): 38 kB | 73/74 kB | 70/170 kB
Progress (3): 38 kB | 73/74 kB | 74/170 kB
Progress (3): 38 kB | 74 kB | 74/170 kB   
Progress (3): 38 kB | 74 kB | 78/170 kB
Progress (3): 38 kB | 74 kB | 82/170 kB
Progress (3): 38 kB | 74 kB | 86/170 kB
Progress (3): 38 kB | 74 kB | 90/170 kB
Progress (3): 38 kB | 74 kB | 94/170 kB
Progress (3): 38 kB | 74 kB | 98/170 kB
Progress (3): 38 kB | 74 kB | 98/170 kB
Progress (3): 38 kB | 74 kB | 102/170 kB
Progress (3): 38 kB | 74 kB | 106/170 kB
Progress (3): 38 kB | 74 kB | 110/170 kB
Progress (3): 38 kB | 74 kB | 114/170 kB
Progress (3): 38 kB | 74 kB | 118/170 kB
Progress (3): 38 kB | 74 kB | 122/170 kB
Progress (3): 38 kB | 74 kB | 126/170 kB
Progress (3): 38 kB | 74 kB | 130/170 kB
Progress (3): 38 kB | 74 kB | 131/170 kB
Progress (3): 38 kB | 74 kB | 135/170 kB
Progress (3): 38 kB | 74 kB | 139/170 kB
Progress (3): 38 kB | 74 kB | 143/170 kB
Progress (3): 38 kB | 74 kB | 147/170 kB
Progress (3): 38 kB | 74 kB | 151/170 kB
Progress (3): 38 kB | 74 kB | 155/170 kB
Progress (3): 38 kB | 74 kB | 159/170 kB
Progress (3): 38 kB | 74 kB | 163/170 kB
Progress (3): 38 kB | 74 kB | 167/170 kB
Progress (3): 38 kB | 74 kB | 170 kB    
Progress (4): 38 kB | 74 kB | 170 kB | 4.1/378 kB
Progress (4): 38 kB | 74 kB | 170 kB | 7.7/378 kB
Progress (4): 38 kB | 74 kB | 170 kB | 12/378 kB 
Progress (4): 38 kB | 74 kB | 170 kB | 16/378 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 212 kB/s)
Progress (3): 38 kB | 74 kB | 20/378 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
Progress (3): 38 kB | 74 kB | 24/378 kB
Progress (3): 38 kB | 74 kB | 28/378 kB
Progress (3): 38 kB | 74 kB | 32/378 kB
Progress (3): 38 kB | 74 kB | 33/378 kB
Progress (3): 38 kB | 74 kB | 37/378 kB
Progress (3): 38 kB | 74 kB | 41/378 kB
Progress (3): 38 kB | 74 kB | 45/378 kB
Progress (3): 38 kB | 74 kB | 49/378 kB
Progress (3): 38 kB | 74 kB | 53/378 kB
Progress (3): 38 kB | 74 kB | 57/378 kB
Progress (3): 38 kB | 74 kB | 61/378 kB
Progress (3): 38 kB | 74 kB | 65/378 kB
Progress (3): 38 kB | 74 kB | 66/378 kB
Progress (3): 38 kB | 74 kB | 70/378 kB
Progress (3): 38 kB | 74 kB | 74/378 kB
Progress (3): 38 kB | 74 kB | 78/378 kB
Progress (3): 38 kB | 74 kB | 82/378 kB
Progress (3): 38 kB | 74 kB | 86/378 kB
Progress (3): 38 kB | 74 kB | 90/378 kB
Progress (3): 38 kB | 74 kB | 94/378 kB
Progress (3): 38 kB | 74 kB | 98/378 kB
Progress (3): 38 kB | 74 kB | 98/378 kB
Progress (3): 38 kB | 74 kB | 102/378 kB
Progress (3): 38 kB | 74 kB | 106/378 kB
Progress (3): 38 kB | 74 kB | 110/378 kB
Progress (3): 38 kB | 74 kB | 114/378 kB
Progress (3): 38 kB | 74 kB | 118/378 kB
Progress (3): 38 kB | 74 kB | 122/378 kB
Progress (3): 38 kB | 74 kB | 126/378 kB
Progress (3): 38 kB | 74 kB | 130/378 kB
Progress (3): 38 kB | 74 kB | 134/378 kB
Progress (3): 38 kB | 74 kB | 138/378 kB
Progress (3): 38 kB | 74 kB | 142/378 kB
Progress (3): 38 kB | 74 kB | 146/378 kB
Progress (3): 38 kB | 74 kB | 150/378 kB
Progress (3): 38 kB | 74 kB | 154/378 kB
Progress (3): 38 kB | 74 kB | 158/378 kB
Progress (3): 38 kB | 74 kB | 162/378 kB
Progress (3): 38 kB | 74 kB | 166/378 kB
Progress (3): 38 kB | 74 kB | 170/378 kB
Progress (3): 38 kB | 74 kB | 174/378 kB
Progress (3): 38 kB | 74 kB | 178/378 kB
Progress (3): 38 kB | 74 kB | 182/378 kB
Progress (3): 38 kB | 74 kB | 186/378 kB
Progress (3): 38 kB | 74 kB | 190/378 kB
Progress (3): 38 kB | 74 kB | 194/378 kB
Progress (3): 38 kB | 74 kB | 198/378 kB
Progress (3): 38 kB | 74 kB | 202/378 kB
Progress (3): 38 kB | 74 kB | 206/378 kB
Progress (3): 38 kB | 74 kB | 210/378 kB
Progress (3): 38 kB | 74 kB | 214/378 kB
Progress (3): 38 kB | 74 kB | 218/378 kB
Progress (3): 38 kB | 74 kB | 222/378 kB
Progress (3): 38 kB | 74 kB | 226/378 kB
Progress (3): 38 kB | 74 kB | 230/378 kB
Progress (3): 38 kB | 74 kB | 234/378 kB
Progress (3): 38 kB | 74 kB | 238/378 kB
Progress (3): 38 kB | 74 kB | 242/378 kB
Progress (3): 38 kB | 74 kB | 246/378 kB
Progress (3): 38 kB | 74 kB | 250/378 kB
Progress (4): 38 kB | 74 kB | 250/378 kB | 4.1/143 kB
Progress (4): 38 kB | 74 kB | 254/378 kB | 4.1/143 kB
Progress (4): 38 kB | 74 kB | 254/378 kB | 7.7/143 kB
Progress (4): 38 kB | 74 kB | 258/378 kB | 7.7/143 kB
Progress (4): 38 kB | 74 kB | 258/378 kB | 12/143 kB 
Progress (4): 38 kB | 74 kB | 258/378 kB | 16/143 kB
Progress (4): 38 kB | 74 kB | 262/378 kB | 16/143 kB
Progress (4): 38 kB | 74 kB | 262/378 kB | 20/143 kB
Progress (4): 38 kB | 74 kB | 266/378 kB | 20/143 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 46 kB/s)
Progress (3): 74 kB | 266/378 kB | 24/143 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Progress (3): 74 kB | 270/378 kB | 24/143 kB
Progress (3): 74 kB | 270/378 kB | 28/143 kB
Progress (3): 74 kB | 274/378 kB | 28/143 kB
Progress (4): 74 kB | 274/378 kB | 28/143 kB | 4.1/62 kB
Progress (4): 74 kB | 274/378 kB | 32/143 kB | 4.1/62 kB
Progress (4): 74 kB | 274/378 kB | 32/143 kB | 7.7/62 kB
Progress (4): 74 kB | 278/378 kB | 32/143 kB | 7.7/62 kB
Progress (4): 74 kB | 278/378 kB | 32/143 kB | 12/62 kB 
Progress (4): 74 kB | 278/378 kB | 33/143 kB | 12/62 kB
Progress (4): 74 kB | 278/378 kB | 33/143 kB | 16/62 kB
Progress (4): 74 kB | 282/378 kB | 33/143 kB | 16/62 kB
Progress (4): 74 kB | 282/378 kB | 33/143 kB | 20/62 kB
Progress (4): 74 kB | 282/378 kB | 37/143 kB | 20/62 kB
Progress (4): 74 kB | 286/378 kB | 37/143 kB | 20/62 kB
Progress (4): 74 kB | 286/378 kB | 37/143 kB | 24/62 kB
Progress (4): 74 kB | 290/378 kB | 37/143 kB | 24/62 kB
Progress (4): 74 kB | 290/378 kB | 41/143 kB | 24/62 kB
Progress (4): 74 kB | 290/378 kB | 41/143 kB | 28/62 kB
Progress (4): 74 kB | 294/378 kB | 41/143 kB | 28/62 kB
Progress (4): 74 kB | 294/378 kB | 41/143 kB | 32/62 kB
Progress (4): 74 kB | 294/378 kB | 45/143 kB | 32/62 kB
Progress (4): 74 kB | 294/378 kB | 45/143 kB | 36/62 kB
Progress (4): 74 kB | 298/378 kB | 45/143 kB | 36/62 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 91 kB/s)
Progress (3): 302/378 kB | 45/143 kB | 36/62 kB
Progress (3): 302/378 kB | 45/143 kB | 40/62 kB
Progress (3): 302/378 kB | 49/143 kB | 40/62 kB
Progress (3): 306/378 kB | 49/143 kB | 40/62 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Progress (3): 310/378 kB | 49/143 kB | 40/62 kB
Progress (3): 310/378 kB | 53/143 kB | 40/62 kB
Progress (3): 314/378 kB | 53/143 kB | 40/62 kB
Progress (3): 314/378 kB | 57/143 kB | 40/62 kB
Progress (3): 318/378 kB | 57/143 kB | 40/62 kB
Progress (3): 318/378 kB | 61/143 kB | 40/62 kB
Progress (3): 322/378 kB | 61/143 kB | 40/62 kB
Progress (3): 322/378 kB | 65/143 kB | 40/62 kB
Progress (3): 326/378 kB | 65/143 kB | 40/62 kB
Progress (3): 326/378 kB | 66/143 kB | 40/62 kB
Progress (3): 326/378 kB | 70/143 kB | 40/62 kB
Progress (3): 326/378 kB | 74/143 kB | 40/62 kB
Progress (3): 326/378 kB | 78/143 kB | 40/62 kB
Progress (3): 326/378 kB | 82/143 kB | 40/62 kB
Progress (3): 326/378 kB | 86/143 kB | 40/62 kB
Progress (3): 326/378 kB | 90/143 kB | 40/62 kB
Progress (3): 326/378 kB | 94/143 kB | 40/62 kB
Progress (3): 326/378 kB | 98/143 kB | 40/62 kB
Progress (3): 326/378 kB | 98/143 kB | 40/62 kB
Progress (3): 328/378 kB | 98/143 kB | 40/62 kB
Progress (3): 328/378 kB | 98/143 kB | 44/62 kB
Progress (4): 328/378 kB | 98/143 kB | 44/62 kB | 4.1/60 kB
Progress (4): 328/378 kB | 98/143 kB | 48/62 kB | 4.1/60 kB
Progress (4): 332/378 kB | 98/143 kB | 48/62 kB | 4.1/60 kB
Progress (4): 332/378 kB | 102/143 kB | 48/62 kB | 4.1/60 kB
Progress (4): 336/378 kB | 102/143 kB | 48/62 kB | 4.1/60 kB
Progress (4): 336/378 kB | 102/143 kB | 52/62 kB | 4.1/60 kB
Progress (5): 336/378 kB | 102/143 kB | 52/62 kB | 4.1/60 kB | 4.1/134 kB
Progress (5): 336/378 kB | 102/143 kB | 52/62 kB | 7.7/60 kB | 4.1/134 kB
Progress (5): 336/378 kB | 102/143 kB | 52/62 kB | 7.7/60 kB | 7.7/134 kB
Progress (5): 336/378 kB | 102/143 kB | 56/62 kB | 7.7/60 kB | 7.7/134 kB
Progress (5): 336/378 kB | 102/143 kB | 56/62 kB | 7.7/60 kB | 12/134 kB 
Progress (5): 340/378 kB | 102/143 kB | 56/62 kB | 7.7/60 kB | 12/134 kB
Progress (5): 340/378 kB | 106/143 kB | 56/62 kB | 7.7/60 kB | 12/134 kB
Progress (5): 344/378 kB | 106/143 kB | 56/62 kB | 7.7/60 kB | 12/134 kB
Progress (5): 344/378 kB | 110/143 kB | 56/62 kB | 7.7/60 kB | 12/134 kB
Progress (5): 344/378 kB | 110/143 kB | 56/62 kB | 7.7/60 kB | 16/134 kB
Progress (5): 344/378 kB | 110/143 kB | 60/62 kB | 7.7/60 kB | 16/134 kB
Progress (5): 344/378 kB | 110/143 kB | 60/62 kB | 7.7/60 kB | 20/134 kB
Progress (5): 344/378 kB | 110/143 kB | 60/62 kB | 12/60 kB | 20/134 kB 
Progress (5): 344/378 kB | 110/143 kB | 60/62 kB | 12/60 kB | 24/134 kB
Progress (5): 344/378 kB | 110/143 kB | 62 kB | 12/60 kB | 24/134 kB   
Progress (5): 344/378 kB | 114/143 kB | 62 kB | 12/60 kB | 24/134 kB
Progress (5): 348/378 kB | 114/143 kB | 62 kB | 12/60 kB | 24/134 kB
Progress (5): 348/378 kB | 118/143 kB | 62 kB | 12/60 kB | 24/134 kB
Progress (5): 348/378 kB | 118/143 kB | 62 kB | 12/60 kB | 28/134 kB
Progress (5): 348/378 kB | 118/143 kB | 62 kB | 16/60 kB | 28/134 kB
Progress (5): 348/378 kB | 118/143 kB | 62 kB | 16/60 kB | 32/134 kB
Progress (5): 348/378 kB | 122/143 kB | 62 kB | 16/60 kB | 32/134 kB
Progress (5): 352/378 kB | 122/143 kB | 62 kB | 16/60 kB | 32/134 kB
Progress (5): 352/378 kB | 126/143 kB | 62 kB | 16/60 kB | 32/134 kB
Progress (5): 352/378 kB | 126/143 kB | 62 kB | 16/60 kB | 33/134 kB
Progress (5): 352/378 kB | 126/143 kB | 62 kB | 20/60 kB | 33/134 kB
Progress (5): 352/378 kB | 126/143 kB | 62 kB | 20/60 kB | 37/134 kB
Progress (5): 352/378 kB | 130/143 kB | 62 kB | 20/60 kB | 37/134 kB
Progress (5): 356/378 kB | 130/143 kB | 62 kB | 20/60 kB | 37/134 kB
Progress (5): 356/378 kB | 134/143 kB | 62 kB | 20/60 kB | 37/134 kB
Progress (5): 356/378 kB | 134/143 kB | 62 kB | 20/60 kB | 41/134 kB
Progress (5): 356/378 kB | 134/143 kB | 62 kB | 24/60 kB | 41/134 kB
Progress (5): 356/378 kB | 134/143 kB | 62 kB | 24/60 kB | 45/134 kB
Progress (5): 356/378 kB | 138/143 kB | 62 kB | 24/60 kB | 45/134 kB
Progress (5): 360/378 kB | 138/143 kB | 62 kB | 24/60 kB | 45/134 kB
Progress (5): 360/378 kB | 142/143 kB | 62 kB | 24/60 kB | 45/134 kB
Progress (5): 364/378 kB | 142/143 kB | 62 kB | 24/60 kB | 45/134 kB
Progress (5): 364/378 kB | 142/143 kB | 62 kB | 24/60 kB | 49/134 kB
Progress (5): 364/378 kB | 142/143 kB | 62 kB | 28/60 kB | 49/134 kB
Progress (5): 364/378 kB | 142/143 kB | 62 kB | 28/60 kB | 53/134 kB
Progress (5): 368/378 kB | 142/143 kB | 62 kB | 28/60 kB | 53/134 kB
Progress (5): 368/378 kB | 143 kB | 62 kB | 28/60 kB | 53/134 kB    
Progress (5): 372/378 kB | 143 kB | 62 kB | 28/60 kB | 53/134 kB
Progress (5): 372/378 kB | 143 kB | 62 kB | 28/60 kB | 57/134 kB
Progress (5): 372/378 kB | 143 kB | 62 kB | 32/60 kB | 57/134 kB
Progress (5): 372/378 kB | 143 kB | 62 kB | 32/60 kB | 61/134 kB
Progress (5): 376/378 kB | 143 kB | 62 kB | 32/60 kB | 61/134 kB
Progress (5): 376/378 kB | 143 kB | 62 kB | 32/60 kB | 65/134 kB
Progress (5): 376/378 kB | 143 kB | 62 kB | 36/60 kB | 65/134 kB
Progress (5): 376/378 kB | 143 kB | 62 kB | 36/60 kB | 66/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 36/60 kB | 66/134 kB    
Progress (5): 378 kB | 143 kB | 62 kB | 36/60 kB | 70/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 40/60 kB | 70/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 40/60 kB | 74/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 44/60 kB | 74/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 44/60 kB | 78/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 48/60 kB | 78/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 48/60 kB | 82/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 52/60 kB | 82/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 52/60 kB | 86/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 56/60 kB | 86/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 56/60 kB | 90/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 60/60 kB | 90/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 60 kB | 90/134 kB   
Progress (5): 378 kB | 143 kB | 62 kB | 60 kB | 94/134 kB
Progress (5): 378 kB | 143 kB | 62 kB | 60 kB | 98/134 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 70 kB/s)
Progress (4): 378 kB | 143 kB | 60 kB | 102/134 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
Progress (4): 378 kB | 143 kB | 60 kB | 106/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 110/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 114/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 118/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 122/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 126/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 130/134 kB
Progress (4): 378 kB | 143 kB | 60 kB | 134 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 66 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 158 kB/s)
Progress (2): 378 kB | 4.1/231 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Progress (2): 378 kB | 7.7/231 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Progress (2): 378 kB | 12/231 kB
Progress (2): 378 kB | 16/231 kB
Progress (2): 378 kB | 20/231 kB
Progress (2): 378 kB | 24/231 kB
Progress (2): 378 kB | 28/231 kB
Progress (2): 378 kB | 32/231 kB
Progress (2): 378 kB | 33/231 kB
Progress (2): 378 kB | 37/231 kB
Progress (2): 378 kB | 41/231 kB
Progress (2): 378 kB | 45/231 kB
Progress (2): 378 kB | 49/231 kB
Progress (2): 378 kB | 53/231 kB
Progress (2): 378 kB | 57/231 kB
Progress (2): 378 kB | 61/231 kB
Progress (2): 378 kB | 65/231 kB
Progress (2): 378 kB | 66/231 kB
Progress (2): 378 kB | 70/231 kB
Progress (2): 378 kB | 74/231 kB
Progress (2): 378 kB | 78/231 kB
Progress (2): 378 kB | 82/231 kB
Progress (2): 378 kB | 86/231 kB
Progress (2): 378 kB | 90/231 kB
Progress (2): 378 kB | 94/231 kB
Progress (2): 378 kB | 98/231 kB
Progress (2): 378 kB | 98/231 kB
Progress (2): 378 kB | 102/231 kB
Progress (2): 378 kB | 106/231 kB
Progress (2): 378 kB | 110/231 kB
Progress (2): 378 kB | 114/231 kB
Progress (2): 378 kB | 118/231 kB
Progress (2): 378 kB | 122/231 kB
Progress (2): 378 kB | 126/231 kB
Progress (2): 378 kB | 130/231 kB
Progress (2): 378 kB | 131/231 kB
Progress (2): 378 kB | 135/231 kB
Progress (2): 378 kB | 139/231 kB
Progress (2): 378 kB | 143/231 kB
Progress (2): 378 kB | 147/231 kB
Progress (2): 378 kB | 151/231 kB
Progress (2): 378 kB | 155/231 kB
Progress (2): 378 kB | 159/231 kB
Progress (2): 378 kB | 163/231 kB
Progress (2): 378 kB | 167/231 kB
Progress (3): 378 kB | 167/231 kB | 4.1/10 kB
Progress (3): 378 kB | 171/231 kB | 4.1/10 kB
Progress (4): 378 kB | 171/231 kB | 4.1/10 kB | 4.1/8.5 kB
Progress (4): 378 kB | 175/231 kB | 4.1/10 kB | 4.1/8.5 kB
Progress (4): 378 kB | 175/231 kB | 7.7/10 kB | 4.1/8.5 kB
Progress (4): 378 kB | 179/231 kB | 7.7/10 kB | 4.1/8.5 kB
Progress (4): 378 kB | 179/231 kB | 7.7/10 kB | 7.7/8.5 kB
Progress (4): 378 kB | 179/231 kB | 10 kB | 7.7/8.5 kB    
Progress (4): 378 kB | 183/231 kB | 10 kB | 7.7/8.5 kB
Progress (4): 378 kB | 183/231 kB | 10 kB | 8.5 kB    
Progress (4): 378 kB | 187/231 kB | 10 kB | 8.5 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 413 kB/s)
Progress (3): 191/231 kB | 10 kB | 8.5 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Progress (3): 195/231 kB | 10 kB | 8.5 kB
Progress (3): 199/231 kB | 10 kB | 8.5 kB
Progress (3): 203/231 kB | 10 kB | 8.5 kB
Progress (3): 207/231 kB | 10 kB | 8.5 kB
Progress (3): 211/231 kB | 10 kB | 8.5 kB
Progress (3): 215/231 kB | 10 kB | 8.5 kB
Progress (3): 219/231 kB | 10 kB | 8.5 kB
Progress (3): 223/231 kB | 10 kB | 8.5 kB
Progress (3): 227/231 kB | 10 kB | 8.5 kB
Progress (3): 231 kB | 10 kB | 8.5 kB    
Progress (4): 231 kB | 10 kB | 8.5 kB | 4.1/47 kB
Progress (4): 231 kB | 10 kB | 8.5 kB | 7.7/47 kB
Progress (4): 231 kB | 10 kB | 8.5 kB | 12/47 kB 
Progress (4): 231 kB | 10 kB | 8.5 kB | 16/47 kB
Progress (4): 231 kB | 10 kB | 8.5 kB | 20/47 kB
Progress (4): 231 kB | 10 kB | 8.5 kB | 24/47 kB
Progress (4): 231 kB | 10 kB | 8.5 kB | 28/47 kB
Progress (5): 231 kB | 10 kB | 8.5 kB | 28/47 kB | 4.1/55 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 11 kB/s)
Progress (4): 231 kB | 8.5 kB | 28/47 kB | 7.7/55 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 9.2 kB/s)
Progress (3): 231 kB | 32/47 kB | 7.7/55 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 250 kB/s)
Progress (2): 32/47 kB | 12/55 kB
                                 
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 (2): 32/47 kB | 16/55 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Progress (2): 36/47 kB | 16/55 kB
Progress (2): 36/47 kB | 20/55 kB
Progress (2): 40/47 kB | 20/55 kB
Progress (2): 40/47 kB | 24/55 kB
Progress (2): 44/47 kB | 24/55 kB
Progress (2): 47 kB | 24/55 kB   
Progress (2): 47 kB | 28/55 kB
Progress (2): 47 kB | 32/55 kB
Progress (2): 47 kB | 33/55 kB
Progress (2): 47 kB | 37/55 kB
Progress (2): 47 kB | 41/55 kB
Progress (2): 47 kB | 45/55 kB
Progress (2): 47 kB | 49/55 kB
Progress (2): 47 kB | 53/55 kB
Progress (2): 47 kB | 55 kB   
Progress (3): 47 kB | 55 kB | 4.1/392 kB
Progress (3): 47 kB | 55 kB | 7.7/392 kB
Progress (3): 47 kB | 55 kB | 12/392 kB 
Progress (3): 47 kB | 55 kB | 16/392 kB
Progress (3): 47 kB | 55 kB | 20/392 kB
Progress (3): 47 kB | 55 kB | 24/392 kB
Progress (3): 47 kB | 55 kB | 28/392 kB
Progress (3): 47 kB | 55 kB | 32/392 kB
Progress (3): 47 kB | 55 kB | 33/392 kB
Progress (3): 47 kB | 55 kB | 37/392 kB
Progress (3): 47 kB | 55 kB | 41/392 kB
Progress (3): 47 kB | 55 kB | 45/392 kB
Progress (3): 47 kB | 55 kB | 49/392 kB
Progress (3): 47 kB | 55 kB | 53/392 kB
Progress (3): 47 kB | 55 kB | 57/392 kB
Progress (3): 47 kB | 55 kB | 61/392 kB
Progress (3): 47 kB | 55 kB | 65/392 kB
Progress (3): 47 kB | 55 kB | 66/392 kB
Progress (3): 47 kB | 55 kB | 70/392 kB
Progress (3): 47 kB | 55 kB | 74/392 kB
Progress (3): 47 kB | 55 kB | 78/392 kB
Progress (3): 47 kB | 55 kB | 82/392 kB
Progress (3): 47 kB | 55 kB | 86/392 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 56 kB/s)
Progress (2): 47 kB | 90/392 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
Progress (2): 47 kB | 94/392 kB
Progress (2): 47 kB | 98/392 kB
Progress (2): 47 kB | 98/392 kB
Progress (2): 47 kB | 102/392 kB
Progress (2): 47 kB | 106/392 kB
Progress (2): 47 kB | 110/392 kB
Progress (2): 47 kB | 114/392 kB
Progress (2): 47 kB | 118/392 kB
Progress (2): 47 kB | 122/392 kB
Progress (2): 47 kB | 126/392 kB
Progress (2): 47 kB | 130/392 kB
Progress (2): 47 kB | 131/392 kB
Progress (2): 47 kB | 135/392 kB
Progress (2): 47 kB | 139/392 kB
Progress (2): 47 kB | 143/392 kB
Progress (2): 47 kB | 147/392 kB
Progress (2): 47 kB | 151/392 kB
Progress (2): 47 kB | 155/392 kB
Progress (2): 47 kB | 159/392 kB
Progress (2): 47 kB | 163/392 kB
Progress (2): 47 kB | 164/392 kB
Progress (2): 47 kB | 168/392 kB
Progress (2): 47 kB | 172/392 kB
Progress (2): 47 kB | 176/392 kB
Progress (2): 47 kB | 180/392 kB
Progress (2): 47 kB | 184/392 kB
Progress (2): 47 kB | 188/392 kB
Progress (2): 47 kB | 192/392 kB
Progress (2): 47 kB | 196/392 kB
Progress (2): 47 kB | 200/392 kB
Progress (2): 47 kB | 204/392 kB
Progress (2): 47 kB | 208/392 kB
Progress (2): 47 kB | 212/392 kB
Progress (2): 47 kB | 216/392 kB
Progress (2): 47 kB | 220/392 kB
Progress (2): 47 kB | 224/392 kB
Progress (2): 47 kB | 228/392 kB
Progress (2): 47 kB | 232/392 kB
Progress (2): 47 kB | 236/392 kB
Progress (2): 47 kB | 240/392 kB
Progress (2): 47 kB | 244/392 kB
Progress (2): 47 kB | 248/392 kB
Progress (2): 47 kB | 252/392 kB
Progress (2): 47 kB | 256/392 kB
Progress (2): 47 kB | 260/392 kB
Progress (2): 47 kB | 264/392 kB
Progress (2): 47 kB | 268/392 kB
Progress (2): 47 kB | 272/392 kB
Progress (2): 47 kB | 276/392 kB
Progress (2): 47 kB | 280/392 kB
Progress (2): 47 kB | 284/392 kB
Progress (2): 47 kB | 288/392 kB
Progress (2): 47 kB | 292/392 kB
Progress (2): 47 kB | 296/392 kB
Progress (2): 47 kB | 300/392 kB
Progress (2): 47 kB | 304/392 kB
Progress (2): 47 kB | 308/392 kB
Progress (2): 47 kB | 312/392 kB
Progress (2): 47 kB | 316/392 kB
Progress (2): 47 kB | 320/392 kB
Progress (2): 47 kB | 324/392 kB
Progress (2): 47 kB | 328/392 kB
Progress (2): 47 kB | 332/392 kB
Progress (2): 47 kB | 336/392 kB
Progress (2): 47 kB | 340/392 kB
Progress (2): 47 kB | 344/392 kB
Progress (2): 47 kB | 348/392 kB
Progress (2): 47 kB | 352/392 kB
Progress (2): 47 kB | 356/392 kB
Progress (2): 47 kB | 360/392 kB
Progress (2): 47 kB | 364/392 kB
Progress (2): 47 kB | 368/392 kB
Progress (2): 47 kB | 372/392 kB
Progress (2): 47 kB | 376/392 kB
Progress (2): 47 kB | 380/392 kB
Progress (2): 47 kB | 384/392 kB
Progress (2): 47 kB | 388/392 kB
Progress (2): 47 kB | 392/392 kB
Progress (2): 47 kB | 392 kB    
Progress (3): 47 kB | 392 kB | 4.1/11 kB
Progress (3): 47 kB | 392 kB | 7.7/11 kB
Progress (3): 47 kB | 392 kB | 11 kB    
Progress (4): 47 kB | 392 kB | 11 kB | 4.1/208 kB
Progress (4): 47 kB | 392 kB | 11 kB | 7.7/208 kB
Progress (4): 47 kB | 392 kB | 11 kB | 12/208 kB 
Progress (4): 47 kB | 392 kB | 11 kB | 16/208 kB
Progress (4): 47 kB | 392 kB | 11 kB | 20/208 kB
Progress (4): 47 kB | 392 kB | 11 kB | 24/208 kB
Progress (5): 47 kB | 392 kB | 11 kB | 24/208 kB | 4.1/7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 28/208 kB | 4.1/7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 28/208 kB | 7.7 kB    
Progress (5): 47 kB | 392 kB | 11 kB | 32/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 36/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 40/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 44/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 48/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 52/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 56/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 60/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 64/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 68/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 72/208 kB | 7.7 kB
Progress (5): 47 kB | 392 kB | 11 kB | 76/208 kB | 7.7 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 46 kB/s)
Progress (4): 392 kB | 11 kB | 80/208 kB | 7.7 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Progress (4): 392 kB | 11 kB | 84/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 88/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 92/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 96/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 100/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 104/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 108/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 112/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 116/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 120/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 124/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 128/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 132/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 136/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 140/208 kB | 7.7 kB
Progress (4): 392 kB | 11 kB | 144/208 kB | 7.7 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 7.6 kB/s)
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 10 kB/s)
Progress (2): 392 kB | 148/208 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 388 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Progress (1): 152/208 kB
Progress (2): 152/208 kB | 4.1/65 kB
Progress (2): 156/208 kB | 4.1/65 kB
Progress (2): 156/208 kB | 7.7/65 kB
Progress (2): 160/208 kB | 7.7/65 kB
Progress (2): 160/208 kB | 12/65 kB 
Progress (2): 164/208 kB | 12/65 kB
Progress (2): 164/208 kB | 16/65 kB
Progress (2): 168/208 kB | 16/65 kB
Progress (2): 168/208 kB | 20/65 kB
Progress (2): 172/208 kB | 20/65 kB
Progress (2): 172/208 kB | 24/65 kB
Progress (2): 176/208 kB | 24/65 kB
Progress (2): 176/208 kB | 28/65 kB
Progress (2): 180/208 kB | 28/65 kB
Progress (2): 180/208 kB | 32/65 kB
Progress (2): 184/208 kB | 32/65 kB
Progress (2): 184/208 kB | 36/65 kB
Progress (2): 188/208 kB | 36/65 kB
Progress (2): 188/208 kB | 40/65 kB
Progress (2): 192/208 kB | 40/65 kB
Progress (2): 192/208 kB | 44/65 kB
Progress (2): 196/208 kB | 44/65 kB
Progress (2): 196/208 kB | 48/65 kB
Progress (2): 200/208 kB | 48/65 kB
Progress (2): 200/208 kB | 52/65 kB
Progress (2): 204/208 kB | 52/65 kB
Progress (2): 204/208 kB | 56/65 kB
Progress (2): 208/208 kB | 56/65 kB
Progress (2): 208 kB | 56/65 kB    
Progress (2): 208 kB | 60/65 kB
Progress (2): 208 kB | 64/65 kB
Progress (2): 208 kB | 65 kB   
Progress (3): 208 kB | 65 kB | 4.1/571 kB
Progress (3): 208 kB | 65 kB | 7.7/571 kB
Progress (3): 208 kB | 65 kB | 12/571 kB 
Progress (3): 208 kB | 65 kB | 16/571 kB
Progress (3): 208 kB | 65 kB | 20/571 kB
Progress (3): 208 kB | 65 kB | 24/571 kB
Progress (3): 208 kB | 65 kB | 28/571 kB
Progress (3): 208 kB | 65 kB | 32/571 kB
Progress (3): 208 kB | 65 kB | 33/571 kB
Progress (3): 208 kB | 65 kB | 37/571 kB
Progress (3): 208 kB | 65 kB | 41/571 kB
Progress (3): 208 kB | 65 kB | 45/571 kB
Progress (3): 208 kB | 65 kB | 49/571 kB
Progress (3): 208 kB | 65 kB | 53/571 kB
Progress (3): 208 kB | 65 kB | 57/571 kB
Progress (3): 208 kB | 65 kB | 61/571 kB
Progress (3): 208 kB | 65 kB | 65/571 kB
Progress (3): 208 kB | 65 kB | 66/571 kB
Progress (3): 208 kB | 65 kB | 70/571 kB
Progress (3): 208 kB | 65 kB | 74/571 kB
Progress (3): 208 kB | 65 kB | 78/571 kB
Progress (3): 208 kB | 65 kB | 82/571 kB
Progress (3): 208 kB | 65 kB | 86/571 kB
Progress (3): 208 kB | 65 kB | 90/571 kB
Progress (3): 208 kB | 65 kB | 94/571 kB
Progress (3): 208 kB | 65 kB | 98/571 kB
Progress (3): 208 kB | 65 kB | 98/571 kB
Progress (3): 208 kB | 65 kB | 102/571 kB
Progress (3): 208 kB | 65 kB | 106/571 kB
Progress (3): 208 kB | 65 kB | 110/571 kB
Progress (3): 208 kB | 65 kB | 114/571 kB
Progress (3): 208 kB | 65 kB | 118/571 kB
Progress (3): 208 kB | 65 kB | 122/571 kB
Progress (3): 208 kB | 65 kB | 126/571 kB
Progress (3): 208 kB | 65 kB | 130/571 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 203 kB/s)
Progress (2): 65 kB | 134/571 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Progress (3): 65 kB | 134/571 kB | 4.1/49 kB
Progress (4): 65 kB | 134/571 kB | 4.1/49 kB | 4.1/47 kB
Progress (4): 65 kB | 138/571 kB | 4.1/49 kB | 4.1/47 kB
Progress (4): 65 kB | 138/571 kB | 4.1/49 kB | 7.7/47 kB
Progress (4): 65 kB | 138/571 kB | 7.7/49 kB | 7.7/47 kB
Progress (4): 65 kB | 142/571 kB | 7.7/49 kB | 7.7/47 kB
Progress (4): 65 kB | 142/571 kB | 7.7/49 kB | 12/47 kB 
Progress (4): 65 kB | 146/571 kB | 7.7/49 kB | 12/47 kB
Progress (4): 65 kB | 146/571 kB | 12/49 kB | 12/47 kB 
Progress (4): 65 kB | 146/571 kB | 12/49 kB | 16/47 kB
Progress (4): 65 kB | 146/571 kB | 16/49 kB | 16/47 kB
Progress (4): 65 kB | 150/571 kB | 16/49 kB | 16/47 kB
Progress (4): 65 kB | 150/571 kB | 16/49 kB | 20/47 kB
Progress (4): 65 kB | 154/571 kB | 16/49 kB | 20/47 kB
Progress (4): 65 kB | 154/571 kB | 20/49 kB | 20/47 kB
Progress (4): 65 kB | 154/571 kB | 20/49 kB | 24/47 kB
Progress (4): 65 kB | 154/571 kB | 24/49 kB | 24/47 kB
Progress (4): 65 kB | 158/571 kB | 24/49 kB | 24/47 kB
Progress (4): 65 kB | 158/571 kB | 24/49 kB | 28/47 kB
Progress (4): 65 kB | 162/571 kB | 24/49 kB | 28/47 kB
Progress (4): 65 kB | 162/571 kB | 28/49 kB | 28/47 kB
Progress (4): 65 kB | 162/571 kB | 28/49 kB | 32/47 kB
Progress (4): 65 kB | 162/571 kB | 32/49 kB | 32/47 kB
Progress (4): 65 kB | 166/571 kB | 32/49 kB | 32/47 kB
Progress (4): 65 kB | 166/571 kB | 33/49 kB | 32/47 kB
Progress (4): 65 kB | 166/571 kB | 33/49 kB | 36/47 kB
Progress (4): 65 kB | 170/571 kB | 33/49 kB | 36/47 kB
Progress (4): 65 kB | 170/571 kB | 33/49 kB | 40/47 kB
Progress (4): 65 kB | 170/571 kB | 37/49 kB | 40/47 kB
Progress (4): 65 kB | 174/571 kB | 37/49 kB | 40/47 kB
Progress (4): 65 kB | 178/571 kB | 37/49 kB | 40/47 kB
Progress (4): 65 kB | 182/571 kB | 37/49 kB | 40/47 kB
Progress (4): 65 kB | 186/571 kB | 37/49 kB | 40/47 kB
Progress (4): 65 kB | 190/571 kB | 37/49 kB | 40/47 kB
Progress (4): 65 kB | 194/571 kB | 37/49 kB | 40/47 kB
Progress (5): 65 kB | 194/571 kB | 37/49 kB | 40/47 kB | 4.1/19 kB
Progress (5): 65 kB | 194/571 kB | 37/49 kB | 40/47 kB | 7.7/19 kB
Progress (5): 65 kB | 194/571 kB | 37/49 kB | 40/47 kB | 12/19 kB 
Progress (5): 65 kB | 194/571 kB | 37/49 kB | 40/47 kB | 16/19 kB
Progress (5): 65 kB | 194/571 kB | 41/49 kB | 40/47 kB | 16/19 kB
Progress (5): 65 kB | 194/571 kB | 41/49 kB | 44/47 kB | 16/19 kB
Progress (5): 65 kB | 194/571 kB | 45/49 kB | 44/47 kB | 16/19 kB
Progress (5): 65 kB | 194/571 kB | 45/49 kB | 44/47 kB | 19 kB   
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 60 kB/s)
Progress (4): 198/571 kB | 45/49 kB | 44/47 kB | 19 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Progress (4): 198/571 kB | 49/49 kB | 44/47 kB | 19 kB
Progress (4): 198/571 kB | 49/49 kB | 47 kB | 19 kB   
Progress (4): 198/571 kB | 49 kB | 47 kB | 19 kB   
Progress (4): 202/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 206/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 210/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 214/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 218/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 222/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 226/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 230/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 234/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 238/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 242/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 246/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 250/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 254/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 258/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 262/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 266/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 270/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 274/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 278/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 282/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 286/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 290/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 294/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 298/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 302/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 306/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 310/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 314/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 318/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 322/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 326/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 330/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 334/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 338/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 342/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 346/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 350/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 354/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 358/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 362/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 366/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 370/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 374/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 378/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 382/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 386/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 390/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 394/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 398/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 402/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 406/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 410/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 414/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 418/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 422/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 426/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 430/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 434/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 438/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 442/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 446/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 450/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 454/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 458/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 462/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 466/571 kB | 49 kB | 47 kB | 19 kB
Progress (4): 470/571 kB | 49 kB | 47 kB | 19 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 45 kB/s)
Progress (3): 474/571 kB | 47 kB | 19 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Progress (3): 478/571 kB | 47 kB | 19 kB
Progress (3): 482/571 kB | 47 kB | 19 kB
Progress (3): 486/571 kB | 47 kB | 19 kB
Progress (4): 486/571 kB | 47 kB | 19 kB | 4.1/28 kB
Progress (4): 490/571 kB | 47 kB | 19 kB | 4.1/28 kB
Progress (4): 490/571 kB | 47 kB | 19 kB | 7.7/28 kB
Progress (4): 494/571 kB | 47 kB | 19 kB | 7.7/28 kB
Progress (4): 494/571 kB | 47 kB | 19 kB | 12/28 kB 
Progress (4): 498/571 kB | 47 kB | 19 kB | 12/28 kB
Progress (4): 498/571 kB | 47 kB | 19 kB | 16/28 kB
Progress (4): 502/571 kB | 47 kB | 19 kB | 16/28 kB
Progress (4): 502/571 kB | 47 kB | 19 kB | 20/28 kB
Progress (4): 506/571 kB | 47 kB | 19 kB | 20/28 kB
Progress (4): 506/571 kB | 47 kB | 19 kB | 24/28 kB
Progress (4): 510/571 kB | 47 kB | 19 kB | 24/28 kB
Progress (4): 510/571 kB | 47 kB | 19 kB | 28/28 kB
Progress (4): 514/571 kB | 47 kB | 19 kB | 28/28 kB
Progress (4): 514/571 kB | 47 kB | 19 kB | 28 kB   
Progress (4): 518/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 522/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 526/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 530/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 534/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 538/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 542/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 546/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 550/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 554/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 558/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 562/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 566/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 570/571 kB | 47 kB | 19 kB | 28 kB
Progress (4): 571 kB | 47 kB | 19 kB | 28 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 17 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 43 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 25 kB/s)
Progress (2): 571 kB | 4.1/22 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 517 kB/s)
Progress (2): 4.1/22 kB | 4.1/153 kB
Progress (2): 7.7/22 kB | 4.1/153 kB
Progress (2): 7.7/22 kB | 7.7/153 kB
Progress (2): 12/22 kB | 7.7/153 kB 
Progress (2): 12/22 kB | 12/153 kB 
Progress (2): 16/22 kB | 12/153 kB
Progress (2): 16/22 kB | 16/153 kB
Progress (2): 20/22 kB | 16/153 kB
Progress (2): 20/22 kB | 20/153 kB
Progress (2): 22 kB | 20/153 kB   
Progress (2): 22 kB | 24/153 kB
Progress (2): 22 kB | 28/153 kB
Progress (2): 22 kB | 32/153 kB
Progress (2): 22 kB | 33/153 kB
Progress (2): 22 kB | 37/153 kB
Progress (2): 22 kB | 41/153 kB
Progress (2): 22 kB | 45/153 kB
Progress (2): 22 kB | 49/153 kB
Progress (2): 22 kB | 53/153 kB
Progress (2): 22 kB | 57/153 kB
Progress (2): 22 kB | 61/153 kB
Progress (2): 22 kB | 65/153 kB
Progress (2): 22 kB | 66/153 kB
Progress (2): 22 kB | 70/153 kB
Progress (2): 22 kB | 74/153 kB
Progress (2): 22 kB | 78/153 kB
Progress (2): 22 kB | 82/153 kB
Progress (2): 22 kB | 86/153 kB
Progress (2): 22 kB | 90/153 kB
Progress (2): 22 kB | 94/153 kB
Progress (2): 22 kB | 98/153 kB
Progress (2): 22 kB | 98/153 kB
Progress (2): 22 kB | 102/153 kB
Progress (2): 22 kB | 106/153 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 20 kB/s)
Progress (1): 110/153 kB
Progress (1): 114/153 kB
Progress (1): 118/153 kB
Progress (1): 122/153 kB
Progress (1): 126/153 kB
Progress (1): 130/153 kB
Progress (1): 134/153 kB
Progress (1): 138/153 kB
Progress (1): 142/153 kB
Progress (1): 146/153 kB
Progress (1): 150/153 kB
Progress (1): 153 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 132 kB/s)
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-parent ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 176 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 167 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 190 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 59 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 94 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 175 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 58 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 93 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 139 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 179 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 59 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 311 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 202 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Progress (1): 4.1/121 kB
Progress (1): 7.7/121 kB
Progress (1): 12/121 kB 
Progress (1): 16/121 kB
Progress (1): 20/121 kB
Progress (1): 24/121 kB
Progress (1): 28/121 kB
Progress (1): 32/121 kB
Progress (1): 33/121 kB
Progress (1): 37/121 kB
Progress (1): 41/121 kB
Progress (1): 45/121 kB
Progress (1): 49/121 kB
Progress (1): 53/121 kB
Progress (1): 57/121 kB
Progress (1): 61/121 kB
Progress (1): 65/121 kB
Progress (1): 66/121 kB
Progress (1): 70/121 kB
Progress (1): 74/121 kB
Progress (1): 78/121 kB
Progress (1): 82/121 kB
Progress (1): 86/121 kB
Progress (1): 90/121 kB
Progress (1): 94/121 kB
Progress (1): 98/121 kB
Progress (1): 102/121 kB
Progress (1): 106/121 kB
Progress (1): 110/121 kB
Progress (2): 110/121 kB | 4.1/49 kB
Progress (2): 114/121 kB | 4.1/49 kB
Progress (2): 114/121 kB | 7.7/49 kB
Progress (2): 118/121 kB | 7.7/49 kB
Progress (2): 121 kB | 7.7/49 kB    
Progress (2): 121 kB | 12/49 kB 
Progress (2): 121 kB | 16/49 kB
Progress (2): 121 kB | 20/49 kB
Progress (2): 121 kB | 24/49 kB
Progress (2): 121 kB | 28/49 kB
Progress (2): 121 kB | 32/49 kB
Progress (2): 121 kB | 36/49 kB
Progress (2): 121 kB | 40/49 kB
Progress (2): 121 kB | 44/49 kB
Progress (2): 121 kB | 48/49 kB
Progress (2): 121 kB | 49 kB   
Progress (3): 121 kB | 49 kB | 4.1/35 kB
Progress (3): 121 kB | 49 kB | 7.7/35 kB
Progress (3): 121 kB | 49 kB | 12/35 kB 
Progress (3): 121 kB | 49 kB | 16/35 kB
Progress (3): 121 kB | 49 kB | 20/35 kB
Progress (3): 121 kB | 49 kB | 24/35 kB
Progress (3): 121 kB | 49 kB | 28/35 kB
Progress (3): 121 kB | 49 kB | 32/35 kB
Progress (3): 121 kB | 49 kB | 33/35 kB
Progress (3): 121 kB | 49 kB | 35 kB   
Progress (4): 121 kB | 49 kB | 35 kB | 4.1/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 7.7/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 12/116 kB 
Progress (4): 121 kB | 49 kB | 35 kB | 16/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 20/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 24/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 28/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 32/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 33/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 37/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 41/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 45/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 49/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 53/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 57/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 61/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 65/116 kB
Progress (4): 121 kB | 49 kB | 35 kB | 66/116 kB
Progress (5): 121 kB | 49 kB | 35 kB | 66/116 kB | 4.1/29 kB
Progress (5): 121 kB | 49 kB | 35 kB | 66/116 kB | 7.7/29 kB
Progress (5): 121 kB | 49 kB | 35 kB | 66/116 kB | 12/29 kB 
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.7 MB/s)
Progress (4): 121 kB | 35 kB | 70/116 kB | 12/29 kB
Progress (4): 121 kB | 35 kB | 70/116 kB | 16/29 kB
Progress (4): 121 kB | 35 kB | 74/116 kB | 16/29 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
Progress (4): 121 kB | 35 kB | 78/116 kB | 16/29 kB
Progress (4): 121 kB | 35 kB | 78/116 kB | 20/29 kB
Progress (4): 121 kB | 35 kB | 82/116 kB | 20/29 kB
Progress (4): 121 kB | 35 kB | 82/116 kB | 24/29 kB
Progress (4): 121 kB | 35 kB | 86/116 kB | 24/29 kB
Progress (4): 121 kB | 35 kB | 86/116 kB | 28/29 kB
Progress (4): 121 kB | 35 kB | 90/116 kB | 28/29 kB
Progress (4): 121 kB | 35 kB | 90/116 kB | 29 kB   
Progress (4): 121 kB | 35 kB | 94/116 kB | 29 kB
Progress (4): 121 kB | 35 kB | 98/116 kB | 29 kB
Progress (4): 121 kB | 35 kB | 102/116 kB | 29 kB
Progress (4): 121 kB | 35 kB | 106/116 kB | 29 kB
Progress (4): 121 kB | 35 kB | 110/116 kB | 29 kB
Progress (4): 121 kB | 35 kB | 114/116 kB | 29 kB
Progress (4): 121 kB | 35 kB | 116 kB | 29 kB    
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 952 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
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 761 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Progress (3): 121 kB | 116 kB | 4.1/38 kB
Progress (3): 121 kB | 116 kB | 7.7/38 kB
Progress (3): 121 kB | 116 kB | 12/38 kB 
Progress (3): 121 kB | 116 kB | 16/38 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.9 MB/s)
Progress (2): 121 kB | 20/38 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 (2): 121 kB | 24/38 kB
Progress (2): 121 kB | 28/38 kB
Progress (2): 121 kB | 32/38 kB
Progress (2): 121 kB | 36/38 kB
Progress (2): 121 kB | 38 kB   
Progress (3): 121 kB | 38 kB | 4.1/86 kB
Progress (3): 121 kB | 38 kB | 7.7/86 kB
Progress (3): 121 kB | 38 kB | 12/86 kB 
Progress (3): 121 kB | 38 kB | 16/86 kB
Progress (3): 121 kB | 38 kB | 20/86 kB
Progress (3): 121 kB | 38 kB | 24/86 kB
Progress (3): 121 kB | 38 kB | 28/86 kB
Progress (3): 121 kB | 38 kB | 32/86 kB
Progress (3): 121 kB | 38 kB | 33/86 kB
Progress (4): 121 kB | 38 kB | 33/86 kB | 4.1/24 kB
Progress (4): 121 kB | 38 kB | 33/86 kB | 7.7/24 kB
Progress (4): 121 kB | 38 kB | 33/86 kB | 12/24 kB 
Progress (4): 121 kB | 38 kB | 33/86 kB | 16/24 kB
Progress (4): 121 kB | 38 kB | 37/86 kB | 16/24 kB
Progress (4): 121 kB | 38 kB | 37/86 kB | 20/24 kB
Progress (4): 121 kB | 38 kB | 41/86 kB | 20/24 kB
Progress (4): 121 kB | 38 kB | 41/86 kB | 24/24 kB
Progress (4): 121 kB | 38 kB | 45/86 kB | 24/24 kB
Progress (4): 121 kB | 38 kB | 45/86 kB | 24 kB   
Progress (4): 121 kB | 38 kB | 49/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 53/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 57/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 61/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 65/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 69/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 73/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 77/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 81/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 85/86 kB | 24 kB
Progress (4): 121 kB | 38 kB | 86 kB | 24 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 462 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-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
Progress (3): 121 kB | 38 kB | 4.1/87 kB
Progress (3): 121 kB | 38 kB | 7.7/87 kB
Progress (3): 121 kB | 38 kB | 12/87 kB 
Progress (3): 121 kB | 38 kB | 16/87 kB
Progress (3): 121 kB | 38 kB | 20/87 kB
Progress (3): 121 kB | 38 kB | 24/87 kB
Progress (3): 121 kB | 38 kB | 28/87 kB
Progress (3): 121 kB | 38 kB | 32/87 kB
Progress (3): 121 kB | 38 kB | 33/87 kB
Progress (3): 121 kB | 38 kB | 37/87 kB
Progress (3): 121 kB | 38 kB | 41/87 kB
Progress (3): 121 kB | 38 kB | 45/87 kB
Progress (3): 121 kB | 38 kB | 49/87 kB
Progress (3): 121 kB | 38 kB | 53/87 kB
Progress (3): 121 kB | 38 kB | 57/87 kB
Progress (3): 121 kB | 38 kB | 61/87 kB
Progress (3): 121 kB | 38 kB | 65/87 kB
Progress (3): 121 kB | 38 kB | 69/87 kB
Progress (3): 121 kB | 38 kB | 73/87 kB
Progress (3): 121 kB | 38 kB | 77/87 kB
Progress (3): 121 kB | 38 kB | 81/87 kB
Progress (3): 121 kB | 38 kB | 85/87 kB
Progress (3): 121 kB | 38 kB | 87 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.2 MB/s)
Progress (2): 38 kB | 4.1/57 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
Progress (3): 38 kB | 4.1/57 kB | 4.1/230 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 387 kB/s)
Progress (2): 7.7/57 kB | 4.1/230 kB
Progress (2): 7.7/57 kB | 7.7/230 kB
Progress (2): 12/57 kB | 7.7/230 kB 
Progress (2): 12/57 kB | 12/230 kB 
Progress (2): 16/57 kB | 12/230 kB
Progress (2): 16/57 kB | 16/230 kB
Progress (2): 20/57 kB | 16/230 kB
Progress (2): 20/57 kB | 20/230 kB
Progress (2): 24/57 kB | 20/230 kB
Progress (2): 24/57 kB | 24/230 kB
Progress (2): 28/57 kB | 24/230 kB
Progress (2): 28/57 kB | 28/230 kB
Progress (2): 32/57 kB | 28/230 kB
Progress (2): 32/57 kB | 32/230 kB
Progress (2): 33/57 kB | 32/230 kB
Progress (2): 33/57 kB | 33/230 kB
Progress (2): 37/57 kB | 33/230 kB
Progress (2): 37/57 kB | 37/230 kB
Progress (2): 41/57 kB | 37/230 kB
Progress (2): 41/57 kB | 41/230 kB
Progress (2): 45/57 kB | 41/230 kB
Progress (2): 45/57 kB | 45/230 kB
Progress (2): 49/57 kB | 45/230 kB
Progress (2): 49/57 kB | 49/230 kB
Progress (2): 53/57 kB | 49/230 kB
Progress (2): 53/57 kB | 53/230 kB
Progress (2): 57 kB | 53/230 kB   
Progress (2): 57 kB | 57/230 kB
Progress (2): 57 kB | 61/230 kB
Progress (2): 57 kB | 65/230 kB
Progress (2): 57 kB | 66/230 kB
Progress (2): 57 kB | 70/230 kB
Progress (2): 57 kB | 74/230 kB
Progress (2): 57 kB | 78/230 kB
Progress (2): 57 kB | 82/230 kB
Progress (2): 57 kB | 86/230 kB
Progress (2): 57 kB | 90/230 kB
Progress (2): 57 kB | 94/230 kB
Progress (2): 57 kB | 98/230 kB
Progress (2): 57 kB | 98/230 kB
Progress (2): 57 kB | 102/230 kB
Progress (2): 57 kB | 106/230 kB
Progress (2): 57 kB | 110/230 kB
Progress (2): 57 kB | 114/230 kB
Progress (2): 57 kB | 118/230 kB
Progress (2): 57 kB | 122/230 kB
Progress (2): 57 kB | 126/230 kB
Progress (2): 57 kB | 130/230 kB
Progress (2): 57 kB | 131/230 kB
Progress (2): 57 kB | 135/230 kB
Progress (2): 57 kB | 139/230 kB
Progress (2): 57 kB | 143/230 kB
Progress (2): 57 kB | 147/230 kB
Progress (2): 57 kB | 151/230 kB
Progress (2): 57 kB | 155/230 kB
Progress (2): 57 kB | 159/230 kB
Progress (2): 57 kB | 163/230 kB
Progress (2): 57 kB | 167/230 kB
Progress (2): 57 kB | 171/230 kB
Progress (2): 57 kB | 175/230 kB
Progress (2): 57 kB | 179/230 kB
Progress (2): 57 kB | 183/230 kB
Progress (2): 57 kB | 187/230 kB
Progress (2): 57 kB | 191/230 kB
Progress (2): 57 kB | 195/230 kB
Progress (2): 57 kB | 199/230 kB
Progress (2): 57 kB | 203/230 kB
Progress (2): 57 kB | 207/230 kB
Progress (2): 57 kB | 211/230 kB
Progress (2): 57 kB | 215/230 kB
Progress (2): 57 kB | 219/230 kB
Progress (2): 57 kB | 223/230 kB
Progress (2): 57 kB | 227/230 kB
Progress (2): 57 kB | 230 kB    
Progress (3): 57 kB | 230 kB | 4.1/12 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 514 kB/s)
Progress (2): 230 kB | 7.7/12 kB
Progress (2): 230 kB | 12/12 kB 
Progress (2): 230 kB | 12 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 2.0 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 100 kB/s)
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-parent/1.1.6-SNAPSHOT/jaxrpc-parent-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] ---------------------< com.sun.xml.rpc:jaxrpc-spi >---------------------
[INFO] Building jaxrpc-spi 1.1.6-SNAPSHOT                                 [2/8]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Progress (1): 4.1/8.1 kB
Progress (1): 7.7/8.1 kB
Progress (1): 8.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 427 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.4 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 691 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 382 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/32/maven-parent-32.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom
Progress (1): 4.1/43 kB
Progress (1): 7.7/43 kB
Progress (1): 12/43 kB 
Progress (1): 16/43 kB
Progress (1): 20/43 kB
Progress (1): 24/43 kB
Progress (1): 28/43 kB
Progress (1): 32/43 kB
Progress (1): 36/43 kB
Progress (1): 40/43 kB
Progress (1): 43 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 2.3 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/20/apache-20.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/20/apache-20.pom (16 kB at 71 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 2.9 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 524 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Progress (1): 4.1/14 kB
Progress (1): 7.7/14 kB
Progress (1): 12/14 kB 
Progress (1): 14 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 919 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Progress (1): 4.1/30 kB
Progress (1): 7.7/30 kB
Progress (1): 12/30 kB 
Progress (1): 16/30 kB
Progress (1): 20/30 kB
Progress (1): 24/30 kB
Progress (1): 28/30 kB
Progress (1): 30 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.5 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.pom (6.2 kB at 294 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 727 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
Progress (1): 4.1/41 kB
Progress (1): 7.7/41 kB
Progress (1): 12/41 kB 
Progress (1): 16/41 kB
Progress (1): 20/41 kB
Progress (1): 24/41 kB
Progress (1): 28/41 kB
Progress (1): 32/41 kB
Progress (1): 36/41 kB
Progress (1): 40/41 kB
Progress (1): 41 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.4 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 922 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.jar
Progress (1): 4.1/27 kB
Progress (1): 7.7/27 kB
Progress (1): 12/27 kB 
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 24/27 kB
Progress (1): 27 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1.jar (27 kB at 1.5 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/4.0.2/jakarta.servlet-api-4.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.2/jakarta.servlet-api-4.0.2.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.2/jakarta.servlet-api-4.0.2.pom (16 kB at 836 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/rpc/jakarta.xml.rpc-api/1.1.3/jakarta.xml.rpc-api-1.1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/rpc/jakarta.xml.rpc-api/1.1.3/jakarta.xml.rpc-api-1.1.3.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/rpc/jakarta.xml.rpc-api/1.1.3/jakarta.xml.rpc-api-1.1.3.pom (12 kB at 398 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 kB at 828 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/4.0.2/jakarta.servlet-api-4.0.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/rpc/jakarta.xml.rpc-api/1.1.3/jakarta.xml.rpc-api-1.1.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.2/jakarta.servlet-api-4.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/rpc/jakarta.xml.rpc-api/1.1.3/jakarta.xml.rpc-api-1.1.3.jar
Progress (1): 4.1/95 kB
Progress (1): 7.7/95 kB
Progress (1): 12/95 kB 
Progress (1): 16/95 kB
Progress (1): 20/95 kB
Progress (1): 24/95 kB
Progress (1): 28/95 kB
Progress (1): 32/95 kB
Progress (1): 33/95 kB
Progress (1): 37/95 kB
Progress (1): 41/95 kB
Progress (1): 45/95 kB
Progress (1): 49/95 kB
Progress (1): 53/95 kB
Progress (1): 57/95 kB
Progress (1): 61/95 kB
Progress (1): 65/95 kB
Progress (1): 69/95 kB
Progress (1): 73/95 kB
Progress (1): 77/95 kB
Progress (1): 81/95 kB
Progress (1): 85/95 kB
Progress (1): 89/95 kB
Progress (1): 93/95 kB
Progress (1): 95 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.2/jakarta.servlet-api-4.0.2.jar (95 kB at 4.3 MB/s)
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 (1): 36/49 kB
Progress (1): 40/49 kB
Progress (1): 44/49 kB
Progress (1): 48/49 kB
Progress (1): 49 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/rpc/jakarta.xml.rpc-api/1.1.3/jakarta.xml.rpc-api-1.1.3.jar (49 kB at 1.2 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-spi ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-spi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrpc-spi ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Progress (1): 4.1/6.7 kB
Progress (1): 6.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 516 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 55 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 135 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 85 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 33 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 217 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 55 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 100 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 63 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 84 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Progress (1): 4.1/5.8 kB
Progress (1): 5.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 152 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/8.7 kB
Progress (1): 7.7/8.7 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 435 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 39 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 239 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 201 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 162 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 42 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 259 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 814 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
Progress (1): 4.1/152 kB
Progress (1): 7.7/152 kB
Progress (1): 12/152 kB 
Progress (1): 16/152 kB
Progress (1): 20/152 kB
Progress (1): 24/152 kB
Progress (1): 28/152 kB
Progress (1): 32/152 kB
Progress (1): 33/152 kB
Progress (1): 37/152 kB
Progress (1): 41/152 kB
Progress (1): 45/152 kB
Progress (1): 49/152 kB
Progress (1): 53/152 kB
Progress (1): 57/152 kB
Progress (1): 61/152 kB
Progress (1): 65/152 kB
Progress (1): 66/152 kB
Progress (1): 70/152 kB
Progress (1): 74/152 kB
Progress (2): 74/152 kB | 4.1/21 kB
Progress (2): 78/152 kB | 4.1/21 kB
Progress (2): 78/152 kB | 7.7/21 kB
Progress (2): 82/152 kB | 7.7/21 kB
Progress (2): 82/152 kB | 12/21 kB 
Progress (2): 86/152 kB | 12/21 kB
Progress (2): 86/152 kB | 16/21 kB
Progress (2): 90/152 kB | 16/21 kB
Progress (2): 90/152 kB | 20/21 kB
Progress (2): 94/152 kB | 20/21 kB
Progress (2): 94/152 kB | 21 kB   
Progress (2): 98/152 kB | 21 kB
Progress (2): 98/152 kB | 21 kB
Progress (2): 102/152 kB | 21 kB
Progress (2): 106/152 kB | 21 kB
Progress (2): 110/152 kB | 21 kB
Progress (2): 114/152 kB | 21 kB
Progress (2): 118/152 kB | 21 kB
Progress (2): 122/152 kB | 21 kB
Progress (2): 126/152 kB | 21 kB
Progress (2): 130/152 kB | 21 kB
Progress (2): 134/152 kB | 21 kB
Progress (2): 138/152 kB | 21 kB
Progress (2): 142/152 kB | 21 kB
Progress (2): 146/152 kB | 21 kB
Progress (2): 150/152 kB | 21 kB
Progress (2): 152 kB | 21 kB    
Progress (3): 152 kB | 21 kB | 4.1/14 kB
Progress (3): 152 kB | 21 kB | 7.7/14 kB
Progress (3): 152 kB | 21 kB | 12/14 kB 
Progress (3): 152 kB | 21 kB | 14 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 472 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Progress (3): 152 kB | 14 kB | 4.1/5.9 kB
Progress (3): 152 kB | 14 kB | 5.9 kB    
Progress (4): 152 kB | 14 kB | 5.9 kB | 4.1/9.9 kB
Progress (4): 152 kB | 14 kB | 5.9 kB | 7.7/9.9 kB
Progress (4): 152 kB | 14 kB | 5.9 kB | 9.9 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 235 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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 160 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
Progress (3): 152 kB | 5.9 kB | 4.1/30 kB
Progress (3): 152 kB | 5.9 kB | 7.7/30 kB
Progress (3): 152 kB | 5.9 kB | 12/30 kB 
Progress (3): 152 kB | 5.9 kB | 16/30 kB
Progress (3): 152 kB | 5.9 kB | 20/30 kB
Progress (3): 152 kB | 5.9 kB | 24/30 kB
Progress (3): 152 kB | 5.9 kB | 28/30 kB
Progress (3): 152 kB | 5.9 kB | 30 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 2.2 MB/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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 86 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 430 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Progress (1): 4.1/10 kB
Progress (1): 7.7/10 kB
Progress (1): 10 kB    
Progress (2): 10 kB | 4.1/37 kB
Progress (2): 10 kB | 7.7/37 kB
Progress (2): 10 kB | 12/37 kB 
Progress (2): 10 kB | 16/37 kB
Progress (2): 10 kB | 20/37 kB
Progress (2): 10 kB | 24/37 kB
Progress (2): 10 kB | 28/37 kB
Progress (2): 10 kB | 32/37 kB
Progress (2): 10 kB | 36/37 kB
Progress (2): 10 kB | 37 kB   
Progress (3): 10 kB | 37 kB | 4.1/6.8 kB
Progress (3): 10 kB | 37 kB | 6.8 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 125 kB/s)
Progress (3): 37 kB | 6.8 kB | 4.1/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 (3): 37 kB | 6.8 kB | 7.7/223 kB
Progress (4): 37 kB | 6.8 kB | 7.7/223 kB | 4.1/43 kB
Progress (4): 37 kB | 6.8 kB | 7.7/223 kB | 7.7/43 kB
Progress (4): 37 kB | 6.8 kB | 12/223 kB | 7.7/43 kB 
Progress (4): 37 kB | 6.8 kB | 16/223 kB | 7.7/43 kB
Progress (4): 37 kB | 6.8 kB | 16/223 kB | 12/43 kB 
Progress (4): 37 kB | 6.8 kB | 16/223 kB | 16/43 kB
Progress (4): 37 kB | 6.8 kB | 16/223 kB | 20/43 kB
Progress (4): 37 kB | 6.8 kB | 20/223 kB | 20/43 kB
Progress (4): 37 kB | 6.8 kB | 20/223 kB | 24/43 kB
Progress (4): 37 kB | 6.8 kB | 24/223 kB | 24/43 kB
Progress (4): 37 kB | 6.8 kB | 24/223 kB | 28/43 kB
Progress (4): 37 kB | 6.8 kB | 28/223 kB | 28/43 kB
Progress (4): 37 kB | 6.8 kB | 28/223 kB | 32/43 kB
Progress (4): 37 kB | 6.8 kB | 32/223 kB | 32/43 kB
Progress (4): 37 kB | 6.8 kB | 32/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 33/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 37/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 41/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 45/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 49/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 53/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 57/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 61/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 65/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 66/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 70/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 74/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 78/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 82/223 kB | 33/43 kB
Progress (4): 37 kB | 6.8 kB | 82/223 kB | 37/43 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 75 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 405 kB/s)
Progress (2): 82/223 kB | 41/43 kB
Progress (2): 86/223 kB | 41/43 kB
Progress (2): 86/223 kB | 43 kB   
Progress (2): 90/223 kB | 43 kB
Progress (2): 94/223 kB | 43 kB
Progress (2): 98/223 kB | 43 kB
Progress (2): 98/223 kB | 43 kB
Progress (2): 102/223 kB | 43 kB
Progress (2): 106/223 kB | 43 kB
Progress (2): 110/223 kB | 43 kB
Progress (2): 114/223 kB | 43 kB
Progress (2): 118/223 kB | 43 kB
Progress (2): 122/223 kB | 43 kB
Progress (2): 126/223 kB | 43 kB
Progress (2): 130/223 kB | 43 kB
Progress (2): 131/223 kB | 43 kB
Progress (2): 135/223 kB | 43 kB
Progress (2): 139/223 kB | 43 kB
Progress (2): 143/223 kB | 43 kB
Progress (2): 147/223 kB | 43 kB
Progress (2): 151/223 kB | 43 kB
Progress (2): 155/223 kB | 43 kB
Progress (2): 159/223 kB | 43 kB
Progress (2): 163/223 kB | 43 kB
Progress (2): 164/223 kB | 43 kB
Progress (2): 168/223 kB | 43 kB
Progress (2): 172/223 kB | 43 kB
Progress (2): 176/223 kB | 43 kB
Progress (2): 180/223 kB | 43 kB
Progress (2): 184/223 kB | 43 kB
Progress (2): 188/223 kB | 43 kB
Progress (2): 192/223 kB | 43 kB
Progress (2): 196/223 kB | 43 kB
Progress (2): 200/223 kB | 43 kB
Progress (2): 204/223 kB | 43 kB
Progress (2): 208/223 kB | 43 kB
Progress (2): 212/223 kB | 43 kB
Progress (2): 216/223 kB | 43 kB
Progress (2): 220/223 kB | 43 kB
Progress (2): 223 kB | 43 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.0 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 375 kB/s)
Progress (1): 4.1/61 kB
Progress (1): 7.7/61 kB
Progress (1): 12/61 kB 
Progress (1): 16/61 kB
Progress (1): 20/61 kB
Progress (1): 24/61 kB
Progress (1): 28/61 kB
Progress (1): 32/61 kB
Progress (1): 33/61 kB
Progress (1): 37/61 kB
Progress (1): 41/61 kB
Progress (1): 45/61 kB
Progress (1): 49/61 kB
Progress (1): 53/61 kB
Progress (1): 57/61 kB
Progress (1): 61/61 kB
Progress (1): 61 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 470 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/spi/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrpc-spi ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
Progress (1): 4.1/5.0 kB
Progress (1): 5.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 265 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 626 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 229 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 949 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
Progress (1): 4.1/62 kB
Progress (1): 7.7/62 kB
Progress (1): 12/62 kB 
Progress (1): 16/62 kB
Progress (1): 20/62 kB
Progress (1): 24/62 kB
Progress (1): 28/62 kB
Progress (1): 32/62 kB
Progress (1): 36/62 kB
Progress (1): 40/62 kB
Progress (1): 44/62 kB
Progress (1): 48/62 kB
Progress (1): 52/62 kB
Progress (1): 56/62 kB
Progress (1): 60/62 kB
Progress (1): 62 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 279 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 270 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 380 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 232 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
Progress (1): 4.1/4.1 kB
Progress (1): 4.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 207 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.2/asm-6.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 226 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5/ow2-1.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 864 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 689 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 365 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom
Progress (1): 867 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 39 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom
Progress (1): 4.1/6.0 kB
Progress (1): 6.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 670 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 204 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom
Progress (1): 692 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 10 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom
Progress (1): 771 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 43 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 103 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.2/asm-6.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
Progress (2): 4.3 kB | 4.1/14 kB
Progress (2): 4.3 kB | 7.7/14 kB
Progress (2): 4.3 kB | 12/14 kB 
Progress (2): 4.3 kB | 14 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 226 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
Progress (2): 14 kB | 4.1/167 kB
Progress (2): 14 kB | 7.7/167 kB
Progress (2): 14 kB | 12/167 kB 
Progress (2): 14 kB | 16/167 kB
Progress (2): 14 kB | 20/167 kB
Progress (2): 14 kB | 24/167 kB
Progress (3): 14 kB | 24/167 kB | 4.1/222 kB
Progress (3): 14 kB | 24/167 kB | 7.7/222 kB
Progress (3): 14 kB | 28/167 kB | 7.7/222 kB
Progress (3): 14 kB | 32/167 kB | 7.7/222 kB
Progress (3): 14 kB | 33/167 kB | 7.7/222 kB
Progress (3): 14 kB | 33/167 kB | 12/222 kB 
Progress (3): 14 kB | 33/167 kB | 16/222 kB
Progress (3): 14 kB | 33/167 kB | 20/222 kB
Progress (3): 14 kB | 33/167 kB | 24/222 kB
Progress (3): 14 kB | 37/167 kB | 24/222 kB
Progress (3): 14 kB | 41/167 kB | 24/222 kB
Progress (3): 14 kB | 45/167 kB | 24/222 kB
Progress (3): 14 kB | 49/167 kB | 24/222 kB
Progress (4): 14 kB | 49/167 kB | 24/222 kB | 4.1/209 kB
Progress (4): 14 kB | 49/167 kB | 24/222 kB | 7.7/209 kB
Progress (4): 14 kB | 49/167 kB | 28/222 kB | 7.7/209 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 542 kB/s)
Progress (3): 49/167 kB | 32/222 kB | 7.7/209 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar
Progress (3): 53/167 kB | 32/222 kB | 7.7/209 kB
Progress (3): 53/167 kB | 33/222 kB | 7.7/209 kB
Progress (3): 57/167 kB | 33/222 kB | 7.7/209 kB
Progress (3): 57/167 kB | 37/222 kB | 7.7/209 kB
Progress (3): 61/167 kB | 37/222 kB | 7.7/209 kB
Progress (3): 61/167 kB | 41/222 kB | 7.7/209 kB
Progress (3): 65/167 kB | 41/222 kB | 7.7/209 kB
Progress (3): 65/167 kB | 45/222 kB | 7.7/209 kB
Progress (3): 66/167 kB | 45/222 kB | 7.7/209 kB
Progress (3): 66/167 kB | 49/222 kB | 7.7/209 kB
Progress (3): 70/167 kB | 49/222 kB | 7.7/209 kB
Progress (3): 74/167 kB | 49/222 kB | 7.7/209 kB
Progress (3): 74/167 kB | 53/222 kB | 7.7/209 kB
Progress (3): 78/167 kB | 53/222 kB | 7.7/209 kB
Progress (3): 78/167 kB | 57/222 kB | 7.7/209 kB
Progress (3): 82/167 kB | 57/222 kB | 7.7/209 kB
Progress (3): 82/167 kB | 61/222 kB | 7.7/209 kB
Progress (3): 86/167 kB | 61/222 kB | 7.7/209 kB
Progress (3): 86/167 kB | 65/222 kB | 7.7/209 kB
Progress (3): 86/167 kB | 65/222 kB | 12/209 kB 
Progress (3): 86/167 kB | 66/222 kB | 12/209 kB
Progress (4): 86/167 kB | 66/222 kB | 12/209 kB | 4.1/39 kB
Progress (4): 86/167 kB | 70/222 kB | 12/209 kB | 4.1/39 kB
Progress (4): 90/167 kB | 70/222 kB | 12/209 kB | 4.1/39 kB
Progress (4): 90/167 kB | 74/222 kB | 12/209 kB | 4.1/39 kB
Progress (4): 90/167 kB | 74/222 kB | 12/209 kB | 7.7/39 kB
Progress (4): 90/167 kB | 74/222 kB | 16/209 kB | 7.7/39 kB
Progress (4): 94/167 kB | 74/222 kB | 16/209 kB | 7.7/39 kB
Progress (4): 98/167 kB | 74/222 kB | 16/209 kB | 7.7/39 kB
Progress (4): 98/167 kB | 74/222 kB | 20/209 kB | 7.7/39 kB
Progress (4): 98/167 kB | 74/222 kB | 20/209 kB | 7.7/39 kB
Progress (4): 98/167 kB | 74/222 kB | 24/209 kB | 7.7/39 kB
Progress (4): 102/167 kB | 74/222 kB | 24/209 kB | 7.7/39 kB
Progress (4): 102/167 kB | 78/222 kB | 24/209 kB | 7.7/39 kB
Progress (4): 106/167 kB | 78/222 kB | 24/209 kB | 7.7/39 kB
Progress (4): 106/167 kB | 78/222 kB | 28/209 kB | 7.7/39 kB
Progress (4): 106/167 kB | 82/222 kB | 28/209 kB | 7.7/39 kB
Progress (4): 106/167 kB | 82/222 kB | 28/209 kB | 12/39 kB 
Progress (4): 106/167 kB | 82/222 kB | 32/209 kB | 12/39 kB
Progress (4): 110/167 kB | 82/222 kB | 32/209 kB | 12/39 kB
Progress (4): 110/167 kB | 82/222 kB | 32/209 kB | 16/39 kB
Progress (4): 110/167 kB | 86/222 kB | 32/209 kB | 16/39 kB
Progress (4): 114/167 kB | 86/222 kB | 32/209 kB | 16/39 kB
Progress (4): 114/167 kB | 90/222 kB | 32/209 kB | 16/39 kB
Progress (5): 114/167 kB | 90/222 kB | 32/209 kB | 16/39 kB | 4.1/111 kB
Progress (5): 114/167 kB | 90/222 kB | 32/209 kB | 20/39 kB | 4.1/111 kB
Progress (5): 114/167 kB | 94/222 kB | 32/209 kB | 20/39 kB | 4.1/111 kB
Progress (5): 114/167 kB | 94/222 kB | 32/209 kB | 20/39 kB | 7.7/111 kB
Progress (5): 114/167 kB | 94/222 kB | 36/209 kB | 20/39 kB | 7.7/111 kB
Progress (5): 118/167 kB | 94/222 kB | 36/209 kB | 20/39 kB | 7.7/111 kB
Progress (5): 118/167 kB | 94/222 kB | 40/209 kB | 20/39 kB | 7.7/111 kB
Progress (5): 118/167 kB | 98/222 kB | 40/209 kB | 20/39 kB | 7.7/111 kB
Progress (5): 118/167 kB | 98/222 kB | 40/209 kB | 24/39 kB | 7.7/111 kB
Progress (5): 118/167 kB | 98/222 kB | 40/209 kB | 24/39 kB | 12/111 kB 
Progress (5): 118/167 kB | 98/222 kB | 40/209 kB | 24/39 kB | 12/111 kB
Progress (5): 118/167 kB | 98/222 kB | 44/209 kB | 24/39 kB | 12/111 kB
Progress (5): 122/167 kB | 98/222 kB | 44/209 kB | 24/39 kB | 12/111 kB
Progress (5): 122/167 kB | 98/222 kB | 48/209 kB | 24/39 kB | 12/111 kB
Progress (5): 122/167 kB | 102/222 kB | 48/209 kB | 24/39 kB | 12/111 kB
Progress (5): 122/167 kB | 102/222 kB | 48/209 kB | 24/39 kB | 16/111 kB
Progress (5): 122/167 kB | 102/222 kB | 48/209 kB | 28/39 kB | 16/111 kB
Progress (5): 122/167 kB | 102/222 kB | 52/209 kB | 28/39 kB | 16/111 kB
Progress (5): 122/167 kB | 106/222 kB | 52/209 kB | 28/39 kB | 16/111 kB
Progress (5): 126/167 kB | 106/222 kB | 52/209 kB | 28/39 kB | 16/111 kB
Progress (5): 126/167 kB | 106/222 kB | 56/209 kB | 28/39 kB | 16/111 kB
Progress (5): 126/167 kB | 106/222 kB | 56/209 kB | 32/39 kB | 16/111 kB
Progress (5): 126/167 kB | 106/222 kB | 56/209 kB | 32/39 kB | 20/111 kB
Progress (5): 126/167 kB | 106/222 kB | 56/209 kB | 36/39 kB | 20/111 kB
Progress (5): 130/167 kB | 106/222 kB | 56/209 kB | 36/39 kB | 20/111 kB
Progress (5): 130/167 kB | 110/222 kB | 56/209 kB | 36/39 kB | 20/111 kB
Progress (5): 131/167 kB | 110/222 kB | 56/209 kB | 36/39 kB | 20/111 kB
Progress (5): 131/167 kB | 110/222 kB | 56/209 kB | 39 kB | 20/111 kB   
Progress (5): 131/167 kB | 110/222 kB | 56/209 kB | 39 kB | 24/111 kB
Progress (5): 135/167 kB | 110/222 kB | 56/209 kB | 39 kB | 24/111 kB
Progress (5): 135/167 kB | 114/222 kB | 56/209 kB | 39 kB | 24/111 kB
Progress (5): 139/167 kB | 114/222 kB | 56/209 kB | 39 kB | 24/111 kB
Progress (5): 139/167 kB | 114/222 kB | 56/209 kB | 39 kB | 28/111 kB
Progress (5): 143/167 kB | 114/222 kB | 56/209 kB | 39 kB | 28/111 kB
Progress (5): 143/167 kB | 118/222 kB | 56/209 kB | 39 kB | 28/111 kB
Progress (5): 143/167 kB | 118/222 kB | 60/209 kB | 39 kB | 28/111 kB
Progress (5): 143/167 kB | 122/222 kB | 60/209 kB | 39 kB | 28/111 kB
Progress (5): 147/167 kB | 122/222 kB | 60/209 kB | 39 kB | 28/111 kB
Progress (5): 147/167 kB | 122/222 kB | 60/209 kB | 39 kB | 32/111 kB
Progress (5): 151/167 kB | 122/222 kB | 60/209 kB | 39 kB | 32/111 kB
Progress (5): 151/167 kB | 126/222 kB | 60/209 kB | 39 kB | 32/111 kB
Progress (5): 151/167 kB | 126/222 kB | 64/209 kB | 39 kB | 32/111 kB
Progress (5): 151/167 kB | 130/222 kB | 64/209 kB | 39 kB | 32/111 kB
Progress (5): 151/167 kB | 130/222 kB | 68/209 kB | 39 kB | 32/111 kB
Progress (5): 155/167 kB | 130/222 kB | 68/209 kB | 39 kB | 32/111 kB
Progress (5): 155/167 kB | 130/222 kB | 68/209 kB | 39 kB | 33/111 kB
Progress (5): 159/167 kB | 130/222 kB | 68/209 kB | 39 kB | 33/111 kB
Progress (5): 159/167 kB | 130/222 kB | 72/209 kB | 39 kB | 33/111 kB
Progress (5): 159/167 kB | 131/222 kB | 72/209 kB | 39 kB | 33/111 kB
Progress (5): 159/167 kB | 131/222 kB | 76/209 kB | 39 kB | 33/111 kB
Progress (5): 163/167 kB | 131/222 kB | 76/209 kB | 39 kB | 33/111 kB
Progress (5): 163/167 kB | 131/222 kB | 76/209 kB | 39 kB | 37/111 kB
Progress (5): 167 kB | 131/222 kB | 76/209 kB | 39 kB | 37/111 kB    
Progress (5): 167 kB | 131/222 kB | 80/209 kB | 39 kB | 37/111 kB
Progress (5): 167 kB | 135/222 kB | 80/209 kB | 39 kB | 37/111 kB
Progress (5): 167 kB | 135/222 kB | 84/209 kB | 39 kB | 37/111 kB
Progress (5): 167 kB | 135/222 kB | 84/209 kB | 39 kB | 41/111 kB
Progress (5): 167 kB | 135/222 kB | 88/209 kB | 39 kB | 41/111 kB
Progress (5): 167 kB | 139/222 kB | 88/209 kB | 39 kB | 41/111 kB
Progress (5): 167 kB | 139/222 kB | 92/209 kB | 39 kB | 41/111 kB
Progress (5): 167 kB | 143/222 kB | 92/209 kB | 39 kB | 41/111 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 962 kB/s)
Progress (4): 167 kB | 143/222 kB | 92/209 kB | 45/111 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar
Progress (4): 167 kB | 147/222 kB | 92/209 kB | 45/111 kB
Progress (4): 167 kB | 147/222 kB | 96/209 kB | 45/111 kB
Progress (4): 167 kB | 147/222 kB | 96/209 kB | 49/111 kB
Progress (4): 167 kB | 151/222 kB | 96/209 kB | 49/111 kB
Progress (4): 167 kB | 151/222 kB | 96/209 kB | 53/111 kB
Progress (4): 167 kB | 151/222 kB | 100/209 kB | 53/111 kB
Progress (4): 167 kB | 151/222 kB | 100/209 kB | 57/111 kB
Progress (4): 167 kB | 155/222 kB | 100/209 kB | 57/111 kB
Progress (4): 167 kB | 155/222 kB | 100/209 kB | 61/111 kB
Progress (4): 167 kB | 155/222 kB | 104/209 kB | 61/111 kB
Progress (4): 167 kB | 155/222 kB | 104/209 kB | 65/111 kB
Progress (4): 167 kB | 159/222 kB | 104/209 kB | 65/111 kB
Progress (4): 167 kB | 159/222 kB | 104/209 kB | 66/111 kB
Progress (4): 167 kB | 159/222 kB | 108/209 kB | 66/111 kB
Progress (4): 167 kB | 163/222 kB | 108/209 kB | 66/111 kB
Progress (4): 167 kB | 163/222 kB | 112/209 kB | 66/111 kB
Progress (4): 167 kB | 163/222 kB | 112/209 kB | 70/111 kB
Progress (4): 167 kB | 164/222 kB | 112/209 kB | 70/111 kB
Progress (4): 167 kB | 164/222 kB | 112/209 kB | 74/111 kB
Progress (4): 167 kB | 164/222 kB | 116/209 kB | 74/111 kB
Progress (4): 167 kB | 164/222 kB | 116/209 kB | 78/111 kB
Progress (4): 167 kB | 168/222 kB | 116/209 kB | 78/111 kB
Progress (4): 167 kB | 168/222 kB | 116/209 kB | 82/111 kB
Progress (4): 167 kB | 168/222 kB | 120/209 kB | 82/111 kB
Progress (4): 167 kB | 172/222 kB | 120/209 kB | 82/111 kB
Progress (4): 167 kB | 172/222 kB | 124/209 kB | 82/111 kB
Progress (4): 167 kB | 172/222 kB | 124/209 kB | 86/111 kB
Progress (4): 167 kB | 172/222 kB | 128/209 kB | 86/111 kB
Progress (4): 167 kB | 176/222 kB | 128/209 kB | 86/111 kB
Progress (4): 167 kB | 176/222 kB | 128/209 kB | 90/111 kB
Progress (4): 167 kB | 180/222 kB | 128/209 kB | 90/111 kB
Progress (4): 167 kB | 180/222 kB | 132/209 kB | 90/111 kB
Progress (4): 167 kB | 180/222 kB | 132/209 kB | 94/111 kB
Progress (4): 167 kB | 180/222 kB | 136/209 kB | 94/111 kB
Progress (4): 167 kB | 184/222 kB | 136/209 kB | 94/111 kB
Progress (4): 167 kB | 184/222 kB | 136/209 kB | 98/111 kB
Progress (4): 167 kB | 188/222 kB | 136/209 kB | 98/111 kB
Progress (4): 167 kB | 188/222 kB | 136/209 kB | 102/111 kB
Progress (4): 167 kB | 192/222 kB | 136/209 kB | 102/111 kB
Progress (4): 167 kB | 192/222 kB | 140/209 kB | 102/111 kB
Progress (4): 167 kB | 196/222 kB | 140/209 kB | 102/111 kB
Progress (4): 167 kB | 196/222 kB | 140/209 kB | 106/111 kB
Progress (4): 167 kB | 200/222 kB | 140/209 kB | 106/111 kB
Progress (4): 167 kB | 200/222 kB | 140/209 kB | 110/111 kB
Progress (4): 167 kB | 200/222 kB | 144/209 kB | 110/111 kB
Progress (4): 167 kB | 200/222 kB | 144/209 kB | 111 kB    
Progress (4): 167 kB | 200/222 kB | 148/209 kB | 111 kB
Progress (4): 167 kB | 204/222 kB | 148/209 kB | 111 kB
Progress (4): 167 kB | 204/222 kB | 152/209 kB | 111 kB
Progress (4): 167 kB | 208/222 kB | 152/209 kB | 111 kB
Progress (4): 167 kB | 208/222 kB | 156/209 kB | 111 kB
Progress (4): 167 kB | 212/222 kB | 156/209 kB | 111 kB
Progress (4): 167 kB | 212/222 kB | 160/209 kB | 111 kB
Progress (4): 167 kB | 216/222 kB | 160/209 kB | 111 kB
Progress (4): 167 kB | 220/222 kB | 160/209 kB | 111 kB
Progress (5): 167 kB | 220/222 kB | 160/209 kB | 111 kB | 4.1/317 kB
Progress (5): 167 kB | 222 kB | 160/209 kB | 111 kB | 4.1/317 kB    
Progress (5): 167 kB | 222 kB | 160/209 kB | 111 kB | 7.7/317 kB
Progress (5): 167 kB | 222 kB | 164/209 kB | 111 kB | 7.7/317 kB
Progress (5): 167 kB | 222 kB | 164/209 kB | 111 kB | 12/317 kB 
Progress (5): 167 kB | 222 kB | 168/209 kB | 111 kB | 12/317 kB
Progress (5): 167 kB | 222 kB | 168/209 kB | 111 kB | 16/317 kB
Progress (5): 167 kB | 222 kB | 172/209 kB | 111 kB | 16/317 kB
Progress (5): 167 kB | 222 kB | 172/209 kB | 111 kB | 20/317 kB
Progress (5): 167 kB | 222 kB | 176/209 kB | 111 kB | 20/317 kB
Progress (5): 167 kB | 222 kB | 176/209 kB | 111 kB | 24/317 kB
Progress (5): 167 kB | 222 kB | 176/209 kB | 111 kB | 28/317 kB
Progress (5): 167 kB | 222 kB | 176/209 kB | 111 kB | 32/317 kB
Progress (5): 167 kB | 222 kB | 176/209 kB | 111 kB | 33/317 kB
Progress (5): 167 kB | 222 kB | 180/209 kB | 111 kB | 33/317 kB
Progress (5): 167 kB | 222 kB | 180/209 kB | 111 kB | 37/317 kB
Progress (5): 167 kB | 222 kB | 184/209 kB | 111 kB | 37/317 kB
Progress (5): 167 kB | 222 kB | 184/209 kB | 111 kB | 41/317 kB
Progress (5): 167 kB | 222 kB | 184/209 kB | 111 kB | 45/317 kB
Progress (5): 167 kB | 222 kB | 188/209 kB | 111 kB | 45/317 kB
Progress (5): 167 kB | 222 kB | 188/209 kB | 111 kB | 49/317 kB
Progress (5): 167 kB | 222 kB | 192/209 kB | 111 kB | 49/317 kB
Progress (5): 167 kB | 222 kB | 192/209 kB | 111 kB | 53/317 kB
Progress (5): 167 kB | 222 kB | 192/209 kB | 111 kB | 57/317 kB
Progress (5): 167 kB | 222 kB | 192/209 kB | 111 kB | 61/317 kB
Progress (5): 167 kB | 222 kB | 192/209 kB | 111 kB | 65/317 kB
Progress (5): 167 kB | 222 kB | 196/209 kB | 111 kB | 65/317 kB
Progress (5): 167 kB | 222 kB | 196/209 kB | 111 kB | 66/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 66/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 70/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 74/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 78/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 82/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 86/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 90/317 kB
Progress (5): 167 kB | 222 kB | 200/209 kB | 111 kB | 94/317 kB
Progress (5): 167 kB | 222 kB | 204/209 kB | 111 kB | 94/317 kB
Progress (5): 167 kB | 222 kB | 204/209 kB | 111 kB | 98/317 kB
Progress (5): 167 kB | 222 kB | 208/209 kB | 111 kB | 98/317 kB
Progress (5): 167 kB | 222 kB | 208/209 kB | 111 kB | 98/317 kB
Progress (5): 167 kB | 222 kB | 209 kB | 111 kB | 98/317 kB    
Progress (5): 167 kB | 222 kB | 209 kB | 111 kB | 102/317 kB
Progress (5): 167 kB | 222 kB | 209 kB | 111 kB | 106/317 kB
Progress (5): 167 kB | 222 kB | 209 kB | 111 kB | 110/317 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 2.0 MB/s)
Progress (4): 167 kB | 222 kB | 209 kB | 114/317 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.9 MB/s)
Progress (3): 167 kB | 209 kB | 118/317 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar
Progress (3): 167 kB | 209 kB | 122/317 kB
Progress (3): 167 kB | 209 kB | 126/317 kB
Progress (3): 167 kB | 209 kB | 130/317 kB
Progress (3): 167 kB | 209 kB | 131/317 kB
Progress (3): 167 kB | 209 kB | 135/317 kB
Progress (3): 167 kB | 209 kB | 139/317 kB
Progress (3): 167 kB | 209 kB | 143/317 kB
Progress (3): 167 kB | 209 kB | 147/317 kB
Progress (3): 167 kB | 209 kB | 151/317 kB
Progress (3): 167 kB | 209 kB | 155/317 kB
Progress (3): 167 kB | 209 kB | 159/317 kB
Progress (3): 167 kB | 209 kB | 163/317 kB
Progress (3): 167 kB | 209 kB | 167/317 kB
Progress (3): 167 kB | 209 kB | 171/317 kB
Progress (3): 167 kB | 209 kB | 175/317 kB
Progress (3): 167 kB | 209 kB | 179/317 kB
Progress (3): 167 kB | 209 kB | 183/317 kB
Progress (3): 167 kB | 209 kB | 187/317 kB
Progress (3): 167 kB | 209 kB | 191/317 kB
Progress (3): 167 kB | 209 kB | 195/317 kB
Progress (3): 167 kB | 209 kB | 199/317 kB
Progress (3): 167 kB | 209 kB | 203/317 kB
Progress (3): 167 kB | 209 kB | 207/317 kB
Progress (3): 167 kB | 209 kB | 211/317 kB
Progress (3): 167 kB | 209 kB | 215/317 kB
Progress (3): 167 kB | 209 kB | 219/317 kB
Progress (3): 167 kB | 209 kB | 223/317 kB
Progress (4): 167 kB | 209 kB | 223/317 kB | 4.1/4.7 kB
Progress (5): 167 kB | 209 kB | 223/317 kB | 4.1/4.7 kB | 4.1/27 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 2.6 MB/s)
Progress (4): 167 kB | 223/317 kB | 4.1/4.7 kB | 7.7/27 kB
Progress (4): 167 kB | 223/317 kB | 4.7 kB | 7.7/27 kB    
Progress (4): 167 kB | 223/317 kB | 4.7 kB | 12/27 kB 
Progress (4): 167 kB | 227/317 kB | 4.7 kB | 12/27 kB
Progress (4): 167 kB | 227/317 kB | 4.7 kB | 16/27 kB
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar
Progress (4): 167 kB | 227/317 kB | 4.7 kB | 20/27 kB
Progress (4): 167 kB | 231/317 kB | 4.7 kB | 20/27 kB
Progress (4): 167 kB | 231/317 kB | 4.7 kB | 24/27 kB
Progress (4): 167 kB | 235/317 kB | 4.7 kB | 24/27 kB
Progress (4): 167 kB | 235/317 kB | 4.7 kB | 27 kB   
Progress (4): 167 kB | 239/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 243/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 247/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 251/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 255/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 259/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 262/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 266/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 270/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 274/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 278/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 282/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 286/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 290/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 294/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 298/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 302/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 306/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 310/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 314/317 kB | 4.7 kB | 27 kB
Progress (4): 167 kB | 317 kB | 4.7 kB | 27 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 52 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 294 kB/s)
Progress (3): 167 kB | 317 kB | 4.1/21 kB
Progress (3): 167 kB | 317 kB | 7.7/21 kB
Progress (3): 167 kB | 317 kB | 12/21 kB 
Progress (3): 167 kB | 317 kB | 16/21 kB
Progress (3): 167 kB | 317 kB | 20/21 kB
Progress (3): 167 kB | 317 kB | 21 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 172 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 2.5 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 33 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/spi/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-spi ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrpc-spi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/spi/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrpc-spi ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxrpc-spi ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 88 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 900 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.6 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 233 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 192 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
Progress (1): 4.1/5.5 kB
Progress (1): 5.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 240 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.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.1/maven-plugin-annotations-3.1.pom (1.6 kB at 74 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 1.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 101 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 165 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 151 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 79 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 242 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 114 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 193 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 48 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 123 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Progress (1): 4.1/7.8 kB
Progress (1): 7.7/7.8 kB
Progress (1): 7.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 432 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 60 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 139 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 70 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 39 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 40 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 99 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 193 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 928 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/42 kB
Progress (1): 7.7/42 kB
Progress (1): 12/42 kB 
Progress (1): 16/42 kB
Progress (1): 20/42 kB
Progress (1): 24/42 kB
Progress (1): 28/42 kB
Progress (1): 32/42 kB
Progress (1): 36/42 kB
Progress (1): 40/42 kB
Progress (1): 42 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 95 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Progress (1): 4.1/9.3 kB
Progress (1): 7.7/9.3 kB
Progress (1): 9.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 718 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
Progress (1): 4.1/23 kB
Progress (1): 7.7/23 kB
Progress (1): 12/23 kB 
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.7 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 37 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
Progress (2): 13 kB | 4.1/35 kB
Progress (2): 13 kB | 7.7/35 kB
Progress (2): 13 kB | 12/35 kB 
Progress (2): 13 kB | 16/35 kB
Progress (2): 13 kB | 20/35 kB
                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 445 kB/s)
Progress (1): 24/35 kB
                      
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
Progress (2): 24/35 kB | 4.1/118 kB
Progress (2): 28/35 kB | 4.1/118 kB
Progress (2): 28/35 kB | 7.7/118 kB
Progress (2): 32/35 kB | 7.7/118 kB
Progress (2): 32/35 kB | 12/118 kB 
Progress (2): 35 kB | 12/118 kB   
Progress (2): 35 kB | 16/118 kB
Progress (3): 35 kB | 16/118 kB | 4.1/263 kB
Progress (3): 35 kB | 20/118 kB | 4.1/263 kB
Progress (3): 35 kB | 20/118 kB | 7.7/263 kB
Progress (3): 35 kB | 24/118 kB | 7.7/263 kB
Progress (3): 35 kB | 24/118 kB | 12/263 kB 
Progress (3): 35 kB | 28/118 kB | 12/263 kB
Progress (3): 35 kB | 28/118 kB | 16/263 kB
Progress (3): 35 kB | 32/118 kB | 16/263 kB
Progress (3): 35 kB | 32/118 kB | 20/263 kB
Progress (3): 35 kB | 36/118 kB | 20/263 kB
Progress (3): 35 kB | 36/118 kB | 24/263 kB
Progress (3): 35 kB | 40/118 kB | 24/263 kB
Progress (3): 35 kB | 44/118 kB | 24/263 kB
Progress (3): 35 kB | 48/118 kB | 24/263 kB
Progress (3): 35 kB | 48/118 kB | 28/263 kB
Progress (3): 35 kB | 52/118 kB | 28/263 kB
Progress (3): 35 kB | 52/118 kB | 32/263 kB
Progress (3): 35 kB | 56/118 kB | 32/263 kB
Progress (3): 35 kB | 56/118 kB | 36/263 kB
Progress (3): 35 kB | 60/118 kB | 36/263 kB
Progress (3): 35 kB | 60/118 kB | 40/263 kB
Progress (3): 35 kB | 64/118 kB | 40/263 kB
Progress (4): 35 kB | 64/118 kB | 40/263 kB | 4.1/316 kB
Progress (4): 35 kB | 68/118 kB | 40/263 kB | 4.1/316 kB
Progress (4): 35 kB | 68/118 kB | 44/263 kB | 4.1/316 kB
Progress (4): 35 kB | 72/118 kB | 44/263 kB | 4.1/316 kB
Progress (4): 35 kB | 72/118 kB | 44/263 kB | 7.7/316 kB
Progress (4): 35 kB | 76/118 kB | 44/263 kB | 7.7/316 kB
Progress (4): 35 kB | 76/118 kB | 48/263 kB | 7.7/316 kB
Progress (4): 35 kB | 80/118 kB | 48/263 kB | 7.7/316 kB
Progress (4): 35 kB | 80/118 kB | 48/263 kB | 12/316 kB 
Progress (4): 35 kB | 84/118 kB | 48/263 kB | 12/316 kB
Progress (4): 35 kB | 84/118 kB | 52/263 kB | 12/316 kB
Progress (4): 35 kB | 88/118 kB | 52/263 kB | 12/316 kB
Progress (4): 35 kB | 88/118 kB | 52/263 kB | 16/316 kB
Progress (4): 35 kB | 92/118 kB | 52/263 kB | 16/316 kB
Progress (5): 35 kB | 92/118 kB | 52/263 kB | 16/316 kB | 4.1/31 kB
Progress (5): 35 kB | 92/118 kB | 56/263 kB | 16/316 kB | 4.1/31 kB
Progress (5): 35 kB | 92/118 kB | 56/263 kB | 16/316 kB | 7.7/31 kB
Progress (5): 35 kB | 96/118 kB | 56/263 kB | 16/316 kB | 7.7/31 kB
Progress (5): 35 kB | 96/118 kB | 56/263 kB | 20/316 kB | 7.7/31 kB
Progress (5): 35 kB | 100/118 kB | 56/263 kB | 20/316 kB | 7.7/31 kB
Progress (5): 35 kB | 100/118 kB | 56/263 kB | 20/316 kB | 12/31 kB 
Progress (5): 35 kB | 100/118 kB | 60/263 kB | 20/316 kB | 12/31 kB
Progress (5): 35 kB | 100/118 kB | 60/263 kB | 20/316 kB | 16/31 kB
Progress (5): 35 kB | 104/118 kB | 60/263 kB | 20/316 kB | 16/31 kB
Progress (5): 35 kB | 104/118 kB | 60/263 kB | 24/316 kB | 16/31 kB
Progress (5): 35 kB | 108/118 kB | 60/263 kB | 24/316 kB | 16/31 kB
Progress (5): 35 kB | 108/118 kB | 60/263 kB | 28/316 kB | 16/31 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 937 kB/s)
Progress (4): 108/118 kB | 60/263 kB | 28/316 kB | 20/31 kB
Progress (4): 108/118 kB | 64/263 kB | 28/316 kB | 20/31 kB
Progress (4): 108/118 kB | 64/263 kB | 28/316 kB | 24/31 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
Progress (4): 108/118 kB | 64/263 kB | 32/316 kB | 24/31 kB
Progress (4): 112/118 kB | 64/263 kB | 32/316 kB | 24/31 kB
Progress (4): 112/118 kB | 64/263 kB | 36/316 kB | 24/31 kB
Progress (4): 112/118 kB | 64/263 kB | 36/316 kB | 28/31 kB
Progress (4): 112/118 kB | 68/263 kB | 36/316 kB | 28/31 kB
Progress (4): 112/118 kB | 68/263 kB | 36/316 kB | 31 kB   
Progress (4): 112/118 kB | 68/263 kB | 40/316 kB | 31 kB
Progress (4): 116/118 kB | 68/263 kB | 40/316 kB | 31 kB
Progress (4): 116/118 kB | 68/263 kB | 44/316 kB | 31 kB
Progress (4): 116/118 kB | 72/263 kB | 44/316 kB | 31 kB
Progress (4): 116/118 kB | 72/263 kB | 48/316 kB | 31 kB
Progress (4): 118 kB | 72/263 kB | 48/316 kB | 31 kB    
Progress (4): 118 kB | 72/263 kB | 52/316 kB | 31 kB
Progress (4): 118 kB | 76/263 kB | 52/316 kB | 31 kB
Progress (4): 118 kB | 76/263 kB | 56/316 kB | 31 kB
Progress (4): 118 kB | 80/263 kB | 56/316 kB | 31 kB
Progress (4): 118 kB | 80/263 kB | 60/316 kB | 31 kB
Progress (4): 118 kB | 84/263 kB | 60/316 kB | 31 kB
Progress (4): 118 kB | 84/263 kB | 64/316 kB | 31 kB
Progress (4): 118 kB | 88/263 kB | 64/316 kB | 31 kB
Progress (4): 118 kB | 88/263 kB | 68/316 kB | 31 kB
Progress (4): 118 kB | 92/263 kB | 68/316 kB | 31 kB
Progress (4): 118 kB | 92/263 kB | 72/316 kB | 31 kB
Progress (4): 118 kB | 96/263 kB | 72/316 kB | 31 kB
Progress (4): 118 kB | 96/263 kB | 76/316 kB | 31 kB
Progress (4): 118 kB | 98/263 kB | 76/316 kB | 31 kB
Progress (4): 118 kB | 98/263 kB | 80/316 kB | 31 kB
Progress (4): 118 kB | 102/263 kB | 80/316 kB | 31 kB
Progress (4): 118 kB | 102/263 kB | 84/316 kB | 31 kB
Progress (4): 118 kB | 106/263 kB | 84/316 kB | 31 kB
Progress (4): 118 kB | 106/263 kB | 88/316 kB | 31 kB
Progress (4): 118 kB | 110/263 kB | 88/316 kB | 31 kB
Progress (4): 118 kB | 110/263 kB | 92/316 kB | 31 kB
Progress (4): 118 kB | 114/263 kB | 92/316 kB | 31 kB
Progress (4): 118 kB | 114/263 kB | 96/316 kB | 31 kB
Progress (4): 118 kB | 118/263 kB | 96/316 kB | 31 kB
Progress (4): 118 kB | 118/263 kB | 100/316 kB | 31 kB
Progress (4): 118 kB | 122/263 kB | 100/316 kB | 31 kB
Progress (4): 118 kB | 122/263 kB | 104/316 kB | 31 kB
Progress (4): 118 kB | 126/263 kB | 104/316 kB | 31 kB
Progress (4): 118 kB | 126/263 kB | 108/316 kB | 31 kB
Progress (4): 118 kB | 130/263 kB | 108/316 kB | 31 kB
Progress (4): 118 kB | 130/263 kB | 112/316 kB | 31 kB
Progress (4): 118 kB | 131/263 kB | 112/316 kB | 31 kB
Progress (4): 118 kB | 131/263 kB | 116/316 kB | 31 kB
Progress (4): 118 kB | 135/263 kB | 116/316 kB | 31 kB
Progress (4): 118 kB | 135/263 kB | 120/316 kB | 31 kB
Progress (4): 118 kB | 139/263 kB | 120/316 kB | 31 kB
Progress (4): 118 kB | 139/263 kB | 124/316 kB | 31 kB
Progress (4): 118 kB | 143/263 kB | 124/316 kB | 31 kB
Progress (4): 118 kB | 143/263 kB | 128/316 kB | 31 kB
Progress (4): 118 kB | 147/263 kB | 128/316 kB | 31 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 2.6 MB/s)
Progress (4): 147/263 kB | 128/316 kB | 31 kB | 4.1/232 kB
Progress (4): 151/263 kB | 128/316 kB | 31 kB | 4.1/232 kB
Progress (4): 151/263 kB | 132/316 kB | 31 kB | 4.1/232 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 690 kB/s)
Progress (3): 155/263 kB | 132/316 kB | 4.1/232 kB
Progress (3): 155/263 kB | 132/316 kB | 7.7/232 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Progress (3): 155/263 kB | 132/316 kB | 12/232 kB
Progress (3): 159/263 kB | 132/316 kB | 12/232 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Progress (3): 159/263 kB | 136/316 kB | 12/232 kB
Progress (3): 163/263 kB | 136/316 kB | 12/232 kB
Progress (3): 163/263 kB | 136/316 kB | 16/232 kB
Progress (3): 167/263 kB | 136/316 kB | 16/232 kB
Progress (3): 167/263 kB | 140/316 kB | 16/232 kB
Progress (3): 171/263 kB | 140/316 kB | 16/232 kB
Progress (3): 171/263 kB | 140/316 kB | 20/232 kB
Progress (3): 171/263 kB | 144/316 kB | 20/232 kB
Progress (3): 171/263 kB | 144/316 kB | 24/232 kB
Progress (3): 171/263 kB | 148/316 kB | 24/232 kB
Progress (3): 175/263 kB | 148/316 kB | 24/232 kB
Progress (3): 175/263 kB | 152/316 kB | 24/232 kB
Progress (3): 175/263 kB | 152/316 kB | 28/232 kB
Progress (3): 179/263 kB | 152/316 kB | 28/232 kB
Progress (3): 179/263 kB | 152/316 kB | 32/232 kB
Progress (3): 179/263 kB | 156/316 kB | 32/232 kB
Progress (3): 179/263 kB | 156/316 kB | 33/232 kB
Progress (3): 183/263 kB | 156/316 kB | 33/232 kB
Progress (3): 183/263 kB | 160/316 kB | 33/232 kB
Progress (3): 187/263 kB | 160/316 kB | 33/232 kB
Progress (3): 187/263 kB | 160/316 kB | 37/232 kB
Progress (3): 187/263 kB | 164/316 kB | 37/232 kB
Progress (3): 187/263 kB | 164/316 kB | 41/232 kB
Progress (3): 191/263 kB | 164/316 kB | 41/232 kB
Progress (3): 191/263 kB | 168/316 kB | 41/232 kB
Progress (3): 195/263 kB | 168/316 kB | 41/232 kB
Progress (3): 195/263 kB | 168/316 kB | 45/232 kB
Progress (3): 195/263 kB | 172/316 kB | 45/232 kB
Progress (3): 195/263 kB | 172/316 kB | 49/232 kB
Progress (3): 199/263 kB | 172/316 kB | 49/232 kB
Progress (3): 199/263 kB | 176/316 kB | 49/232 kB
Progress (3): 203/263 kB | 176/316 kB | 49/232 kB
Progress (3): 203/263 kB | 176/316 kB | 53/232 kB
Progress (3): 203/263 kB | 180/316 kB | 53/232 kB
Progress (3): 203/263 kB | 180/316 kB | 57/232 kB
Progress (3): 207/263 kB | 180/316 kB | 57/232 kB
Progress (3): 207/263 kB | 184/316 kB | 57/232 kB
Progress (3): 211/263 kB | 184/316 kB | 57/232 kB
Progress (3): 211/263 kB | 184/316 kB | 61/232 kB
Progress (3): 211/263 kB | 188/316 kB | 61/232 kB
Progress (3): 211/263 kB | 188/316 kB | 65/232 kB
Progress (3): 215/263 kB | 188/316 kB | 65/232 kB
Progress (3): 215/263 kB | 188/316 kB | 66/232 kB
Progress (3): 215/263 kB | 192/316 kB | 66/232 kB
Progress (4): 215/263 kB | 192/316 kB | 66/232 kB | 4.1/89 kB
Progress (4): 215/263 kB | 196/316 kB | 66/232 kB | 4.1/89 kB
Progress (4): 215/263 kB | 196/316 kB | 70/232 kB | 4.1/89 kB
Progress (4): 219/263 kB | 196/316 kB | 70/232 kB | 4.1/89 kB
Progress (5): 219/263 kB | 196/316 kB | 70/232 kB | 4.1/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 196/316 kB | 74/232 kB | 4.1/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 200/316 kB | 74/232 kB | 4.1/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 200/316 kB | 78/232 kB | 4.1/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 200/316 kB | 78/232 kB | 7.7/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 200/316 kB | 82/232 kB | 7.7/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 204/316 kB | 82/232 kB | 7.7/89 kB | 4.1/122 kB
Progress (5): 219/263 kB | 204/316 kB | 82/232 kB | 7.7/89 kB | 7.7/122 kB
Progress (5): 223/263 kB | 204/316 kB | 82/232 kB | 7.7/89 kB | 7.7/122 kB
Progress (5): 223/263 kB | 204/316 kB | 82/232 kB | 7.7/89 kB | 12/122 kB 
Progress (5): 223/263 kB | 208/316 kB | 82/232 kB | 7.7/89 kB | 12/122 kB
Progress (5): 223/263 kB | 208/316 kB | 86/232 kB | 7.7/89 kB | 12/122 kB
Progress (5): 223/263 kB | 208/316 kB | 86/232 kB | 12/89 kB | 12/122 kB 
Progress (5): 223/263 kB | 208/316 kB | 90/232 kB | 12/89 kB | 12/122 kB
Progress (5): 223/263 kB | 212/316 kB | 90/232 kB | 12/89 kB | 12/122 kB
Progress (5): 223/263 kB | 212/316 kB | 90/232 kB | 12/89 kB | 16/122 kB
Progress (5): 227/263 kB | 212/316 kB | 90/232 kB | 12/89 kB | 16/122 kB
Progress (5): 227/263 kB | 212/316 kB | 90/232 kB | 12/89 kB | 20/122 kB
Progress (5): 227/263 kB | 216/316 kB | 90/232 kB | 12/89 kB | 20/122 kB
Progress (5): 227/263 kB | 216/316 kB | 94/232 kB | 12/89 kB | 20/122 kB
Progress (5): 227/263 kB | 216/316 kB | 94/232 kB | 16/89 kB | 20/122 kB
Progress (5): 227/263 kB | 216/316 kB | 98/232 kB | 16/89 kB | 20/122 kB
Progress (5): 227/263 kB | 220/316 kB | 98/232 kB | 16/89 kB | 20/122 kB
Progress (5): 227/263 kB | 220/316 kB | 98/232 kB | 16/89 kB | 24/122 kB
Progress (5): 231/263 kB | 220/316 kB | 98/232 kB | 16/89 kB | 24/122 kB
Progress (5): 231/263 kB | 220/316 kB | 98/232 kB | 16/89 kB | 28/122 kB
Progress (5): 231/263 kB | 224/316 kB | 98/232 kB | 16/89 kB | 28/122 kB
Progress (5): 231/263 kB | 224/316 kB | 102/232 kB | 16/89 kB | 28/122 kB
Progress (5): 231/263 kB | 224/316 kB | 102/232 kB | 20/89 kB | 28/122 kB
Progress (5): 231/263 kB | 224/316 kB | 106/232 kB | 20/89 kB | 28/122 kB
Progress (5): 231/263 kB | 228/316 kB | 106/232 kB | 20/89 kB | 28/122 kB
Progress (5): 231/263 kB | 228/316 kB | 106/232 kB | 20/89 kB | 32/122 kB
Progress (5): 235/263 kB | 228/316 kB | 106/232 kB | 20/89 kB | 32/122 kB
Progress (5): 235/263 kB | 228/316 kB | 106/232 kB | 20/89 kB | 36/122 kB
Progress (5): 235/263 kB | 232/316 kB | 106/232 kB | 20/89 kB | 36/122 kB
Progress (5): 235/263 kB | 232/316 kB | 110/232 kB | 20/89 kB | 36/122 kB
Progress (5): 235/263 kB | 232/316 kB | 110/232 kB | 24/89 kB | 36/122 kB
Progress (5): 235/263 kB | 232/316 kB | 114/232 kB | 24/89 kB | 36/122 kB
Progress (5): 235/263 kB | 236/316 kB | 114/232 kB | 24/89 kB | 36/122 kB
Progress (5): 235/263 kB | 236/316 kB | 114/232 kB | 24/89 kB | 40/122 kB
Progress (5): 239/263 kB | 236/316 kB | 114/232 kB | 24/89 kB | 40/122 kB
Progress (5): 239/263 kB | 236/316 kB | 114/232 kB | 24/89 kB | 44/122 kB
Progress (5): 239/263 kB | 240/316 kB | 114/232 kB | 24/89 kB | 44/122 kB
Progress (5): 239/263 kB | 240/316 kB | 118/232 kB | 24/89 kB | 44/122 kB
Progress (5): 239/263 kB | 240/316 kB | 118/232 kB | 28/89 kB | 44/122 kB
Progress (5): 239/263 kB | 240/316 kB | 122/232 kB | 28/89 kB | 44/122 kB
Progress (5): 239/263 kB | 244/316 kB | 122/232 kB | 28/89 kB | 44/122 kB
Progress (5): 239/263 kB | 244/316 kB | 122/232 kB | 28/89 kB | 48/122 kB
Progress (5): 243/263 kB | 244/316 kB | 122/232 kB | 28/89 kB | 48/122 kB
Progress (5): 243/263 kB | 244/316 kB | 122/232 kB | 28/89 kB | 52/122 kB
Progress (5): 243/263 kB | 248/316 kB | 122/232 kB | 28/89 kB | 52/122 kB
Progress (5): 243/263 kB | 248/316 kB | 126/232 kB | 28/89 kB | 52/122 kB
Progress (5): 243/263 kB | 248/316 kB | 126/232 kB | 32/89 kB | 52/122 kB
Progress (5): 243/263 kB | 248/316 kB | 130/232 kB | 32/89 kB | 52/122 kB
Progress (5): 243/263 kB | 252/316 kB | 130/232 kB | 32/89 kB | 52/122 kB
Progress (5): 243/263 kB | 252/316 kB | 130/232 kB | 32/89 kB | 56/122 kB
Progress (5): 247/263 kB | 252/316 kB | 130/232 kB | 32/89 kB | 56/122 kB
Progress (5): 247/263 kB | 252/316 kB | 130/232 kB | 32/89 kB | 60/122 kB
Progress (5): 247/263 kB | 256/316 kB | 130/232 kB | 32/89 kB | 60/122 kB
Progress (5): 247/263 kB | 256/316 kB | 134/232 kB | 32/89 kB | 60/122 kB
Progress (5): 247/263 kB | 256/316 kB | 134/232 kB | 33/89 kB | 60/122 kB
Progress (5): 247/263 kB | 256/316 kB | 138/232 kB | 33/89 kB | 60/122 kB
Progress (5): 247/263 kB | 260/316 kB | 138/232 kB | 33/89 kB | 60/122 kB
Progress (5): 247/263 kB | 260/316 kB | 138/232 kB | 33/89 kB | 64/122 kB
Progress (5): 251/263 kB | 260/316 kB | 138/232 kB | 33/89 kB | 64/122 kB
Progress (5): 251/263 kB | 260/316 kB | 138/232 kB | 33/89 kB | 68/122 kB
Progress (5): 251/263 kB | 264/316 kB | 138/232 kB | 33/89 kB | 68/122 kB
Progress (5): 251/263 kB | 264/316 kB | 142/232 kB | 33/89 kB | 68/122 kB
Progress (5): 251/263 kB | 264/316 kB | 142/232 kB | 37/89 kB | 68/122 kB
Progress (5): 251/263 kB | 264/316 kB | 146/232 kB | 37/89 kB | 68/122 kB
Progress (5): 251/263 kB | 268/316 kB | 146/232 kB | 37/89 kB | 68/122 kB
Progress (5): 251/263 kB | 268/316 kB | 146/232 kB | 37/89 kB | 72/122 kB
Progress (5): 255/263 kB | 268/316 kB | 146/232 kB | 37/89 kB | 72/122 kB
Progress (5): 255/263 kB | 268/316 kB | 146/232 kB | 37/89 kB | 76/122 kB
Progress (5): 255/263 kB | 272/316 kB | 146/232 kB | 37/89 kB | 76/122 kB
Progress (5): 255/263 kB | 272/316 kB | 150/232 kB | 37/89 kB | 76/122 kB
Progress (5): 255/263 kB | 272/316 kB | 150/232 kB | 41/89 kB | 76/122 kB
Progress (5): 255/263 kB | 272/316 kB | 154/232 kB | 41/89 kB | 76/122 kB
Progress (5): 255/263 kB | 276/316 kB | 154/232 kB | 41/89 kB | 76/122 kB
Progress (5): 255/263 kB | 276/316 kB | 154/232 kB | 41/89 kB | 80/122 kB
Progress (5): 259/263 kB | 276/316 kB | 154/232 kB | 41/89 kB | 80/122 kB
Progress (5): 259/263 kB | 276/316 kB | 154/232 kB | 41/89 kB | 84/122 kB
Progress (5): 259/263 kB | 280/316 kB | 154/232 kB | 41/89 kB | 84/122 kB
Progress (5): 259/263 kB | 280/316 kB | 158/232 kB | 41/89 kB | 84/122 kB
Progress (5): 259/263 kB | 280/316 kB | 158/232 kB | 45/89 kB | 84/122 kB
Progress (5): 259/263 kB | 280/316 kB | 162/232 kB | 45/89 kB | 84/122 kB
Progress (5): 259/263 kB | 284/316 kB | 162/232 kB | 45/89 kB | 84/122 kB
Progress (5): 259/263 kB | 284/316 kB | 162/232 kB | 45/89 kB | 88/122 kB
Progress (5): 263 kB | 284/316 kB | 162/232 kB | 45/89 kB | 88/122 kB    
Progress (5): 263 kB | 284/316 kB | 162/232 kB | 45/89 kB | 92/122 kB
Progress (5): 263 kB | 288/316 kB | 162/232 kB | 45/89 kB | 92/122 kB
Progress (5): 263 kB | 288/316 kB | 166/232 kB | 45/89 kB | 92/122 kB
Progress (5): 263 kB | 288/316 kB | 166/232 kB | 49/89 kB | 92/122 kB
Progress (5): 263 kB | 288/316 kB | 170/232 kB | 49/89 kB | 92/122 kB
Progress (5): 263 kB | 292/316 kB | 170/232 kB | 49/89 kB | 92/122 kB
Progress (5): 263 kB | 292/316 kB | 170/232 kB | 49/89 kB | 96/122 kB
Progress (5): 263 kB | 296/316 kB | 170/232 kB | 49/89 kB | 96/122 kB
Progress (5): 263 kB | 296/316 kB | 174/232 kB | 49/89 kB | 96/122 kB
Progress (5): 263 kB | 296/316 kB | 174/232 kB | 53/89 kB | 96/122 kB
Progress (5): 263 kB | 296/316 kB | 178/232 kB | 53/89 kB | 96/122 kB
Progress (5): 263 kB | 300/316 kB | 178/232 kB | 53/89 kB | 96/122 kB
Progress (5): 263 kB | 300/316 kB | 178/232 kB | 53/89 kB | 100/122 kB
Progress (5): 263 kB | 304/316 kB | 178/232 kB | 53/89 kB | 100/122 kB
Progress (5): 263 kB | 304/316 kB | 182/232 kB | 53/89 kB | 100/122 kB
Progress (5): 263 kB | 304/316 kB | 182/232 kB | 57/89 kB | 100/122 kB
Progress (5): 263 kB | 304/316 kB | 186/232 kB | 57/89 kB | 100/122 kB
Progress (5): 263 kB | 308/316 kB | 186/232 kB | 57/89 kB | 100/122 kB
Progress (5): 263 kB | 308/316 kB | 186/232 kB | 57/89 kB | 104/122 kB
Progress (5): 263 kB | 312/316 kB | 186/232 kB | 57/89 kB | 104/122 kB
Progress (5): 263 kB | 312/316 kB | 190/232 kB | 57/89 kB | 104/122 kB
Progress (5): 263 kB | 312/316 kB | 190/232 kB | 61/89 kB | 104/122 kB
Progress (5): 263 kB | 312/316 kB | 194/232 kB | 61/89 kB | 104/122 kB
Progress (5): 263 kB | 316/316 kB | 194/232 kB | 61/89 kB | 104/122 kB
Progress (5): 263 kB | 316/316 kB | 194/232 kB | 61/89 kB | 108/122 kB
Progress (5): 263 kB | 316 kB | 194/232 kB | 61/89 kB | 108/122 kB    
Progress (5): 263 kB | 316 kB | 198/232 kB | 61/89 kB | 108/122 kB
Progress (5): 263 kB | 316 kB | 198/232 kB | 65/89 kB | 108/122 kB
Progress (5): 263 kB | 316 kB | 202/232 kB | 65/89 kB | 108/122 kB
Progress (5): 263 kB | 316 kB | 202/232 kB | 65/89 kB | 112/122 kB
Progress (5): 263 kB | 316 kB | 206/232 kB | 65/89 kB | 112/122 kB
Progress (5): 263 kB | 316 kB | 206/232 kB | 69/89 kB | 112/122 kB
Progress (5): 263 kB | 316 kB | 210/232 kB | 69/89 kB | 112/122 kB
Progress (5): 263 kB | 316 kB | 210/232 kB | 69/89 kB | 116/122 kB
Progress (5): 263 kB | 316 kB | 214/232 kB | 69/89 kB | 116/122 kB
Progress (5): 263 kB | 316 kB | 214/232 kB | 73/89 kB | 116/122 kB
Progress (5): 263 kB | 316 kB | 218/232 kB | 73/89 kB | 116/122 kB
Progress (5): 263 kB | 316 kB | 218/232 kB | 73/89 kB | 120/122 kB
Progress (5): 263 kB | 316 kB | 222/232 kB | 73/89 kB | 120/122 kB
Progress (5): 263 kB | 316 kB | 222/232 kB | 77/89 kB | 120/122 kB
Progress (5): 263 kB | 316 kB | 226/232 kB | 77/89 kB | 120/122 kB
Progress (5): 263 kB | 316 kB | 226/232 kB | 77/89 kB | 122 kB    
Progress (5): 263 kB | 316 kB | 230/232 kB | 77/89 kB | 122 kB
Progress (5): 263 kB | 316 kB | 230/232 kB | 81/89 kB | 122 kB
Progress (5): 263 kB | 316 kB | 232 kB | 81/89 kB | 122 kB    
Progress (5): 263 kB | 316 kB | 232 kB | 85/89 kB | 122 kB
Progress (5): 263 kB | 316 kB | 232 kB | 89/89 kB | 122 kB
Progress (5): 263 kB | 316 kB | 232 kB | 89 kB | 122 kB   
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Progress (4): 263 kB | 316 kB | 89 kB | 4.1/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 7.7/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 12/35 kB 
Progress (4): 263 kB | 316 kB | 89 kB | 16/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 20/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 24/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 28/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 32/35 kB
Progress (4): 263 kB | 316 kB | 89 kB | 35 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
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 2.2 MB/s)
Progress (3): 89 kB | 35 kB | 4.1/87 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Progress (3): 89 kB | 35 kB | 7.7/87 kB
Progress (3): 89 kB | 35 kB | 12/87 kB 
Progress (3): 89 kB | 35 kB | 16/87 kB
Progress (3): 89 kB | 35 kB | 20/87 kB
Progress (3): 89 kB | 35 kB | 24/87 kB
Progress (3): 89 kB | 35 kB | 28/87 kB
Progress (3): 89 kB | 35 kB | 32/87 kB
Progress (3): 89 kB | 35 kB | 33/87 kB
Progress (3): 89 kB | 35 kB | 37/87 kB
Progress (3): 89 kB | 35 kB | 41/87 kB
Progress (3): 89 kB | 35 kB | 45/87 kB
Progress (3): 89 kB | 35 kB | 49/87 kB
Progress (3): 89 kB | 35 kB | 53/87 kB
Progress (3): 89 kB | 35 kB | 57/87 kB
Progress (3): 89 kB | 35 kB | 61/87 kB
Progress (3): 89 kB | 35 kB | 65/87 kB
Progress (3): 89 kB | 35 kB | 69/87 kB
Progress (3): 89 kB | 35 kB | 73/87 kB
Progress (3): 89 kB | 35 kB | 77/87 kB
Progress (3): 89 kB | 35 kB | 81/87 kB
Progress (3): 89 kB | 35 kB | 85/87 kB
Progress (3): 89 kB | 35 kB | 87 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 585 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Progress (3): 35 kB | 87 kB | 4.1/49 kB
Progress (3): 35 kB | 87 kB | 7.7/49 kB
Progress (3): 35 kB | 87 kB | 12/49 kB 
Progress (3): 35 kB | 87 kB | 16/49 kB
Progress (3): 35 kB | 87 kB | 20/49 kB
Progress (3): 35 kB | 87 kB | 24/49 kB
Progress (3): 35 kB | 87 kB | 28/49 kB
Progress (3): 35 kB | 87 kB | 32/49 kB
Progress (3): 35 kB | 87 kB | 36/49 kB
Progress (4): 35 kB | 87 kB | 36/49 kB | 4.1/58 kB
Progress (4): 35 kB | 87 kB | 40/49 kB | 4.1/58 kB
Progress (4): 35 kB | 87 kB | 40/49 kB | 7.7/58 kB
Progress (4): 35 kB | 87 kB | 44/49 kB | 7.7/58 kB
Progress (4): 35 kB | 87 kB | 48/49 kB | 7.7/58 kB
Progress (4): 35 kB | 87 kB | 48/49 kB | 12/58 kB 
Progress (4): 35 kB | 87 kB | 49 kB | 12/58 kB   
Progress (4): 35 kB | 87 kB | 49 kB | 16/58 kB
Progress (4): 35 kB | 87 kB | 49 kB | 20/58 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 213 kB/s)
Progress (3): 87 kB | 49 kB | 24/58 kB
                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Progress (3): 87 kB | 49 kB | 28/58 kB
Progress (3): 87 kB | 49 kB | 32/58 kB
Progress (3): 87 kB | 49 kB | 36/58 kB
Progress (3): 87 kB | 49 kB | 40/58 kB
Progress (3): 87 kB | 49 kB | 44/58 kB
Progress (3): 87 kB | 49 kB | 48/58 kB
Progress (3): 87 kB | 49 kB | 52/58 kB
Progress (3): 87 kB | 49 kB | 56/58 kB
Progress (3): 87 kB | 49 kB | 58 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 511 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Progress (3): 49 kB | 58 kB | 4.1/160 kB
Progress (3): 49 kB | 58 kB | 7.7/160 kB
Progress (3): 49 kB | 58 kB | 12/160 kB 
Progress (3): 49 kB | 58 kB | 16/160 kB
Progress (3): 49 kB | 58 kB | 20/160 kB
Progress (3): 49 kB | 58 kB | 24/160 kB
Progress (3): 49 kB | 58 kB | 28/160 kB
Progress (3): 49 kB | 58 kB | 32/160 kB
Progress (3): 49 kB | 58 kB | 33/160 kB
Progress (3): 49 kB | 58 kB | 37/160 kB
Progress (3): 49 kB | 58 kB | 41/160 kB
Progress (3): 49 kB | 58 kB | 45/160 kB
Progress (3): 49 kB | 58 kB | 49/160 kB
Progress (3): 49 kB | 58 kB | 53/160 kB
Progress (3): 49 kB | 58 kB | 57/160 kB
Progress (3): 49 kB | 58 kB | 61/160 kB
Progress (3): 49 kB | 58 kB | 65/160 kB
Progress (3): 49 kB | 58 kB | 66/160 kB
Progress (3): 49 kB | 58 kB | 70/160 kB
Progress (3): 49 kB | 58 kB | 74/160 kB
Progress (3): 49 kB | 58 kB | 78/160 kB
Progress (3): 49 kB | 58 kB | 82/160 kB
Progress (3): 49 kB | 58 kB | 86/160 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 327 kB/s)
Progress (2): 49 kB | 90/160 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
Progress (3): 49 kB | 90/160 kB | 4.1/29 kB
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 274 kB/s)
Progress (2): 94/160 kB | 4.1/29 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Progress (3): 94/160 kB | 4.1/29 kB | 4.1/21 kB
Progress (3): 94/160 kB | 7.7/29 kB | 4.1/21 kB
Progress (3): 94/160 kB | 7.7/29 kB | 7.7/21 kB
Progress (3): 98/160 kB | 7.7/29 kB | 7.7/21 kB
Progress (3): 98/160 kB | 12/29 kB | 7.7/21 kB 
Progress (3): 98/160 kB | 12/29 kB | 12/21 kB 
Progress (3): 98/160 kB | 16/29 kB | 12/21 kB
Progress (3): 102/160 kB | 16/29 kB | 12/21 kB
Progress (3): 102/160 kB | 16/29 kB | 16/21 kB
Progress (3): 106/160 kB | 16/29 kB | 16/21 kB
Progress (3): 106/160 kB | 16/29 kB | 20/21 kB
Progress (3): 106/160 kB | 20/29 kB | 20/21 kB
Progress (3): 110/160 kB | 20/29 kB | 20/21 kB
Progress (3): 110/160 kB | 20/29 kB | 21 kB   
Progress (3): 114/160 kB | 20/29 kB | 21 kB
Progress (3): 114/160 kB | 24/29 kB | 21 kB
Progress (3): 118/160 kB | 24/29 kB | 21 kB
Progress (3): 118/160 kB | 28/29 kB | 21 kB
Progress (3): 122/160 kB | 28/29 kB | 21 kB
Progress (3): 122/160 kB | 29 kB | 21 kB   
Progress (3): 126/160 kB | 29 kB | 21 kB
Progress (3): 130/160 kB | 29 kB | 21 kB
Progress (3): 134/160 kB | 29 kB | 21 kB
Progress (3): 138/160 kB | 29 kB | 21 kB
Progress (3): 142/160 kB | 29 kB | 21 kB
Progress (3): 146/160 kB | 29 kB | 21 kB
Progress (3): 150/160 kB | 29 kB | 21 kB
Progress (3): 154/160 kB | 29 kB | 21 kB
Progress (3): 158/160 kB | 29 kB | 21 kB
Progress (3): 160 kB | 29 kB | 21 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 153 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Progress (2): 160 kB | 4.1/37 kB
Progress (2): 160 kB | 7.7/37 kB
Progress (2): 160 kB | 12/37 kB 
Progress (2): 160 kB | 16/37 kB
Progress (2): 160 kB | 20/37 kB
Progress (2): 160 kB | 24/37 kB
Progress (2): 160 kB | 28/37 kB
Progress (2): 160 kB | 32/37 kB
Progress (2): 160 kB | 33/37 kB
Progress (2): 160 kB | 37/37 kB
Progress (2): 160 kB | 37 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 179 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Progress (2): 160 kB | 4.1/10 kB
Progress (2): 160 kB | 7.7/10 kB
Progress (3): 160 kB | 7.7/10 kB | 4.1/14 kB
Progress (3): 160 kB | 10 kB | 4.1/14 kB    
Progress (3): 160 kB | 10 kB | 7.7/14 kB
Progress (4): 160 kB | 10 kB | 7.7/14 kB | 4.1/25 kB
Progress (4): 160 kB | 10 kB | 12/14 kB | 4.1/25 kB 
Progress (4): 160 kB | 10 kB | 12/14 kB | 7.7/25 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 649 kB/s)
Progress (3): 10 kB | 12/14 kB | 12/25 kB
Progress (4): 10 kB | 12/14 kB | 12/25 kB | 4.1/10 kB
Progress (4): 10 kB | 14 kB | 12/25 kB | 4.1/10 kB   
Progress (4): 10 kB | 14 kB | 12/25 kB | 7.7/10 kB
Progress (4): 10 kB | 14 kB | 16/25 kB | 7.7/10 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
Progress (4): 10 kB | 14 kB | 20/25 kB | 7.7/10 kB
Progress (4): 10 kB | 14 kB | 20/25 kB | 10 kB    
Progress (4): 10 kB | 14 kB | 24/25 kB | 10 kB
Progress (4): 10 kB | 14 kB | 25 kB | 10 kB   
                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 52 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.1/maven-plugin-annotations-3.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 92 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 38 kB/s)
Progress (2): 10 kB | 4.1/38 kB
Progress (2): 10 kB | 7.7/38 kB
Progress (2): 10 kB | 12/38 kB 
Progress (2): 10 kB | 16/38 kB
Progress (2): 10 kB | 20/38 kB
Progress (2): 10 kB | 24/38 kB
Progress (2): 10 kB | 28/38 kB
Progress (2): 10 kB | 32/38 kB
Progress (2): 10 kB | 33/38 kB
Progress (2): 10 kB | 37/38 kB
Progress (2): 10 kB | 38 kB   
Progress (3): 10 kB | 38 kB | 4.1/14 kB
Progress (3): 10 kB | 38 kB | 7.7/14 kB
Progress (3): 10 kB | 38 kB | 12/14 kB 
Progress (3): 10 kB | 38 kB | 14 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 138 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 51 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 22 kB/s)
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.1:jar (default-jar) @ jaxrpc-spi ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Progress (1): 748 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 19 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 377 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.4 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.pom (4.3 kB at 229 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.pom (4.6 kB at 353 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.pom (5.3 kB at 410 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 351 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
Progress (1): 4.1/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 263 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 2.6 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom
Progress (1): 4.1/13 kB
Progress (1): 7.7/13 kB
Progress (1): 12/13 kB 
Progress (1): 13 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.pom (13 kB at 897 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 969 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 136 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 103 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.5/xz-1.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.jar
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 (1): 4.1/86 kB
Progress (1): 7.7/86 kB
Progress (1): 12/86 kB 
Progress (2): 12/86 kB | 4.1/185 kB
Progress (2): 16/86 kB | 4.1/185 kB
Progress (2): 16/86 kB | 7.7/185 kB
Progress (2): 20/86 kB | 7.7/185 kB
Progress (2): 20/86 kB | 12/185 kB 
Progress (2): 24/86 kB | 12/185 kB
Progress (2): 24/86 kB | 16/185 kB
Progress (2): 28/86 kB | 16/185 kB
Progress (2): 28/86 kB | 20/185 kB
Progress (2): 32/86 kB | 20/185 kB
Progress (2): 32/86 kB | 24/185 kB
Progress (2): 33/86 kB | 24/185 kB
Progress (2): 33/86 kB | 28/185 kB
Progress (2): 33/86 kB | 32/185 kB
Progress (2): 37/86 kB | 32/185 kB
Progress (2): 37/86 kB | 33/185 kB
Progress (2): 41/86 kB | 33/185 kB
Progress (2): 41/86 kB | 37/185 kB
Progress (2): 41/86 kB | 41/185 kB
Progress (2): 45/86 kB | 41/185 kB
Progress (2): 45/86 kB | 45/185 kB
Progress (2): 49/86 kB | 45/185 kB
Progress (2): 49/86 kB | 49/185 kB
Progress (2): 53/86 kB | 49/185 kB
Progress (2): 53/86 kB | 53/185 kB
Progress (2): 57/86 kB | 53/185 kB
Progress (2): 57/86 kB | 57/185 kB
Progress (2): 61/86 kB | 57/185 kB
Progress (2): 61/86 kB | 61/185 kB
Progress (2): 65/86 kB | 61/185 kB
Progress (2): 65/86 kB | 65/185 kB
Progress (2): 65/86 kB | 66/185 kB
Progress (2): 69/86 kB | 66/185 kB
Progress (2): 69/86 kB | 70/185 kB
Progress (2): 73/86 kB | 70/185 kB
Progress (2): 73/86 kB | 74/185 kB
Progress (2): 77/86 kB | 74/185 kB
Progress (2): 77/86 kB | 78/185 kB
Progress (2): 81/86 kB | 78/185 kB
Progress (2): 81/86 kB | 82/185 kB
Progress (2): 85/86 kB | 82/185 kB
Progress (2): 86 kB | 82/185 kB   
Progress (2): 86 kB | 86/185 kB
Progress (2): 86 kB | 90/185 kB
Progress (2): 86 kB | 94/185 kB
Progress (2): 86 kB | 98/185 kB
Progress (2): 86 kB | 98/185 kB
Progress (2): 86 kB | 102/185 kB
Progress (2): 86 kB | 106/185 kB
Progress (2): 86 kB | 110/185 kB
Progress (2): 86 kB | 114/185 kB
Progress (2): 86 kB | 118/185 kB
Progress (2): 86 kB | 122/185 kB
Progress (2): 86 kB | 126/185 kB
Progress (2): 86 kB | 130/185 kB
Progress (2): 86 kB | 131/185 kB
Progress (2): 86 kB | 135/185 kB
Progress (2): 86 kB | 139/185 kB
Progress (2): 86 kB | 143/185 kB
Progress (2): 86 kB | 147/185 kB
Progress (2): 86 kB | 151/185 kB
Progress (2): 86 kB | 155/185 kB
Progress (2): 86 kB | 159/185 kB
Progress (2): 86 kB | 163/185 kB
Progress (2): 86 kB | 167/185 kB
Progress (2): 86 kB | 171/185 kB
Progress (2): 86 kB | 175/185 kB
Progress (2): 86 kB | 179/185 kB
Progress (2): 86 kB | 183/185 kB
Progress (2): 86 kB | 185 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 3.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.3/plexus-archiver-3.3.jar (185 kB at 7.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Progress (1): 4.1/426 kB
Progress (1): 7.7/426 kB
Progress (2): 7.7/426 kB | 4.1/58 kB
Progress (2): 12/426 kB | 4.1/58 kB 
Progress (2): 12/426 kB | 7.7/58 kB
Progress (2): 16/426 kB | 7.7/58 kB
Progress (2): 16/426 kB | 12/58 kB 
Progress (2): 20/426 kB | 12/58 kB
Progress (2): 20/426 kB | 16/58 kB
Progress (2): 24/426 kB | 16/58 kB
Progress (2): 24/426 kB | 20/58 kB
Progress (2): 28/426 kB | 20/58 kB
Progress (2): 28/426 kB | 24/58 kB
Progress (2): 32/426 kB | 24/58 kB
Progress (2): 33/426 kB | 24/58 kB
Progress (2): 33/426 kB | 28/58 kB
Progress (2): 37/426 kB | 28/58 kB
Progress (2): 37/426 kB | 32/58 kB
Progress (2): 41/426 kB | 32/58 kB
Progress (2): 41/426 kB | 36/58 kB
Progress (2): 45/426 kB | 36/58 kB
Progress (2): 45/426 kB | 40/58 kB
Progress (2): 49/426 kB | 40/58 kB
Progress (2): 49/426 kB | 44/58 kB
Progress (2): 53/426 kB | 44/58 kB
Progress (2): 53/426 kB | 48/58 kB
Progress (2): 57/426 kB | 48/58 kB
Progress (2): 57/426 kB | 52/58 kB
Progress (2): 61/426 kB | 52/58 kB
Progress (2): 61/426 kB | 56/58 kB
Progress (2): 65/426 kB | 56/58 kB
Progress (2): 65/426 kB | 58 kB   
Progress (2): 66/426 kB | 58 kB
Progress (2): 70/426 kB | 58 kB
Progress (2): 74/426 kB | 58 kB
Progress (2): 78/426 kB | 58 kB
Progress (2): 82/426 kB | 58 kB
Progress (2): 86/426 kB | 58 kB
Progress (2): 90/426 kB | 58 kB
Progress (2): 94/426 kB | 58 kB
Progress (2): 98/426 kB | 58 kB
Progress (2): 102/426 kB | 58 kB
Progress (2): 106/426 kB | 58 kB
Progress (2): 110/426 kB | 58 kB
Progress (2): 114/426 kB | 58 kB
Progress (2): 118/426 kB | 58 kB
Progress (2): 122/426 kB | 58 kB
Progress (2): 126/426 kB | 58 kB
Progress (2): 130/426 kB | 58 kB
Progress (2): 134/426 kB | 58 kB
Progress (2): 138/426 kB | 58 kB
Progress (2): 142/426 kB | 58 kB
Progress (2): 146/426 kB | 58 kB
Progress (2): 150/426 kB | 58 kB
Progress (2): 154/426 kB | 58 kB
Progress (2): 158/426 kB | 58 kB
Progress (2): 162/426 kB | 58 kB
Progress (2): 166/426 kB | 58 kB
Progress (2): 170/426 kB | 58 kB
Progress (2): 174/426 kB | 58 kB
Progress (2): 178/426 kB | 58 kB
Progress (2): 182/426 kB | 58 kB
Progress (2): 186/426 kB | 58 kB
Progress (2): 190/426 kB | 58 kB
Progress (2): 194/426 kB | 58 kB
Progress (2): 198/426 kB | 58 kB
Progress (2): 202/426 kB | 58 kB
Progress (2): 206/426 kB | 58 kB
Progress (2): 210/426 kB | 58 kB
Progress (2): 214/426 kB | 58 kB
Progress (2): 218/426 kB | 58 kB
Progress (2): 222/426 kB | 58 kB
Progress (2): 226/426 kB | 58 kB
Progress (2): 230/426 kB | 58 kB
Progress (2): 234/426 kB | 58 kB
Progress (2): 238/426 kB | 58 kB
Progress (2): 242/426 kB | 58 kB
Progress (2): 246/426 kB | 58 kB
Progress (2): 250/426 kB | 58 kB
Progress (2): 254/426 kB | 58 kB
Progress (2): 258/426 kB | 58 kB
Progress (2): 262/426 kB | 58 kB
Progress (2): 266/426 kB | 58 kB
Progress (2): 270/426 kB | 58 kB
Progress (2): 274/426 kB | 58 kB
Progress (2): 278/426 kB | 58 kB
Progress (2): 282/426 kB | 58 kB
Progress (2): 286/426 kB | 58 kB
Progress (2): 290/426 kB | 58 kB
Progress (2): 294/426 kB | 58 kB
Progress (2): 298/426 kB | 58 kB
Progress (2): 302/426 kB | 58 kB
Progress (2): 306/426 kB | 58 kB
Progress (2): 310/426 kB | 58 kB
Progress (2): 314/426 kB | 58 kB
Progress (2): 318/426 kB | 58 kB
Progress (2): 322/426 kB | 58 kB
Progress (2): 326/426 kB | 58 kB
Progress (2): 330/426 kB | 58 kB
Progress (2): 334/426 kB | 58 kB
Progress (2): 338/426 kB | 58 kB
Progress (2): 342/426 kB | 58 kB
Progress (2): 346/426 kB | 58 kB
Progress (2): 350/426 kB | 58 kB
Progress (2): 354/426 kB | 58 kB
Progress (2): 358/426 kB | 58 kB
Progress (2): 362/426 kB | 58 kB
Progress (2): 366/426 kB | 58 kB
Progress (2): 370/426 kB | 58 kB
Progress (2): 374/426 kB | 58 kB
Progress (2): 378/426 kB | 58 kB
Progress (2): 382/426 kB | 58 kB
Progress (2): 386/426 kB | 58 kB
Progress (2): 390/426 kB | 58 kB
Progress (2): 394/426 kB | 58 kB
Progress (2): 398/426 kB | 58 kB
Progress (2): 402/426 kB | 58 kB
Progress (2): 406/426 kB | 58 kB
Progress (2): 410/426 kB | 58 kB
Progress (2): 414/426 kB | 58 kB
Progress (2): 418/426 kB | 58 kB
Progress (2): 422/426 kB | 58 kB
Progress (2): 426/426 kB | 58 kB
Progress (2): 426 kB | 58 kB    
Progress (3): 426 kB | 58 kB | 4.1/154 kB
Progress (3): 426 kB | 58 kB | 7.7/154 kB
Progress (3): 426 kB | 58 kB | 12/154 kB 
Progress (3): 426 kB | 58 kB | 16/154 kB
Progress (3): 426 kB | 58 kB | 20/154 kB
Progress (3): 426 kB | 58 kB | 24/154 kB
Progress (3): 426 kB | 58 kB | 28/154 kB
Progress (3): 426 kB | 58 kB | 32/154 kB
Progress (3): 426 kB | 58 kB | 33/154 kB
Progress (3): 426 kB | 58 kB | 37/154 kB
Progress (3): 426 kB | 58 kB | 41/154 kB
Progress (3): 426 kB | 58 kB | 45/154 kB
Progress (3): 426 kB | 58 kB | 49/154 kB
Progress (3): 426 kB | 58 kB | 53/154 kB
Progress (4): 426 kB | 58 kB | 53/154 kB | 4.1/4.3 kB
Progress (4): 426 kB | 58 kB | 57/154 kB | 4.1/4.3 kB
Progress (4): 426 kB | 58 kB | 57/154 kB | 4.3 kB    
Progress (4): 426 kB | 58 kB | 61/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 65/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 66/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 70/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 74/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 78/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 82/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 86/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 90/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 94/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 98/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 98/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 102/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 106/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 110/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 114/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 118/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 122/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 126/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 130/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 134/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 138/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 142/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 146/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 150/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 154/154 kB | 4.3 kB
Progress (4): 426 kB | 58 kB | 154 kB | 4.3 kB    
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 29 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.1/maven-shared-utils-3.0.1.jar (154 kB at 1.0 MB/s)
Progress (3): 426 kB | 58 kB | 4.1/100 kB
Progress (3): 426 kB | 58 kB | 7.7/100 kB
Progress (3): 426 kB | 58 kB | 12/100 kB 
Progress (3): 426 kB | 58 kB | 16/100 kB
Progress (3): 426 kB | 58 kB | 20/100 kB
Progress (3): 426 kB | 58 kB | 24/100 kB
Progress (3): 426 kB | 58 kB | 28/100 kB
Progress (3): 426 kB | 58 kB | 32/100 kB
Progress (3): 426 kB | 58 kB | 33/100 kB
Progress (3): 426 kB | 58 kB | 37/100 kB
Progress (3): 426 kB | 58 kB | 41/100 kB
Progress (3): 426 kB | 58 kB | 45/100 kB
Progress (3): 426 kB | 58 kB | 49/100 kB
Progress (3): 426 kB | 58 kB | 53/100 kB
Progress (3): 426 kB | 58 kB | 57/100 kB
Progress (3): 426 kB | 58 kB | 61/100 kB
Progress (3): 426 kB | 58 kB | 65/100 kB
Progress (3): 426 kB | 58 kB | 69/100 kB
Progress (3): 426 kB | 58 kB | 73/100 kB
Progress (3): 426 kB | 58 kB | 77/100 kB
Progress (3): 426 kB | 58 kB | 81/100 kB
Progress (3): 426 kB | 58 kB | 85/100 kB
Progress (3): 426 kB | 58 kB | 89/100 kB
Progress (3): 426 kB | 58 kB | 93/100 kB
Progress (3): 426 kB | 58 kB | 97/100 kB
Progress (3): 426 kB | 58 kB | 100 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 603 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.11/commons-compress-1.11.jar (426 kB at 2.0 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 242 kB/s)
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (1): 20/24 kB
Progress (1): 24/24 kB
Progress (1): 24 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.0/maven-archiver-3.1.0.jar (24 kB at 39 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/spi/target/jaxrpc-spi-1.1.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-spi ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/spi/target/jaxrpc-spi-1.1.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-spi/1.1.6-SNAPSHOT/jaxrpc-spi-1.1.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/spi/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-spi/1.1.6-SNAPSHOT/jaxrpc-spi-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] --------------------< com.sun.xml.rpc:jaxrpc-impl >---------------------
[INFO] Building jaxrpc-impl 1.1.6-SNAPSHOT                                [3/8]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.1/saaj-impl-1.5.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.5.1/saaj-impl-1.5.1.pom
Progress (1): 4.1/22 kB
Progress (1): 7.7/22 kB
Progress (1): 12/22 kB 
Progress (1): 16/22 kB
Progress (1): 20/22 kB
Progress (1): 22 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.5.1/saaj-impl-1.5.1.pom (22 kB at 1.3 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom
Progress (1): 4.1/16 kB
Progress (1): 7.7/16 kB
Progress (1): 12/16 kB 
Progress (1): 16/16 kB
Progress (1): 16 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 889 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom
Progress (1): 4.1/7.7 kB
Progress (1): 7.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 53 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 286 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 1.4 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 829 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.pom (19 kB at 717 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.pom (15 kB at 729 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom (15 kB at 1.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.13/ant-1.9.13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.13/ant-1.9.13.pom
Progress (1): 4.1/10.0 kB
Progress (1): 7.7/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.13/ant-1.9.13.pom (10.0 kB at 998 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.9.13/ant-parent-1.9.13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.13/ant-parent-1.9.13.pom
Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.13/ant-parent-1.9.13.pom (5.6 kB at 433 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.13/ant-launcher-1.9.13.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.13/ant-launcher-1.9.13.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.13/ant-launcher-1.9.13.pom (2.3 kB at 167 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom (5.3 kB at 376 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom
Progress (1): 4.1/15 kB
Progress (1): 7.7/15 kB
Progress (1): 12/15 kB 
Progress (1): 15 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom (15 kB at 1.1 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/1.6.3/jakarta.mail-api-1.6.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/mail/jakarta.mail-api/1.6.3/jakarta.mail-api-1.6.3.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/mail/jakarta.mail-api/1.6.3/jakarta.mail-api-1.6.3.pom (3.5 kB at 266 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.3/all-1.6.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.6.3/all-1.6.3.pom
Progress (1): 4.1/25 kB
Progress (1): 7.7/25 kB
Progress (1): 12/25 kB 
Progress (1): 16/25 kB
Progress (1): 20/25 kB
Progress (1): 24/25 kB
Progress (1): 25 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.6.3/all-1.6.3.pom (25 kB at 1.9 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.6.2-jaxb-1.0.6/xercesImpl-2.6.2-jaxb-1.0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2-jaxb-1.0.6/xercesImpl-2.6.2-jaxb-1.0.6.pom
Progress (1): 524 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2-jaxb-1.0.6/xercesImpl-2.6.2-jaxb-1.0.6.pom (524 B at 2.2 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/1.5.1/saaj-impl-1.5.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.13/ant-1.9.13.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.13/ant-launcher-1.9.13.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/1.6.3/jakarta.mail-api-1.6.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.6.2-jaxb-1.0.6/xercesImpl-2.6.2-jaxb-1.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.5.1/saaj-impl-1.5.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.jar
Progress (1): 4.1/457 kB
Progress (1): 7.7/457 kB
Progress (1): 12/457 kB 
Progress (1): 16/457 kB
Progress (1): 20/457 kB
Progress (1): 24/457 kB
Progress (1): 28/457 kB
Progress (1): 32/457 kB
Progress (1): 33/457 kB
Progress (1): 37/457 kB
Progress (1): 41/457 kB
Progress (1): 45/457 kB
Progress (1): 49/457 kB
Progress (1): 53/457 kB
Progress (1): 57/457 kB
Progress (1): 61/457 kB
Progress (1): 65/457 kB
Progress (1): 66/457 kB
Progress (1): 70/457 kB
Progress (1): 74/457 kB
Progress (1): 78/457 kB
Progress (1): 82/457 kB
Progress (1): 86/457 kB
Progress (1): 90/457 kB
Progress (1): 94/457 kB
Progress (1): 98/457 kB
Progress (1): 98/457 kB
Progress (1): 102/457 kB
Progress (1): 106/457 kB
Progress (1): 110/457 kB
Progress (1): 114/457 kB
Progress (1): 118/457 kB
Progress (1): 122/457 kB
Progress (1): 126/457 kB
Progress (1): 130/457 kB
Progress (1): 134/457 kB
Progress (1): 138/457 kB
Progress (1): 142/457 kB
Progress (1): 146/457 kB
Progress (1): 150/457 kB
Progress (1): 154/457 kB
Progress (1): 158/457 kB
Progress (1): 162/457 kB
Progress (1): 164/457 kB
Progress (1): 168/457 kB
Progress (1): 172/457 kB
Progress (1): 176/457 kB
Progress (1): 180/457 kB
Progress (1): 184/457 kB
Progress (1): 188/457 kB
Progress (1): 192/457 kB
Progress (1): 196/457 kB
Progress (1): 200/457 kB
Progress (1): 204/457 kB
Progress (1): 208/457 kB
Progress (1): 212/457 kB
Progress (1): 216/457 kB
Progress (1): 220/457 kB
Progress (1): 224/457 kB
Progress (1): 228/457 kB
Progress (1): 232/457 kB
Progress (1): 236/457 kB
Progress (1): 240/457 kB
Progress (1): 244/457 kB
Progress (1): 248/457 kB
Progress (1): 252/457 kB
Progress (1): 256/457 kB
Progress (1): 260/457 kB
Progress (1): 264/457 kB
Progress (1): 268/457 kB
Progress (1): 272/457 kB
Progress (1): 276/457 kB
Progress (1): 280/457 kB
Progress (1): 284/457 kB
Progress (1): 288/457 kB
Progress (1): 292/457 kB
Progress (1): 295/457 kB
Progress (1): 299/457 kB
Progress (1): 303/457 kB
Progress (1): 307/457 kB
Progress (1): 311/457 kB
Progress (1): 315/457 kB
Progress (1): 319/457 kB
Progress (1): 323/457 kB
Progress (1): 327/457 kB
Progress (1): 331/457 kB
Progress (1): 335/457 kB
Progress (1): 339/457 kB
Progress (1): 343/457 kB
Progress (1): 347/457 kB
Progress (1): 351/457 kB
Progress (1): 355/457 kB
Progress (1): 359/457 kB
Progress (1): 363/457 kB
Progress (1): 367/457 kB
Progress (1): 371/457 kB
Progress (1): 375/457 kB
Progress (1): 379/457 kB
Progress (1): 383/457 kB
Progress (1): 387/457 kB
Progress (1): 391/457 kB
Progress (1): 395/457 kB
Progress (1): 399/457 kB
Progress (1): 403/457 kB
Progress (1): 407/457 kB
Progress (1): 411/457 kB
Progress (1): 415/457 kB
Progress (1): 419/457 kB
Progress (1): 423/457 kB
Progress (1): 427/457 kB
Progress (1): 431/457 kB
Progress (1): 435/457 kB
Progress (1): 439/457 kB
Progress (1): 443/457 kB
Progress (1): 447/457 kB
Progress (1): 451/457 kB
Progress (1): 455/457 kB
Progress (1): 457 kB    
Progress (2): 457 kB | 4.1/115 kB
Progress (2): 457 kB | 7.7/115 kB
Progress (2): 457 kB | 12/115 kB 
Progress (2): 457 kB | 16/115 kB
Progress (2): 457 kB | 20/115 kB
Progress (2): 457 kB | 24/115 kB
Progress (2): 457 kB | 28/115 kB
Progress (2): 457 kB | 32/115 kB
Progress (2): 457 kB | 33/115 kB
Progress (2): 457 kB | 37/115 kB
Progress (2): 457 kB | 41/115 kB
Progress (2): 457 kB | 45/115 kB
Progress (2): 457 kB | 49/115 kB
Progress (2): 457 kB | 53/115 kB
Progress (2): 457 kB | 57/115 kB
Progress (2): 457 kB | 61/115 kB
Progress (2): 457 kB | 65/115 kB
Progress (2): 457 kB | 66/115 kB
Progress (2): 457 kB | 70/115 kB
Progress (2): 457 kB | 74/115 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/messaging/saaj/saaj-impl/1.5.1/saaj-impl-1.5.1.jar (457 kB at 15 MB/s)
Progress (1): 78/115 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar
Progress (1): 82/115 kB
Progress (1): 86/115 kB
Progress (1): 90/115 kB
Progress (2): 90/115 kB | 4.1/44 kB
Progress (2): 94/115 kB | 4.1/44 kB
Progress (2): 94/115 kB | 7.7/44 kB
Progress (2): 98/115 kB | 7.7/44 kB
Progress (2): 98/115 kB | 7.7/44 kB
Progress (2): 98/115 kB | 12/44 kB 
Progress (2): 102/115 kB | 12/44 kB
Progress (3): 102/115 kB | 12/44 kB | 4.1/67 kB
Progress (3): 102/115 kB | 16/44 kB | 4.1/67 kB
Progress (3): 102/115 kB | 16/44 kB | 7.7/67 kB
Progress (3): 106/115 kB | 16/44 kB | 7.7/67 kB
Progress (3): 106/115 kB | 20/44 kB | 7.7/67 kB
Progress (3): 110/115 kB | 20/44 kB | 7.7/67 kB
Progress (3): 110/115 kB | 20/44 kB | 12/67 kB 
Progress (3): 114/115 kB | 20/44 kB | 12/67 kB
Progress (3): 114/115 kB | 24/44 kB | 12/67 kB
Progress (3): 115 kB | 24/44 kB | 12/67 kB    
Progress (3): 115 kB | 24/44 kB | 16/67 kB
Progress (3): 115 kB | 28/44 kB | 16/67 kB
Progress (3): 115 kB | 28/44 kB | 20/67 kB
Progress (3): 115 kB | 32/44 kB | 20/67 kB
Progress (3): 115 kB | 32/44 kB | 24/67 kB
Progress (3): 115 kB | 36/44 kB | 24/67 kB
Progress (3): 115 kB | 40/44 kB | 24/67 kB
Progress (3): 115 kB | 44/44 kB | 24/67 kB
Progress (3): 115 kB | 44 kB | 24/67 kB   
Progress (3): 115 kB | 44 kB | 28/67 kB
Progress (3): 115 kB | 44 kB | 32/67 kB
Progress (3): 115 kB | 44 kB | 36/67 kB
Progress (3): 115 kB | 44 kB | 40/67 kB
Progress (3): 115 kB | 44 kB | 44/67 kB
Progress (3): 115 kB | 44 kB | 48/67 kB
Progress (3): 115 kB | 44 kB | 52/67 kB
Progress (3): 115 kB | 44 kB | 56/67 kB
Progress (3): 115 kB | 44 kB | 60/67 kB
Progress (3): 115 kB | 44 kB | 64/67 kB
Progress (3): 115 kB | 44 kB | 67 kB   
Progress (4): 115 kB | 44 kB | 67 kB | 4.1/38 kB
Progress (4): 115 kB | 44 kB | 67 kB | 7.7/38 kB
Progress (4): 115 kB | 44 kB | 67 kB | 12/38 kB 
Progress (4): 115 kB | 44 kB | 67 kB | 16/38 kB
Progress (4): 115 kB | 44 kB | 67 kB | 20/38 kB
Progress (4): 115 kB | 44 kB | 67 kB | 24/38 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 3.1 MB/s)
Progress (4): 44 kB | 67 kB | 24/38 kB | 4.1/36 kB
Progress (4): 44 kB | 67 kB | 28/38 kB | 4.1/36 kB
Progress (4): 44 kB | 67 kB | 28/38 kB | 7.7/36 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.13/ant-1.9.13.jar
Progress (4): 44 kB | 67 kB | 28/38 kB | 12/36 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 1.1 MB/s)
Progress (3): 67 kB | 32/38 kB | 12/36 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.13/ant-launcher-1.9.13.jar
Progress (3): 67 kB | 32/38 kB | 16/36 kB
Progress (3): 67 kB | 36/38 kB | 16/36 kB
Progress (3): 67 kB | 38 kB | 16/36 kB   
Progress (3): 67 kB | 38 kB | 20/36 kB
Progress (3): 67 kB | 38 kB | 24/36 kB
Progress (3): 67 kB | 38 kB | 28/36 kB
                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/mimepull/mimepull/1.9.11/mimepull-1.9.11.jar (67 kB at 1.6 MB/s)
Progress (2): 38 kB | 32/36 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar
Progress (2): 38 kB | 36/36 kB
Progress (2): 38 kB | 36 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 794 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/mail/jakarta.mail-api/1.6.3/jakarta.mail-api-1.6.3.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/soap/jakarta.xml.soap-api/1.4.1/jakarta.xml.soap-api-1.4.1.jar (36 kB at 738 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2-jaxb-1.0.6/xercesImpl-2.6.2-jaxb-1.0.6.jar
Progress (1): 4.1/317 kB
Progress (1): 7.7/317 kB
Progress (1): 12/317 kB 
Progress (1): 16/317 kB
Progress (1): 20/317 kB
Progress (1): 24/317 kB
Progress (1): 28/317 kB
Progress (1): 32/317 kB
Progress (1): 36/317 kB
Progress (1): 40/317 kB
Progress (1): 44/317 kB
Progress (1): 48/317 kB
Progress (1): 52/317 kB
Progress (1): 56/317 kB
Progress (1): 60/317 kB
Progress (1): 64/317 kB
Progress (1): 68/317 kB
Progress (1): 72/317 kB
Progress (1): 76/317 kB
Progress (1): 80/317 kB
Progress (1): 84/317 kB
Progress (1): 88/317 kB
Progress (1): 92/317 kB
Progress (1): 96/317 kB
Progress (1): 100/317 kB
Progress (1): 104/317 kB
Progress (1): 108/317 kB
Progress (1): 112/317 kB
Progress (1): 116/317 kB
Progress (1): 120/317 kB
Progress (1): 124/317 kB
Progress (1): 128/317 kB
Progress (1): 132/317 kB
Progress (1): 136/317 kB
Progress (1): 140/317 kB
Progress (1): 144/317 kB
Progress (1): 148/317 kB
Progress (1): 152/317 kB
Progress (1): 156/317 kB
Progress (1): 160/317 kB
Progress (1): 164/317 kB
Progress (1): 168/317 kB
Progress (1): 172/317 kB
Progress (1): 176/317 kB
Progress (1): 180/317 kB
Progress (1): 184/317 kB
Progress (1): 188/317 kB
Progress (1): 192/317 kB
Progress (1): 196/317 kB
Progress (1): 200/317 kB
Progress (1): 204/317 kB
Progress (1): 208/317 kB
Progress (1): 212/317 kB
Progress (1): 216/317 kB
Progress (1): 220/317 kB
Progress (1): 224/317 kB
Progress (1): 228/317 kB
Progress (1): 232/317 kB
Progress (1): 236/317 kB
Progress (1): 240/317 kB
Progress (1): 244/317 kB
Progress (1): 248/317 kB
Progress (1): 252/317 kB
Progress (1): 256/317 kB
Progress (1): 260/317 kB
Progress (1): 264/317 kB
Progress (1): 268/317 kB
Progress (1): 272/317 kB
Progress (1): 276/317 kB
Progress (1): 280/317 kB
Progress (1): 284/317 kB
Progress (1): 288/317 kB
Progress (1): 292/317 kB
Progress (1): 296/317 kB
Progress (1): 300/317 kB
Progress (1): 304/317 kB
Progress (1): 308/317 kB
Progress (1): 312/317 kB
Progress (1): 316/317 kB
Progress (1): 317 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 4.8 MB/s)
Progress (1): 4.1/217 kB
Progress (1): 7.7/217 kB
Progress (1): 12/217 kB 
Progress (1): 16/217 kB
Progress (1): 20/217 kB
Progress (1): 24/217 kB
Progress (1): 28/217 kB
Progress (1): 32/217 kB
Progress (1): 36/217 kB
Progress (1): 40/217 kB
Progress (1): 44/217 kB
Progress (1): 48/217 kB
Progress (1): 52/217 kB
Progress (1): 56/217 kB
Progress (1): 60/217 kB
Progress (1): 64/217 kB
Progress (1): 68/217 kB
Progress (1): 72/217 kB
Progress (1): 76/217 kB
Progress (1): 80/217 kB
Progress (1): 84/217 kB
Progress (1): 88/217 kB
Progress (1): 92/217 kB
Progress (1): 96/217 kB
Progress (1): 100/217 kB
Progress (1): 104/217 kB
Progress (1): 108/217 kB
Progress (1): 112/217 kB
Progress (1): 116/217 kB
Progress (1): 120/217 kB
Progress (1): 124/217 kB
Progress (1): 128/217 kB
Progress (1): 132/217 kB
Progress (1): 136/217 kB
Progress (1): 140/217 kB
Progress (1): 144/217 kB
Progress (1): 148/217 kB
Progress (1): 152/217 kB
Progress (1): 156/217 kB
Progress (1): 160/217 kB
Progress (1): 164/217 kB
Progress (1): 168/217 kB
Progress (1): 172/217 kB
Progress (1): 176/217 kB
Progress (1): 180/217 kB
Progress (1): 184/217 kB
Progress (1): 188/217 kB
Progress (1): 192/217 kB
Progress (1): 196/217 kB
Progress (1): 200/217 kB
Progress (1): 204/217 kB
Progress (1): 208/217 kB
Progress (1): 212/217 kB
Progress (1): 216/217 kB
Progress (1): 217 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/mail/jakarta.mail-api/1.6.3/jakarta.mail-api-1.6.3.jar (217 kB at 1.9 MB/s)
Progress (1): 4.1/18 kB
Progress (1): 7.7/18 kB
Progress (1): 12/18 kB 
Progress (1): 16/18 kB
Progress (1): 18 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.13/ant-launcher-1.9.13.jar (18 kB at 66 kB/s)
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.1/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.2/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.3/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.4/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.5/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.6/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.7/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.8/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 0.9/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.0/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.1/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.2/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.3/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4/1.4 MB
Progress (1): 1.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2-jaxb-1.0.6/xercesImpl-2.6.2-jaxb-1.0.6.jar (1.4 MB at 1.8 MB/s)
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.1/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.2/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.3/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.4/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.5/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.6/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.7/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.8/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 0.9/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.0/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.1/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.2/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.3/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.4/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.5/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.6/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.7/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.8/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 1.9/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.0/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1/2.1 MB
Progress (1): 2.1 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.13/ant-1.9.13.jar (2.1 MB at 2.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-impl ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrpc-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 191 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrpc-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 783 source files to /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/target/classes
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[24,46] com.sun.org.apache.xerces.internal.dom.DocumentImpl is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[25,50] com.sun.org.apache.xerces.internal.parsers.DOMParser is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[205,9] com.sun.org.apache.xerces.internal.parsers.DOMParser is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[205,32] com.sun.org.apache.xerces.internal.parsers.DOMParser is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[248,9] com.sun.org.apache.xerces.internal.parsers.DOMParser is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[248,32] com.sun.org.apache.xerces.internal.parsers.DOMParser is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/j2ee/xml/Factory.java:[366,24] com.sun.org.apache.xerces.internal.dom.DocumentImpl is internal proprietary API and may be removed in a future release
[INFO] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/nometadata/NoMetadataModeler.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/processor/modeler/nometadata/NoMetadataModeler.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/client/dii/OperationInfo.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/main/java/com/sun/xml/rpc/client/dii/OperationInfo.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrpc-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrpc-impl ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxrpc-impl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.1:jar (default-jar) @ jaxrpc-impl ---
[INFO] Building jar: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/target/jaxrpc-impl-1.1.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-impl ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/target/jaxrpc-impl-1.1.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-impl/1.1.6-SNAPSHOT/jaxrpc-impl-1.1.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/impl/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-impl/1.1.6-SNAPSHOT/jaxrpc-impl-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.sun.xml.rpc:jaxrpc-installer >------------------
[INFO] Building jaxrpc installer 1.1.6-SNAPSHOT                           [4/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-installer ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-installer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrpc-installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrpc-installer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/target/classes
[INFO] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/src/main/java/com/sun/xml/rpc/installer/Main.java: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/src/main/java/com/sun/xml/rpc/installer/Main.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/src/main/java/com/sun/xml/rpc/installer/Main.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-installer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrpc-installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrpc-installer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxrpc-installer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.1:jar (default-jar) @ jaxrpc-installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/target/jaxrpc-installer-1.1.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-installer ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/target/jaxrpc-installer-1.1.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-installer/1.1.6-SNAPSHOT/jaxrpc-installer-1.1.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/tools/installer/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-installer/1.1.6-SNAPSHOT/jaxrpc-installer-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.sun.xml.rpc:jaxrpc-samples >-------------------
[INFO] Building jaxrpc samples 1.1.6-SNAPSHOT                             [5/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-samples ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-samples ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-samples ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-samples ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-samples/1.1.6-SNAPSHOT/jaxrpc-samples-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.sun.xml.rpc:jaxrpc-samples.attachments >-------------
[INFO] Building Attachments Sample 1.1.6-SNAPSHOT                         [6/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-samples.attachments ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-samples.attachments ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrpc-samples.attachments ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrpc-samples.attachments ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-samples.attachments ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrpc-samples.attachments ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/AttachmentsSample/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrpc-samples.attachments ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxrpc-samples.attachments ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.1:jar (default-jar) @ jaxrpc-samples.attachments ---
[INFO] Building jar: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/AttachmentsSample/target/jaxrpc-samples.attachments-1.1.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-samples.attachments ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/AttachmentsSample/target/jaxrpc-samples.attachments-1.1.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-samples.attachments/1.1.6-SNAPSHOT/jaxrpc-samples.attachments-1.1.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/AttachmentsSample/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-samples.attachments/1.1.6-SNAPSHOT/jaxrpc-samples.attachments-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.sun.xml.rpc:jaxrpc-samples.helloworld >--------------
[INFO] Building Hello World Sample 1.1.6-SNAPSHOT                         [7/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-samples.helloworld ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-samples.helloworld ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxrpc-samples.helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/HelloWorld/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jaxrpc-samples.helloworld ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-samples.helloworld ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxrpc-samples.helloworld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/HelloWorld/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jaxrpc-samples.helloworld ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jaxrpc-samples.helloworld ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.1:jar (default-jar) @ jaxrpc-samples.helloworld ---
[INFO] Building jar: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/HelloWorld/target/jaxrpc-samples.helloworld-1.1.6-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-samples.helloworld ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/HelloWorld/target/jaxrpc-samples.helloworld-1.1.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-samples.helloworld/1.1.6-SNAPSHOT/jaxrpc-samples.helloworld-1.1.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/samples/HelloWorld/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-samples.helloworld/1.1.6-SNAPSHOT/jaxrpc-samples.helloworld-1.1.6-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.sun.xml.rpc:jaxrpc-bundle >--------------------
[INFO] Building jaxrpc-bundle 1.1.6-SNAPSHOT                              [8/8]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom
Progress (1): 4.1/17 kB
Progress (1): 7.7/17 kB
Progress (1): 12/17 kB 
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.pom (17 kB at 126 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 421 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.jar
Progress (1): 4.1/238 kB
Progress (1): 7.7/238 kB
Progress (1): 12/238 kB 
Progress (1): 16/238 kB
Progress (1): 20/238 kB
Progress (1): 24/238 kB
Progress (1): 28/238 kB
Progress (1): 32/238 kB
Progress (1): 33/238 kB
Progress (1): 37/238 kB
Progress (1): 41/238 kB
Progress (1): 45/238 kB
Progress (1): 49/238 kB
Progress (1): 53/238 kB
Progress (1): 57/238 kB
Progress (1): 61/238 kB
Progress (1): 65/238 kB
Progress (1): 66/238 kB
Progress (1): 70/238 kB
Progress (1): 74/238 kB
Progress (1): 78/238 kB
Progress (1): 82/238 kB
Progress (1): 86/238 kB
Progress (1): 90/238 kB
Progress (1): 94/238 kB
Progress (1): 98/238 kB
Progress (1): 98/238 kB
Progress (1): 102/238 kB
Progress (1): 106/238 kB
Progress (1): 110/238 kB
Progress (1): 114/238 kB
Progress (1): 118/238 kB
Progress (1): 122/238 kB
Progress (1): 126/238 kB
Progress (1): 130/238 kB
Progress (1): 131/238 kB
Progress (1): 135/238 kB
Progress (1): 139/238 kB
Progress (1): 143/238 kB
Progress (1): 147/238 kB
Progress (1): 151/238 kB
Progress (1): 155/238 kB
Progress (1): 159/238 kB
Progress (1): 163/238 kB
Progress (1): 164/238 kB
Progress (1): 168/238 kB
Progress (1): 172/238 kB
Progress (1): 176/238 kB
Progress (1): 180/238 kB
Progress (1): 184/238 kB
Progress (1): 188/238 kB
Progress (1): 192/238 kB
Progress (1): 196/238 kB
Progress (1): 197/238 kB
Progress (1): 201/238 kB
Progress (1): 205/238 kB
Progress (1): 209/238 kB
Progress (1): 213/238 kB
Progress (1): 217/238 kB
Progress (1): 221/238 kB
Progress (1): 225/238 kB
Progress (1): 229/238 kB
Progress (1): 233/238 kB
Progress (1): 237/238 kB
Progress (1): 238 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.5.5/maven-assembly-plugin-2.5.5.jar (238 kB at 950 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxrpc-bundle ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-legal-resource) @ jaxrpc-bundle ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.1:manifest (osgi-bundle) @ jaxrpc-bundle ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.5:single (make-binary-archive) @ jaxrpc-bundle ---
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 71 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 108 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 930 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 668 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 189 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 349 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 136 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 129 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 73 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 180 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 25 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 133 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 115 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.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.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 32 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.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.2/plexus-classworlds-2.2.2.pom (4.0 kB at 310 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 117 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 741 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 7.2 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Progress (1): 4.1/5.3 kB
Progress (1): 5.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 103 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 27 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 104 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
Progress (1): 747 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 57 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 17 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.10.2/plexus-archiver-2.10.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.10.2/plexus-archiver-2.10.2.pom
Progress (1): 4.1/5.4 kB
Progress (1): 5.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.10.2/plexus-archiver-2.10.2.pom (5.4 kB at 386 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.pom (3.9 kB at 282 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (2.7 kB at 148 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (2.2 kB at 158 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom
Progress (1): 4.1/10.0 kB
Progress (1): 7.7/10.0 kB
Progress (1): 10.0 kB    
                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 625 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
Progress (1): 601 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 40 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0/maven-2.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
Progress (1): 4.1/8.8 kB
Progress (1): 7.7/8.8 kB
Progress (1): 8.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 487 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3.0 kB at 168 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 51 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Progress (1): 4.1/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/2.0.2/maven-2.0.2.pom (13 kB at 878 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Progress (1): 767 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 55 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 50 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 40 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Progress (1): 588 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 13 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 305 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Progress (1): 767 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 55 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 248 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 239 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 157 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
Progress (1): 4.1/21 kB
Progress (1): 7.7/21 kB
Progress (1): 12/21 kB 
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.0 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.pom (6.2 kB at 477 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 488 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.18/plexus-utils-3.0.18.pom (3.4 kB at 103 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.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.19/plexus-interpolation-1.19.pom (1.0 kB at 54 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/4.5 kB
Progress (1): 4.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 349 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 201 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 133 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 150 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
Progress (1): 4.1/19 kB
Progress (1): 7.7/19 kB
Progress (1): 12/19 kB 
Progress (1): 16/19 kB
Progress (1): 19 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.2 MB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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 73 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 254 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom
Progress (1): 4.1/4.6 kB
Progress (1): 4.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.pom (4.6 kB at 268 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom
Progress (1): 765 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 45 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 kB at 421 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 71 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 36 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 97 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 90 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 151 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 135 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
Progress (1): 4.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 289 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/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/11 kB
Progress (1): 7.7/11 kB
Progress (1): 11 kB    
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 697 kB/s)
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.10.2/plexus-archiver-2.10.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.2/commons-io-2.2.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar
Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12/12 kB 
Progress (1): 12 kB   
Progress (2): 12 kB | 4.1/178 kB
Progress (2): 12 kB | 7.7/178 kB
Progress (2): 12 kB | 12/178 kB 
Progress (2): 12 kB | 16/178 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 375 kB/s)
Progress (2): 16/178 kB | 4.1/22 kB
Progress (2): 20/178 kB | 4.1/22 kB
Progress (2): 20/178 kB | 7.7/22 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Progress (2): 20/178 kB | 12/22 kB
Progress (2): 24/178 kB | 12/22 kB
Progress (2): 24/178 kB | 16/22 kB
Progress (2): 28/178 kB | 16/22 kB
Progress (2): 28/178 kB | 20/22 kB
Progress (2): 32/178 kB | 20/22 kB
Progress (3): 32/178 kB | 20/22 kB | 4.1/49 kB
Progress (3): 32/178 kB | 22 kB | 4.1/49 kB   
Progress (3): 32/178 kB | 22 kB | 7.7/49 kB
Progress (3): 36/178 kB | 22 kB | 7.7/49 kB
Progress (3): 36/178 kB | 22 kB | 12/49 kB 
Progress (3): 40/178 kB | 22 kB | 12/49 kB
Progress (3): 40/178 kB | 22 kB | 16/49 kB
Progress (3): 44/178 kB | 22 kB | 16/49 kB
Progress (3): 44/178 kB | 22 kB | 20/49 kB
Progress (3): 48/178 kB | 22 kB | 20/49 kB
Progress (3): 48/178 kB | 22 kB | 24/49 kB
Progress (3): 52/178 kB | 22 kB | 24/49 kB
Progress (3): 52/178 kB | 22 kB | 28/49 kB
Progress (3): 56/178 kB | 22 kB | 28/49 kB
Progress (3): 56/178 kB | 22 kB | 32/49 kB
Progress (3): 60/178 kB | 22 kB | 32/49 kB
Progress (3): 60/178 kB | 22 kB | 36/49 kB
Progress (3): 64/178 kB | 22 kB | 36/49 kB
Progress (3): 64/178 kB | 22 kB | 40/49 kB
Progress (3): 68/178 kB | 22 kB | 40/49 kB
Progress (3): 68/178 kB | 22 kB | 44/49 kB
Progress (3): 72/178 kB | 22 kB | 44/49 kB
Progress (3): 72/178 kB | 22 kB | 48/49 kB
Progress (3): 76/178 kB | 22 kB | 48/49 kB
Progress (3): 76/178 kB | 22 kB | 49 kB   
Progress (3): 80/178 kB | 22 kB | 49 kB
Progress (4): 80/178 kB | 22 kB | 49 kB | 4.1/9.8 kB
Progress (4): 84/178 kB | 22 kB | 49 kB | 4.1/9.8 kB
Progress (4): 84/178 kB | 22 kB | 49 kB | 7.7/9.8 kB
Progress (4): 88/178 kB | 22 kB | 49 kB | 7.7/9.8 kB
Progress (4): 88/178 kB | 22 kB | 49 kB | 9.8 kB    
Progress (4): 92/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 96/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 100/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 104/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 108/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 112/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 116/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 120/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 124/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 128/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 132/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 136/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 140/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 144/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 148/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 152/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 156/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 160/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 164/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 168/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 172/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 176/178 kB | 22 kB | 49 kB | 9.8 kB
Progress (4): 178 kB | 22 kB | 49 kB | 9.8 kB    
Progress (5): 178 kB | 22 kB | 49 kB | 9.8 kB | 4.1/13 kB
Progress (5): 178 kB | 22 kB | 49 kB | 9.8 kB | 7.7/13 kB
Progress (5): 178 kB | 22 kB | 49 kB | 9.8 kB | 12/13 kB 
Progress (5): 178 kB | 22 kB | 49 kB | 9.8 kB | 13 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.1 MB/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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 208 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
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 3.7 MB/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 453 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
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 242 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
Progress (1): 4.1/26 kB
Progress (1): 7.7/26 kB
Progress (2): 7.7/26 kB | 4.1/13 kB
Progress (2): 12/26 kB | 4.1/13 kB 
Progress (2): 12/26 kB | 7.7/13 kB
Progress (2): 16/26 kB | 7.7/13 kB
Progress (2): 16/26 kB | 12/13 kB 
Progress (2): 16/26 kB | 13 kB   
Progress (2): 20/26 kB | 13 kB
Progress (2): 24/26 kB | 13 kB
Progress (2): 26 kB | 13 kB   
Progress (3): 26 kB | 13 kB | 4.1/35 kB
Progress (3): 26 kB | 13 kB | 7.7/35 kB
Progress (3): 26 kB | 13 kB | 12/35 kB 
Progress (3): 26 kB | 13 kB | 16/35 kB
Progress (3): 26 kB | 13 kB | 20/35 kB
Progress (3): 26 kB | 13 kB | 24/35 kB
Progress (3): 26 kB | 13 kB | 28/35 kB
Progress (3): 26 kB | 13 kB | 32/35 kB
Progress (3): 26 kB | 13 kB | 35 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 407 kB/s)
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 203 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/maven-project/2.2.1/maven-project-2.2.1.jar
Progress (2): 35 kB | 4.1/156 kB
Progress (2): 35 kB | 7.7/156 kB
Progress (3): 35 kB | 7.7/156 kB | 4.1/39 kB
Progress (3): 35 kB | 12/156 kB | 4.1/39 kB 
Progress (3): 35 kB | 12/156 kB | 7.7/39 kB
Progress (3): 35 kB | 16/156 kB | 7.7/39 kB
Progress (3): 35 kB | 16/156 kB | 12/39 kB 
Progress (3): 35 kB | 16/156 kB | 16/39 kB
Progress (3): 35 kB | 20/156 kB | 16/39 kB
Progress (3): 35 kB | 20/156 kB | 20/39 kB
Progress (3): 35 kB | 24/156 kB | 20/39 kB
Progress (3): 35 kB | 24/156 kB | 24/39 kB
Progress (3): 35 kB | 28/156 kB | 24/39 kB
Progress (3): 35 kB | 28/156 kB | 28/39 kB
Progress (3): 35 kB | 32/156 kB | 28/39 kB
Progress (4): 35 kB | 32/156 kB | 28/39 kB | 4.1/68 kB
Progress (4): 35 kB | 32/156 kB | 32/39 kB | 4.1/68 kB
Progress (4): 35 kB | 32/156 kB | 32/39 kB | 7.7/68 kB
Progress (4): 35 kB | 32/156 kB | 36/39 kB | 7.7/68 kB
Progress (4): 35 kB | 36/156 kB | 36/39 kB | 7.7/68 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 274 kB/s)
Progress (3): 36/156 kB | 39 kB | 7.7/68 kB
Progress (3): 36/156 kB | 39 kB | 12/68 kB 
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
Progress (3): 40/156 kB | 39 kB | 12/68 kB
Progress (4): 40/156 kB | 39 kB | 12/68 kB | 4.1/10 kB
Progress (4): 44/156 kB | 39 kB | 12/68 kB | 4.1/10 kB
Progress (4): 44/156 kB | 39 kB | 16/68 kB | 4.1/10 kB
Progress (4): 48/156 kB | 39 kB | 16/68 kB | 4.1/10 kB
Progress (4): 48/156 kB | 39 kB | 16/68 kB | 7.7/10 kB
Progress (4): 48/156 kB | 39 kB | 20/68 kB | 7.7/10 kB
Progress (4): 48/156 kB | 39 kB | 20/68 kB | 10 kB    
Progress (4): 52/156 kB | 39 kB | 20/68 kB | 10 kB
Progress (4): 52/156 kB | 39 kB | 24/68 kB | 10 kB
Progress (4): 56/156 kB | 39 kB | 24/68 kB | 10 kB
Progress (4): 56/156 kB | 39 kB | 28/68 kB | 10 kB
Progress (4): 60/156 kB | 39 kB | 28/68 kB | 10 kB
Progress (4): 60/156 kB | 39 kB | 32/68 kB | 10 kB
Progress (4): 64/156 kB | 39 kB | 32/68 kB | 10 kB
Progress (4): 64/156 kB | 39 kB | 33/68 kB | 10 kB
Progress (4): 66/156 kB | 39 kB | 33/68 kB | 10 kB
Progress (4): 66/156 kB | 39 kB | 37/68 kB | 10 kB
Progress (4): 66/156 kB | 39 kB | 41/68 kB | 10 kB
Progress (4): 70/156 kB | 39 kB | 41/68 kB | 10 kB
Progress (4): 70/156 kB | 39 kB | 45/68 kB | 10 kB
Progress (4): 74/156 kB | 39 kB | 45/68 kB | 10 kB
Progress (4): 74/156 kB | 39 kB | 49/68 kB | 10 kB
Progress (4): 78/156 kB | 39 kB | 49/68 kB | 10 kB
Progress (4): 78/156 kB | 39 kB | 53/68 kB | 10 kB
Progress (4): 82/156 kB | 39 kB | 53/68 kB | 10 kB
Progress (4): 82/156 kB | 39 kB | 57/68 kB | 10 kB
Progress (4): 86/156 kB | 39 kB | 57/68 kB | 10 kB
Progress (4): 86/156 kB | 39 kB | 61/68 kB | 10 kB
Progress (4): 90/156 kB | 39 kB | 61/68 kB | 10 kB
Progress (4): 90/156 kB | 39 kB | 65/68 kB | 10 kB
Progress (4): 94/156 kB | 39 kB | 65/68 kB | 10 kB
Progress (4): 94/156 kB | 39 kB | 68 kB | 10 kB   
Progress (4): 98/156 kB | 39 kB | 68 kB | 10 kB
Progress (4): 98/156 kB | 39 kB | 68 kB | 10 kB
Progress (4): 102/156 kB | 39 kB | 68 kB | 10 kB
Progress (4): 106/156 kB | 39 kB | 68 kB | 10 kB
Progress (4): 110/156 kB | 39 kB | 68 kB | 10 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 289 kB/s)
Progress (3): 114/156 kB | 68 kB | 10 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
Progress (3): 118/156 kB | 68 kB | 10 kB
Progress (3): 122/156 kB | 68 kB | 10 kB
Progress (3): 126/156 kB | 68 kB | 10 kB
Progress (3): 130/156 kB | 68 kB | 10 kB
Progress (3): 134/156 kB | 68 kB | 10 kB
Progress (3): 138/156 kB | 68 kB | 10 kB
Progress (3): 142/156 kB | 68 kB | 10 kB
Progress (3): 146/156 kB | 68 kB | 10 kB
Progress (3): 150/156 kB | 68 kB | 10 kB
Progress (3): 154/156 kB | 68 kB | 10 kB
Progress (4): 154/156 kB | 68 kB | 10 kB | 4.1/30 kB
Progress (4): 156 kB | 68 kB | 10 kB | 4.1/30 kB    
Progress (4): 156 kB | 68 kB | 10 kB | 7.7/30 kB
Progress (4): 156 kB | 68 kB | 10 kB | 12/30 kB 
Progress (4): 156 kB | 68 kB | 10 kB | 16/30 kB
Progress (4): 156 kB | 68 kB | 10 kB | 20/30 kB
Progress (4): 156 kB | 68 kB | 10 kB | 24/30 kB
Progress (4): 156 kB | 68 kB | 10 kB | 28/30 kB
Progress (4): 156 kB | 68 kB | 10 kB | 30 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 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
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 197 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Progress (3): 68 kB | 10 kB | 4.1/88 kB
Progress (3): 68 kB | 10 kB | 7.7/88 kB
Progress (3): 68 kB | 10 kB | 12/88 kB 
Progress (3): 68 kB | 10 kB | 16/88 kB
Progress (3): 68 kB | 10 kB | 20/88 kB
Progress (3): 68 kB | 10 kB | 24/88 kB
Progress (3): 68 kB | 10 kB | 28/88 kB
Progress (3): 68 kB | 10 kB | 32/88 kB
Progress (3): 68 kB | 10 kB | 33/88 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.jar (10 kB at 65 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
Progress (2): 68 kB | 37/88 kB
Progress (2): 68 kB | 41/88 kB
Progress (2): 68 kB | 45/88 kB
Progress (2): 68 kB | 49/88 kB
Progress (2): 68 kB | 53/88 kB
Progress (2): 68 kB | 57/88 kB
Progress (2): 68 kB | 61/88 kB
Progress (2): 68 kB | 65/88 kB
Progress (2): 68 kB | 69/88 kB
Progress (2): 68 kB | 73/88 kB
Progress (2): 68 kB | 77/88 kB
Progress (2): 68 kB | 81/88 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 415 kB/s)
Progress (1): 85/88 kB
                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.10.2/plexus-archiver-2.10.2.jar
Progress (1): 88 kB
Progress (2): 88 kB | 4.1/32 kB
Progress (2): 88 kB | 7.7/32 kB
Progress (2): 88 kB | 12/32 kB 
Progress (2): 88 kB | 16/32 kB
Progress (2): 88 kB | 20/32 kB
Progress (2): 88 kB | 24/32 kB
Progress (2): 88 kB | 28/32 kB
Progress (2): 88 kB | 32 kB   
Progress (3): 88 kB | 32 kB | 4.1/80 kB
Progress (3): 88 kB | 32 kB | 7.7/80 kB
Progress (3): 88 kB | 32 kB | 12/80 kB 
Progress (3): 88 kB | 32 kB | 16/80 kB
Progress (3): 88 kB | 32 kB | 20/80 kB
Progress (3): 88 kB | 32 kB | 24/80 kB
Progress (3): 88 kB | 32 kB | 28/80 kB
Progress (3): 88 kB | 32 kB | 32/80 kB
Progress (3): 88 kB | 32 kB | 33/80 kB
Progress (3): 88 kB | 32 kB | 37/80 kB
Progress (3): 88 kB | 32 kB | 41/80 kB
Progress (3): 88 kB | 32 kB | 45/80 kB
Progress (3): 88 kB | 32 kB | 49/80 kB
Progress (3): 88 kB | 32 kB | 53/80 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 506 kB/s)
Progress (2): 32 kB | 57/80 kB
                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Progress (2): 32 kB | 61/80 kB
Progress (2): 32 kB | 65/80 kB
Progress (2): 32 kB | 66/80 kB
Progress (2): 32 kB | 70/80 kB
Progress (2): 32 kB | 74/80 kB
Progress (3): 32 kB | 74/80 kB | 4.1/77 kB
Progress (3): 32 kB | 78/80 kB | 4.1/77 kB
Progress (3): 32 kB | 78/80 kB | 7.7/77 kB
Progress (3): 32 kB | 80 kB | 7.7/77 kB   
Progress (3): 32 kB | 80 kB | 12/77 kB 
Progress (3): 32 kB | 80 kB | 16/77 kB
Progress (3): 32 kB | 80 kB | 20/77 kB
Progress (3): 32 kB | 80 kB | 24/77 kB
Progress (3): 32 kB | 80 kB | 28/77 kB
Progress (3): 32 kB | 80 kB | 32/77 kB
Progress (3): 32 kB | 80 kB | 33/77 kB
Progress (4): 32 kB | 80 kB | 33/77 kB | 4.1/374 kB
Progress (4): 32 kB | 80 kB | 37/77 kB | 4.1/374 kB
Progress (4): 32 kB | 80 kB | 37/77 kB | 7.7/374 kB
Progress (4): 32 kB | 80 kB | 41/77 kB | 7.7/374 kB
Progress (4): 32 kB | 80 kB | 41/77 kB | 12/374 kB 
Progress (4): 32 kB | 80 kB | 45/77 kB | 12/374 kB
Progress (4): 32 kB | 80 kB | 45/77 kB | 16/374 kB
Progress (4): 32 kB | 80 kB | 49/77 kB | 16/374 kB
Progress (4): 32 kB | 80 kB | 49/77 kB | 20/374 kB
Progress (4): 32 kB | 80 kB | 53/77 kB | 20/374 kB
Progress (4): 32 kB | 80 kB | 53/77 kB | 24/374 kB
Progress (4): 32 kB | 80 kB | 57/77 kB | 24/374 kB
Progress (4): 32 kB | 80 kB | 57/77 kB | 28/374 kB
Progress (4): 32 kB | 80 kB | 61/77 kB | 28/374 kB
Progress (4): 32 kB | 80 kB | 61/77 kB | 32/374 kB
Progress (4): 32 kB | 80 kB | 65/77 kB | 32/374 kB
Progress (4): 32 kB | 80 kB | 65/77 kB | 33/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 33/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 37/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 41/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 45/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 49/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 53/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 57/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 61/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 65/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 66/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 70/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 74/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 78/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 82/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 86/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 90/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 94/374 kB
Progress (4): 32 kB | 80 kB | 66/77 kB | 98/374 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 176 kB/s)
Progress (3): 80 kB | 66/77 kB | 98/374 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Progress (4): 80 kB | 66/77 kB | 98/374 kB | 4.1/31 kB
Progress (4): 80 kB | 66/77 kB | 102/374 kB | 4.1/31 kB
Progress (4): 80 kB | 66/77 kB | 102/374 kB | 7.7/31 kB
Progress (4): 80 kB | 66/77 kB | 106/374 kB | 7.7/31 kB
Progress (4): 80 kB | 66/77 kB | 106/374 kB | 12/31 kB 
Progress (4): 80 kB | 66/77 kB | 110/374 kB | 12/31 kB
Progress (4): 80 kB | 66/77 kB | 110/374 kB | 16/31 kB
Progress (4): 80 kB | 66/77 kB | 114/374 kB | 16/31 kB
Progress (4): 80 kB | 66/77 kB | 114/374 kB | 20/31 kB
Progress (4): 80 kB | 66/77 kB | 118/374 kB | 20/31 kB
Progress (4): 80 kB | 66/77 kB | 118/374 kB | 24/31 kB
Progress (4): 80 kB | 66/77 kB | 122/374 kB | 24/31 kB
Progress (4): 80 kB | 66/77 kB | 122/374 kB | 28/31 kB
Progress (4): 80 kB | 66/77 kB | 126/374 kB | 28/31 kB
Progress (4): 80 kB | 66/77 kB | 126/374 kB | 31 kB   
Progress (4): 80 kB | 66/77 kB | 130/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 134/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 138/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 142/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 146/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 150/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 154/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 158/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 162/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 166/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 170/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 174/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 178/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 182/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 186/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 190/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 194/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 198/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 202/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 206/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 210/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 214/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 218/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 222/374 kB | 31 kB
Progress (4): 80 kB | 66/77 kB | 226/374 kB | 31 kB
Progress (5): 80 kB | 66/77 kB | 226/374 kB | 31 kB | 4.1/39 kB
Progress (5): 80 kB | 66/77 kB | 230/374 kB | 31 kB | 4.1/39 kB
Progress (5): 80 kB | 66/77 kB | 230/374 kB | 31 kB | 7.7/39 kB
Progress (5): 80 kB | 66/77 kB | 234/374 kB | 31 kB | 7.7/39 kB
Progress (5): 80 kB | 66/77 kB | 234/374 kB | 31 kB | 12/39 kB 
Progress (5): 80 kB | 66/77 kB | 238/374 kB | 31 kB | 12/39 kB
Progress (5): 80 kB | 70/77 kB | 238/374 kB | 31 kB | 12/39 kB
Progress (5): 80 kB | 70/77 kB | 242/374 kB | 31 kB | 12/39 kB
Progress (5): 80 kB | 70/77 kB | 242/374 kB | 31 kB | 16/39 kB
Progress (5): 80 kB | 70/77 kB | 246/374 kB | 31 kB | 16/39 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 kB at 165 kB/s)
Progress (4): 80 kB | 74/77 kB | 246/374 kB | 16/39 kB
                                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Progress (4): 80 kB | 74/77 kB | 250/374 kB | 16/39 kB
Progress (4): 80 kB | 74/77 kB | 250/374 kB | 20/39 kB
Progress (4): 80 kB | 74/77 kB | 254/374 kB | 20/39 kB
Progress (4): 80 kB | 77 kB | 254/374 kB | 20/39 kB   
Progress (4): 80 kB | 77 kB | 258/374 kB | 20/39 kB
Progress (4): 80 kB | 77 kB | 258/374 kB | 24/39 kB
Progress (4): 80 kB | 77 kB | 262/374 kB | 24/39 kB
Progress (4): 80 kB | 77 kB | 262/374 kB | 28/39 kB
Progress (4): 80 kB | 77 kB | 266/374 kB | 28/39 kB
Progress (4): 80 kB | 77 kB | 266/374 kB | 32/39 kB
Progress (4): 80 kB | 77 kB | 270/374 kB | 32/39 kB
Progress (4): 80 kB | 77 kB | 270/374 kB | 33/39 kB
Progress (4): 80 kB | 77 kB | 274/374 kB | 33/39 kB
Progress (4): 80 kB | 77 kB | 274/374 kB | 37/39 kB
Progress (4): 80 kB | 77 kB | 278/374 kB | 37/39 kB
Progress (4): 80 kB | 77 kB | 278/374 kB | 39 kB   
Progress (4): 80 kB | 77 kB | 282/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 286/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 290/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 294/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 298/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 302/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 306/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 310/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 314/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 318/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 322/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 326/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 330/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 334/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 338/374 kB | 39 kB
Progress (4): 80 kB | 77 kB | 342/374 kB | 39 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 371 kB/s)
Progress (4): 80 kB | 342/374 kB | 39 kB | 4.1/43 kB
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 386 kB/s)
Progress (3): 342/374 kB | 39 kB | 7.7/43 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 190 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 (2): 346/374 kB | 7.7/43 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
Progress (2): 346/374 kB | 12/43 kB
                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar
Progress (2): 346/374 kB | 16/43 kB
Progress (2): 350/374 kB | 16/43 kB
Progress (2): 350/374 kB | 20/43 kB
Progress (2): 354/374 kB | 20/43 kB
Progress (2): 354/374 kB | 24/43 kB
Progress (2): 358/374 kB | 24/43 kB
Progress (2): 358/374 kB | 28/43 kB
Progress (2): 362/374 kB | 28/43 kB
Progress (2): 362/374 kB | 32/43 kB
Progress (2): 366/374 kB | 32/43 kB
Progress (2): 366/374 kB | 33/43 kB
Progress (2): 370/374 kB | 33/43 kB
Progress (2): 370/374 kB | 37/43 kB
Progress (2): 374 kB | 37/43 kB    
Progress (2): 374 kB | 41/43 kB
Progress (2): 374 kB | 43 kB   
Progress (3): 374 kB | 43 kB | 4.1/51 kB
Progress (3): 374 kB | 43 kB | 7.7/51 kB
Progress (3): 374 kB | 43 kB | 12/51 kB 
Progress (3): 374 kB | 43 kB | 16/51 kB
Progress (3): 374 kB | 43 kB | 20/51 kB
Progress (3): 374 kB | 43 kB | 24/51 kB
Progress (3): 374 kB | 43 kB | 28/51 kB
Progress (3): 374 kB | 43 kB | 32/51 kB
Progress (3): 374 kB | 43 kB | 36/51 kB
Progress (4): 374 kB | 43 kB | 36/51 kB | 4.1/165 kB
Progress (4): 374 kB | 43 kB | 40/51 kB | 4.1/165 kB
Progress (4): 374 kB | 43 kB | 40/51 kB | 7.7/165 kB
Progress (4): 374 kB | 43 kB | 44/51 kB | 7.7/165 kB
Progress (4): 374 kB | 43 kB | 44/51 kB | 12/165 kB 
Progress (4): 374 kB | 43 kB | 48/51 kB | 12/165 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.10.2/plexus-archiver-2.10.2.jar (374 kB at 1.7 MB/s)
Progress (3): 43 kB | 51 kB | 12/165 kB
Progress (3): 43 kB | 51 kB | 16/165 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar
Progress (3): 43 kB | 51 kB | 20/165 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 192 kB/s)
Progress (2): 51 kB | 24/165 kB
                               
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 (2): 51 kB | 28/165 kB
Progress (2): 51 kB | 32/165 kB
Progress (2): 51 kB | 33/165 kB
Progress (2): 51 kB | 37/165 kB
Progress (2): 51 kB | 41/165 kB
Progress (2): 51 kB | 45/165 kB
Progress (2): 51 kB | 49/165 kB
Progress (2): 51 kB | 53/165 kB
Progress (2): 51 kB | 57/165 kB
Progress (2): 51 kB | 61/165 kB
Progress (2): 51 kB | 65/165 kB
Progress (2): 51 kB | 66/165 kB
Progress (2): 51 kB | 70/165 kB
Progress (2): 51 kB | 74/165 kB
Progress (2): 51 kB | 78/165 kB
Progress (2): 51 kB | 82/165 kB
Progress (2): 51 kB | 86/165 kB
Progress (2): 51 kB | 90/165 kB
Progress (2): 51 kB | 94/165 kB
Progress (2): 51 kB | 98/165 kB
Progress (2): 51 kB | 102/165 kB
Progress (2): 51 kB | 106/165 kB
Progress (2): 51 kB | 110/165 kB
Progress (2): 51 kB | 114/165 kB
Progress (2): 51 kB | 118/165 kB
Progress (2): 51 kB | 122/165 kB
Progress (2): 51 kB | 126/165 kB
Progress (2): 51 kB | 130/165 kB
Progress (2): 51 kB | 134/165 kB
Progress (2): 51 kB | 138/165 kB
Progress (2): 51 kB | 142/165 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.3/maven-filtering-1.3.jar (51 kB at 225 kB/s)
Progress (1): 146/165 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar
Progress (1): 150/165 kB
Progress (1): 154/165 kB
Progress (1): 158/165 kB
Progress (1): 162/165 kB
Progress (2): 162/165 kB | 4.1/174 kB
Progress (2): 165 kB | 4.1/174 kB    
Progress (2): 165 kB | 7.7/174 kB
Progress (2): 165 kB | 12/174 kB 
Progress (2): 165 kB | 16/174 kB
Progress (2): 165 kB | 20/174 kB
Progress (2): 165 kB | 24/174 kB
Progress (2): 165 kB | 28/174 kB
Progress (2): 165 kB | 32/174 kB
Progress (2): 165 kB | 33/174 kB
Progress (2): 165 kB | 37/174 kB
Progress (2): 165 kB | 41/174 kB
Progress (2): 165 kB | 45/174 kB
Progress (2): 165 kB | 49/174 kB
Progress (2): 165 kB | 53/174 kB
Progress (2): 165 kB | 57/174 kB
Progress (2): 165 kB | 61/174 kB
Progress (2): 165 kB | 65/174 kB
Progress (2): 165 kB | 66/174 kB
Progress (2): 165 kB | 70/174 kB
Progress (2): 165 kB | 74/174 kB
Progress (2): 165 kB | 78/174 kB
Progress (2): 165 kB | 82/174 kB
Progress (2): 165 kB | 86/174 kB
Progress (2): 165 kB | 90/174 kB
Progress (2): 165 kB | 94/174 kB
Progress (2): 165 kB | 98/174 kB
Progress (2): 165 kB | 98/174 kB
Progress (2): 165 kB | 102/174 kB
Progress (2): 165 kB | 106/174 kB
Progress (2): 165 kB | 110/174 kB
Progress (3): 165 kB | 110/174 kB | 4.1/22 kB
Progress (3): 165 kB | 114/174 kB | 4.1/22 kB
Progress (3): 165 kB | 114/174 kB | 7.7/22 kB
Progress (3): 165 kB | 118/174 kB | 7.7/22 kB
Progress (3): 165 kB | 118/174 kB | 12/22 kB 
Progress (3): 165 kB | 122/174 kB | 12/22 kB
Progress (3): 165 kB | 122/174 kB | 16/22 kB
Progress (3): 165 kB | 126/174 kB | 16/22 kB
Progress (3): 165 kB | 126/174 kB | 20/22 kB
Progress (3): 165 kB | 130/174 kB | 20/22 kB
Progress (3): 165 kB | 130/174 kB | 22 kB   
Progress (3): 165 kB | 131/174 kB | 22 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 704 kB/s)
Progress (3): 131/174 kB | 22 kB | 4.1/84 kB
Progress (3): 135/174 kB | 22 kB | 4.1/84 kB
Progress (4): 135/174 kB | 22 kB | 4.1/84 kB | 4.1/245 kB
Progress (4): 135/174 kB | 22 kB | 7.7/84 kB | 4.1/245 kB
                                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar
Progress (4): 135/174 kB | 22 kB | 12/84 kB | 4.1/245 kB
Progress (4): 135/174 kB | 22 kB | 12/84 kB | 7.7/245 kB
Progress (4): 139/174 kB | 22 kB | 12/84 kB | 7.7/245 kB
Progress (4): 139/174 kB | 22 kB | 16/84 kB | 7.7/245 kB
Progress (4): 143/174 kB | 22 kB | 16/84 kB | 7.7/245 kB
Progress (4): 143/174 kB | 22 kB | 20/84 kB | 7.7/245 kB
Progress (4): 143/174 kB | 22 kB | 20/84 kB | 12/245 kB 
Progress (4): 143/174 kB | 22 kB | 24/84 kB | 12/245 kB
Progress (4): 147/174 kB | 22 kB | 24/84 kB | 12/245 kB
Progress (4): 147/174 kB | 22 kB | 28/84 kB | 12/245 kB
Progress (4): 147/174 kB | 22 kB | 28/84 kB | 16/245 kB
Progress (4): 147/174 kB | 22 kB | 32/84 kB | 16/245 kB
Progress (4): 151/174 kB | 22 kB | 32/84 kB | 16/245 kB
Progress (4): 151/174 kB | 22 kB | 33/84 kB | 16/245 kB
Progress (4): 151/174 kB | 22 kB | 33/84 kB | 20/245 kB
Progress (4): 151/174 kB | 22 kB | 37/84 kB | 20/245 kB
Progress (4): 155/174 kB | 22 kB | 37/84 kB | 20/245 kB
Progress (4): 155/174 kB | 22 kB | 41/84 kB | 20/245 kB
Progress (4): 159/174 kB | 22 kB | 41/84 kB | 20/245 kB
Progress (4): 159/174 kB | 22 kB | 41/84 kB | 24/245 kB
Progress (4): 163/174 kB | 22 kB | 41/84 kB | 24/245 kB
Progress (4): 163/174 kB | 22 kB | 45/84 kB | 24/245 kB
Progress (4): 163/174 kB | 22 kB | 45/84 kB | 28/245 kB
Progress (4): 163/174 kB | 22 kB | 49/84 kB | 28/245 kB
Progress (4): 167/174 kB | 22 kB | 49/84 kB | 28/245 kB
Progress (4): 167/174 kB | 22 kB | 53/84 kB | 28/245 kB
Progress (4): 167/174 kB | 22 kB | 53/84 kB | 32/245 kB
Progress (4): 167/174 kB | 22 kB | 57/84 kB | 32/245 kB
Progress (4): 171/174 kB | 22 kB | 57/84 kB | 32/245 kB
Progress (4): 171/174 kB | 22 kB | 61/84 kB | 32/245 kB
Progress (4): 171/174 kB | 22 kB | 61/84 kB | 33/245 kB
Progress (4): 171/174 kB | 22 kB | 65/84 kB | 33/245 kB
Progress (4): 174 kB | 22 kB | 65/84 kB | 33/245 kB    
Progress (4): 174 kB | 22 kB | 66/84 kB | 33/245 kB
Progress (4): 174 kB | 22 kB | 66/84 kB | 37/245 kB
Progress (4): 174 kB | 22 kB | 70/84 kB | 37/245 kB
Progress (4): 174 kB | 22 kB | 70/84 kB | 41/245 kB
Progress (4): 174 kB | 22 kB | 74/84 kB | 41/245 kB
Progress (4): 174 kB | 22 kB | 74/84 kB | 45/245 kB
Progress (4): 174 kB | 22 kB | 78/84 kB | 45/245 kB
Progress (4): 174 kB | 22 kB | 78/84 kB | 49/245 kB
Progress (4): 174 kB | 22 kB | 82/84 kB | 49/245 kB
Progress (4): 174 kB | 22 kB | 82/84 kB | 53/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 53/245 kB   
Progress (4): 174 kB | 22 kB | 84 kB | 57/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 61/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 65/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 66/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 70/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 74/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 78/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 82/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 86/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 90/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 94/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 98/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 98/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 102/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 106/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 110/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 114/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 118/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 122/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 126/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 130/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 134/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 138/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 142/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 146/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 150/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 154/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 158/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 162/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 166/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 170/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 174/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 178/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 182/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 186/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 190/245 kB
Progress (4): 174 kB | 22 kB | 84 kB | 194/245 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 703 kB/s)
Progress (3): 22 kB | 84 kB | 198/245 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 (3): 22 kB | 84 kB | 202/245 kB
Progress (3): 22 kB | 84 kB | 206/245 kB
Progress (3): 22 kB | 84 kB | 210/245 kB
Progress (3): 22 kB | 84 kB | 214/245 kB
Progress (3): 22 kB | 84 kB | 218/245 kB
Progress (3): 22 kB | 84 kB | 222/245 kB
Progress (3): 22 kB | 84 kB | 226/245 kB
Progress (3): 22 kB | 84 kB | 230/245 kB
Progress (3): 22 kB | 84 kB | 234/245 kB
Progress (3): 22 kB | 84 kB | 238/245 kB
Progress (3): 22 kB | 84 kB | 242/245 kB
Progress (3): 22 kB | 84 kB | 245 kB    
Progress (4): 22 kB | 84 kB | 245 kB | 4.1/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 7.7/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 12/233 kB 
Progress (4): 22 kB | 84 kB | 245 kB | 16/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 20/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 24/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 28/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 32/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 33/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 37/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 41/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 45/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 49/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 53/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 57/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 61/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 65/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 66/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 70/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 74/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 78/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 82/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 86/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 90/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 94/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 98/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 98/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 102/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 106/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 110/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 114/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 118/233 kB
Progress (4): 22 kB | 84 kB | 245 kB | 122/233 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 938 kB/s)
Progress (3): 22 kB | 84 kB | 126/233 kB
Progress (3): 22 kB | 84 kB | 130/233 kB
Progress (3): 22 kB | 84 kB | 131/233 kB
Progress (3): 22 kB | 84 kB | 135/233 kB
Progress (3): 22 kB | 84 kB | 139/233 kB
Progress (3): 22 kB | 84 kB | 143/233 kB
Progress (3): 22 kB | 84 kB | 147/233 kB
Progress (3): 22 kB | 84 kB | 151/233 kB
Progress (3): 22 kB | 84 kB | 155/233 kB
Progress (3): 22 kB | 84 kB | 159/233 kB
Progress (3): 22 kB | 84 kB | 163/233 kB
Progress (3): 22 kB | 84 kB | 164/233 kB
Progress (3): 22 kB | 84 kB | 168/233 kB
Progress (3): 22 kB | 84 kB | 172/233 kB
Progress (3): 22 kB | 84 kB | 176/233 kB
Progress (3): 22 kB | 84 kB | 180/233 kB
Progress (3): 22 kB | 84 kB | 184/233 kB
Progress (3): 22 kB | 84 kB | 188/233 kB
Progress (3): 22 kB | 84 kB | 192/233 kB
Progress (3): 22 kB | 84 kB | 196/233 kB
Progress (3): 22 kB | 84 kB | 197/233 kB
Progress (3): 22 kB | 84 kB | 201/233 kB
Progress (3): 22 kB | 84 kB | 205/233 kB
Progress (3): 22 kB | 84 kB | 209/233 kB
Progress (3): 22 kB | 84 kB | 213/233 kB
Progress (3): 22 kB | 84 kB | 217/233 kB
Progress (3): 22 kB | 84 kB | 221/233 kB
Progress (3): 22 kB | 84 kB | 225/233 kB
Progress (3): 22 kB | 84 kB | 229/233 kB
Progress (3): 22 kB | 84 kB | 233/233 kB
Progress (3): 22 kB | 84 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 667 kB/s)
Progress (3): 22 kB | 84 kB | 4.1/22 kB
Progress (3): 22 kB | 84 kB | 7.7/22 kB
Progress (3): 22 kB | 84 kB | 12/22 kB 
Progress (3): 22 kB | 84 kB | 16/22 kB
Progress (3): 22 kB | 84 kB | 20/22 kB
Progress (3): 22 kB | 84 kB | 22 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 61 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6/plexus-io-2.6.jar (84 kB at 236 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-repository-builder/1.0/maven-repository-builder-1.0.jar (22 kB at 62 kB/s)
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/bundle/src/main/assembly/assembly-bin.xml
[WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'com.sun.xml.rpc:jakarta.xml.rpc.samples.*:*'

[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'com.sun.xml.rpc:jakarta.xml.rpc.samples.*:*'

[INFO] Building zip: /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/bundle/target/jaxrpc-bundle-1.1.6-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxrpc-bundle ---
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/bundle/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-bundle/1.1.6-SNAPSHOT/jaxrpc-bundle-1.1.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jax-rpc-ri-ee4j8-build/jaxrpc-ri/bundle/target/jaxrpc-bundle-1.1.6-SNAPSHOT.zip to /home/jenkins/.m2/repository/com/sun/xml/rpc/jaxrpc-bundle/1.1.6-SNAPSHOT/jaxrpc-bundle-1.1.6-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jaxrpc implementation parent 1.1.6-SNAPSHOT:
[INFO] 
[INFO] jaxrpc implementation parent ....................... SUCCESS [01:56 min]
[INFO] jaxrpc-spi ......................................... SUCCESS [ 48.214 s]
[INFO] jaxrpc-impl ........................................ SUCCESS [ 12.163 s]
[INFO] jaxrpc installer ................................... SUCCESS [  0.497 s]
[INFO] jaxrpc samples ..................................... SUCCESS [  0.030 s]
[INFO] Attachments Sample ................................. SUCCESS [  0.181 s]
[INFO] Hello World Sample ................................. SUCCESS [  0.259 s]
[INFO] jaxrpc-bundle ...................................... SUCCESS [ 40.407 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:39 min
[INFO] Finished at: 2019-11-21T10:42:57Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Finished: SUCCESS