Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent default-agent-7vzht is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-7vzht"
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.yasson.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-7vzht"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-7vzht"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.yasson.svc.cluster.local/yasson/"
    - 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-yasson"
      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-7vzht in workspace /home/jenkins/agent/workspace/yasson-build
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-jXdo2pmPjh3R/agent.67
SSH_AGENT_PID=69
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/yasson-build@tmp/private_key_5125491861111636569.key (/home/jenkins/agent/workspace/yasson-build@tmp/private_key_5125491861111636569.key)
[ssh-agent] Using credentials yasson-bot (GitHub bot SSH)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/yasson.git
 > git init /home/jenkins/agent/workspace/yasson-build # timeout=10
Fetching upstream changes from https://github.com/eclipse/yasson.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/yasson.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/yasson.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/yasson.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/yasson.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/yasson.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3ce1e668a455fdbd6ee8d41ce16a4d0605d663ed (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3ce1e668a455fdbd6ee8d41ce16a4d0605d663ed
Commit message: "Copyright travis job improved (#365)"
 > git rev-list --no-walk d51df6492451fd41b8600a6aeff55e758a10f695 # timeout=10
[yasson-build] $ /bin/sh -xe /tmp/jenkins4897658297488721691.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key B11A29C468F7EA64: public key "Eclipse Yasson Project <yasson-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key B11A29C468F7EA64: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 5FCBD56B27BC981F218DBC24FDE958769183CDB3 trust
Secret subkeys are available.

pub  rsa4096/B11A29C468F7EA64
     created: 2017-05-30  expires: 2022-05-29  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/FDE958769183CDB3
     created: 2017-05-30  expires: 2022-05-29  usage: S   
[ unknown] (1). Eclipse Yasson Project <yasson-dev@eclipse.org>

pub  rsa4096/B11A29C468F7EA64
     created: 2017-05-30  expires: 2022-05-29  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/FDE958769183CDB3
     created: 2017-05-30  expires: 2022-05-29  usage: S   
[ unknown] (1). Eclipse Yasson Project <yasson-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/B11A29C468F7EA64
     created: 2017-05-30  expires: 2022-05-29  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/FDE958769183CDB3
     created: 2017-05-30  expires: 2022-05-29  usage: S   
[ unknown] (1). Eclipse Yasson Project <yasson-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key AB70E95978F7F235EE94C920B11A29C468F7EA64 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2022-05-29
pub  rsa4096/B11A29C468F7EA64
     created: 2017-05-30  expires: 2022-05-29  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/FDE958769183CDB3
     created: 2017-05-30  expires: 2022-05-29  usage: S   
[ultimate] (1). Eclipse Yasson Project <yasson-dev@eclipse.org>

pub  rsa4096/B11A29C468F7EA64
     created: 2017-05-30  expires: 2022-05-29  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/FDE958769183CDB3
     created: 2017-05-30  expires: 2022-05-29  usage: S   
[ultimate] (1). Eclipse Yasson Project <yasson-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/B11A29C468F7EA64
     created: 2017-05-30  expires: 2022-05-29  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/FDE958769183CDB3
     created: 2017-05-30  expires: 2022-05-29  usage: S   
[ultimate] (1). Eclipse Yasson Project <yasson-dev@eclipse.org>

[yasson-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/yasson-build/.repository dependency:purge-local-repository
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 63 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.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/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 188 kB/s)
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 462 kB/s)
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 1.7 MB/s)
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 746 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar
Progress (1): 4.1/58 kB
Progress (1): 7.7/58 kB
Progress (1): 12/58 kB 
Progress (1): 16/58 kB
Progress (1): 20/58 kB
Progress (1): 24/58 kB
Progress (1): 28/58 kB
Progress (1): 32/58 kB
Progress (1): 36/58 kB
Progress (1): 40/58 kB
Progress (1): 44/58 kB
Progress (1): 48/58 kB
Progress (1): 52/58 kB
Progress (1): 56/58 kB
Progress (1): 58 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.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.2/maven-jar-plugin-3.0.2.pom (6.2 kB at 221 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.0.2/maven-jar-plugin-3.0.2.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.2/maven-jar-plugin-3.0.2.jar (27 kB at 675 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.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/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 726 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.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/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar
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): 36/40 kB
Progress (1): 40/40 kB
Progress (1): 40 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 791 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.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-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 636 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Progress (1): 4.1/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/24/maven-plugins-24.pom (11 kB at 636 kB/s)
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 1.7 MB/s)
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 699 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
Progress (1): 4.1/153 kB
Progress (1): 7.7/153 kB
Progress (1): 12/153 kB 
Progress (1): 16/153 kB
Progress (1): 20/153 kB
Progress (1): 24/153 kB
Progress (1): 28/153 kB
Progress (1): 32/153 kB
Progress (1): 33/153 kB
Progress (1): 37/153 kB
Progress (1): 41/153 kB
Progress (1): 45/153 kB
Progress (1): 49/153 kB
Progress (1): 53/153 kB
Progress (1): 57/153 kB
Progress (1): 61/153 kB
Progress (1): 65/153 kB
Progress (1): 66/153 kB
Progress (1): 70/153 kB
Progress (1): 74/153 kB
Progress (1): 78/153 kB
Progress (1): 82/153 kB
Progress (1): 86/153 kB
Progress (1): 90/153 kB
Progress (1): 94/153 kB
Progress (1): 98/153 kB
Progress (1): 98/153 kB
Progress (1): 102/153 kB
Progress (1): 106/153 kB
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/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 3.9 MB/s)
[INFO] 
[INFO] -------------------------< org.eclipse:yasson >-------------------------
[INFO] Building org.eclipse.yasson 1.0.6-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:purge-local-repository (default-cli) @ yasson ---
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 85 kB/s)
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 995 kB/s)
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.3 MB/s)
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 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.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.5.1/plexus-utils-1.5.1.pom (2.3 kB at 121 kB/s)
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 498 kB/s)
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 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 159 kB/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.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 114 kB/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.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 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.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 107 kB/s)
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 23 kB/s)
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 359 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.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 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 428 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.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 184 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 89 kB/s)
Downloading from 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 142 kB/s)
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 91 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.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 110 kB/s)
Downloading from 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 389 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.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 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.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 90 kB/s)
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 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 71 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.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/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 458 kB/s)
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 1.1 MB/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.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 65 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.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 124 kB/s)
Downloading from 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 90 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.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 355 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.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 76 kB/s)
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 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 140 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Progress (1): 4.1/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/15/maven-shared-components-15.pom (9.3 kB at 239 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
Progress (1): 4.1/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/16/maven-parent-16.pom (23 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
Progress (1): 4.1/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/7/apache-7.pom (14 kB at 902 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/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 63 kB/s)
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 567 kB/s)
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 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.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/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 235 kB/s)
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 165 kB/s)
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 532 kB/s)
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 762 kB/s)
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 202 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.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 111 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.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 152 kB/s)
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 68 kB/s)
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 132 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.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 218 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.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 123 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.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 88 kB/s)
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 122 kB/s)
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 104 kB/s)
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 150 kB/s)
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 474 kB/s)
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 726 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-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 124 kB/s)
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 146 kB/s)
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 126 kB/s)
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 201 kB/s)
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 516 kB/s)
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 143 kB/s)
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 599 kB/s)
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 1.6 MB/s)
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 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 66 kB/s)
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 150 kB/s)
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 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-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 199 kB/s)
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 54 kB/s)
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 65 kB/s)
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 402 kB/s)
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 158 kB/s)
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 480 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.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 431 kB/s)
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 290 kB/s)
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 523 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
Progress (1): 140 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s)
Downloading from eclipse.maven.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 197 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.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 613 kB/s)
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 141 kB/s)
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 150 kB/s)
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 168 kB/s)
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 140 kB/s)
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 47 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.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/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 279 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Progress (1): 4.1/8.3 kB
Progress (1): 7.7/8.3 kB
Progress (1): 8.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 491 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.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/1.4/commons-io-1.4.pom (13 kB at 774 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-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/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.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 110 kB/s)
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 90 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Progress (1): 424 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 24 kB/s)
Downloading from eclipse.maven.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 245 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/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 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Progress (1): 4.1/9.1 kB
Progress (1): 7.7/9.1 kB
Progress (1): 9.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 505 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Progress (1): 357 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 21 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Progress (1): 866 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 54 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Progress (1): 974 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 144 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Progress (1): 163 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 8.6 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Progress (1): 171 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 141 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.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/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 351 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Progress (1): 346 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 23 kB/s)
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 538 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 198 kB/s)
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 118 kB/s)
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.1 MB/s)
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 376 kB/s)
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 646 kB/s)
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 143 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 147 kB/s)
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 180 kB/s)
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 1.1 MB/s)
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 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.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.9/plexus-utils-3.0.9.pom (3.1 kB at 165 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 169 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Progress (1): 4.1/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/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 444 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
Progress (1): 4.1/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/9/maven-parent-9.pom (33 kB at 1.2 MB/s)
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 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 167 kB/s)
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.2 MB/s)
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 48 kB/s)
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 627 kB/s)
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 51 kB/s)
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 87 kB/s)
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 65 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-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 35 kB/s)
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 400 kB/s)
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 133 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.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-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 353 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 576 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 303 kB/s)
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 205 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
Progress (1): 266 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 12 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 271 kB/s)
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 51 kB/s)
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 265 kB/s)
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 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.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.5/maven-project-2.0.5.pom (1.8 kB at 80 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.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/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 356 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.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.5/maven-model-2.0.5.pom (2.7 kB at 136 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 92 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 115 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.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.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Progress (1): 727 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 38 kB/s)
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 424 kB/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.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 163 kB/s)
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 642 kB/s)
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 168 kB/s)
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 147 kB/s)
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 457 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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 56 kB/s)
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 389 kB/s)
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 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 172 kB/s)
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 125 kB/s)
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 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Progress (1): 880 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s)
Downloading from 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 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 75 kB/s)
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 1.3 MB/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.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 235 kB/s)
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 622 kB/s)
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.1 MB/s)
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 871 kB/s)
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 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 756 kB/s)
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 209 kB/s)
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 169 kB/s)
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 103 kB/s)
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 127 kB/s)
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 159 kB/s)
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 106 kB/s)
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 125 kB/s)
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 100 kB/s)
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 184 kB/s)
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 237 kB/s)
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 1.0 MB/s)
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 165 kB/s)
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 927 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.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 5.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.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 356 kB/s)
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 67 kB/s)
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 68 kB/s)
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 39 kB/s)
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 269 kB/s)
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 522 kB/s)
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 492 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.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-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 338 kB/s)
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 584 kB/s)
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 666 kB/s)
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 800 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.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/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.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-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 736 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
Progress (1): 4.1/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/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.3 MB/s)
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
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
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
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/maven-profile/2.0.9/maven-profile-2.0.9.jar
Progress (1): 4.1/49 kB
Progress (1): 7.7/49 kB
Progress (1): 12/49 kB 
Progress (1): 16/49 kB
Progress (1): 20/49 kB
Progress (1): 24/49 kB
Progress (1): 28/49 kB
Progress (1): 32/49 kB
Progress (1): 36/49 kB
Progress (1): 40/49 kB
Progress (1): 44/49 kB
Progress (1): 48/49 kB
Progress (1): 49 kB   
Progress (2): 49 kB | 4.1/13 kB
Progress (2): 49 kB | 7.7/13 kB
Progress (2): 49 kB | 12/13 kB 
Progress (2): 49 kB | 13 kB   
Progress (3): 49 kB | 13 kB | 4.1/89 kB
Progress (3): 49 kB | 13 kB | 7.7/89 kB
Progress (3): 49 kB | 13 kB | 12/89 kB 
Progress (3): 49 kB | 13 kB | 16/89 kB
Progress (3): 49 kB | 13 kB | 20/89 kB
Progress (3): 49 kB | 13 kB | 24/89 kB
Progress (3): 49 kB | 13 kB | 28/89 kB
Progress (3): 49 kB | 13 kB | 32/89 kB
Progress (3): 49 kB | 13 kB | 36/89 kB
Progress (3): 49 kB | 13 kB | 40/89 kB
Progress (4): 49 kB | 13 kB | 40/89 kB | 4.1/122 kB
Progress (4): 49 kB | 13 kB | 44/89 kB | 4.1/122 kB
Progress (4): 49 kB | 13 kB | 44/89 kB | 7.7/122 kB
Progress (4): 49 kB | 13 kB | 48/89 kB | 7.7/122 kB
Progress (4): 49 kB | 13 kB | 48/89 kB | 12/122 kB 
Progress (4): 49 kB | 13 kB | 52/89 kB | 12/122 kB
Progress (4): 49 kB | 13 kB | 52/89 kB | 16/122 kB
Progress (4): 49 kB | 13 kB | 56/89 kB | 16/122 kB
Progress (4): 49 kB | 13 kB | 56/89 kB | 20/122 kB
Progress (4): 49 kB | 13 kB | 60/89 kB | 20/122 kB
Progress (4): 49 kB | 13 kB | 60/89 kB | 24/122 kB
Progress (4): 49 kB | 13 kB | 64/89 kB | 24/122 kB
Progress (4): 49 kB | 13 kB | 64/89 kB | 28/122 kB
Progress (4): 49 kB | 13 kB | 68/89 kB | 28/122 kB
Progress (4): 49 kB | 13 kB | 68/89 kB | 32/122 kB
Progress (4): 49 kB | 13 kB | 72/89 kB | 32/122 kB
Progress (4): 49 kB | 13 kB | 72/89 kB | 36/122 kB
Progress (4): 49 kB | 13 kB | 76/89 kB | 36/122 kB
Progress (5): 49 kB | 13 kB | 76/89 kB | 36/122 kB | 4.1/35 kB
Progress (5): 49 kB | 13 kB | 80/89 kB | 36/122 kB | 4.1/35 kB
Progress (5): 49 kB | 13 kB | 84/89 kB | 36/122 kB | 4.1/35 kB
Progress (5): 49 kB | 13 kB | 88/89 kB | 36/122 kB | 4.1/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 36/122 kB | 4.1/35 kB   
Progress (5): 49 kB | 13 kB | 89 kB | 40/122 kB | 4.1/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 44/122 kB | 4.1/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 44/122 kB | 7.7/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 48/122 kB | 7.7/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 48/122 kB | 12/35 kB 
Progress (5): 49 kB | 13 kB | 89 kB | 52/122 kB | 12/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 52/122 kB | 16/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 56/122 kB | 16/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 56/122 kB | 20/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 60/122 kB | 20/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 60/122 kB | 24/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 64/122 kB | 24/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 64/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 68/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 72/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 76/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 80/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 84/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 88/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 92/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 96/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 100/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 104/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 108/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 112/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 116/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 120/122 kB | 28/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 122 kB | 28/35 kB    
Progress (5): 49 kB | 13 kB | 89 kB | 122 kB | 32/35 kB
Progress (5): 49 kB | 13 kB | 89 kB | 122 kB | 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 187 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
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 1.1 MB/s)
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.6 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
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): 49 kB | 35 kB | 4.1/29 kB
Progress (3): 49 kB | 35 kB | 7.7/29 kB
Progress (3): 49 kB | 35 kB | 12/29 kB 
Progress (3): 49 kB | 35 kB | 16/29 kB
Progress (3): 49 kB | 35 kB | 20/29 kB
Progress (3): 49 kB | 35 kB | 24/29 kB
Progress (3): 49 kB | 35 kB | 28/29 kB
Progress (3): 49 kB | 35 kB | 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 571 kB/s)
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 411 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
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
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 327 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 (1): 4.1/87 kB
Progress (1): 7.7/87 kB
Progress (1): 12/87 kB 
Progress (1): 16/87 kB
Progress (1): 20/87 kB
Progress (1): 24/87 kB
Progress (1): 28/87 kB
Progress (1): 32/87 kB
Progress (1): 36/87 kB
Progress (1): 40/87 kB
Progress (1): 44/87 kB
Progress (1): 48/87 kB
Progress (1): 52/87 kB
Progress (1): 56/87 kB
Progress (1): 60/87 kB
Progress (1): 64/87 kB
Progress (1): 68/87 kB
Progress (1): 72/87 kB
Progress (2): 72/87 kB | 4.1/30 kB
Progress (2): 72/87 kB | 7.7/30 kB
Progress (2): 72/87 kB | 12/30 kB 
Progress (2): 72/87 kB | 16/30 kB
Progress (2): 76/87 kB | 16/30 kB
Progress (2): 80/87 kB | 16/30 kB
Progress (2): 84/87 kB | 16/30 kB
Progress (3): 84/87 kB | 16/30 kB | 4.1/21 kB
Progress (3): 87 kB | 16/30 kB | 4.1/21 kB   
Progress (3): 87 kB | 16/30 kB | 7.7/21 kB
Progress (3): 87 kB | 16/30 kB | 12/21 kB 
Progress (3): 87 kB | 16/30 kB | 16/21 kB
Progress (4): 87 kB | 16/30 kB | 16/21 kB | 4.1/160 kB
Progress (4): 87 kB | 16/30 kB | 20/21 kB | 4.1/160 kB
Progress (4): 87 kB | 16/30 kB | 20/21 kB | 7.7/160 kB
Progress (4): 87 kB | 16/30 kB | 21 kB | 7.7/160 kB   
Progress (4): 87 kB | 20/30 kB | 21 kB | 7.7/160 kB
Progress (4): 87 kB | 24/30 kB | 21 kB | 7.7/160 kB
Progress (4): 87 kB | 24/30 kB | 21 kB | 12/160 kB 
Progress (4): 87 kB | 24/30 kB | 21 kB | 16/160 kB
Progress (5): 87 kB | 24/30 kB | 21 kB | 16/160 kB | 4.1/14 kB
Progress (5): 87 kB | 24/30 kB | 21 kB | 16/160 kB | 7.7/14 kB
Progress (5): 87 kB | 24/30 kB | 21 kB | 16/160 kB | 12/14 kB 
Progress (5): 87 kB | 24/30 kB | 21 kB | 16/160 kB | 14 kB   
Progress (5): 87 kB | 28/30 kB | 21 kB | 16/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 16/160 kB | 14 kB   
Progress (5): 87 kB | 30 kB | 21 kB | 20/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 24/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 28/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 32/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 36/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 40/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 44/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 48/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 52/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 56/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 60/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 64/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 68/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 72/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 76/160 kB | 14 kB
Progress (5): 87 kB | 30 kB | 21 kB | 80/160 kB | 14 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 107 kB/s)
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 672 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 (3): 30 kB | 21 kB | 84/160 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Progress (3): 30 kB | 21 kB | 88/160 kB
Progress (3): 30 kB | 21 kB | 92/160 kB
Progress (3): 30 kB | 21 kB | 96/160 kB
Progress (3): 30 kB | 21 kB | 100/160 kB
Progress (3): 30 kB | 21 kB | 104/160 kB
Progress (3): 30 kB | 21 kB | 108/160 kB
Progress (3): 30 kB | 21 kB | 112/160 kB
Progress (3): 30 kB | 21 kB | 116/160 kB
Progress (3): 30 kB | 21 kB | 120/160 kB
Progress (3): 30 kB | 21 kB | 124/160 kB
Progress (3): 30 kB | 21 kB | 128/160 kB
Progress (3): 30 kB | 21 kB | 132/160 kB
Progress (3): 30 kB | 21 kB | 136/160 kB
Progress (3): 30 kB | 21 kB | 140/160 kB
Progress (3): 30 kB | 21 kB | 144/160 kB
Progress (3): 30 kB | 21 kB | 148/160 kB
Progress (3): 30 kB | 21 kB | 152/160 kB
Progress (3): 30 kB | 21 kB | 156/160 kB
Progress (3): 30 kB | 21 kB | 160 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 221 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
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 1.1 MB/s)
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 145 kB/s)
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
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 (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/10 kB
Progress (2): 13 kB | 7.7/10 kB
Progress (2): 13 kB | 10 kB    
Progress (3): 13 kB | 10 kB | 4.1/25 kB
Progress (3): 13 kB | 10 kB | 7.7/25 kB
Progress (3): 13 kB | 10 kB | 12/25 kB 
Progress (3): 13 kB | 10 kB | 16/25 kB
Progress (3): 13 kB | 10 kB | 20/25 kB
Progress (3): 13 kB | 10 kB | 24/25 kB
Progress (3): 13 kB | 10 kB | 25 kB   
Progress (4): 13 kB | 10 kB | 25 kB | 4.1/58 kB
Progress (4): 13 kB | 10 kB | 25 kB | 7.7/58 kB
Progress (4): 13 kB | 10 kB | 25 kB | 12/58 kB 
Progress (4): 13 kB | 10 kB | 25 kB | 16/58 kB
Progress (4): 13 kB | 10 kB | 25 kB | 20/58 kB
Progress (4): 13 kB | 10 kB | 25 kB | 24/58 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 85 kB/s)
Progress (3): 10 kB | 25 kB | 28/58 kB
                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Progress (3): 10 kB | 25 kB | 32/58 kB
Progress (3): 10 kB | 25 kB | 36/58 kB
Progress (3): 10 kB | 25 kB | 40/58 kB
Progress (3): 10 kB | 25 kB | 44/58 kB
Progress (3): 10 kB | 25 kB | 48/58 kB
Progress (3): 10 kB | 25 kB | 52/58 kB
Progress (3): 10 kB | 25 kB | 56/58 kB
Progress (3): 10 kB | 25 kB | 58 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.jar (10 kB at 64 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.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 152 kB/s)
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 (2): 58 kB | 4.1/11 kB
Progress (2): 58 kB | 7.7/11 kB
Progress (2): 58 kB | 11 kB    
Progress (3): 58 kB | 11 kB | 4.1/55 kB
Progress (4): 58 kB | 11 kB | 4.1/55 kB | 4.1/21 kB
Progress (4): 58 kB | 11 kB | 4.1/55 kB | 7.7/21 kB
Progress (4): 58 kB | 11 kB | 4.1/55 kB | 12/21 kB 
Progress (4): 58 kB | 11 kB | 4.1/55 kB | 16/21 kB
Progress (4): 58 kB | 11 kB | 4.1/55 kB | 20/21 kB
Progress (4): 58 kB | 11 kB | 4.1/55 kB | 21 kB   
Progress (4): 58 kB | 11 kB | 7.7/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 12/55 kB | 21 kB 
Progress (4): 58 kB | 11 kB | 16/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 20/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 24/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 28/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 32/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 36/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 40/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 44/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 48/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 52/55 kB | 21 kB
Progress (4): 58 kB | 11 kB | 55 kB | 21 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 305 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 111 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 59 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
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 309 kB/s)
Progress (1): 4.1/41 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Progress (1): 7.7/41 kB
Progress (2): 7.7/41 kB | 4.1/37 kB
Progress (2): 12/41 kB | 4.1/37 kB 
Progress (2): 12/41 kB | 7.7/37 kB
Progress (2): 16/41 kB | 7.7/37 kB
Progress (2): 16/41 kB | 12/37 kB 
Progress (2): 20/41 kB | 12/37 kB
Progress (2): 20/41 kB | 16/37 kB
Progress (2): 24/41 kB | 16/37 kB
Progress (2): 24/41 kB | 20/37 kB
Progress (2): 28/41 kB | 20/37 kB
Progress (2): 28/41 kB | 24/37 kB
Progress (2): 32/41 kB | 24/37 kB
Progress (2): 32/41 kB | 28/37 kB
Progress (2): 36/41 kB | 28/37 kB
Progress (2): 36/41 kB | 32/37 kB
Progress (2): 40/41 kB | 32/37 kB
Progress (2): 40/41 kB | 36/37 kB
Progress (2): 41 kB | 36/37 kB   
Progress (2): 41 kB | 37 kB   
Progress (3): 41 kB | 37 kB | 4.1/91 kB
Progress (3): 41 kB | 37 kB | 7.7/91 kB
Progress (4): 41 kB | 37 kB | 7.7/91 kB | 4.1/109 kB
Progress (4): 41 kB | 37 kB | 12/91 kB | 4.1/109 kB 
Progress (4): 41 kB | 37 kB | 12/91 kB | 7.7/109 kB
Progress (4): 41 kB | 37 kB | 16/91 kB | 7.7/109 kB
Progress (4): 41 kB | 37 kB | 16/91 kB | 12/109 kB 
Progress (4): 41 kB | 37 kB | 16/91 kB | 16/109 kB
Progress (4): 41 kB | 37 kB | 20/91 kB | 16/109 kB
Progress (4): 41 kB | 37 kB | 20/91 kB | 20/109 kB
Progress (4): 41 kB | 37 kB | 24/91 kB | 20/109 kB
Progress (4): 41 kB | 37 kB | 24/91 kB | 24/109 kB
Progress (4): 41 kB | 37 kB | 28/91 kB | 24/109 kB
Progress (4): 41 kB | 37 kB | 32/91 kB | 24/109 kB
Progress (4): 41 kB | 37 kB | 32/91 kB | 28/109 kB
Progress (4): 41 kB | 37 kB | 33/91 kB | 28/109 kB
Progress (4): 41 kB | 37 kB | 33/91 kB | 32/109 kB
Progress (4): 41 kB | 37 kB | 37/91 kB | 32/109 kB
Progress (4): 41 kB | 37 kB | 37/91 kB | 36/109 kB
Progress (4): 41 kB | 37 kB | 41/91 kB | 36/109 kB
Progress (4): 41 kB | 37 kB | 41/91 kB | 40/109 kB
Progress (4): 41 kB | 37 kB | 45/91 kB | 40/109 kB
Progress (4): 41 kB | 37 kB | 45/91 kB | 44/109 kB
Progress (4): 41 kB | 37 kB | 45/91 kB | 48/109 kB
Progress (4): 41 kB | 37 kB | 49/91 kB | 48/109 kB
Progress (4): 41 kB | 37 kB | 49/91 kB | 52/109 kB
Progress (4): 41 kB | 37 kB | 49/91 kB | 56/109 kB
Progress (4): 41 kB | 37 kB | 49/91 kB | 60/109 kB
Progress (4): 41 kB | 37 kB | 49/91 kB | 64/109 kB
Progress (4): 41 kB | 37 kB | 49/91 kB | 68/109 kB
Progress (4): 41 kB | 37 kB | 53/91 kB | 68/109 kB
Progress (4): 41 kB | 37 kB | 53/91 kB | 72/109 kB
Progress (4): 41 kB | 37 kB | 57/91 kB | 72/109 kB
Progress (4): 41 kB | 37 kB | 57/91 kB | 76/109 kB
Progress (4): 41 kB | 37 kB | 57/91 kB | 80/109 kB
Progress (4): 41 kB | 37 kB | 57/91 kB | 84/109 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 84/109 kB | 4.1/189 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 84/109 kB | 7.7/189 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 88/109 kB | 7.7/189 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 88/109 kB | 12/189 kB 
Progress (5): 41 kB | 37 kB | 57/91 kB | 92/109 kB | 12/189 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 96/109 kB | 12/189 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 100/109 kB | 12/189 kB
Progress (5): 41 kB | 37 kB | 57/91 kB | 104/109 kB | 12/189 kB
Progress (5): 41 kB | 37 kB | 61/91 kB | 104/109 kB | 12/189 kB
Progress (5): 41 kB | 37 kB | 61/91 kB | 108/109 kB | 12/189 kB
Progress (5): 41 kB | 37 kB | 61/91 kB | 108/109 kB | 16/189 kB
Progress (5): 41 kB | 37 kB | 61/91 kB | 109 kB | 16/189 kB    
Progress (5): 41 kB | 37 kB | 65/91 kB | 109 kB | 16/189 kB
Progress (5): 41 kB | 37 kB | 65/91 kB | 109 kB | 20/189 kB
Progress (5): 41 kB | 37 kB | 69/91 kB | 109 kB | 20/189 kB
Progress (5): 41 kB | 37 kB | 73/91 kB | 109 kB | 20/189 kB
Progress (5): 41 kB | 37 kB | 73/91 kB | 109 kB | 24/189 kB
Progress (5): 41 kB | 37 kB | 77/91 kB | 109 kB | 24/189 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 179 kB/s)
Progress (4): 37 kB | 81/91 kB | 109 kB | 24/189 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 161 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Progress (3): 81/91 kB | 109 kB | 28/189 kB
Progress (3): 85/91 kB | 109 kB | 28/189 kB
                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Progress (3): 89/91 kB | 109 kB | 28/189 kB
Progress (3): 89/91 kB | 109 kB | 32/189 kB
Progress (3): 91 kB | 109 kB | 32/189 kB   
Progress (3): 91 kB | 109 kB | 36/189 kB
Progress (3): 91 kB | 109 kB | 40/189 kB
Progress (3): 91 kB | 109 kB | 44/189 kB
Progress (3): 91 kB | 109 kB | 48/189 kB
Progress (3): 91 kB | 109 kB | 52/189 kB
Progress (3): 91 kB | 109 kB | 56/189 kB
Progress (3): 91 kB | 109 kB | 60/189 kB
Progress (3): 91 kB | 109 kB | 64/189 kB
Progress (3): 91 kB | 109 kB | 68/189 kB
Progress (3): 91 kB | 109 kB | 72/189 kB
Progress (3): 91 kB | 109 kB | 76/189 kB
Progress (3): 91 kB | 109 kB | 80/189 kB
Progress (3): 91 kB | 109 kB | 84/189 kB
Progress (3): 91 kB | 109 kB | 88/189 kB
Progress (3): 91 kB | 109 kB | 92/189 kB
Progress (3): 91 kB | 109 kB | 96/189 kB
Progress (3): 91 kB | 109 kB | 100/189 kB
Progress (3): 91 kB | 109 kB | 104/189 kB
Progress (3): 91 kB | 109 kB | 108/189 kB
Progress (3): 91 kB | 109 kB | 112/189 kB
Progress (3): 91 kB | 109 kB | 116/189 kB
Progress (3): 91 kB | 109 kB | 120/189 kB
Progress (3): 91 kB | 109 kB | 124/189 kB
Progress (3): 91 kB | 109 kB | 128/189 kB
Progress (3): 91 kB | 109 kB | 132/189 kB
Progress (3): 91 kB | 109 kB | 136/189 kB
Progress (3): 91 kB | 109 kB | 140/189 kB
Progress (3): 91 kB | 109 kB | 144/189 kB
Progress (3): 91 kB | 109 kB | 148/189 kB
Progress (3): 91 kB | 109 kB | 152/189 kB
Progress (3): 91 kB | 109 kB | 156/189 kB
Progress (3): 91 kB | 109 kB | 160/189 kB
Progress (3): 91 kB | 109 kB | 164/189 kB
Progress (3): 91 kB | 109 kB | 168/189 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 447 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
Progress (2): 91 kB | 172/189 kB
Progress (2): 91 kB | 176/189 kB
Progress (2): 91 kB | 180/189 kB
Progress (2): 91 kB | 184/189 kB
Progress (2): 91 kB | 188/189 kB
Progress (2): 91 kB | 189 kB    
Progress (3): 91 kB | 189 kB | 4.1/38 kB
Progress (3): 91 kB | 189 kB | 7.7/38 kB
Progress (3): 91 kB | 189 kB | 12/38 kB 
Progress (3): 91 kB | 189 kB | 16/38 kB
Progress (3): 91 kB | 189 kB | 20/38 kB
Progress (3): 91 kB | 189 kB | 24/38 kB
Progress (3): 91 kB | 189 kB | 28/38 kB
Progress (3): 91 kB | 189 kB | 32/38 kB
Progress (3): 91 kB | 189 kB | 36/38 kB
Progress (3): 91 kB | 189 kB | 38 kB   
Progress (4): 91 kB | 189 kB | 38 kB | 4.1/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 7.7/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 12/168 kB 
Progress (4): 91 kB | 189 kB | 38 kB | 16/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 20/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 24/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 28/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 32/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 36/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 40/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 44/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 48/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 52/168 kB
Progress (4): 91 kB | 189 kB | 38 kB | 56/168 kB
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 362 kB/s)
Progress (3): 189 kB | 38 kB | 60/168 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Progress (3): 189 kB | 38 kB | 64/168 kB
Progress (3): 189 kB | 38 kB | 68/168 kB
Progress (3): 189 kB | 38 kB | 72/168 kB
Progress (3): 189 kB | 38 kB | 76/168 kB
Progress (3): 189 kB | 38 kB | 80/168 kB
Progress (3): 189 kB | 38 kB | 84/168 kB
Progress (3): 189 kB | 38 kB | 88/168 kB
Progress (3): 189 kB | 38 kB | 92/168 kB
Progress (3): 189 kB | 38 kB | 96/168 kB
Progress (3): 189 kB | 38 kB | 100/168 kB
Progress (3): 189 kB | 38 kB | 104/168 kB
Progress (3): 189 kB | 38 kB | 108/168 kB
Progress (3): 189 kB | 38 kB | 112/168 kB
Progress (3): 189 kB | 38 kB | 116/168 kB
Progress (3): 189 kB | 38 kB | 120/168 kB
Progress (3): 189 kB | 38 kB | 124/168 kB
Progress (3): 189 kB | 38 kB | 128/168 kB
Progress (3): 189 kB | 38 kB | 132/168 kB
Progress (3): 189 kB | 38 kB | 136/168 kB
Progress (3): 189 kB | 38 kB | 140/168 kB
Progress (3): 189 kB | 38 kB | 144/168 kB
Progress (3): 189 kB | 38 kB | 148/168 kB
Progress (3): 189 kB | 38 kB | 152/168 kB
Progress (3): 189 kB | 38 kB | 156/168 kB
Progress (3): 189 kB | 38 kB | 160/168 kB
Progress (3): 189 kB | 38 kB | 164/168 kB
Progress (3): 189 kB | 38 kB | 168/168 kB
Progress (3): 189 kB | 38 kB | 168 kB    
Progress (4): 189 kB | 38 kB | 168 kB | 4.1/65 kB
Progress (4): 189 kB | 38 kB | 168 kB | 7.7/65 kB
Progress (4): 189 kB | 38 kB | 168 kB | 12/65 kB 
Progress (4): 189 kB | 38 kB | 168 kB | 16/65 kB
Progress (4): 189 kB | 38 kB | 168 kB | 20/65 kB
Progress (5): 189 kB | 38 kB | 168 kB | 20/65 kB | 4.1/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 24/65 kB | 4.1/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 24/65 kB | 7.7/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 28/65 kB | 7.7/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 28/65 kB | 12/109 kB 
Progress (5): 189 kB | 38 kB | 168 kB | 32/65 kB | 12/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 32/65 kB | 16/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 36/65 kB | 16/109 kB
Progress (5): 189 kB | 38 kB | 168 kB | 36/65 kB | 20/109 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 723 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 146 kB/s)
Progress (3): 168 kB | 40/65 kB | 20/109 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
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 (3): 168 kB | 40/65 kB | 24/109 kB
Progress (3): 168 kB | 44/65 kB | 24/109 kB
Progress (3): 168 kB | 48/65 kB | 24/109 kB
Progress (3): 168 kB | 48/65 kB | 28/109 kB
Progress (3): 168 kB | 48/65 kB | 32/109 kB
Progress (3): 168 kB | 52/65 kB | 32/109 kB
Progress (3): 168 kB | 56/65 kB | 32/109 kB
Progress (3): 168 kB | 56/65 kB | 33/109 kB
Progress (3): 168 kB | 60/65 kB | 33/109 kB
Progress (3): 168 kB | 60/65 kB | 37/109 kB
Progress (3): 168 kB | 60/65 kB | 41/109 kB
Progress (3): 168 kB | 64/65 kB | 41/109 kB
Progress (3): 168 kB | 64/65 kB | 45/109 kB
Progress (3): 168 kB | 65 kB | 45/109 kB   
Progress (3): 168 kB | 65 kB | 49/109 kB
Progress (3): 168 kB | 65 kB | 53/109 kB
Progress (3): 168 kB | 65 kB | 57/109 kB
Progress (3): 168 kB | 65 kB | 61/109 kB
Progress (3): 168 kB | 65 kB | 65/109 kB
Progress (3): 168 kB | 65 kB | 66/109 kB
Progress (3): 168 kB | 65 kB | 70/109 kB
Progress (3): 168 kB | 65 kB | 74/109 kB
Progress (3): 168 kB | 65 kB | 78/109 kB
Progress (3): 168 kB | 65 kB | 82/109 kB
Progress (3): 168 kB | 65 kB | 86/109 kB
Progress (3): 168 kB | 65 kB | 90/109 kB
Progress (3): 168 kB | 65 kB | 94/109 kB
Progress (3): 168 kB | 65 kB | 98/109 kB
Progress (3): 168 kB | 65 kB | 102/109 kB
Progress (3): 168 kB | 65 kB | 106/109 kB
Progress (3): 168 kB | 65 kB | 109 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 243 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Progress (3): 168 kB | 109 kB | 4.1/10 kB
Progress (3): 168 kB | 109 kB | 7.7/10 kB
Progress (3): 168 kB | 109 kB | 10 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 403 kB/s)
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
Progress (3): 168 kB | 10 kB | 4.1/47 kB
Progress (3): 168 kB | 10 kB | 7.7/47 kB
Progress (3): 168 kB | 10 kB | 12/47 kB 
Progress (3): 168 kB | 10 kB | 16/47 kB
Progress (3): 168 kB | 10 kB | 20/47 kB
Progress (3): 168 kB | 10 kB | 24/47 kB
Progress (3): 168 kB | 10 kB | 28/47 kB
Progress (3): 168 kB | 10 kB | 32/47 kB
Progress (3): 168 kB | 10 kB | 36/47 kB
Progress (3): 168 kB | 10 kB | 40/47 kB
Progress (3): 168 kB | 10 kB | 44/47 kB
Progress (3): 168 kB | 10 kB | 47 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 36 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 608 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
Progress (2): 47 kB | 4.1/11 kB
Progress (3): 47 kB | 4.1/11 kB | 4.1/7.7 kB
Progress (3): 47 kB | 7.7/11 kB | 4.1/7.7 kB
Progress (3): 47 kB | 7.7/11 kB | 7.7 kB    
Progress (3): 47 kB | 11 kB | 7.7 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 163 kB/s)
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 (3): 11 kB | 7.7 kB | 4.1/49 kB
Progress (3): 11 kB | 7.7 kB | 7.7/49 kB
Progress (3): 11 kB | 7.7 kB | 12/49 kB 
Progress (3): 11 kB | 7.7 kB | 16/49 kB
Progress (3): 11 kB | 7.7 kB | 20/49 kB
Progress (3): 11 kB | 7.7 kB | 24/49 kB
Progress (3): 11 kB | 7.7 kB | 28/49 kB
Progress (3): 11 kB | 7.7 kB | 32/49 kB
Progress (3): 11 kB | 7.7 kB | 36/49 kB
Progress (3): 11 kB | 7.7 kB | 40/49 kB
Progress (3): 11 kB | 7.7 kB | 44/49 kB
Progress (3): 11 kB | 7.7 kB | 48/49 kB
Progress (3): 11 kB | 7.7 kB | 49 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 26 kB/s)
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
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 163 kB/s)
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 (2): 11 kB | 4.1/47 kB
Progress (3): 11 kB | 4.1/47 kB | 4.1/28 kB
Progress (4): 11 kB | 4.1/47 kB | 4.1/28 kB | 4.1/392 kB
Progress (4): 11 kB | 4.1/47 kB | 7.7/28 kB | 4.1/392 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 32 kB/s)
Progress (3): 7.7/47 kB | 7.7/28 kB | 4.1/392 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): 7.7/47 kB | 12/28 kB | 4.1/392 kB
Progress (3): 7.7/47 kB | 16/28 kB | 4.1/392 kB
Progress (3): 7.7/47 kB | 20/28 kB | 4.1/392 kB
Progress (3): 7.7/47 kB | 24/28 kB | 4.1/392 kB
Progress (3): 7.7/47 kB | 28/28 kB | 4.1/392 kB
Progress (3): 7.7/47 kB | 28 kB | 4.1/392 kB   
Progress (3): 7.7/47 kB | 28 kB | 7.7/392 kB
Progress (3): 12/47 kB | 28 kB | 7.7/392 kB 
Progress (3): 16/47 kB | 28 kB | 7.7/392 kB
Progress (3): 16/47 kB | 28 kB | 12/392 kB 
Progress (3): 16/47 kB | 28 kB | 16/392 kB
Progress (3): 20/47 kB | 28 kB | 16/392 kB
Progress (3): 24/47 kB | 28 kB | 16/392 kB
Progress (3): 24/47 kB | 28 kB | 20/392 kB
Progress (3): 24/47 kB | 28 kB | 24/392 kB
Progress (3): 28/47 kB | 28 kB | 24/392 kB
Progress (3): 32/47 kB | 28 kB | 24/392 kB
Progress (3): 36/47 kB | 28 kB | 24/392 kB
Progress (3): 40/47 kB | 28 kB | 24/392 kB
Progress (3): 44/47 kB | 28 kB | 24/392 kB
Progress (3): 47 kB | 28 kB | 24/392 kB   
Progress (3): 47 kB | 28 kB | 28/392 kB
Progress (3): 47 kB | 28 kB | 32/392 kB
Progress (3): 47 kB | 28 kB | 36/392 kB
Progress (3): 47 kB | 28 kB | 40/392 kB
Progress (3): 47 kB | 28 kB | 44/392 kB
Progress (3): 47 kB | 28 kB | 48/392 kB
Progress (3): 47 kB | 28 kB | 52/392 kB
Progress (3): 47 kB | 28 kB | 56/392 kB
Progress (3): 47 kB | 28 kB | 60/392 kB
Progress (3): 47 kB | 28 kB | 64/392 kB
Progress (3): 47 kB | 28 kB | 68/392 kB
Progress (3): 47 kB | 28 kB | 72/392 kB
Progress (3): 47 kB | 28 kB | 76/392 kB
Progress (3): 47 kB | 28 kB | 80/392 kB
Progress (3): 47 kB | 28 kB | 84/392 kB
Progress (3): 47 kB | 28 kB | 88/392 kB
Progress (4): 47 kB | 28 kB | 88/392 kB | 4.1/22 kB
Progress (4): 47 kB | 28 kB | 92/392 kB | 4.1/22 kB
Progress (4): 47 kB | 28 kB | 92/392 kB | 7.7/22 kB
Progress (4): 47 kB | 28 kB | 96/392 kB | 7.7/22 kB
Progress (4): 47 kB | 28 kB | 96/392 kB | 12/22 kB 
Progress (4): 47 kB | 28 kB | 100/392 kB | 12/22 kB
Progress (4): 47 kB | 28 kB | 100/392 kB | 16/22 kB
Progress (4): 47 kB | 28 kB | 104/392 kB | 16/22 kB
Progress (4): 47 kB | 28 kB | 104/392 kB | 20/22 kB
Progress (4): 47 kB | 28 kB | 108/392 kB | 20/22 kB
Progress (4): 47 kB | 28 kB | 108/392 kB | 22 kB   
Progress (4): 47 kB | 28 kB | 112/392 kB | 22 kB
Progress (4): 47 kB | 28 kB | 116/392 kB | 22 kB
Progress (5): 47 kB | 28 kB | 116/392 kB | 22 kB | 4.1/19 kB
Progress (5): 47 kB | 28 kB | 120/392 kB | 22 kB | 4.1/19 kB
Progress (5): 47 kB | 28 kB | 120/392 kB | 22 kB | 7.7/19 kB
Progress (5): 47 kB | 28 kB | 124/392 kB | 22 kB | 7.7/19 kB
Progress (5): 47 kB | 28 kB | 124/392 kB | 22 kB | 12/19 kB 
Progress (5): 47 kB | 28 kB | 128/392 kB | 22 kB | 12/19 kB
Progress (5): 47 kB | 28 kB | 128/392 kB | 22 kB | 16/19 kB
Progress (5): 47 kB | 28 kB | 132/392 kB | 22 kB | 16/19 kB
Progress (5): 47 kB | 28 kB | 136/392 kB | 22 kB | 16/19 kB
Progress (5): 47 kB | 28 kB | 136/392 kB | 22 kB | 19 kB   
Progress (5): 47 kB | 28 kB | 140/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 144/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 148/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 152/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 156/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 160/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 164/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 168/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 172/392 kB | 22 kB | 19 kB
Progress (5): 47 kB | 28 kB | 176/392 kB | 22 kB | 19 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.jar (28 kB at 81 kB/s)
Progress (4): 47 kB | 180/392 kB | 22 kB | 19 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
Progress (4): 47 kB | 184/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 188/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 192/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 196/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 200/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 204/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 208/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 212/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 216/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 220/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 224/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 228/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 232/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 236/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 240/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 244/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 248/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 252/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 256/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 260/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 264/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 268/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 272/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 276/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 280/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 284/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 288/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 292/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 296/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 300/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 304/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 308/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 312/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 316/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 320/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 324/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 328/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 332/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 336/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 340/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 344/392 kB | 22 kB | 19 kB
Progress (4): 47 kB | 348/392 kB | 22 kB | 19 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.jar (47 kB at 133 kB/s)
Progress (3): 352/392 kB | 22 kB | 19 kB
                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
Progress (3): 356/392 kB | 22 kB | 19 kB
Progress (3): 360/392 kB | 22 kB | 19 kB
Progress (3): 364/392 kB | 22 kB | 19 kB
Progress (3): 368/392 kB | 22 kB | 19 kB
Progress (4): 368/392 kB | 22 kB | 19 kB | 4.1/186 kB
Progress (4): 372/392 kB | 22 kB | 19 kB | 4.1/186 kB
Progress (4): 376/392 kB | 22 kB | 19 kB | 4.1/186 kB
Progress (4): 376/392 kB | 22 kB | 19 kB | 7.7/186 kB
Progress (4): 380/392 kB | 22 kB | 19 kB | 7.7/186 kB
Progress (4): 380/392 kB | 22 kB | 19 kB | 12/186 kB 
Progress (4): 384/392 kB | 22 kB | 19 kB | 12/186 kB
Progress (4): 384/392 kB | 22 kB | 19 kB | 16/186 kB
Progress (4): 388/392 kB | 22 kB | 19 kB | 16/186 kB
Progress (4): 388/392 kB | 22 kB | 19 kB | 20/186 kB
Progress (4): 392/392 kB | 22 kB | 19 kB | 20/186 kB
Progress (4): 392/392 kB | 22 kB | 19 kB | 24/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 24/186 kB    
Progress (4): 392 kB | 22 kB | 19 kB | 28/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 32/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 33/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 37/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 41/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 45/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 49/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 53/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 57/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 61/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 65/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 66/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 70/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 74/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 78/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 82/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 86/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 90/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 94/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 98/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 98/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 102/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 106/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 110/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 114/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 118/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 122/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 126/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 130/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 131/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 135/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 139/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 143/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 147/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 151/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 155/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 159/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 163/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 167/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 171/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 175/186 kB
Progress (4): 392 kB | 22 kB | 19 kB | 179/186 kB
Progress (5): 392 kB | 22 kB | 19 kB | 179/186 kB | 4.1/232 kB
Progress (5): 392 kB | 22 kB | 19 kB | 183/186 kB | 4.1/232 kB
Progress (5): 392 kB | 22 kB | 19 kB | 183/186 kB | 7.7/232 kB
                                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.1 MB/s)
Progress (4): 22 kB | 19 kB | 183/186 kB | 12/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 12/232 kB    
Progress (4): 22 kB | 19 kB | 186 kB | 16/232 kB
                                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Progress (4): 22 kB | 19 kB | 186 kB | 20/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 24/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 28/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 32/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 33/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 37/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 41/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 45/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 49/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 53/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 57/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 61/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 65/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 66/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 70/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 74/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 78/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 82/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 86/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 90/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 94/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 98/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 98/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 102/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 106/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 110/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 114/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 118/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 122/232 kB
Progress (4): 22 kB | 19 kB | 186 kB | 126/232 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 50 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Progress (3): 22 kB | 186 kB | 130/232 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 59 kB/s)
Progress (2): 186 kB | 131/232 kB
Progress (2): 186 kB | 135/232 kB
Progress (2): 186 kB | 139/232 kB
Progress (2): 186 kB | 143/232 kB
Progress (2): 186 kB | 147/232 kB
Progress (2): 186 kB | 151/232 kB
Progress (2): 186 kB | 155/232 kB
Progress (2): 186 kB | 159/232 kB
Progress (2): 186 kB | 163/232 kB
Progress (2): 186 kB | 164/232 kB
Progress (2): 186 kB | 168/232 kB
Progress (2): 186 kB | 172/232 kB
Progress (2): 186 kB | 176/232 kB
Progress (2): 186 kB | 180/232 kB
Progress (2): 186 kB | 184/232 kB
Progress (2): 186 kB | 188/232 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 (2): 186 kB | 192/232 kB
Progress (2): 186 kB | 196/232 kB
Progress (2): 186 kB | 197/232 kB
Progress (2): 186 kB | 201/232 kB
Progress (2): 186 kB | 205/232 kB
Progress (2): 186 kB | 209/232 kB
Progress (2): 186 kB | 213/232 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 493 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Progress (2): 213/232 kB | 4.1/38 kB
Progress (2): 213/232 kB | 7.7/38 kB
Progress (2): 213/232 kB | 12/38 kB 
Progress (2): 213/232 kB | 16/38 kB
Progress (2): 213/232 kB | 20/38 kB
Progress (2): 213/232 kB | 24/38 kB
Progress (3): 213/232 kB | 24/38 kB | 4.1/39 kB
Progress (3): 213/232 kB | 24/38 kB | 7.7/39 kB
Progress (3): 213/232 kB | 24/38 kB | 12/39 kB 
Progress (3): 213/232 kB | 24/38 kB | 16/39 kB
Progress (3): 213/232 kB | 24/38 kB | 20/39 kB
Progress (3): 213/232 kB | 24/38 kB | 24/39 kB
Progress (3): 213/232 kB | 24/38 kB | 28/39 kB
Progress (3): 213/232 kB | 24/38 kB | 32/39 kB
Progress (3): 213/232 kB | 24/38 kB | 36/39 kB
Progress (4): 213/232 kB | 24/38 kB | 36/39 kB | 4.1/43 kB
Progress (4): 213/232 kB | 24/38 kB | 36/39 kB | 7.7/43 kB
Progress (4): 213/232 kB | 24/38 kB | 39 kB | 7.7/43 kB   
Progress (4): 213/232 kB | 28/38 kB | 39 kB | 7.7/43 kB
Progress (4): 213/232 kB | 32/38 kB | 39 kB | 7.7/43 kB
Progress (5): 213/232 kB | 32/38 kB | 39 kB | 7.7/43 kB | 4.1/194 kB
Progress (5): 213/232 kB | 32/38 kB | 39 kB | 12/43 kB | 4.1/194 kB 
Progress (5): 217/232 kB | 32/38 kB | 39 kB | 12/43 kB | 4.1/194 kB
Progress (5): 221/232 kB | 32/38 kB | 39 kB | 12/43 kB | 4.1/194 kB
Progress (5): 221/232 kB | 32/38 kB | 39 kB | 16/43 kB | 4.1/194 kB
Progress (5): 221/232 kB | 32/38 kB | 39 kB | 16/43 kB | 7.7/194 kB
Progress (5): 221/232 kB | 36/38 kB | 39 kB | 16/43 kB | 7.7/194 kB
Progress (5): 221/232 kB | 36/38 kB | 39 kB | 16/43 kB | 12/194 kB 
Progress (5): 221/232 kB | 36/38 kB | 39 kB | 20/43 kB | 12/194 kB
Progress (5): 225/232 kB | 36/38 kB | 39 kB | 20/43 kB | 12/194 kB
Progress (5): 225/232 kB | 36/38 kB | 39 kB | 24/43 kB | 12/194 kB
Progress (5): 225/232 kB | 36/38 kB | 39 kB | 24/43 kB | 16/194 kB
Progress (5): 225/232 kB | 38 kB | 39 kB | 24/43 kB | 16/194 kB   
Progress (5): 225/232 kB | 38 kB | 39 kB | 24/43 kB | 20/194 kB
Progress (5): 225/232 kB | 38 kB | 39 kB | 28/43 kB | 20/194 kB
Progress (5): 225/232 kB | 38 kB | 39 kB | 32/43 kB | 20/194 kB
Progress (5): 229/232 kB | 38 kB | 39 kB | 32/43 kB | 20/194 kB
Progress (5): 229/232 kB | 38 kB | 39 kB | 36/43 kB | 20/194 kB
Progress (5): 229/232 kB | 38 kB | 39 kB | 40/43 kB | 20/194 kB
Progress (5): 229/232 kB | 38 kB | 39 kB | 40/43 kB | 24/194 kB
Progress (5): 229/232 kB | 38 kB | 39 kB | 43 kB | 24/194 kB   
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 24/194 kB    
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 28/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 32/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 33/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 37/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 41/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 45/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 49/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 53/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 57/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 61/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 65/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 66/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 70/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 74/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 78/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 82/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 86/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 90/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 94/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 98/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 98/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 102/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 106/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 110/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 114/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 118/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 122/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 126/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 130/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 131/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 135/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 139/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 143/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 147/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 151/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 155/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 159/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 163/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 167/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 171/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 175/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 179/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 183/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 187/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 191/194 kB
Progress (5): 232 kB | 38 kB | 39 kB | 43 kB | 194 kB    
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 84 kB/s)
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 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 520 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
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 432 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
Progress (2): 39 kB | 4.1/27 kB
Progress (2): 39 kB | 7.7/27 kB
Progress (2): 39 kB | 12/27 kB 
Progress (2): 39 kB | 16/27 kB
Progress (2): 39 kB | 20/27 kB
Progress (2): 39 kB | 24/27 kB
Progress (2): 39 kB | 27 kB   
Progress (3): 39 kB | 27 kB | 4.1/58 kB
Progress (3): 39 kB | 27 kB | 7.7/58 kB
Progress (3): 39 kB | 27 kB | 12/58 kB 
Progress (3): 39 kB | 27 kB | 16/58 kB
Progress (3): 39 kB | 27 kB | 20/58 kB
Progress (3): 39 kB | 27 kB | 24/58 kB
Progress (3): 39 kB | 27 kB | 28/58 kB
Progress (3): 39 kB | 27 kB | 32/58 kB
Progress (3): 39 kB | 27 kB | 36/58 kB
Progress (3): 39 kB | 27 kB | 40/58 kB
Progress (3): 39 kB | 27 kB | 44/58 kB
Progress (3): 39 kB | 27 kB | 48/58 kB
Progress (3): 39 kB | 27 kB | 52/58 kB
Progress (3): 39 kB | 27 kB | 56/58 kB
Progress (4): 39 kB | 27 kB | 56/58 kB | 4.1/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 4.1/121 kB   
Progress (4): 39 kB | 27 kB | 58 kB | 7.7/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 12/121 kB 
Progress (4): 39 kB | 27 kB | 58 kB | 16/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 20/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 24/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 28/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 32/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 33/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 37/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 41/121 kB
Progress (4): 39 kB | 27 kB | 58 kB | 45/121 kB
Progress (5): 39 kB | 27 kB | 58 kB | 45/121 kB | 4.1/44 kB
Progress (5): 39 kB | 27 kB | 58 kB | 45/121 kB | 7.7/44 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 60 kB/s)
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
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 85 kB/s)
Progress (3): 58 kB | 45/121 kB | 12/44 kB
Progress (3): 58 kB | 49/121 kB | 12/44 kB
Progress (3): 58 kB | 49/121 kB | 16/44 kB
Progress (3): 58 kB | 53/121 kB | 16/44 kB
Progress (3): 58 kB | 53/121 kB | 20/44 kB
Progress (3): 58 kB | 53/121 kB | 24/44 kB
Progress (3): 58 kB | 53/121 kB | 28/44 kB
Progress (3): 58 kB | 53/121 kB | 32/44 kB
Progress (3): 58 kB | 53/121 kB | 36/44 kB
Progress (3): 58 kB | 53/121 kB | 40/44 kB
Progress (3): 58 kB | 53/121 kB | 44 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): 58 kB | 57/121 kB | 44 kB
Progress (3): 58 kB | 61/121 kB | 44 kB
Progress (3): 58 kB | 65/121 kB | 44 kB
Progress (3): 58 kB | 66/121 kB | 44 kB
Progress (3): 58 kB | 70/121 kB | 44 kB
Progress (3): 58 kB | 74/121 kB | 44 kB
Progress (3): 58 kB | 78/121 kB | 44 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 124 kB/s)
Progress (2): 82/121 kB | 44 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 (2): 86/121 kB | 44 kB
Progress (2): 90/121 kB | 44 kB
Progress (2): 94/121 kB | 44 kB
Progress (2): 98/121 kB | 44 kB
Progress (2): 102/121 kB | 44 kB
Progress (2): 106/121 kB | 44 kB
Progress (2): 110/121 kB | 44 kB
Progress (2): 114/121 kB | 44 kB
Progress (2): 118/121 kB | 44 kB
Progress (2): 121 kB | 44 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 93 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
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 257 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Progress (1): 4.1/4.2 kB
Progress (2): 4.1/4.2 kB | 4.1/60 kB
Progress (2): 4.2 kB | 4.1/60 kB    
Progress (2): 4.2 kB | 7.7/60 kB
Progress (2): 4.2 kB | 12/60 kB 
Progress (2): 4.2 kB | 16/60 kB
Progress (2): 4.2 kB | 20/60 kB
Progress (2): 4.2 kB | 24/60 kB
Progress (3): 4.2 kB | 24/60 kB | 4.1/134 kB
Progress (3): 4.2 kB | 24/60 kB | 7.7/134 kB
Progress (3): 4.2 kB | 28/60 kB | 7.7/134 kB
Progress (3): 4.2 kB | 28/60 kB | 12/134 kB 
Progress (3): 4.2 kB | 32/60 kB | 12/134 kB
Progress (3): 4.2 kB | 32/60 kB | 16/134 kB
Progress (3): 4.2 kB | 36/60 kB | 16/134 kB
Progress (3): 4.2 kB | 36/60 kB | 20/134 kB
Progress (3): 4.2 kB | 40/60 kB | 20/134 kB
Progress (3): 4.2 kB | 40/60 kB | 24/134 kB
Progress (3): 4.2 kB | 40/60 kB | 28/134 kB
Progress (3): 4.2 kB | 40/60 kB | 32/134 kB
Progress (3): 4.2 kB | 40/60 kB | 33/134 kB
Progress (3): 4.2 kB | 40/60 kB | 37/134 kB
Progress (4): 4.2 kB | 40/60 kB | 37/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 40/60 kB | 41/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 44/60 kB | 41/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 48/60 kB | 41/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 52/60 kB | 41/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 56/60 kB | 41/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 60/60 kB | 41/134 kB | 4.1/32 kB
Progress (4): 4.2 kB | 60 kB | 41/134 kB | 4.1/32 kB   
Progress (4): 4.2 kB | 60 kB | 41/134 kB | 7.7/32 kB
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 7.7/32 kB
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 12/32 kB 
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 16/32 kB
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 20/32 kB
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 24/32 kB
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 28/32 kB
Progress (4): 4.2 kB | 60 kB | 45/134 kB | 32 kB   
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 8.7 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
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 65 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Progress (2): 60 kB | 49/134 kB
Progress (2): 60 kB | 53/134 kB
Progress (3): 60 kB | 53/134 kB | 4.1/29 kB
Progress (3): 60 kB | 53/134 kB | 7.7/29 kB
Progress (4): 60 kB | 53/134 kB | 7.7/29 kB | 4.1/284 kB
Progress (5): 60 kB | 53/134 kB | 7.7/29 kB | 4.1/284 kB | 4.1/575 kB
Progress (5): 60 kB | 53/134 kB | 7.7/29 kB | 4.1/284 kB | 7.7/575 kB
Progress (5): 60 kB | 57/134 kB | 7.7/29 kB | 4.1/284 kB | 7.7/575 kB
Progress (5): 60 kB | 57/134 kB | 7.7/29 kB | 7.7/284 kB | 7.7/575 kB
Progress (5): 60 kB | 57/134 kB | 12/29 kB | 7.7/284 kB | 7.7/575 kB 
Progress (5): 60 kB | 61/134 kB | 12/29 kB | 7.7/284 kB | 7.7/575 kB
Progress (5): 60 kB | 61/134 kB | 12/29 kB | 7.7/284 kB | 12/575 kB 
Progress (5): 60 kB | 65/134 kB | 12/29 kB | 7.7/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 16/29 kB | 7.7/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 16/29 kB | 12/284 kB | 12/575 kB 
Progress (5): 60 kB | 65/134 kB | 16/29 kB | 16/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 16/29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 20/29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 24/29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 28/29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 65/134 kB | 29 kB | 20/284 kB | 12/575 kB   
Progress (5): 60 kB | 69/134 kB | 29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 73/134 kB | 29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 77/134 kB | 29 kB | 20/284 kB | 12/575 kB
Progress (5): 60 kB | 77/134 kB | 29 kB | 20/284 kB | 16/575 kB
Progress (5): 60 kB | 81/134 kB | 29 kB | 20/284 kB | 16/575 kB
Progress (5): 60 kB | 81/134 kB | 29 kB | 24/284 kB | 16/575 kB
Progress (5): 60 kB | 85/134 kB | 29 kB | 24/284 kB | 16/575 kB
Progress (5): 60 kB | 85/134 kB | 29 kB | 24/284 kB | 20/575 kB
Progress (5): 60 kB | 85/134 kB | 29 kB | 28/284 kB | 20/575 kB
Progress (5): 60 kB | 89/134 kB | 29 kB | 28/284 kB | 20/575 kB
Progress (5): 60 kB | 89/134 kB | 29 kB | 32/284 kB | 20/575 kB
Progress (5): 60 kB | 89/134 kB | 29 kB | 32/284 kB | 24/575 kB
Progress (5): 60 kB | 89/134 kB | 29 kB | 33/284 kB | 24/575 kB
Progress (5): 60 kB | 89/134 kB | 29 kB | 33/284 kB | 28/575 kB
Progress (5): 60 kB | 93/134 kB | 29 kB | 33/284 kB | 28/575 kB
Progress (5): 60 kB | 97/134 kB | 29 kB | 33/284 kB | 28/575 kB
Progress (5): 60 kB | 97/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 101/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 105/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 109/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 113/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 117/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 121/134 kB | 29 kB | 33/284 kB | 32/575 kB
Progress (5): 60 kB | 121/134 kB | 29 kB | 37/284 kB | 32/575 kB
Progress (5): 60 kB | 125/134 kB | 29 kB | 37/284 kB | 32/575 kB
Progress (5): 60 kB | 129/134 kB | 29 kB | 37/284 kB | 32/575 kB
Progress (5): 60 kB | 129/134 kB | 29 kB | 37/284 kB | 33/575 kB
Progress (5): 60 kB | 133/134 kB | 29 kB | 37/284 kB | 33/575 kB
Progress (5): 60 kB | 133/134 kB | 29 kB | 41/284 kB | 33/575 kB
Progress (5): 60 kB | 133/134 kB | 29 kB | 41/284 kB | 37/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 41/284 kB | 37/575 kB    
Progress (5): 60 kB | 134 kB | 29 kB | 41/284 kB | 41/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 45/284 kB | 41/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 45/284 kB | 45/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 45/284 kB | 49/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 49/284 kB | 49/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 53/284 kB | 49/575 kB
Progress (5): 60 kB | 134 kB | 29 kB | 57/284 kB | 49/575 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 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
Progress (4): 134 kB | 29 kB | 57/284 kB | 53/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 57/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 61/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 65/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 66/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 70/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 74/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 78/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 82/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 86/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 90/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 94/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 98/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 98/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 102/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 106/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 110/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 114/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 118/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 122/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 126/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 130/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 131/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 135/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 139/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 143/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 147/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 151/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 155/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 159/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 163/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 164/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 168/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 172/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 176/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 180/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 184/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 188/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 192/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 196/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 197/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 201/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 205/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 209/575 kB
Progress (4): 134 kB | 29 kB | 57/284 kB | 213/575 kB
Progress (4): 134 kB | 29 kB | 61/284 kB | 213/575 kB
Progress (4): 134 kB | 29 kB | 61/284 kB | 217/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 217/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 221/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 225/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 229/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 229/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 233/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 237/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 241/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 245/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 249/575 kB
Progress (4): 134 kB | 29 kB | 65/284 kB | 253/575 kB
Progress (4): 134 kB | 29 kB | 66/284 kB | 253/575 kB
Progress (4): 134 kB | 29 kB | 66/284 kB | 257/575 kB
Progress (4): 134 kB | 29 kB | 70/284 kB | 257/575 kB
Progress (4): 134 kB | 29 kB | 70/284 kB | 261/575 kB
Progress (4): 134 kB | 29 kB | 74/284 kB | 261/575 kB
Progress (4): 134 kB | 29 kB | 74/284 kB | 262/575 kB
Progress (4): 134 kB | 29 kB | 78/284 kB | 262/575 kB
Progress (4): 134 kB | 29 kB | 78/284 kB | 266/575 kB
Progress (4): 134 kB | 29 kB | 82/284 kB | 266/575 kB
Progress (4): 134 kB | 29 kB | 82/284 kB | 270/575 kB
Progress (4): 134 kB | 29 kB | 86/284 kB | 270/575 kB
Progress (4): 134 kB | 29 kB | 86/284 kB | 274/575 kB
Progress (4): 134 kB | 29 kB | 90/284 kB | 274/575 kB
Progress (4): 134 kB | 29 kB | 90/284 kB | 278/575 kB
Progress (4): 134 kB | 29 kB | 94/284 kB | 278/575 kB
Progress (4): 134 kB | 29 kB | 94/284 kB | 282/575 kB
Progress (4): 134 kB | 29 kB | 98/284 kB | 282/575 kB
Progress (4): 134 kB | 29 kB | 98/284 kB | 286/575 kB
Progress (4): 134 kB | 29 kB | 98/284 kB | 286/575 kB
Progress (4): 134 kB | 29 kB | 98/284 kB | 290/575 kB
Progress (4): 134 kB | 29 kB | 102/284 kB | 290/575 kB
Progress (4): 134 kB | 29 kB | 106/284 kB | 290/575 kB
Progress (4): 134 kB | 29 kB | 106/284 kB | 294/575 kB
Progress (4): 134 kB | 29 kB | 110/284 kB | 294/575 kB
Progress (4): 134 kB | 29 kB | 114/284 kB | 294/575 kB
Progress (4): 134 kB | 29 kB | 114/284 kB | 295/575 kB
Progress (4): 134 kB | 29 kB | 118/284 kB | 295/575 kB
Progress (4): 134 kB | 29 kB | 118/284 kB | 299/575 kB
Progress (4): 134 kB | 29 kB | 118/284 kB | 303/575 kB
Progress (5): 134 kB | 29 kB | 118/284 kB | 303/575 kB | 4.1/38 kB
Progress (5): 134 kB | 29 kB | 118/284 kB | 303/575 kB | 7.7/38 kB
Progress (5): 134 kB | 29 kB | 118/284 kB | 303/575 kB | 12/38 kB 
Progress (5): 134 kB | 29 kB | 118/284 kB | 303/575 kB | 16/38 kB
Progress (5): 134 kB | 29 kB | 118/284 kB | 303/575 kB | 20/38 kB
Progress (5): 134 kB | 29 kB | 118/284 kB | 303/575 kB | 24/38 kB
Progress (5): 134 kB | 29 kB | 118/284 kB | 307/575 kB | 24/38 kB
Progress (5): 134 kB | 29 kB | 122/284 kB | 307/575 kB | 24/38 kB
Progress (5): 134 kB | 29 kB | 122/284 kB | 311/575 kB | 24/38 kB
Progress (5): 134 kB | 29 kB | 122/284 kB | 311/575 kB | 28/38 kB
Progress (5): 134 kB | 29 kB | 126/284 kB | 311/575 kB | 28/38 kB
Progress (5): 134 kB | 29 kB | 126/284 kB | 315/575 kB | 28/38 kB
Progress (5): 134 kB | 29 kB | 126/284 kB | 319/575 kB | 28/38 kB
Progress (5): 134 kB | 29 kB | 126/284 kB | 323/575 kB | 28/38 kB
Progress (5): 134 kB | 29 kB | 126/284 kB | 323/575 kB | 32/38 kB
Progress (5): 134 kB | 29 kB | 126/284 kB | 327/575 kB | 32/38 kB
                                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 52 kB/s)
Progress (4): 134 kB | 130/284 kB | 327/575 kB | 32/38 kB
Progress (4): 134 kB | 130/284 kB | 331/575 kB | 32/38 kB
Progress (4): 134 kB | 130/284 kB | 335/575 kB | 32/38 kB
Progress (4): 134 kB | 130/284 kB | 339/575 kB | 32/38 kB
Progress (4): 134 kB | 130/284 kB | 343/575 kB | 32/38 kB
Progress (4): 134 kB | 130/284 kB | 343/575 kB | 36/38 kB
Progress (4): 134 kB | 130/284 kB | 347/575 kB | 36/38 kB
Progress (4): 134 kB | 130/284 kB | 347/575 kB | 38 kB   
Progress (4): 134 kB | 131/284 kB | 347/575 kB | 38 kB
Progress (4): 134 kB | 131/284 kB | 351/575 kB | 38 kB
Progress (4): 134 kB | 135/284 kB | 351/575 kB | 38 kB
Progress (4): 134 kB | 139/284 kB | 351/575 kB | 38 kB
Progress (4): 134 kB | 139/284 kB | 355/575 kB | 38 kB
Progress (4): 134 kB | 143/284 kB | 355/575 kB | 38 kB
Progress (4): 134 kB | 147/284 kB | 355/575 kB | 38 kB
Progress (4): 134 kB | 147/284 kB | 359/575 kB | 38 kB
Progress (4): 134 kB | 151/284 kB | 359/575 kB | 38 kB
Progress (4): 134 kB | 151/284 kB | 363/575 kB | 38 kB
Progress (4): 134 kB | 155/284 kB | 363/575 kB | 38 kB
Progress (4): 134 kB | 155/284 kB | 367/575 kB | 38 kB
Progress (4): 134 kB | 159/284 kB | 367/575 kB | 38 kB
Progress (4): 134 kB | 159/284 kB | 371/575 kB | 38 kB
Progress (4): 134 kB | 163/284 kB | 371/575 kB | 38 kB
Progress (4): 134 kB | 163/284 kB | 375/575 kB | 38 kB
Progress (4): 134 kB | 164/284 kB | 375/575 kB | 38 kB
Progress (4): 134 kB | 164/284 kB | 379/575 kB | 38 kB
Progress (4): 134 kB | 164/284 kB | 383/575 kB | 38 kB
Progress (4): 134 kB | 168/284 kB | 383/575 kB | 38 kB
Progress (4): 134 kB | 168/284 kB | 387/575 kB | 38 kB
Progress (4): 134 kB | 172/284 kB | 387/575 kB | 38 kB
Progress (4): 134 kB | 172/284 kB | 391/575 kB | 38 kB
Progress (4): 134 kB | 176/284 kB | 391/575 kB | 38 kB
Progress (4): 134 kB | 176/284 kB | 395/575 kB | 38 kB
Progress (4): 134 kB | 176/284 kB | 399/575 kB | 38 kB
Progress (4): 134 kB | 180/284 kB | 399/575 kB | 38 kB
Progress (4): 134 kB | 180/284 kB | 403/575 kB | 38 kB
Progress (4): 134 kB | 184/284 kB | 403/575 kB | 38 kB
Progress (4): 134 kB | 188/284 kB | 403/575 kB | 38 kB
Progress (4): 134 kB | 188/284 kB | 407/575 kB | 38 kB
Progress (4): 134 kB | 192/284 kB | 407/575 kB | 38 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 68 kB/s)
Progress (3): 134 kB | 196/284 kB | 407/575 kB
Progress (3): 134 kB | 197/284 kB | 407/575 kB
Progress (3): 134 kB | 197/284 kB | 411/575 kB
Progress (3): 134 kB | 201/284 kB | 411/575 kB
Progress (3): 134 kB | 205/284 kB | 411/575 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.jar (134 kB at 238 kB/s)
Progress (2): 205/284 kB | 415/575 kB
Progress (2): 209/284 kB | 415/575 kB
Progress (2): 209/284 kB | 419/575 kB
Progress (2): 209/284 kB | 423/575 kB
Progress (2): 213/284 kB | 423/575 kB
Progress (2): 213/284 kB | 427/575 kB
Progress (2): 213/284 kB | 431/575 kB
Progress (2): 213/284 kB | 435/575 kB
Progress (2): 213/284 kB | 439/575 kB
Progress (2): 213/284 kB | 443/575 kB
Progress (2): 213/284 kB | 447/575 kB
Progress (2): 213/284 kB | 451/575 kB
Progress (2): 213/284 kB | 455/575 kB
Progress (2): 213/284 kB | 459/575 kB
Progress (2): 213/284 kB | 463/575 kB
Progress (2): 213/284 kB | 467/575 kB
Progress (2): 213/284 kB | 471/575 kB
Progress (2): 213/284 kB | 475/575 kB
Progress (2): 213/284 kB | 479/575 kB
Progress (2): 213/284 kB | 483/575 kB
Progress (2): 213/284 kB | 487/575 kB
Progress (2): 213/284 kB | 491/575 kB
Progress (2): 213/284 kB | 495/575 kB
Progress (2): 213/284 kB | 499/575 kB
Progress (2): 213/284 kB | 503/575 kB
Progress (2): 213/284 kB | 507/575 kB
Progress (2): 213/284 kB | 511/575 kB
Progress (2): 213/284 kB | 515/575 kB
Progress (2): 213/284 kB | 519/575 kB
Progress (2): 213/284 kB | 523/575 kB
Progress (2): 213/284 kB | 527/575 kB
Progress (2): 213/284 kB | 531/575 kB
Progress (2): 213/284 kB | 535/575 kB
Progress (2): 213/284 kB | 539/575 kB
Progress (2): 213/284 kB | 543/575 kB
Progress (2): 213/284 kB | 547/575 kB
Progress (2): 213/284 kB | 551/575 kB
Progress (2): 213/284 kB | 555/575 kB
Progress (2): 213/284 kB | 559/575 kB
Progress (2): 213/284 kB | 563/575 kB
Progress (2): 213/284 kB | 567/575 kB
Progress (2): 213/284 kB | 571/575 kB
Progress (2): 213/284 kB | 575/575 kB
Progress (2): 213/284 kB | 575 kB    
Progress (2): 217/284 kB | 575 kB
Progress (2): 221/284 kB | 575 kB
Progress (2): 225/284 kB | 575 kB
Progress (2): 229/284 kB | 575 kB
Progress (2): 233/284 kB | 575 kB
Progress (2): 237/284 kB | 575 kB
Progress (2): 241/284 kB | 575 kB
Progress (2): 245/284 kB | 575 kB
Progress (2): 249/284 kB | 575 kB
Progress (2): 253/284 kB | 575 kB
Progress (2): 257/284 kB | 575 kB
Progress (2): 261/284 kB | 575 kB
Progress (2): 265/284 kB | 575 kB
Progress (2): 269/284 kB | 575 kB
Progress (2): 273/284 kB | 575 kB
Progress (2): 277/284 kB | 575 kB
Progress (2): 281/284 kB | 575 kB
Progress (2): 284 kB | 575 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 445 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 893 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.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/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.pom (24 kB at 385 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.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/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.pom (6.0 kB at 105 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.1.6/json-1.1.6.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/glassfish/json/1.1.6/json-1.1.6.pom (19 kB at 472 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.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/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom (11 kB at 241 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.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/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom (8.8 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.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/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 235 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.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/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom (13 kB at 382 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.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/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 138 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 32 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.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/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom (19 kB at 389 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.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/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 275 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.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/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.pom (5.0 kB at 94 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/2.4.3.Final/weld-core-parent-2.4.3.Final.pom
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/2.4.3.Final/weld-core-parent-2.4.3.Final.pom (31 kB at 832 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/36/weld-parent-36.pom
Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/36/weld-parent-36.pom (29 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/2.4.SP1/weld-api-bom-2.4.SP1.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/2.4.SP1/weld-api-bom-2.4.SP1.pom (2.7 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/2.4.SP1/weld-api-parent-2.4.SP1.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/jboss/weld/weld-api-parent/2.4.SP1/weld-api-parent-2.4.SP1.pom (7.7 kB at 193 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/35/weld-parent-35.pom
Progress (1): 4.1/29 kB
Progress (1): 7.7/29 kB
Progress (1): 12/29 kB 
Progress (1): 16/29 kB
Progress (1): 20/29 kB
Progress (1): 24/29 kB
Progress (1): 28/29 kB
Progress (1): 29 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/35/weld-parent-35.pom (29 kB at 666 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.pom (2.4 kB at 52 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 33 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 94 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.pom (2.0 kB at 21 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.pom (2.4 kB at 89 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.pom (2.4 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6-module.jar
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): 33/43 kB
Progress (1): 37/43 kB
Progress (1): 41/43 kB
Progress (1): 43 kB   
Progress (2): 43 kB | 4.1/35 kB
Progress (2): 43 kB | 7.7/35 kB
Progress (2): 43 kB | 12/35 kB 
Progress (2): 43 kB | 16/35 kB
Progress (2): 43 kB | 20/35 kB
Progress (2): 43 kB | 24/35 kB
Progress (2): 43 kB | 28/35 kB
Progress (2): 43 kB | 32/35 kB
Progress (2): 43 kB | 33/35 kB
Progress (2): 43 kB | 35 kB   
Progress (3): 43 kB | 35 kB | 4.1/80 kB
Progress (3): 43 kB | 35 kB | 7.7/80 kB
Progress (3): 43 kB | 35 kB | 12/80 kB 
Progress (3): 43 kB | 35 kB | 16/80 kB
Progress (3): 43 kB | 35 kB | 20/80 kB
Progress (3): 43 kB | 35 kB | 24/80 kB
Progress (3): 43 kB | 35 kB | 28/80 kB
Progress (3): 43 kB | 35 kB | 32/80 kB
Progress (3): 43 kB | 35 kB | 33/80 kB
Progress (3): 43 kB | 35 kB | 37/80 kB
Progress (3): 43 kB | 35 kB | 41/80 kB
Progress (3): 43 kB | 35 kB | 45/80 kB
Progress (3): 43 kB | 35 kB | 49/80 kB
Progress (3): 43 kB | 35 kB | 53/80 kB
Progress (3): 43 kB | 35 kB | 57/80 kB
Progress (4): 43 kB | 35 kB | 57/80 kB | 4.1/109 kB
Progress (4): 43 kB | 35 kB | 57/80 kB | 7.7/109 kB
Progress (4): 43 kB | 35 kB | 61/80 kB | 7.7/109 kB
Progress (4): 43 kB | 35 kB | 65/80 kB | 7.7/109 kB
Progress (4): 43 kB | 35 kB | 65/80 kB | 12/109 kB 
Progress (4): 43 kB | 35 kB | 69/80 kB | 12/109 kB
Progress (4): 43 kB | 35 kB | 69/80 kB | 16/109 kB
Progress (4): 43 kB | 35 kB | 73/80 kB | 16/109 kB
Progress (4): 43 kB | 35 kB | 73/80 kB | 20/109 kB
Progress (4): 43 kB | 35 kB | 77/80 kB | 20/109 kB
Progress (4): 43 kB | 35 kB | 77/80 kB | 24/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 24/109 kB   
Progress (4): 43 kB | 35 kB | 80 kB | 28/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 32/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 36/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 40/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 44/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 48/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 52/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 56/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 60/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 64/109 kB
Progress (4): 43 kB | 35 kB | 80 kB | 66/109 kB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.jar (35 kB at 535 kB/s)
Progress (4): 43 kB | 80 kB | 66/109 kB | 4.1/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 7.7/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 12/114 kB 
Progress (4): 43 kB | 80 kB | 66/109 kB | 16/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 20/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 24/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 28/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 32/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 33/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 37/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 41/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 45/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 49/114 kB
Progress (4): 43 kB | 80 kB | 66/109 kB | 53/114 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar (43 kB at 602 kB/s)
Progress (3): 80 kB | 66/109 kB | 57/114 kB
Progress (3): 80 kB | 66/109 kB | 61/114 kB
Progress (3): 80 kB | 66/109 kB | 65/114 kB
Progress (3): 80 kB | 66/109 kB | 66/114 kB
Progress (3): 80 kB | 66/109 kB | 70/114 kB
Progress (3): 80 kB | 66/109 kB | 74/114 kB
Progress (3): 80 kB | 66/109 kB | 78/114 kB
Progress (3): 80 kB | 66/109 kB | 82/114 kB
Progress (3): 80 kB | 66/109 kB | 86/114 kB
Progress (3): 80 kB | 66/109 kB | 90/114 kB
Progress (3): 80 kB | 66/109 kB | 94/114 kB
Progress (3): 80 kB | 66/109 kB | 98/114 kB
Progress (3): 80 kB | 66/109 kB | 102/114 kB
Progress (3): 80 kB | 66/109 kB | 106/114 kB
Progress (3): 80 kB | 66/109 kB | 110/114 kB
Progress (3): 80 kB | 66/109 kB | 114/114 kB
Progress (3): 80 kB | 66/109 kB | 114 kB    
Progress (3): 80 kB | 70/109 kB | 114 kB
Progress (3): 80 kB | 74/109 kB | 114 kB
Progress (3): 80 kB | 78/109 kB | 114 kB
Progress (3): 80 kB | 82/109 kB | 114 kB
Progress (3): 80 kB | 86/109 kB | 114 kB
Progress (3): 80 kB | 90/109 kB | 114 kB
Progress (3): 80 kB | 94/109 kB | 114 kB
Progress (3): 80 kB | 98/109 kB | 114 kB
Progress (3): 80 kB | 102/109 kB | 114 kB
Progress (3): 80 kB | 106/109 kB | 114 kB
Progress (3): 80 kB | 109 kB | 114 kB    
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (109 kB at 1.2 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 706 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6-module.jar (114 kB at 898 kB/s)
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   
                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar (25 kB at 374 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.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   
Progress (2): 25 kB | 4.1/28 kB
Progress (2): 25 kB | 7.7/28 kB
Progress (2): 25 kB | 12/28 kB 
Progress (2): 25 kB | 16/28 kB
Progress (2): 25 kB | 20/28 kB
Progress (2): 25 kB | 24/28 kB
Progress (2): 25 kB | 28/28 kB
Progress (2): 25 kB | 28 kB   
Progress (3): 25 kB | 28 kB | 4.1/4.7 kB
Progress (3): 25 kB | 28 kB | 4.7 kB    
Progress (4): 25 kB | 28 kB | 4.7 kB | 4.1/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 7.7/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 12/64 kB 
Progress (4): 25 kB | 28 kB | 4.7 kB | 16/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 20/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 24/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 28/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 32/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 33/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 37/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 41/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 45/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 49/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 53/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 57/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 61/64 kB
Progress (4): 25 kB | 28 kB | 4.7 kB | 64 kB   
Progress (5): 25 kB | 28 kB | 4.7 kB | 64 kB | 0/2.4 MB
Progress (5): 25 kB | 28 kB | 4.7 kB | 64 kB | 0/2.4 MB
Progress (5): 25 kB | 28 kB | 4.7 kB | 64 kB | 0/2.4 MB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar (28 kB at 312 kB/s)
Progress (4): 25 kB | 4.7 kB | 64 kB | 0/2.4 MB
                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 205 kB/s)
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0.1/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0.1/2.4 MB
Progress (3): 4.7 kB | 64 kB | 0.1/2.4 MB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 50 kB/s)
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
Progress (2): 64 kB | 0.1/2.4 MB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar (64 kB at 585 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.jar
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.1/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (2): 0.2/2.4 MB | 2.4 kB
Progress (3): 0.2/2.4 MB | 2.4 kB | 4.1/7.7 kB
Progress (3): 0.2/2.4 MB | 2.4 kB | 7.7 kB    
Progress (3): 0.2/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.2/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.3/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
Progress (3): 0.4/2.4 MB | 2.4 kB | 7.7 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 219 kB/s)
Progress (2): 0.4/2.4 MB | 2.4 kB
Progress (2): 0.4/2.4 MB | 2.4 kB
Progress (2): 0.5/2.4 MB | 2.4 kB
Progress (2): 0.5/2.4 MB | 2.4 kB
Progress (2): 0.5/2.4 MB | 2.4 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 4.1/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 7.7/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 12/142 kB 
Progress (3): 0.5/2.4 MB | 2.4 kB | 16/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 20/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 24/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 28/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 32/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 33/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 37/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 41/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 45/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 49/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 53/142 kB
Progress (3): 0.5/2.4 MB | 2.4 kB | 57/142 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 57/142 kB | 4.1/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 61/142 kB | 4.1/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 61/142 kB | 7.7/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 65/142 kB | 7.7/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 65/142 kB | 12/92 kB 
Progress (4): 0.5/2.4 MB | 2.4 kB | 66/142 kB | 12/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 66/142 kB | 16/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 70/142 kB | 16/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 70/142 kB | 20/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 74/142 kB | 20/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 74/142 kB | 24/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 78/142 kB | 24/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 78/142 kB | 28/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 82/142 kB | 28/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 82/142 kB | 32/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 86/142 kB | 32/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 86/142 kB | 33/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 90/142 kB | 33/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 90/142 kB | 37/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 94/142 kB | 37/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 37/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 37/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 41/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 45/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 49/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 53/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 57/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 61/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 65/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 69/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 73/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 77/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 81/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 85/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 89/92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 92 kB   
                                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.jar
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 92 kB
Progress (4): 0.5/2.4 MB | 2.4 kB | 98/142 kB | 92 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 43 kB/s)
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
                                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.jar
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.5/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
Progress (3): 0.6/2.4 MB | 98/142 kB | 92 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.jar (92 kB at 1.5 MB/s)
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.6/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 98/142 kB
Progress (2): 0.7/2.4 MB | 102/142 kB
Progress (2): 0.7/2.4 MB | 102/142 kB
Progress (2): 0.7/2.4 MB | 106/142 kB
Progress (2): 0.7/2.4 MB | 106/142 kB
Progress (2): 0.7/2.4 MB | 110/142 kB
Progress (2): 0.7/2.4 MB | 110/142 kB
Progress (2): 0.7/2.4 MB | 114/142 kB
Progress (2): 0.7/2.4 MB | 114/142 kB
Progress (2): 0.7/2.4 MB | 118/142 kB
Progress (2): 0.7/2.4 MB | 118/142 kB
Progress (2): 0.7/2.4 MB | 122/142 kB
Progress (2): 0.7/2.4 MB | 122/142 kB
Progress (2): 0.7/2.4 MB | 126/142 kB
Progress (2): 0.7/2.4 MB | 126/142 kB
Progress (2): 0.7/2.4 MB | 130/142 kB
Progress (2): 0.8/2.4 MB | 130/142 kB
Progress (2): 0.8/2.4 MB | 131/142 kB
Progress (2): 0.8/2.4 MB | 131/142 kB
Progress (2): 0.8/2.4 MB | 135/142 kB
Progress (2): 0.8/2.4 MB | 135/142 kB
Progress (2): 0.8/2.4 MB | 139/142 kB
Progress (2): 0.8/2.4 MB | 139/142 kB
Progress (2): 0.8/2.4 MB | 142 kB    
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.8/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 0.9/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.0/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.1/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.2/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.3/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.4/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.5/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (2): 1.6/2.4 MB | 142 kB
Progress (3): 1.6/2.4 MB | 142 kB | 4.1/220 kB
Progress (4): 1.6/2.4 MB | 142 kB | 4.1/220 kB | 4.1/164 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.jar (142 kB at 915 kB/s)
Progress (3): 1.6/2.4 MB | 4.1/220 kB | 7.7/164 kB
Progress (3): 1.6/2.4 MB | 7.7/220 kB | 7.7/164 kB
Progress (3): 1.6/2.4 MB | 7.7/220 kB | 7.7/164 kB
Progress (3): 1.6/2.4 MB | 7.7/220 kB | 12/164 kB 
Progress (3): 1.6/2.4 MB | 7.7/220 kB | 12/164 kB
Progress (3): 1.6/2.4 MB | 12/220 kB | 12/164 kB 
Progress (3): 1.6/2.4 MB | 12/220 kB | 16/164 kB
Progress (3): 1.6/2.4 MB | 12/220 kB | 20/164 kB
Progress (3): 1.6/2.4 MB | 12/220 kB | 24/164 kB
Progress (3): 1.6/2.4 MB | 12/220 kB | 28/164 kB
Progress (3): 1.6/2.4 MB | 12/220 kB | 32/164 kB
Progress (3): 1.6/2.4 MB | 12/220 kB | 33/164 kB
Progress (3): 1.6/2.4 MB | 16/220 kB | 33/164 kB
Progress (3): 1.6/2.4 MB | 16/220 kB | 33/164 kB
Progress (3): 1.6/2.4 MB | 16/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 20/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 24/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 28/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 32/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 33/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 37/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 41/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 45/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 45/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 37/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 49/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 53/220 kB | 41/164 kB
Progress (3): 1.6/2.4 MB | 53/220 kB | 41/164 kB
Progress (3): 1.7/2.4 MB | 53/220 kB | 41/164 kB
Progress (3): 1.7/2.4 MB | 53/220 kB | 45/164 kB
Progress (3): 1.7/2.4 MB | 53/220 kB | 45/164 kB
Progress (3): 1.7/2.4 MB | 53/220 kB | 45/164 kB
Progress (3): 1.7/2.4 MB | 57/220 kB | 45/164 kB
Progress (3): 1.7/2.4 MB | 57/220 kB | 45/164 kB
Progress (3): 1.7/2.4 MB | 57/220 kB | 45/164 kB
Progress (3): 1.7/2.4 MB | 57/220 kB | 49/164 kB
Progress (3): 1.7/2.4 MB | 57/220 kB | 49/164 kB
Progress (3): 1.7/2.4 MB | 61/220 kB | 49/164 kB
Progress (3): 1.7/2.4 MB | 61/220 kB | 53/164 kB
Progress (3): 1.7/2.4 MB | 61/220 kB | 57/164 kB
Progress (3): 1.7/2.4 MB | 61/220 kB | 57/164 kB
Progress (3): 1.7/2.4 MB | 65/220 kB | 57/164 kB
Progress (3): 1.7/2.4 MB | 65/220 kB | 61/164 kB
Progress (3): 1.7/2.4 MB | 66/220 kB | 61/164 kB
Progress (3): 1.7/2.4 MB | 66/220 kB | 61/164 kB
Progress (3): 1.7/2.4 MB | 70/220 kB | 61/164 kB
Progress (3): 1.7/2.4 MB | 70/220 kB | 65/164 kB
Progress (3): 1.7/2.4 MB | 74/220 kB | 65/164 kB
Progress (3): 1.7/2.4 MB | 74/220 kB | 65/164 kB
Progress (3): 1.7/2.4 MB | 78/220 kB | 65/164 kB
Progress (3): 1.7/2.4 MB | 78/220 kB | 65/164 kB
Progress (3): 1.7/2.4 MB | 78/220 kB | 65/164 kB
Progress (3): 1.7/2.4 MB | 78/220 kB | 66/164 kB
Progress (3): 1.7/2.4 MB | 78/220 kB | 66/164 kB
Progress (3): 1.7/2.4 MB | 78/220 kB | 70/164 kB
Progress (3): 1.7/2.4 MB | 82/220 kB | 70/164 kB
Progress (3): 1.7/2.4 MB | 86/220 kB | 70/164 kB
Progress (3): 1.7/2.4 MB | 90/220 kB | 70/164 kB
Progress (3): 1.7/2.4 MB | 90/220 kB | 74/164 kB
Progress (3): 1.7/2.4 MB | 90/220 kB | 74/164 kB
Progress (3): 1.7/2.4 MB | 94/220 kB | 74/164 kB
Progress (3): 1.7/2.4 MB | 98/220 kB | 74/164 kB
Progress (3): 1.7/2.4 MB | 98/220 kB | 78/164 kB
Progress (3): 1.7/2.4 MB | 98/220 kB | 78/164 kB
Progress (3): 1.7/2.4 MB | 98/220 kB | 78/164 kB
Progress (3): 1.7/2.4 MB | 102/220 kB | 78/164 kB
Progress (3): 1.7/2.4 MB | 102/220 kB | 82/164 kB
Progress (3): 1.7/2.4 MB | 106/220 kB | 82/164 kB
Progress (3): 1.7/2.4 MB | 106/220 kB | 82/164 kB
Progress (3): 1.7/2.4 MB | 106/220 kB | 86/164 kB
Progress (3): 1.7/2.4 MB | 110/220 kB | 86/164 kB
Progress (3): 1.7/2.4 MB | 110/220 kB | 90/164 kB
Progress (3): 1.7/2.4 MB | 110/220 kB | 90/164 kB
Progress (3): 1.7/2.4 MB | 114/220 kB | 90/164 kB
Progress (3): 1.7/2.4 MB | 114/220 kB | 90/164 kB
Progress (3): 1.7/2.4 MB | 114/220 kB | 94/164 kB
Progress (3): 1.7/2.4 MB | 118/220 kB | 94/164 kB
Progress (3): 1.7/2.4 MB | 118/220 kB | 94/164 kB
Progress (3): 1.7/2.4 MB | 118/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 118/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 122/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 122/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 122/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 126/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 126/220 kB | 98/164 kB
Progress (3): 1.7/2.4 MB | 126/220 kB | 102/164 kB
Progress (3): 1.7/2.4 MB | 130/220 kB | 102/164 kB
Progress (3): 1.7/2.4 MB | 130/220 kB | 102/164 kB
Progress (3): 1.7/2.4 MB | 130/220 kB | 106/164 kB
Progress (3): 1.7/2.4 MB | 130/220 kB | 106/164 kB
Progress (3): 1.7/2.4 MB | 130/220 kB | 110/164 kB
Progress (3): 1.7/2.4 MB | 130/220 kB | 114/164 kB
Progress (3): 1.7/2.4 MB | 131/220 kB | 114/164 kB
Progress (3): 1.7/2.4 MB | 131/220 kB | 118/164 kB
Progress (3): 1.7/2.4 MB | 131/220 kB | 122/164 kB
Progress (3): 1.7/2.4 MB | 131/220 kB | 122/164 kB
Progress (3): 1.7/2.4 MB | 131/220 kB | 122/164 kB
Progress (3): 1.7/2.4 MB | 131/220 kB | 126/164 kB
Progress (3): 1.7/2.4 MB | 135/220 kB | 126/164 kB
Progress (3): 1.7/2.4 MB | 135/220 kB | 130/164 kB
Progress (3): 1.7/2.4 MB | 135/220 kB | 131/164 kB
Progress (3): 1.8/2.4 MB | 135/220 kB | 131/164 kB
Progress (3): 1.8/2.4 MB | 139/220 kB | 131/164 kB
Progress (3): 1.8/2.4 MB | 139/220 kB | 131/164 kB
Progress (3): 1.8/2.4 MB | 139/220 kB | 135/164 kB
Progress (3): 1.8/2.4 MB | 143/220 kB | 135/164 kB
Progress (3): 1.8/2.4 MB | 143/220 kB | 135/164 kB
Progress (3): 1.8/2.4 MB | 143/220 kB | 135/164 kB
Progress (3): 1.8/2.4 MB | 143/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 143/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 143/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 147/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 147/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 151/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 155/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 159/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 163/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 167/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 171/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 175/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 179/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 183/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 187/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 191/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 195/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 199/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 203/220 kB | 139/164 kB
Progress (3): 1.8/2.4 MB | 203/220 kB | 143/164 kB
Progress (3): 1.8/2.4 MB | 203/220 kB | 147/164 kB
Progress (3): 1.8/2.4 MB | 207/220 kB | 147/164 kB
Progress (3): 1.8/2.4 MB | 207/220 kB | 147/164 kB
Progress (3): 1.8/2.4 MB | 207/220 kB | 151/164 kB
Progress (3): 1.8/2.4 MB | 211/220 kB | 151/164 kB
Progress (3): 1.8/2.4 MB | 211/220 kB | 155/164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 155/164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 159/164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 163/164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB    
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.8/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 215/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 219/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 219/220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB    
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 1.9/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.0/2.4 MB | 220 kB | 164 kB
Progress (3): 2.1/2.4 MB | 220 kB | 164 kB
Progress (3): 2.1/2.4 MB | 220 kB | 164 kB
Progress (3): 2.1/2.4 MB | 220 kB | 164 kB
Progress (3): 2.1/2.4 MB | 220 kB | 164 kB
Progress (3): 2.1/2.4 MB | 220 kB | 164 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.jar (164 kB at 1.3 MB/s)
Progress (2): 2.1/2.4 MB | 220 kB
Progress (2): 2.1/2.4 MB | 220 kB
Progress (2): 2.1/2.4 MB | 220 kB
Progress (2): 2.1/2.4 MB | 220 kB
Progress (2): 2.1/2.4 MB | 220 kB
Progress (2): 2.1/2.4 MB | 220 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.jar (220 kB at 1.6 MB/s)
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.jar (2.4 MB at 6.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.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/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.pom (24 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.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/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.pom (6.0 kB at 376 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.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/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6.pom (11 kB at 808 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.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/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom (8.8 kB at 678 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.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/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 838 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.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/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom (13 kB at 999 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.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/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.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/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom (19 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.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/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 673 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 227 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.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/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.pom (5.0 kB at 356 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.pom (2.4 kB at 183 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 90 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 120 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.pom (2.0 kB at 135 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.pom (2.4 kB at 171 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.pom (2.4 kB at 150 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.jar
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (1): 28/35 kB
Progress (1): 32/35 kB
Progress (1): 35 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/bind/jakarta.json.bind-api/1.0.2/jakarta.json.bind-api-1.0.2.jar (35 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar
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/jakarta/json/jakarta.json-api/1.1.6/jakarta.json-api-1.1.6.jar (43 kB at 903 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6-module.jar
Progress (1): 4.1/114 kB
Progress (1): 7.7/114 kB
Progress (1): 12/114 kB 
Progress (1): 16/114 kB
Progress (1): 20/114 kB
Progress (1): 24/114 kB
Progress (1): 28/114 kB
Progress (1): 32/114 kB
Progress (1): 33/114 kB
Progress (1): 37/114 kB
Progress (1): 41/114 kB
Progress (1): 45/114 kB
Progress (1): 49/114 kB
Progress (1): 53/114 kB
Progress (1): 57/114 kB
Progress (1): 61/114 kB
Progress (1): 65/114 kB
Progress (1): 66/114 kB
Progress (1): 70/114 kB
Progress (1): 74/114 kB
Progress (1): 78/114 kB
Progress (1): 82/114 kB
Progress (1): 86/114 kB
Progress (1): 90/114 kB
Progress (1): 94/114 kB
Progress (1): 98/114 kB
Progress (1): 102/114 kB
Progress (1): 106/114 kB
Progress (1): 110/114 kB
Progress (1): 114/114 kB
Progress (1): 114 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/1.1.6/jakarta.json-1.1.6-module.jar (114 kB at 3.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar
Progress (1): 4.1/109 kB
Progress (1): 7.7/109 kB
Progress (1): 12/109 kB 
Progress (1): 16/109 kB
Progress (1): 20/109 kB
Progress (1): 24/109 kB
Progress (1): 28/109 kB
Progress (1): 32/109 kB
Progress (1): 36/109 kB
Progress (1): 40/109 kB
Progress (1): 44/109 kB
Progress (1): 48/109 kB
Progress (1): 52/109 kB
Progress (1): 56/109 kB
Progress (1): 60/109 kB
Progress (1): 64/109 kB
Progress (1): 68/109 kB
Progress (1): 72/109 kB
Progress (1): 76/109 kB
Progress (1): 80/109 kB
Progress (1): 84/109 kB
Progress (1): 88/109 kB
Progress (1): 92/109 kB
Progress (1): 96/109 kB
Progress (1): 100/109 kB
Progress (1): 104/109 kB
Progress (1): 108/109 kB
Progress (1): 109 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (109 kB at 5.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
Progress (1): 4.1/80 kB
Progress (1): 7.7/80 kB
Progress (1): 12/80 kB 
Progress (1): 16/80 kB
Progress (1): 20/80 kB
Progress (1): 24/80 kB
Progress (1): 28/80 kB
Progress (1): 32/80 kB
Progress (1): 36/80 kB
Progress (1): 40/80 kB
Progress (1): 44/80 kB
Progress (1): 48/80 kB
Progress (1): 52/80 kB
Progress (1): 56/80 kB
Progress (1): 60/80 kB
Progress (1): 64/80 kB
Progress (1): 68/80 kB
Progress (1): 72/80 kB
Progress (1): 76/80 kB
Progress (1): 80/80 kB
Progress (1): 80 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 2.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.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/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar (25 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.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/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.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): 36/64 kB
Progress (1): 40/64 kB
Progress (1): 44/64 kB
Progress (1): 48/64 kB
Progress (1): 52/64 kB
Progress (1): 56/64 kB
Progress (1): 60/64 kB
Progress (1): 64/64 kB
Progress (1): 64 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar (64 kB at 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
Progress (1): 4.1/28 kB
Progress (1): 7.7/28 kB
Progress (1): 12/28 kB 
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 24/28 kB
Progress (1): 28/28 kB
Progress (1): 28 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar (28 kB at 1.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
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/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.jar
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.1/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.2/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.3/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.4/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.5/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.6/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.7/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.8/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 0.9/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.0/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.1/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.2/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.3/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.4/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.5/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.6/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.7/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.8/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 1.9/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.0/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.1/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.2/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.3/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4/2.4 MB
Progress (1): 2.4 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se/2.4.3.Final/weld-se-2.4.3.Final.jar (2.4 MB at 11 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.jar
Progress (1): 4.1/142 kB
Progress (1): 7.7/142 kB
Progress (1): 12/142 kB 
Progress (1): 16/142 kB
Progress (1): 20/142 kB
Progress (1): 24/142 kB
Progress (1): 28/142 kB
Progress (1): 32/142 kB
Progress (1): 33/142 kB
Progress (1): 37/142 kB
Progress (1): 41/142 kB
Progress (1): 45/142 kB
Progress (1): 49/142 kB
Progress (1): 53/142 kB
Progress (1): 57/142 kB
Progress (1): 61/142 kB
Progress (1): 65/142 kB
Progress (1): 69/142 kB
Progress (1): 73/142 kB
Progress (1): 77/142 kB
Progress (1): 81/142 kB
Progress (1): 85/142 kB
Progress (1): 89/142 kB
Progress (1): 93/142 kB
Progress (1): 97/142 kB
Progress (1): 101/142 kB
Progress (1): 105/142 kB
Progress (1): 109/142 kB
Progress (1): 113/142 kB
Progress (1): 117/142 kB
Progress (1): 121/142 kB
Progress (1): 125/142 kB
Progress (1): 129/142 kB
Progress (1): 133/142 kB
Progress (1): 137/142 kB
Progress (1): 141/142 kB
Progress (1): 142 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.5.2/junit-jupiter-api-5.5.2.jar (142 kB at 4.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 104 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
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/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 547 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.jar
Progress (1): 4.1/92 kB
Progress (1): 7.7/92 kB
Progress (1): 12/92 kB 
Progress (1): 16/92 kB
Progress (1): 20/92 kB
Progress (1): 24/92 kB
Progress (1): 28/92 kB
Progress (1): 32/92 kB
Progress (1): 36/92 kB
Progress (1): 40/92 kB
Progress (1): 44/92 kB
Progress (1): 48/92 kB
Progress (1): 52/92 kB
Progress (1): 56/92 kB
Progress (1): 60/92 kB
Progress (1): 64/92 kB
Progress (1): 68/92 kB
Progress (1): 72/92 kB
Progress (1): 76/92 kB
Progress (1): 80/92 kB
Progress (1): 84/92 kB
Progress (1): 88/92 kB
Progress (1): 92 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.5.2/junit-platform-commons-1.5.2.jar (92 kB at 4.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.jar
Progress (1): 4.1/220 kB
Progress (1): 7.7/220 kB
Progress (1): 12/220 kB 
Progress (1): 16/220 kB
Progress (1): 20/220 kB
Progress (1): 24/220 kB
Progress (1): 28/220 kB
Progress (1): 32/220 kB
Progress (1): 36/220 kB
Progress (1): 40/220 kB
Progress (1): 44/220 kB
Progress (1): 48/220 kB
Progress (1): 52/220 kB
Progress (1): 56/220 kB
Progress (1): 60/220 kB
Progress (1): 64/220 kB
Progress (1): 68/220 kB
Progress (1): 72/220 kB
Progress (1): 76/220 kB
Progress (1): 80/220 kB
Progress (1): 84/220 kB
Progress (1): 88/220 kB
Progress (1): 92/220 kB
Progress (1): 96/220 kB
Progress (1): 100/220 kB
Progress (1): 104/220 kB
Progress (1): 108/220 kB
Progress (1): 112/220 kB
Progress (1): 116/220 kB
Progress (1): 120/220 kB
Progress (1): 124/220 kB
Progress (1): 128/220 kB
Progress (1): 132/220 kB
Progress (1): 136/220 kB
Progress (1): 140/220 kB
Progress (1): 144/220 kB
Progress (1): 148/220 kB
Progress (1): 152/220 kB
Progress (1): 156/220 kB
Progress (1): 160/220 kB
Progress (1): 164/220 kB
Progress (1): 168/220 kB
Progress (1): 172/220 kB
Progress (1): 176/220 kB
Progress (1): 180/220 kB
Progress (1): 184/220 kB
Progress (1): 188/220 kB
Progress (1): 192/220 kB
Progress (1): 196/220 kB
Progress (1): 200/220 kB
Progress (1): 204/220 kB
Progress (1): 208/220 kB
Progress (1): 212/220 kB
Progress (1): 216/220 kB
Progress (1): 220 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.5.2/junit-jupiter-engine-5.5.2.jar (220 kB at 927 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.jar
Progress (1): 4.1/164 kB
Progress (1): 7.7/164 kB
Progress (1): 12/164 kB 
Progress (1): 16/164 kB
Progress (1): 20/164 kB
Progress (1): 24/164 kB
Progress (1): 28/164 kB
Progress (1): 32/164 kB
Progress (1): 33/164 kB
Progress (1): 37/164 kB
Progress (1): 41/164 kB
Progress (1): 45/164 kB
Progress (1): 49/164 kB
Progress (1): 53/164 kB
Progress (1): 57/164 kB
Progress (1): 61/164 kB
Progress (1): 65/164 kB
Progress (1): 69/164 kB
Progress (1): 73/164 kB
Progress (1): 77/164 kB
Progress (1): 81/164 kB
Progress (1): 85/164 kB
Progress (1): 89/164 kB
Progress (1): 93/164 kB
Progress (1): 97/164 kB
Progress (1): 101/164 kB
Progress (1): 105/164 kB
Progress (1): 109/164 kB
Progress (1): 113/164 kB
Progress (1): 117/164 kB
Progress (1): 121/164 kB
Progress (1): 125/164 kB
Progress (1): 129/164 kB
Progress (1): 131/164 kB
Progress (1): 135/164 kB
Progress (1): 139/164 kB
Progress (1): 143/164 kB
Progress (1): 147/164 kB
Progress (1): 151/164 kB
Progress (1): 155/164 kB
Progress (1): 159/164 kB
Progress (1): 163/164 kB
Progress (1): 164 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.5.2/junit-platform-engine-1.5.2.jar (164 kB at 3.6 MB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.019 s
[INFO] Finished at: 2019-11-25T16:15:48Z
[INFO] ------------------------------------------------------------------------
[yasson-build] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/yasson-build/.repository clean install deploy -Poss-release
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/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.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/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 2.3 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 131 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.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/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 675 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
Progress (1): 760 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 25 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.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/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 101 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 164 kB/s)
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 425 kB/s)
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 365 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.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/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 232 kB/s)
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 464 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.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/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 336 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 150 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 284 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.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/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 124 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom
Progress (1): 4.1/38 kB
Progress (1): 7.7/38 kB
Progress (1): 12/38 kB 
Progress (1): 16/38 kB
Progress (1): 20/38 kB
Progress (1): 24/38 kB
Progress (1): 28/38 kB
Progress (1): 32/38 kB
Progress (1): 36/38 kB
Progress (1): 38 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 515 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
Progress (1): 760 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 45 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.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 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom
Progress (1): 4.1/6.5 kB
Progress (1): 6.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 281 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 80 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 12 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 47 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 153 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 164 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 353 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.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/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 177 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 223 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom
Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 188 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 156 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 146 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom
Progress (1): 3.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 127 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 82 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom
Progress (1): 4.1/7.0 kB
Progress (1): 7.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 318 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 159 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.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/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 364 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.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/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 238 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 168 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 176 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.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/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 273 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.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/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 173 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
Progress (1): 4.1/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.4/maven-3.0.4.pom (22 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 168 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.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/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 662 kB/s)
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 40 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 70 kB/s)
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 308 kB/s)
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.1 MB/s)
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 798 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.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/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 432 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.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/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.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/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Progress (1): 386 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 21 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 73 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.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/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 599 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 126 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
Progress (1): 1.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 76 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.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/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 483 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
Progress (1): 760 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 20 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.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/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 97 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.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/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 260 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.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/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 547 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.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/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-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/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 205 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.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/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 437 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.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/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 393 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.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/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 327 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Progress (1): 3.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 162 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
Progress (1): 4.1/5.2 kB
Progress (1): 5.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 372 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.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/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 33 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
Progress (1): 4.1/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/httpcomponents/project/7/project-7.pom (27 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.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/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 270 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.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/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 675 kB/s)
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 558 kB/s)
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.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 74 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 170 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 85 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.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/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 828 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.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/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 398 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.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/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.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/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 329 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 72 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
Progress (1): 3.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 188 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 120 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.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/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 250 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
Progress (1): 612 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 29 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.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/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 270 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.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/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 144 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-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/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 465 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.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/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 986 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 130 kB/s)
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 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.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 84 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.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/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 220 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.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/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 152 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.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/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 784 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.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/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 698 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Progress (1): 4.1/251 kB
Progress (1): 7.7/251 kB
Progress (1): 12/251 kB 
Progress (1): 16/251 kB
Progress (1): 20/251 kB
Progress (1): 24/251 kB
Progress (1): 28/251 kB
Progress (1): 32/251 kB
Progress (1): 36/251 kB
Progress (1): 40/251 kB
Progress (1): 44/251 kB
Progress (1): 48/251 kB
Progress (1): 52/251 kB
Progress (1): 56/251 kB
Progress (1): 60/251 kB
Progress (1): 64/251 kB
Progress (1): 68/251 kB
Progress (1): 72/251 kB
Progress (1): 76/251 kB
Progress (1): 80/251 kB
Progress (1): 84/251 kB
Progress (1): 88/251 kB
Progress (1): 92/251 kB
Progress (1): 96/251 kB
Progress (1): 100/251 kB
Progress (1): 104/251 kB
Progress (1): 108/251 kB
Progress (1): 112/251 kB
Progress (1): 116/251 kB
Progress (1): 120/251 kB
Progress (1): 124/251 kB
Progress (1): 128/251 kB
Progress (1): 132/251 kB
Progress (1): 136/251 kB
Progress (1): 140/251 kB
Progress (1): 144/251 kB
Progress (1): 148/251 kB
Progress (1): 152/251 kB
Progress (1): 156/251 kB
Progress (2): 156/251 kB | 4.1/28 kB
Progress (2): 160/251 kB | 4.1/28 kB
Progress (2): 160/251 kB | 7.7/28 kB
Progress (2): 164/251 kB | 7.7/28 kB
Progress (2): 164/251 kB | 12/28 kB 
Progress (2): 168/251 kB | 12/28 kB
Progress (2): 168/251 kB | 16/28 kB
Progress (2): 172/251 kB | 16/28 kB
Progress (2): 176/251 kB | 16/28 kB
Progress (2): 176/251 kB | 20/28 kB
Progress (2): 180/251 kB | 20/28 kB
Progress (2): 184/251 kB | 20/28 kB
Progress (2): 184/251 kB | 24/28 kB
Progress (2): 188/251 kB | 24/28 kB
Progress (2): 188/251 kB | 28 kB   
Progress (2): 192/251 kB | 28 kB
Progress (2): 196/251 kB | 28 kB
Progress (2): 200/251 kB | 28 kB
Progress (2): 204/251 kB | 28 kB
Progress (2): 208/251 kB | 28 kB
Progress (2): 212/251 kB | 28 kB
Progress (2): 216/251 kB | 28 kB
Progress (2): 220/251 kB | 28 kB
Progress (2): 224/251 kB | 28 kB
Progress (2): 228/251 kB | 28 kB
Progress (2): 232/251 kB | 28 kB
Progress (2): 236/251 kB | 28 kB
Progress (2): 240/251 kB | 28 kB
Progress (2): 244/251 kB | 28 kB
Progress (2): 248/251 kB | 28 kB
Progress (2): 251 kB | 28 kB    
Progress (3): 251 kB | 28 kB | 4.1/13 kB
Progress (3): 251 kB | 28 kB | 7.7/13 kB
Progress (3): 251 kB | 28 kB | 12/13 kB 
Progress (3): 251 kB | 28 kB | 13 kB   
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB
Progress (4): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 4.1/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 4.1/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 7.7/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 7.7/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 12/16 kB 
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 12/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16/16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB   
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
Progress (5): 251 kB | 28 kB | 13 kB | 0.1/2.2 MB | 16 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 230 kB/s)
Progress (4): 251 kB | 28 kB | 0.1/2.2 MB | 16 kB
                                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
Progress (4): 251 kB | 28 kB | 0.1/2.2 MB | 16 kB
Progress (4): 251 kB | 28 kB | 0.1/2.2 MB | 16 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 301 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 2.7 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
Progress (2): 0.1/2.2 MB | 4.1/216 kB
Progress (2): 0.1/2.2 MB | 7.7/216 kB
Progress (2): 0.1/2.2 MB | 12/216 kB 
Progress (2): 0.1/2.2 MB | 16/216 kB
Progress (2): 0.1/2.2 MB | 16/216 kB
Progress (2): 0.1/2.2 MB | 16/216 kB
Progress (2): 0.1/2.2 MB | 20/216 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
Progress (2): 0.1/2.2 MB | 20/216 kB
Progress (2): 0.1/2.2 MB | 24/216 kB
Progress (2): 0.2/2.2 MB | 24/216 kB
Progress (2): 0.2/2.2 MB | 28/216 kB
Progress (2): 0.2/2.2 MB | 28/216 kB
Progress (2): 0.2/2.2 MB | 32/216 kB
Progress (2): 0.2/2.2 MB | 32/216 kB
Progress (2): 0.2/2.2 MB | 33/216 kB
Progress (2): 0.2/2.2 MB | 33/216 kB
Progress (2): 0.2/2.2 MB | 37/216 kB
Progress (2): 0.2/2.2 MB | 37/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.2/2.2 MB | 41/216 kB
Progress (2): 0.3/2.2 MB | 41/216 kB
Progress (2): 0.3/2.2 MB | 41/216 kB
Progress (2): 0.3/2.2 MB | 41/216 kB
Progress (2): 0.3/2.2 MB | 41/216 kB
Progress (2): 0.3/2.2 MB | 45/216 kB
Progress (2): 0.3/2.2 MB | 49/216 kB
Progress (2): 0.3/2.2 MB | 49/216 kB
Progress (2): 0.3/2.2 MB | 53/216 kB
Progress (2): 0.3/2.2 MB | 53/216 kB
Progress (2): 0.3/2.2 MB | 57/216 kB
Progress (2): 0.3/2.2 MB | 57/216 kB
Progress (2): 0.3/2.2 MB | 61/216 kB
Progress (2): 0.3/2.2 MB | 61/216 kB
Progress (2): 0.3/2.2 MB | 65/216 kB
Progress (2): 0.3/2.2 MB | 65/216 kB
Progress (2): 0.3/2.2 MB | 69/216 kB
Progress (2): 0.3/2.2 MB | 69/216 kB
Progress (2): 0.3/2.2 MB | 73/216 kB
Progress (2): 0.3/2.2 MB | 73/216 kB
Progress (2): 0.3/2.2 MB | 77/216 kB
Progress (2): 0.3/2.2 MB | 77/216 kB
Progress (2): 0.3/2.2 MB | 81/216 kB
Progress (2): 0.3/2.2 MB | 81/216 kB
Progress (2): 0.3/2.2 MB | 85/216 kB
Progress (2): 0.3/2.2 MB | 89/216 kB
Progress (2): 0.3/2.2 MB | 89/216 kB
Progress (2): 0.3/2.2 MB | 93/216 kB
Progress (2): 0.3/2.2 MB | 97/216 kB
Progress (2): 0.3/2.2 MB | 97/216 kB
Progress (2): 0.3/2.2 MB | 101/216 kB
Progress (2): 0.3/2.2 MB | 105/216 kB
Progress (2): 0.3/2.2 MB | 105/216 kB
Progress (2): 0.3/2.2 MB | 109/216 kB
Progress (2): 0.3/2.2 MB | 113/216 kB
Progress (2): 0.3/2.2 MB | 113/216 kB
Progress (2): 0.3/2.2 MB | 117/216 kB
Progress (2): 0.3/2.2 MB | 121/216 kB
Progress (2): 0.3/2.2 MB | 121/216 kB
Progress (2): 0.3/2.2 MB | 125/216 kB
Progress (2): 0.3/2.2 MB | 129/216 kB
Progress (2): 0.3/2.2 MB | 129/216 kB
Progress (2): 0.3/2.2 MB | 133/216 kB
Progress (2): 0.3/2.2 MB | 133/216 kB
Progress (2): 0.3/2.2 MB | 137/216 kB
Progress (3): 0.3/2.2 MB | 137/216 kB | 4.1/164 kB
Progress (3): 0.3/2.2 MB | 141/216 kB | 4.1/164 kB
Progress (3): 0.3/2.2 MB | 141/216 kB | 4.1/164 kB
Progress (3): 0.3/2.2 MB | 145/216 kB | 4.1/164 kB
Progress (3): 0.3/2.2 MB | 145/216 kB | 7.7/164 kB
Progress (3): 0.3/2.2 MB | 149/216 kB | 7.7/164 kB
Progress (3): 0.3/2.2 MB | 149/216 kB | 7.7/164 kB
Progress (3): 0.3/2.2 MB | 149/216 kB | 12/164 kB 
Progress (3): 0.3/2.2 MB | 153/216 kB | 12/164 kB
Progress (3): 0.3/2.2 MB | 153/216 kB | 16/164 kB
Progress (3): 0.3/2.2 MB | 153/216 kB | 16/164 kB
Progress (3): 0.3/2.2 MB | 157/216 kB | 16/164 kB
Progress (3): 0.3/2.2 MB | 157/216 kB | 20/164 kB
Progress (3): 0.3/2.2 MB | 157/216 kB | 20/164 kB
Progress (3): 0.3/2.2 MB | 157/216 kB | 24/164 kB
Progress (3): 0.3/2.2 MB | 157/216 kB | 24/164 kB
Progress (3): 0.4/2.2 MB | 157/216 kB | 24/164 kB
Progress (4): 0.4/2.2 MB | 157/216 kB | 24/164 kB | 4.1/163 kB
Progress (4): 0.4/2.2 MB | 157/216 kB | 24/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 161/216 kB | 24/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 161/216 kB | 24/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 165/216 kB | 24/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 165/216 kB | 28/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 169/216 kB | 28/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 169/216 kB | 28/164 kB | 7.7/163 kB
Progress (4): 0.4/2.2 MB | 169/216 kB | 28/164 kB | 12/163 kB 
Progress (4): 0.4/2.2 MB | 169/216 kB | 32/164 kB | 12/163 kB
Progress (4): 0.4/2.2 MB | 169/216 kB | 32/164 kB | 16/163 kB
Progress (4): 0.4/2.2 MB | 169/216 kB | 32/164 kB | 16/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 32/164 kB | 16/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 32/164 kB | 16/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 32/164 kB | 20/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 36/164 kB | 20/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 36/164 kB | 24/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 36/164 kB | 24/163 kB
Progress (4): 0.4/2.2 MB | 173/216 kB | 36/164 kB | 24/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 36/164 kB | 24/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 36/164 kB | 24/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 36/164 kB | 28/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 40/164 kB | 28/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 40/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 177/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 181/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 181/216 kB | 44/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 181/216 kB | 48/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 181/216 kB | 48/164 kB | 32/163 kB
Progress (4): 0.4/2.2 MB | 181/216 kB | 48/164 kB | 36/163 kB
Progress (5): 0.4/2.2 MB | 181/216 kB | 48/164 kB | 36/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 181/216 kB | 48/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 181/216 kB | 48/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 181/216 kB | 52/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 185/216 kB | 52/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 189/216 kB | 52/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 52/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 40/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 44/163 kB | 4.1/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 44/163 kB | 7.7/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 44/163 kB | 12/29 kB 
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 44/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 48/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 48/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 56/164 kB | 52/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 193/216 kB | 60/164 kB | 52/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 60/164 kB | 52/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 52/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 56/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 56/163 kB | 16/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 56/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 56/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 60/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 64/164 kB | 64/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 197/216 kB | 68/164 kB | 64/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 68/164 kB | 64/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 64/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 68/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 68/163 kB | 20/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 68/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 68/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 72/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 72/164 kB | 76/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 201/216 kB | 76/164 kB | 76/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 76/164 kB | 76/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 80/164 kB | 76/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 80/164 kB | 80/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 80/164 kB | 80/163 kB | 24/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 80/164 kB | 80/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 80/164 kB | 80/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 80/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 205/216 kB | 84/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 84/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 88/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 92/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 96/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 100/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 104/164 kB | 84/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 104/164 kB | 88/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 108/164 kB | 88/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 108/164 kB | 88/163 kB | 28/29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 108/164 kB | 88/163 kB | 29 kB   
Progress (5): 0.4/2.2 MB | 209/216 kB | 108/164 kB | 88/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 112/164 kB | 88/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 112/164 kB | 92/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 112/164 kB | 96/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 112/164 kB | 100/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 112/164 kB | 104/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 209/216 kB | 112/164 kB | 108/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 112/164 kB | 108/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 112/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 116/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 120/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 124/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 128/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 132/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 136/164 kB | 112/163 kB | 29 kB
Progress (5): 0.4/2.2 MB | 213/216 kB | 140/164 kB | 112/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 140/164 kB | 112/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 144/164 kB | 112/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 144/164 kB | 116/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 148/164 kB | 116/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 152/164 kB | 116/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 156/164 kB | 116/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 160/164 kB | 116/163 kB | 29 kB
Progress (5): 0.5/2.2 MB | 213/216 kB | 164 kB | 116/163 kB | 29 kB    
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 223 kB/s)
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 (4): 0.5/2.2 MB | 216 kB | 164 kB | 116/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 120/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 120/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 124/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 128/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 128/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 132/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 132/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 136/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 136/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 140/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 144/163 kB
Progress (4): 0.5/2.2 MB | 216 kB | 164 kB | 144/163 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.1 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 852 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
Progress (2): 0.5/2.2 MB | 144/163 kB
Progress (2): 0.5/2.2 MB | 144/163 kB
Progress (2): 0.5/2.2 MB | 144/163 kB
Progress (2): 0.5/2.2 MB | 144/163 kB
Progress (2): 0.5/2.2 MB | 144/163 kB
Progress (2): 0.5/2.2 MB | 144/163 kB
Progress (3): 0.5/2.2 MB | 144/163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 144/163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 148/163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 152/163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 156/163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 160/163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB    
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.5/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 4.1/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 7.7/32 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): 0.6/2.2 MB | 163 kB | 12/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 16/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 16/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 20/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 24/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 28/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 28/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 32/32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 32 kB   
Progress (3): 0.6/2.2 MB | 163 kB | 32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 32 kB
Progress (3): 0.6/2.2 MB | 163 kB | 32 kB
Progress (4): 0.6/2.2 MB | 163 kB | 32 kB | 4.1/10.0 kB
Progress (4): 0.6/2.2 MB | 163 kB | 32 kB | 4.1/10.0 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 803 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar
Progress (3): 0.6/2.2 MB | 32 kB | 7.7/10.0 kB
Progress (3): 0.6/2.2 MB | 32 kB | 7.7/10.0 kB
Progress (3): 0.6/2.2 MB | 32 kB | 10.0 kB    
Progress (3): 0.6/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.6/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.7/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.8/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 kB
Progress (3): 0.9/2.2 MB | 32 kB | 10.0 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 149 kB/s)
Progress (2): 0.9/2.2 MB | 10.0 kB
                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 46 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
Progress (1): 0.9/2.2 MB
Progress (2): 0.9/2.2 MB | 4.1/185 kB
Progress (2): 0.9/2.2 MB | 4.1/185 kB
Progress (3): 0.9/2.2 MB | 4.1/185 kB | 4.1/532 kB
Progress (3): 0.9/2.2 MB | 7.7/185 kB | 4.1/532 kB
Progress (3): 0.9/2.2 MB | 7.7/185 kB | 7.7/532 kB
Progress (3): 0.9/2.2 MB | 7.7/185 kB | 7.7/532 kB
Progress (3): 0.9/2.2 MB | 7.7/185 kB | 12/532 kB 
Progress (3): 0.9/2.2 MB | 7.7/185 kB | 12/532 kB
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB 
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 0.9/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 12/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 16/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 16/532 kB
Progress (3): 1.0/2.2 MB | 12/185 kB | 20/532 kB
Progress (3): 1.0/2.2 MB | 16/185 kB | 20/532 kB
Progress (3): 1.0/2.2 MB | 16/185 kB | 24/532 kB
Progress (3): 1.0/2.2 MB | 16/185 kB | 24/532 kB
Progress (3): 1.0/2.2 MB | 16/185 kB | 28/532 kB
Progress (3): 1.0/2.2 MB | 16/185 kB | 28/532 kB
Progress (3): 1.0/2.2 MB | 16/185 kB | 28/532 kB
Progress (3): 1.0/2.2 MB | 20/185 kB | 28/532 kB
Progress (3): 1.0/2.2 MB | 20/185 kB | 28/532 kB
Progress (3): 1.0/2.2 MB | 20/185 kB | 28/532 kB
Progress (3): 1.0/2.2 MB | 20/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 24/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 28/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 32/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 33/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 37/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 41/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 45/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 49/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 53/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 57/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 61/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 65/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 66/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 70/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 74/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 78/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 82/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 86/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 90/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 94/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 98/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 98/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 102/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 32/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 33/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 37/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 41/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 45/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 49/532 kB
Progress (3): 1.0/2.2 MB | 106/185 kB | 53/532 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 4.1/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 4.1/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 4.1/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 7.7/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 12/25 kB 
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 16/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 20/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 24/25 kB
Progress (4): 1.0/2.2 MB | 106/185 kB | 53/532 kB | 25 kB   
Progress (4): 1.0/2.2 MB | 106/185 kB | 57/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 57/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 61/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 65/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 66/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 70/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 74/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 78/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 82/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 82/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 86/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 90/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 94/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 98/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 98/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 102/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 106/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 110/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 114/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 118/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 122/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 126/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 110/185 kB | 130/532 kB | 25 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 130/532 kB | 25 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 85 kB/s)
Progress (3): 1.0/2.2 MB | 114/185 kB | 131/532 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 131/532 kB | 4.1/7.2 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 131/532 kB | 7.2 kB    
Progress (4): 1.0/2.2 MB | 114/185 kB | 131/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 135/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 139/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 143/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 114/185 kB | 147/532 kB | 7.2 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar
Progress (4): 1.0/2.2 MB | 118/185 kB | 147/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 118/185 kB | 151/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 118/185 kB | 151/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 118/185 kB | 155/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 122/185 kB | 155/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 122/185 kB | 159/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 126/185 kB | 159/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 130/185 kB | 159/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 131/185 kB | 159/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 131/185 kB | 159/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 135/185 kB | 159/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 135/185 kB | 163/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 135/185 kB | 163/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 139/185 kB | 163/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 139/185 kB | 163/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 139/185 kB | 164/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 139/185 kB | 164/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 139/185 kB | 164/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 164/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 168/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 172/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 176/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 180/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 184/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 188/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 192/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 196/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 197/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 201/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 205/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 209/532 kB | 7.2 kB
Progress (4): 1.0/2.2 MB | 143/185 kB | 213/532 kB | 7.2 kB
                                                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 24 kB/s)
Progress (3): 1.0/2.2 MB | 147/185 kB | 213/532 kB
Progress (3): 1.0/2.2 MB | 147/185 kB | 213/532 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Progress (3): 1.0/2.2 MB | 147/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 147/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 151/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 155/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 159/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 163/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 167/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 171/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 175/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 179/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 183/185 kB | 217/532 kB
Progress (3): 1.0/2.2 MB | 185 kB | 217/532 kB    
Progress (3): 1.0/2.2 MB | 185 kB | 221/532 kB
Progress (3): 1.0/2.2 MB | 185 kB | 221/532 kB
Progress (3): 1.0/2.2 MB | 185 kB | 221/532 kB
Progress (3): 1.0/2.2 MB | 185 kB | 225/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 225/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 229/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 229/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 229/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 229/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 233/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 237/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 237/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 241/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 241/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 245/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 245/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 249/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 249/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 253/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 253/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 257/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 257/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 261/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 261/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 262/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 262/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 262/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 266/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 266/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 270/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 270/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 274/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 274/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 278/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 278/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 282/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 282/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 286/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 286/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 290/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 290/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 294/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 294/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 298/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 298/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 302/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 302/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 306/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 306/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 310/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 310/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 314/532 kB
Progress (3): 1.1/2.2 MB | 185 kB | 314/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 314/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 318/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 318/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 322/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 322/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 326/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 326/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 330/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 330/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 334/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 338/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 338/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 338/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 342/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 342/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 346/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 346/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 350/532 kB
Progress (3): 1.2/2.2 MB | 185 kB | 350/532 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 592 kB/s)
Progress (2): 1.2/2.2 MB | 354/532 kB
Progress (2): 1.2/2.2 MB | 354/532 kB
Progress (2): 1.2/2.2 MB | 358/532 kB
Progress (2): 1.2/2.2 MB | 358/532 kB
Progress (2): 1.2/2.2 MB | 358/532 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
Progress (2): 1.2/2.2 MB | 358/532 kB
Progress (3): 1.2/2.2 MB | 358/532 kB | 4.1/574 kB
Progress (3): 1.2/2.2 MB | 358/532 kB | 7.7/574 kB
Progress (3): 1.2/2.2 MB | 358/532 kB | 12/574 kB 
Progress (3): 1.2/2.2 MB | 362/532 kB | 12/574 kB
Progress (3): 1.2/2.2 MB | 366/532 kB | 12/574 kB
Progress (3): 1.2/2.2 MB | 370/532 kB | 12/574 kB
Progress (3): 1.2/2.2 MB | 374/532 kB | 12/574 kB
Progress (3): 1.2/2.2 MB | 374/532 kB | 16/574 kB
Progress (3): 1.2/2.2 MB | 374/532 kB | 16/574 kB
Progress (3): 1.2/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.2/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.2/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 374/532 kB | 20/574 kB
Progress (3): 1.3/2.2 MB | 378/532 kB | 20/574 kB
Progress (4): 1.3/2.2 MB | 378/532 kB | 20/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 382/532 kB | 20/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 382/532 kB | 20/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 386/532 kB | 20/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 390/532 kB | 20/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 390/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (4): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB
Progress (5): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 4.1/207 kB | 4.1/20 kB
Progress (5): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 7.7/207 kB | 4.1/20 kB
Progress (5): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 394/532 kB | 24/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 398/532 kB | 24/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 398/532 kB | 28/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 398/532 kB | 32/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 402/532 kB | 32/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 7.7/207 kB | 7.7/20 kB
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 7.7/207 kB | 12/20 kB 
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 12/207 kB | 12/20 kB 
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 12/207 kB | 16/20 kB
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 12/207 kB | 20/20 kB
Progress (5): 1.3/2.2 MB | 406/532 kB | 32/574 kB | 12/207 kB | 20/20 kB
Progress (5): 1.3/2.2 MB | 410/532 kB | 32/574 kB | 12/207 kB | 20/20 kB
Progress (5): 1.3/2.2 MB | 410/532 kB | 33/574 kB | 12/207 kB | 20/20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 12/207 kB | 20/20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 12/207 kB | 20/20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 12/207 kB | 20 kB   
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 16/207 kB | 20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 16/207 kB | 20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.3/2.2 MB | 414/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.3/2.2 MB | 418/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.3/2.2 MB | 418/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 418/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 418/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 418/532 kB | 33/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 418/532 kB | 37/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 418/532 kB | 37/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 422/532 kB | 37/574 kB | 20/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 422/532 kB | 37/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 426/532 kB | 37/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 426/532 kB | 37/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 426/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 426/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 430/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 434/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 438/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 442/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 446/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 450/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 454/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 458/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 462/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 466/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 470/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 474/532 kB | 41/574 kB | 24/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 474/532 kB | 41/574 kB | 28/207 kB | 20 kB
Progress (5): 1.4/2.2 MB | 478/532 kB | 41/574 kB | 28/207 kB | 20 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 51 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
Progress (4): 1.4/2.2 MB | 478/532 kB | 41/574 kB | 28/207 kB
Progress (4): 1.4/2.2 MB | 478/532 kB | 41/574 kB | 28/207 kB
Progress (4): 1.4/2.2 MB | 478/532 kB | 41/574 kB | 28/207 kB
Progress (4): 1.4/2.2 MB | 478/532 kB | 45/574 kB | 28/207 kB
Progress (4): 1.4/2.2 MB | 478/532 kB | 45/574 kB | 28/207 kB
Progress (4): 1.4/2.2 MB | 482/532 kB | 45/574 kB | 28/207 kB
Progress (4): 1.4/2.2 MB | 482/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 486/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 490/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 490/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 45/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 49/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 49/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 53/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 57/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 61/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 494/532 kB | 65/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 498/532 kB | 65/574 kB | 32/207 kB
Progress (4): 1.4/2.2 MB | 498/532 kB | 65/574 kB | 33/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 33/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 37/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 41/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 45/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 49/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 53/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 57/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 61/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 65/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 66/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 70/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 74/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 78/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 65/574 kB | 82/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 66/574 kB | 82/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 66/574 kB | 86/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 66/574 kB | 90/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 66/574 kB | 90/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 66/574 kB | 94/207 kB
Progress (4): 1.4/2.2 MB | 502/532 kB | 70/574 kB | 94/207 kB
Progress (4): 1.4/2.2 MB | 506/532 kB | 70/574 kB | 94/207 kB
Progress (4): 1.4/2.2 MB | 506/532 kB | 74/574 kB | 94/207 kB
Progress (4): 1.4/2.2 MB | 506/532 kB | 74/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 506/532 kB | 74/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 506/532 kB | 74/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 506/532 kB | 78/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 510/532 kB | 78/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 514/532 kB | 78/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 98/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 102/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 106/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 110/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 114/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 118/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 122/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 126/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 130/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 78/574 kB | 131/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 82/574 kB | 131/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 82/574 kB | 131/207 kB
Progress (4): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 131/207 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 131/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 135/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 139/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 143/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 147/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 151/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 155/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 159/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 163/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 164/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 168/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 172/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 176/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 180/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 184/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 188/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 192/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 196/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 200/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 204/207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 518/532 kB | 86/574 kB | 207 kB | 4.1/11 kB    
Progress (5): 1.4/2.2 MB | 522/532 kB | 86/574 kB | 207 kB | 4.1/11 kB
Progress (5): 1.4/2.2 MB | 522/532 kB | 86/574 kB | 207 kB | 7.7/11 kB
Progress (5): 1.4/2.2 MB | 522/532 kB | 90/574 kB | 207 kB | 7.7/11 kB
Progress (5): 1.4/2.2 MB | 522/532 kB | 90/574 kB | 207 kB | 11 kB    
Progress (5): 1.4/2.2 MB | 522/532 kB | 90/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 522/532 kB | 94/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 526/532 kB | 94/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 526/532 kB | 98/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 526/532 kB | 98/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 526/532 kB | 98/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 530/532 kB | 98/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 530/532 kB | 102/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 530/532 kB | 102/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 530/532 kB | 106/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 106/574 kB | 207 kB | 11 kB    
Progress (5): 1.4/2.2 MB | 532 kB | 106/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 110/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 110/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 114/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 118/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 122/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 126/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 130/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 131/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 135/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 139/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 143/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 147/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 151/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 151/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 155/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 155/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 159/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 163/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 164/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 164/574 kB | 207 kB | 11 kB
Progress (5): 1.4/2.2 MB | 532 kB | 168/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 168/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 172/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 172/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 176/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 176/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 180/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 184/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 188/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 192/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 196/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 197/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 201/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 205/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 209/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 213/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 217/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 221/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 225/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 229/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 229/574 kB | 207 kB | 11 kB
Progress (5): 1.5/2.2 MB | 532 kB | 229/574 kB | 207 kB | 11 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 25 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 495 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.5/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (3): 1.6/2.2 MB | 532 kB | 229/574 kB
Progress (4): 1.6/2.2 MB | 532 kB | 229/574 kB | 4.1/46 kB
Progress (4): 1.6/2.2 MB | 532 kB | 229/574 kB | 7.7/46 kB
Progress (4): 1.6/2.2 MB | 532 kB | 233/574 kB | 7.7/46 kB
Progress (4): 1.6/2.2 MB | 532 kB | 233/574 kB | 12/46 kB 
Progress (4): 1.6/2.2 MB | 532 kB | 233/574 kB | 16/46 kB
Progress (4): 1.6/2.2 MB | 532 kB | 233/574 kB | 16/46 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 1.2 MB/s)
Progress (3): 1.6/2.2 MB | 233/574 kB | 16/46 kB
Progress (3): 1.6/2.2 MB | 233/574 kB | 20/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 20/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 20/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 24/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 28/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 32/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 36/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 40/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 44/46 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 46 kB   
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 106 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
Progress (3): 1.6/2.2 MB | 237/574 kB | 4.1/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 7.7/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 12/64 kB 
Progress (3): 1.6/2.2 MB | 237/574 kB | 16/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 20/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 24/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 28/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 32/64 kB
Progress (3): 1.6/2.2 MB | 237/574 kB | 36/64 kB
Progress (3): 1.6/2.2 MB | 241/574 kB | 36/64 kB
Progress (3): 1.6/2.2 MB | 241/574 kB | 36/64 kB
Progress (3): 1.6/2.2 MB | 245/574 kB | 36/64 kB
Progress (3): 1.6/2.2 MB | 245/574 kB | 36/64 kB
Progress (4): 1.6/2.2 MB | 245/574 kB | 36/64 kB | 4.1/467 kB
Progress (4): 1.6/2.2 MB | 245/574 kB | 36/64 kB | 4.1/467 kB
Progress (4): 1.6/2.2 MB | 245/574 kB | 40/64 kB | 4.1/467 kB
Progress (5): 1.6/2.2 MB | 245/574 kB | 40/64 kB | 4.1/467 kB | 4.1/131 kB
Progress (5): 1.6/2.2 MB | 245/574 kB | 40/64 kB | 4.1/467 kB | 7.7/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 40/64 kB | 4.1/467 kB | 7.7/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 40/64 kB | 4.1/467 kB | 12/131 kB 
Progress (5): 1.6/2.2 MB | 249/574 kB | 44/64 kB | 4.1/467 kB | 12/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 44/64 kB | 4.1/467 kB | 12/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 44/64 kB | 4.1/467 kB | 12/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 44/64 kB | 7.7/467 kB | 12/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 44/64 kB | 7.7/467 kB | 12/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 44/64 kB | 12/467 kB | 12/131 kB 
Progress (5): 1.6/2.2 MB | 249/574 kB | 48/64 kB | 12/467 kB | 12/131 kB
Progress (5): 1.6/2.2 MB | 249/574 kB | 48/64 kB | 12/467 kB | 16/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 48/64 kB | 12/467 kB | 16/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 48/64 kB | 12/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 52/64 kB | 12/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 52/64 kB | 16/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 52/64 kB | 16/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 56/64 kB | 16/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 56/64 kB | 16/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 60/64 kB | 16/467 kB | 20/131 kB
Progress (5): 1.6/2.2 MB | 253/574 kB | 60/64 kB | 16/467 kB | 24/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 60/64 kB | 16/467 kB | 24/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 60/64 kB | 16/467 kB | 28/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 64/64 kB | 16/467 kB | 28/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 64/64 kB | 16/467 kB | 28/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 64/64 kB | 20/467 kB | 28/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 64/64 kB | 20/467 kB | 28/131 kB
Progress (5): 1.6/2.2 MB | 257/574 kB | 64 kB | 20/467 kB | 28/131 kB   
Progress (5): 1.6/2.2 MB | 257/574 kB | 64 kB | 20/467 kB | 32/131 kB
Progress (5): 1.6/2.2 MB | 261/574 kB | 64 kB | 20/467 kB | 32/131 kB
Progress (5): 1.6/2.2 MB | 261/574 kB | 64 kB | 20/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 262/574 kB | 64 kB | 20/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 262/574 kB | 64 kB | 20/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 262/574 kB | 64 kB | 24/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 262/574 kB | 64 kB | 24/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 262/574 kB | 64 kB | 28/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 262/574 kB | 64 kB | 32/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 266/574 kB | 64 kB | 32/467 kB | 36/131 kB
Progress (5): 1.6/2.2 MB | 266/574 kB | 64 kB | 32/467 kB | 40/131 kB
Progress (5): 1.6/2.2 MB | 270/574 kB | 64 kB | 32/467 kB | 40/131 kB
Progress (5): 1.6/2.2 MB | 270/574 kB | 64 kB | 33/467 kB | 40/131 kB
Progress (5): 1.6/2.2 MB | 270/574 kB | 64 kB | 33/467 kB | 40/131 kB
Progress (5): 1.6/2.2 MB | 270/574 kB | 64 kB | 37/467 kB | 40/131 kB
Progress (5): 1.6/2.2 MB | 274/574 kB | 64 kB | 37/467 kB | 40/131 kB
Progress (5): 1.6/2.2 MB | 274/574 kB | 64 kB | 37/467 kB | 44/131 kB
Progress (5): 1.6/2.2 MB | 278/574 kB | 64 kB | 37/467 kB | 44/131 kB
Progress (5): 1.6/2.2 MB | 278/574 kB | 64 kB | 41/467 kB | 44/131 kB
Progress (5): 1.7/2.2 MB | 278/574 kB | 64 kB | 41/467 kB | 44/131 kB
Progress (5): 1.7/2.2 MB | 278/574 kB | 64 kB | 45/467 kB | 44/131 kB
Progress (5): 1.7/2.2 MB | 282/574 kB | 64 kB | 45/467 kB | 44/131 kB
Progress (5): 1.7/2.2 MB | 282/574 kB | 64 kB | 45/467 kB | 48/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 48/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 52/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 56/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 60/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 64/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 68/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 72/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 76/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 80/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 84/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 88/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 92/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 96/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 100/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 104/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 108/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 112/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 116/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 120/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 124/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 128/131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 45/467 kB | 131 kB    
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 286/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 290/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 294/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 298/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 302/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 306/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 310/574 kB | 64 kB | 49/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 310/574 kB | 64 kB | 53/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 310/574 kB | 64 kB | 57/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 310/574 kB | 64 kB | 57/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 310/574 kB | 64 kB | 61/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 314/574 kB | 64 kB | 61/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 314/574 kB | 64 kB | 65/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 314/574 kB | 64 kB | 65/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 314/574 kB | 64 kB | 66/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 318/574 kB | 64 kB | 66/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 318/574 kB | 64 kB | 70/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 318/574 kB | 64 kB | 70/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 322/574 kB | 64 kB | 70/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 322/574 kB | 64 kB | 74/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 326/574 kB | 64 kB | 74/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 326/574 kB | 64 kB | 74/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 330/574 kB | 64 kB | 74/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 330/574 kB | 64 kB | 78/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 334/574 kB | 64 kB | 78/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 334/574 kB | 64 kB | 78/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 338/574 kB | 64 kB | 78/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 338/574 kB | 64 kB | 82/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 342/574 kB | 64 kB | 82/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 342/574 kB | 64 kB | 82/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 346/574 kB | 64 kB | 82/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 346/574 kB | 64 kB | 86/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 350/574 kB | 64 kB | 86/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 350/574 kB | 64 kB | 86/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 354/574 kB | 64 kB | 86/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 354/574 kB | 64 kB | 90/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 358/574 kB | 64 kB | 90/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 358/574 kB | 64 kB | 90/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 362/574 kB | 64 kB | 90/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 362/574 kB | 64 kB | 94/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 366/574 kB | 64 kB | 94/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 366/574 kB | 64 kB | 94/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 370/574 kB | 64 kB | 94/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 370/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 374/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 374/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 378/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 382/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 382/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 98/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 102/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 106/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 106/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 110/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 114/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 118/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 122/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 126/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 130/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 131/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 135/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 139/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 143/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 147/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 151/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 155/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 159/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 163/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 164/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 168/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 172/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 176/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 180/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 184/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 188/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 192/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 196/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 197/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 201/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 205/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 209/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 213/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 217/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 386/574 kB | 64 kB | 221/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 390/574 kB | 64 kB | 221/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 390/574 kB | 64 kB | 221/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 394/574 kB | 64 kB | 221/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 394/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 394/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 398/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 402/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 406/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 410/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 414/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 418/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 422/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 426/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 430/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 434/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 438/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 442/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 446/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 450/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 454/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 458/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 462/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 466/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 470/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 474/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 478/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 482/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 486/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 490/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 494/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 498/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 502/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 506/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 510/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 510/574 kB | 64 kB | 225/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 510/574 kB | 64 kB | 229/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 510/574 kB | 64 kB | 229/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 510/574 kB | 64 kB | 233/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 233/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.7/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 237/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 241/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 245/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 249/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 253/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 257/467 kB | 131 kB
Progress (5): 1.8/2.2 MB | 514/574 kB | 64 kB | 261/467 kB | 131 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 222 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 108 kB/s)
Progress (3): 1.8/2.2 MB | 518/574 kB | 261/467 kB
                                                  
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
Progress (3): 1.8/2.2 MB | 518/574 kB | 265/467 kB
Progress (3): 1.8/2.2 MB | 518/574 kB | 265/467 kB
Progress (3): 1.8/2.2 MB | 518/574 kB | 269/467 kB
Progress (3): 1.8/2.2 MB | 518/574 kB | 269/467 kB
Progress (3): 1.8/2.2 MB | 518/574 kB | 273/467 kB
Progress (3): 1.8/2.2 MB | 522/574 kB | 273/467 kB
Progress (3): 1.8/2.2 MB | 526/574 kB | 273/467 kB
Progress (3): 1.8/2.2 MB | 530/574 kB | 273/467 kB
Progress (3): 1.8/2.2 MB | 534/574 kB | 273/467 kB
Progress (3): 1.8/2.2 MB | 534/574 kB | 277/467 kB
Progress (3): 1.8/2.2 MB | 534/574 kB | 277/467 kB
Progress (3): 1.8/2.2 MB | 538/574 kB | 277/467 kB
Progress (3): 1.8/2.2 MB | 538/574 kB | 277/467 kB
Progress (3): 1.8/2.2 MB | 538/574 kB | 281/467 kB
Progress (3): 1.8/2.2 MB | 538/574 kB | 281/467 kB
Progress (3): 1.8/2.2 MB | 542/574 kB | 281/467 kB
Progress (3): 1.8/2.2 MB | 542/574 kB | 285/467 kB
Progress (3): 1.8/2.2 MB | 542/574 kB | 285/467 kB
Progress (3): 1.8/2.2 MB | 546/574 kB | 285/467 kB
Progress (3): 1.8/2.2 MB | 546/574 kB | 289/467 kB
Progress (3): 1.8/2.2 MB | 546/574 kB | 289/467 kB
Progress (3): 1.8/2.2 MB | 546/574 kB | 293/467 kB
Progress (3): 1.8/2.2 MB | 546/574 kB | 293/467 kB
Progress (3): 1.8/2.2 MB | 546/574 kB | 293/467 kB
Progress (3): 1.8/2.2 MB | 550/574 kB | 293/467 kB
Progress (3): 1.8/2.2 MB | 550/574 kB | 293/467 kB
Progress (3): 1.8/2.2 MB | 550/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 554/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 554/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 558/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 558/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 562/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 566/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 570/574 kB | 297/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 297/467 kB    
Progress (3): 1.8/2.2 MB | 574 kB | 301/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 301/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 305/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 309/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 309/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 313/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 317/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 317/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 321/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 325/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 325/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 329/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 329/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 333/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 333/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 337/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 337/467 kB
Progress (3): 1.8/2.2 MB | 574 kB | 341/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 341/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 341/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 345/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 349/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 349/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 349/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 353/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 353/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 357/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 357/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 361/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 361/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 365/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 365/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 369/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 369/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 373/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 373/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 377/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 377/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 381/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 381/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 385/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 385/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 389/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 389/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 393/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 393/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 397/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 397/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 401/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 401/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 405/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 405/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 409/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 409/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 413/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 413/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 417/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 417/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 417/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 421/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 421/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 421/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 425/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 429/467 kB
Progress (3): 1.9/2.2 MB | 574 kB | 429/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 429/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 433/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 433/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 433/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 437/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 437/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 437/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 441/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 445/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 445/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 449/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 449/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 453/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 453/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 453/467 kB
Progress (3): 2.0/2.2 MB | 574 kB | 457/467 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 945 kB/s)
Progress (2): 2.0/2.2 MB | 461/467 kB
Progress (2): 2.0/2.2 MB | 465/467 kB
Progress (2): 2.0/2.2 MB | 467 kB    
Progress (2): 2.0/2.2 MB | 467 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
Progress (3): 2.0/2.2 MB | 467 kB | 4.1/6.3 kB
Progress (3): 2.0/2.2 MB | 467 kB | 6.3 kB    
Progress (3): 2.0/2.2 MB | 467 kB | 6.3 kB
Progress (3): 2.0/2.2 MB | 467 kB | 6.3 kB
Progress (3): 2.0/2.2 MB | 467 kB | 6.3 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 4.1/16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 4.1/16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 7.7/16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 7.7/16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 12/16 kB 
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16/16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB   
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.0/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
Progress (4): 2.1/2.2 MB | 467 kB | 6.3 kB | 16 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 759 kB/s)
Progress (3): 2.1/2.2 MB | 6.3 kB | 16 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 10 kB/s)
Progress (2): 2.2/2.2 MB | 16 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2/2.2 MB | 16 kB
Progress (2): 2.2 MB | 16 kB    
                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 26 kB/s)
Progress (2): 2.2 MB | 4.1/37 kB
                                
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
Progress (2): 2.2 MB | 7.7/37 kB
Progress (2): 2.2 MB | 12/37 kB 
Progress (2): 2.2 MB | 16/37 kB
Progress (2): 2.2 MB | 20/37 kB
Progress (2): 2.2 MB | 24/37 kB
Progress (2): 2.2 MB | 28/37 kB
Progress (2): 2.2 MB | 32/37 kB
Progress (2): 2.2 MB | 36/37 kB
Progress (2): 2.2 MB | 37 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 3.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
Progress (2): 37 kB | 4.1/914 kB
Progress (2): 37 kB | 7.7/914 kB
Progress (2): 37 kB | 12/914 kB 
Progress (2): 37 kB | 16/914 kB
Progress (2): 37 kB | 20/914 kB
Progress (3): 37 kB | 20/914 kB | 4.1/16 kB
Progress (3): 37 kB | 24/914 kB | 4.1/16 kB
Progress (4): 37 kB | 24/914 kB | 4.1/16 kB | 4.1/198 kB
Progress (4): 37 kB | 28/914 kB | 4.1/16 kB | 4.1/198 kB
Progress (4): 37 kB | 28/914 kB | 7.7/16 kB | 4.1/198 kB
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 4.1/198 kB
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 7.7/198 kB
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 12/198 kB 
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 16/198 kB
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 20/198 kB
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 24/198 kB
Progress (4): 37 kB | 32/914 kB | 7.7/16 kB | 28/198 kB
Progress (4): 37 kB | 33/914 kB | 7.7/16 kB | 28/198 kB
Progress (4): 37 kB | 33/914 kB | 12/16 kB | 28/198 kB 
Progress (4): 37 kB | 33/914 kB | 12/16 kB | 32/198 kB
Progress (4): 37 kB | 37/914 kB | 12/16 kB | 32/198 kB
Progress (4): 37 kB | 37/914 kB | 16/16 kB | 32/198 kB
Progress (4): 37 kB | 41/914 kB | 16/16 kB | 32/198 kB
Progress (4): 37 kB | 41/914 kB | 16/16 kB | 33/198 kB
Progress (4): 37 kB | 45/914 kB | 16/16 kB | 33/198 kB
Progress (4): 37 kB | 45/914 kB | 16 kB | 33/198 kB   
Progress (4): 37 kB | 49/914 kB | 16 kB | 33/198 kB
Progress (4): 37 kB | 49/914 kB | 16 kB | 37/198 kB
Progress (4): 37 kB | 53/914 kB | 16 kB | 37/198 kB
Progress (4): 37 kB | 57/914 kB | 16 kB | 37/198 kB
Progress (4): 37 kB | 57/914 kB | 16 kB | 41/198 kB
Progress (4): 37 kB | 61/914 kB | 16 kB | 41/198 kB
Progress (4): 37 kB | 65/914 kB | 16 kB | 41/198 kB
Progress (4): 37 kB | 65/914 kB | 16 kB | 45/198 kB
Progress (4): 37 kB | 66/914 kB | 16 kB | 45/198 kB
Progress (4): 37 kB | 66/914 kB | 16 kB | 49/198 kB
Progress (4): 37 kB | 70/914 kB | 16 kB | 49/198 kB
Progress (4): 37 kB | 74/914 kB | 16 kB | 49/198 kB
Progress (4): 37 kB | 74/914 kB | 16 kB | 53/198 kB
Progress (4): 37 kB | 78/914 kB | 16 kB | 53/198 kB
Progress (4): 37 kB | 78/914 kB | 16 kB | 57/198 kB
Progress (4): 37 kB | 82/914 kB | 16 kB | 57/198 kB
Progress (4): 37 kB | 82/914 kB | 16 kB | 61/198 kB
Progress (4): 37 kB | 86/914 kB | 16 kB | 61/198 kB
Progress (4): 37 kB | 86/914 kB | 16 kB | 65/198 kB
Progress (4): 37 kB | 90/914 kB | 16 kB | 65/198 kB
Progress (4): 37 kB | 90/914 kB | 16 kB | 66/198 kB
Progress (4): 37 kB | 94/914 kB | 16 kB | 66/198 kB
Progress (4): 37 kB | 94/914 kB | 16 kB | 70/198 kB
Progress (4): 37 kB | 94/914 kB | 16 kB | 74/198 kB
Progress (4): 37 kB | 98/914 kB | 16 kB | 74/198 kB
Progress (4): 37 kB | 98/914 kB | 16 kB | 78/198 kB
Progress (4): 37 kB | 98/914 kB | 16 kB | 78/198 kB
Progress (4): 37 kB | 98/914 kB | 16 kB | 82/198 kB
Progress (4): 37 kB | 102/914 kB | 16 kB | 82/198 kB
Progress (4): 37 kB | 106/914 kB | 16 kB | 82/198 kB
Progress (4): 37 kB | 106/914 kB | 16 kB | 86/198 kB
Progress (4): 37 kB | 110/914 kB | 16 kB | 86/198 kB
Progress (4): 37 kB | 110/914 kB | 16 kB | 90/198 kB
Progress (4): 37 kB | 114/914 kB | 16 kB | 90/198 kB
Progress (4): 37 kB | 114/914 kB | 16 kB | 94/198 kB
Progress (4): 37 kB | 118/914 kB | 16 kB | 94/198 kB
Progress (4): 37 kB | 118/914 kB | 16 kB | 98/198 kB
Progress (4): 37 kB | 118/914 kB | 16 kB | 98/198 kB
Progress (4): 37 kB | 122/914 kB | 16 kB | 98/198 kB
Progress (4): 37 kB | 122/914 kB | 16 kB | 102/198 kB
Progress (4): 37 kB | 122/914 kB | 16 kB | 106/198 kB
Progress (4): 37 kB | 126/914 kB | 16 kB | 106/198 kB
Progress (4): 37 kB | 126/914 kB | 16 kB | 110/198 kB
Progress (4): 37 kB | 130/914 kB | 16 kB | 110/198 kB
Progress (4): 37 kB | 130/914 kB | 16 kB | 114/198 kB
Progress (4): 37 kB | 134/914 kB | 16 kB | 114/198 kB
Progress (4): 37 kB | 138/914 kB | 16 kB | 114/198 kB
Progress (4): 37 kB | 138/914 kB | 16 kB | 118/198 kB
Progress (4): 37 kB | 142/914 kB | 16 kB | 118/198 kB
Progress (4): 37 kB | 146/914 kB | 16 kB | 118/198 kB
Progress (4): 37 kB | 146/914 kB | 16 kB | 122/198 kB
Progress (4): 37 kB | 150/914 kB | 16 kB | 122/198 kB
Progress (4): 37 kB | 150/914 kB | 16 kB | 126/198 kB
Progress (4): 37 kB | 154/914 kB | 16 kB | 126/198 kB
Progress (4): 37 kB | 154/914 kB | 16 kB | 130/198 kB
Progress (4): 37 kB | 158/914 kB | 16 kB | 130/198 kB
Progress (4): 37 kB | 162/914 kB | 16 kB | 130/198 kB
Progress (4): 37 kB | 166/914 kB | 16 kB | 130/198 kB
Progress (4): 37 kB | 170/914 kB | 16 kB | 130/198 kB
Progress (4): 37 kB | 174/914 kB | 16 kB | 130/198 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 23 kB/s)
Progress (3): 37 kB | 174/914 kB | 131/198 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
Progress (3): 37 kB | 178/914 kB | 131/198 kB
Progress (3): 37 kB | 182/914 kB | 131/198 kB
Progress (3): 37 kB | 186/914 kB | 131/198 kB
Progress (3): 37 kB | 190/914 kB | 131/198 kB
Progress (3): 37 kB | 194/914 kB | 131/198 kB
Progress (3): 37 kB | 198/914 kB | 131/198 kB
Progress (3): 37 kB | 202/914 kB | 131/198 kB
Progress (3): 37 kB | 206/914 kB | 131/198 kB
Progress (3): 37 kB | 210/914 kB | 131/198 kB
Progress (3): 37 kB | 214/914 kB | 131/198 kB
Progress (3): 37 kB | 218/914 kB | 131/198 kB
Progress (3): 37 kB | 222/914 kB | 131/198 kB
Progress (3): 37 kB | 226/914 kB | 131/198 kB
Progress (3): 37 kB | 230/914 kB | 131/198 kB
Progress (3): 37 kB | 234/914 kB | 131/198 kB
Progress (3): 37 kB | 238/914 kB | 131/198 kB
Progress (3): 37 kB | 242/914 kB | 131/198 kB
Progress (3): 37 kB | 246/914 kB | 131/198 kB
Progress (3): 37 kB | 250/914 kB | 131/198 kB
Progress (3): 37 kB | 254/914 kB | 131/198 kB
Progress (3): 37 kB | 258/914 kB | 131/198 kB
Progress (3): 37 kB | 262/914 kB | 131/198 kB
Progress (3): 37 kB | 266/914 kB | 131/198 kB
Progress (3): 37 kB | 270/914 kB | 131/198 kB
Progress (3): 37 kB | 274/914 kB | 131/198 kB
Progress (3): 37 kB | 278/914 kB | 131/198 kB
Progress (3): 37 kB | 278/914 kB | 135/198 kB
Progress (4): 37 kB | 278/914 kB | 135/198 kB | 4.1/28 kB
Progress (4): 37 kB | 278/914 kB | 135/198 kB | 7.7/28 kB
Progress (4): 37 kB | 278/914 kB | 139/198 kB | 7.7/28 kB
Progress (4): 37 kB | 278/914 kB | 139/198 kB | 12/28 kB 
Progress (4): 37 kB | 278/914 kB | 143/198 kB | 12/28 kB
Progress (4): 37 kB | 278/914 kB | 147/198 kB | 12/28 kB
Progress (4): 37 kB | 282/914 kB | 147/198 kB | 12/28 kB
Progress (4): 37 kB | 282/914 kB | 147/198 kB | 16/28 kB
Progress (4): 37 kB | 286/914 kB | 147/198 kB | 16/28 kB
Progress (4): 37 kB | 286/914 kB | 147/198 kB | 20/28 kB
Progress (4): 37 kB | 290/914 kB | 147/198 kB | 20/28 kB
Progress (4): 37 kB | 294/914 kB | 147/198 kB | 20/28 kB
Progress (4): 37 kB | 294/914 kB | 151/198 kB | 20/28 kB
Progress (4): 37 kB | 298/914 kB | 151/198 kB | 20/28 kB
Progress (4): 37 kB | 298/914 kB | 151/198 kB | 24/28 kB
Progress (4): 37 kB | 302/914 kB | 151/198 kB | 24/28 kB
Progress (4): 37 kB | 302/914 kB | 155/198 kB | 24/28 kB
Progress (4): 37 kB | 306/914 kB | 155/198 kB | 24/28 kB
Progress (4): 37 kB | 306/914 kB | 155/198 kB | 28 kB   
Progress (4): 37 kB | 310/914 kB | 155/198 kB | 28 kB
Progress (4): 37 kB | 310/914 kB | 159/198 kB | 28 kB
Progress (4): 37 kB | 310/914 kB | 163/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 163/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 164/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 168/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 172/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 176/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 180/198 kB | 28 kB
Progress (4): 37 kB | 314/914 kB | 184/198 kB | 28 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 51 kB/s)
Progress (3): 314/914 kB | 188/198 kB | 28 kB
Progress (3): 318/914 kB | 188/198 kB | 28 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
Progress (3): 322/914 kB | 188/198 kB | 28 kB
Progress (3): 322/914 kB | 192/198 kB | 28 kB
Progress (3): 326/914 kB | 192/198 kB | 28 kB
Progress (3): 326/914 kB | 196/198 kB | 28 kB
Progress (3): 326/914 kB | 198 kB | 28 kB    
Progress (3): 330/914 kB | 198 kB | 28 kB
Progress (3): 334/914 kB | 198 kB | 28 kB
Progress (3): 338/914 kB | 198 kB | 28 kB
Progress (3): 342/914 kB | 198 kB | 28 kB
Progress (3): 346/914 kB | 198 kB | 28 kB
Progress (3): 350/914 kB | 198 kB | 28 kB
Progress (3): 354/914 kB | 198 kB | 28 kB
Progress (3): 358/914 kB | 198 kB | 28 kB
Progress (3): 362/914 kB | 198 kB | 28 kB
Progress (3): 366/914 kB | 198 kB | 28 kB
Progress (3): 370/914 kB | 198 kB | 28 kB
Progress (3): 374/914 kB | 198 kB | 28 kB
Progress (3): 378/914 kB | 198 kB | 28 kB
Progress (3): 382/914 kB | 198 kB | 28 kB
Progress (3): 386/914 kB | 198 kB | 28 kB
Progress (3): 390/914 kB | 198 kB | 28 kB
Progress (3): 394/914 kB | 198 kB | 28 kB
Progress (3): 398/914 kB | 198 kB | 28 kB
Progress (3): 402/914 kB | 198 kB | 28 kB
Progress (3): 406/914 kB | 198 kB | 28 kB
Progress (3): 410/914 kB | 198 kB | 28 kB
Progress (3): 414/914 kB | 198 kB | 28 kB
Progress (3): 418/914 kB | 198 kB | 28 kB
Progress (3): 422/914 kB | 198 kB | 28 kB
Progress (3): 426/914 kB | 198 kB | 28 kB
Progress (3): 430/914 kB | 198 kB | 28 kB
Progress (3): 434/914 kB | 198 kB | 28 kB
Progress (3): 438/914 kB | 198 kB | 28 kB
Progress (3): 442/914 kB | 198 kB | 28 kB
Progress (3): 446/914 kB | 198 kB | 28 kB
Progress (3): 450/914 kB | 198 kB | 28 kB
Progress (3): 454/914 kB | 198 kB | 28 kB
Progress (3): 458/914 kB | 198 kB | 28 kB
Progress (3): 462/914 kB | 198 kB | 28 kB
Progress (3): 466/914 kB | 198 kB | 28 kB
Progress (3): 470/914 kB | 198 kB | 28 kB
Progress (3): 474/914 kB | 198 kB | 28 kB
Progress (3): 478/914 kB | 198 kB | 28 kB
Progress (4): 478/914 kB | 198 kB | 28 kB | 4.1/32 kB
Progress (4): 482/914 kB | 198 kB | 28 kB | 4.1/32 kB
Progress (4): 482/914 kB | 198 kB | 28 kB | 7.7/32 kB
Progress (4): 486/914 kB | 198 kB | 28 kB | 7.7/32 kB
Progress (4): 486/914 kB | 198 kB | 28 kB | 12/32 kB 
Progress (4): 486/914 kB | 198 kB | 28 kB | 16/32 kB
Progress (4): 490/914 kB | 198 kB | 28 kB | 16/32 kB
Progress (4): 494/914 kB | 198 kB | 28 kB | 16/32 kB
Progress (4): 494/914 kB | 198 kB | 28 kB | 20/32 kB
Progress (4): 498/914 kB | 198 kB | 28 kB | 20/32 kB
Progress (4): 498/914 kB | 198 kB | 28 kB | 24/32 kB
Progress (4): 502/914 kB | 198 kB | 28 kB | 24/32 kB
Progress (4): 502/914 kB | 198 kB | 28 kB | 28/32 kB
Progress (4): 502/914 kB | 198 kB | 28 kB | 32 kB   
Progress (4): 506/914 kB | 198 kB | 28 kB | 32 kB
Progress (4): 510/914 kB | 198 kB | 28 kB | 32 kB
Progress (4): 514/914 kB | 198 kB | 28 kB | 32 kB
Progress (4): 518/914 kB | 198 kB | 28 kB | 32 kB
Progress (4): 522/914 kB | 198 kB | 28 kB | 32 kB
Progress (4): 526/914 kB | 198 kB | 28 kB | 32 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 275 kB/s)
Progress (3): 530/914 kB | 28 kB | 32 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): 534/914 kB | 28 kB | 32 kB
Progress (3): 538/914 kB | 28 kB | 32 kB
Progress (3): 542/914 kB | 28 kB | 32 kB
Progress (4): 542/914 kB | 28 kB | 32 kB | 4.1/591 kB
Progress (4): 546/914 kB | 28 kB | 32 kB | 4.1/591 kB
Progress (4): 546/914 kB | 28 kB | 32 kB | 7.7/591 kB
Progress (4): 546/914 kB | 28 kB | 32 kB | 12/591 kB 
Progress (4): 550/914 kB | 28 kB | 32 kB | 12/591 kB
Progress (4): 550/914 kB | 28 kB | 32 kB | 16/591 kB
Progress (4): 554/914 kB | 28 kB | 32 kB | 16/591 kB
Progress (4): 554/914 kB | 28 kB | 32 kB | 20/591 kB
Progress (4): 558/914 kB | 28 kB | 32 kB | 20/591 kB
Progress (4): 558/914 kB | 28 kB | 32 kB | 24/591 kB
Progress (4): 562/914 kB | 28 kB | 32 kB | 24/591 kB
Progress (4): 562/914 kB | 28 kB | 32 kB | 28/591 kB
Progress (4): 562/914 kB | 28 kB | 32 kB | 32/591 kB
Progress (4): 566/914 kB | 28 kB | 32 kB | 32/591 kB
Progress (4): 566/914 kB | 28 kB | 32 kB | 33/591 kB
Progress (4): 570/914 kB | 28 kB | 32 kB | 33/591 kB
Progress (4): 570/914 kB | 28 kB | 32 kB | 37/591 kB
Progress (4): 574/914 kB | 28 kB | 32 kB | 37/591 kB
Progress (4): 574/914 kB | 28 kB | 32 kB | 41/591 kB
Progress (4): 578/914 kB | 28 kB | 32 kB | 41/591 kB
Progress (4): 578/914 kB | 28 kB | 32 kB | 45/591 kB
Progress (4): 578/914 kB | 28 kB | 32 kB | 49/591 kB
Progress (4): 582/914 kB | 28 kB | 32 kB | 49/591 kB
Progress (4): 582/914 kB | 28 kB | 32 kB | 53/591 kB
Progress (4): 582/914 kB | 28 kB | 32 kB | 57/591 kB
Progress (4): 586/914 kB | 28 kB | 32 kB | 57/591 kB
Progress (4): 586/914 kB | 28 kB | 32 kB | 61/591 kB
Progress (4): 586/914 kB | 28 kB | 32 kB | 65/591 kB
Progress (4): 586/914 kB | 28 kB | 32 kB | 66/591 kB
Progress (4): 590/914 kB | 28 kB | 32 kB | 66/591 kB
Progress (4): 590/914 kB | 28 kB | 32 kB | 70/591 kB
Progress (4): 594/914 kB | 28 kB | 32 kB | 70/591 kB
Progress (4): 594/914 kB | 28 kB | 32 kB | 74/591 kB
Progress (4): 598/914 kB | 28 kB | 32 kB | 74/591 kB
Progress (4): 598/914 kB | 28 kB | 32 kB | 78/591 kB
Progress (4): 602/914 kB | 28 kB | 32 kB | 78/591 kB
Progress (4): 606/914 kB | 28 kB | 32 kB | 78/591 kB
Progress (4): 606/914 kB | 28 kB | 32 kB | 82/591 kB
Progress (4): 610/914 kB | 28 kB | 32 kB | 82/591 kB
Progress (4): 610/914 kB | 28 kB | 32 kB | 86/591 kB
Progress (4): 614/914 kB | 28 kB | 32 kB | 86/591 kB
Progress (4): 614/914 kB | 28 kB | 32 kB | 90/591 kB
Progress (4): 618/914 kB | 28 kB | 32 kB | 90/591 kB
Progress (4): 622/914 kB | 28 kB | 32 kB | 90/591 kB
Progress (4): 622/914 kB | 28 kB | 32 kB | 94/591 kB
Progress (4): 626/914 kB | 28 kB | 32 kB | 94/591 kB
Progress (4): 630/914 kB | 28 kB | 32 kB | 94/591 kB
Progress (4): 630/914 kB | 28 kB | 32 kB | 98/591 kB
Progress (4): 634/914 kB | 28 kB | 32 kB | 98/591 kB
Progress (4): 634/914 kB | 28 kB | 32 kB | 98/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 98/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 102/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 106/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 110/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 114/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 118/591 kB
Progress (4): 638/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 642/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 646/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 650/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 654/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 658/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 662/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 666/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 670/914 kB | 28 kB | 32 kB | 122/591 kB
Progress (4): 670/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 674/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 678/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 682/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 686/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 690/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 694/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 698/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (4): 702/914 kB | 28 kB | 32 kB | 126/591 kB
Progress (5): 702/914 kB | 28 kB | 32 kB | 126/591 kB | 4.1/233 kB
Progress (5): 702/914 kB | 28 kB | 32 kB | 130/591 kB | 4.1/233 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 40 kB/s)
Progress (4): 702/914 kB | 28 kB | 131/591 kB | 4.1/233 kB
Progress (4): 702/914 kB | 28 kB | 131/591 kB | 7.7/233 kB
Progress (4): 702/914 kB | 28 kB | 135/591 kB | 7.7/233 kB
Progress (4): 706/914 kB | 28 kB | 135/591 kB | 7.7/233 kB
Progress (4): 706/914 kB | 28 kB | 139/591 kB | 7.7/233 kB
Progress (4): 706/914 kB | 28 kB | 139/591 kB | 12/233 kB 
Progress (4): 706/914 kB | 28 kB | 143/591 kB | 12/233 kB
Progress (4): 706/914 kB | 28 kB | 147/591 kB | 12/233 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 35 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
Progress (3): 706/914 kB | 151/591 kB | 12/233 kB
Progress (3): 706/914 kB | 151/591 kB | 16/233 kB
Progress (3): 706/914 kB | 151/591 kB | 20/233 kB
Progress (3): 706/914 kB | 151/591 kB | 24/233 kB
Progress (3): 710/914 kB | 151/591 kB | 24/233 kB
Progress (3): 710/914 kB | 151/591 kB | 28/233 kB
Progress (3): 714/914 kB | 151/591 kB | 28/233 kB
Progress (3): 718/914 kB | 151/591 kB | 28/233 kB
Progress (3): 722/914 kB | 151/591 kB | 28/233 kB
Progress (3): 726/914 kB | 151/591 kB | 28/233 kB
Progress (3): 730/914 kB | 151/591 kB | 28/233 kB
Progress (3): 734/914 kB | 151/591 kB | 28/233 kB
Progress (3): 738/914 kB | 151/591 kB | 28/233 kB
Progress (3): 738/914 kB | 155/591 kB | 28/233 kB
Progress (3): 742/914 kB | 155/591 kB | 28/233 kB
Progress (3): 742/914 kB | 155/591 kB | 32/233 kB
Progress (3): 746/914 kB | 155/591 kB | 32/233 kB
Progress (3): 746/914 kB | 159/591 kB | 32/233 kB
Progress (3): 750/914 kB | 159/591 kB | 32/233 kB
Progress (3): 750/914 kB | 159/591 kB | 33/233 kB
Progress (3): 754/914 kB | 159/591 kB | 33/233 kB
Progress (3): 754/914 kB | 159/591 kB | 37/233 kB
Progress (3): 754/914 kB | 159/591 kB | 41/233 kB
Progress (3): 754/914 kB | 159/591 kB | 45/233 kB
Progress (3): 754/914 kB | 159/591 kB | 49/233 kB
Progress (3): 754/914 kB | 159/591 kB | 53/233 kB
Progress (3): 754/914 kB | 159/591 kB | 57/233 kB
Progress (3): 754/914 kB | 159/591 kB | 61/233 kB
Progress (3): 754/914 kB | 159/591 kB | 65/233 kB
Progress (3): 754/914 kB | 159/591 kB | 66/233 kB
Progress (3): 754/914 kB | 163/591 kB | 66/233 kB
Progress (3): 754/914 kB | 163/591 kB | 70/233 kB
Progress (3): 754/914 kB | 163/591 kB | 74/233 kB
Progress (3): 758/914 kB | 163/591 kB | 74/233 kB
Progress (3): 758/914 kB | 163/591 kB | 78/233 kB
Progress (3): 762/914 kB | 163/591 kB | 78/233 kB
Progress (3): 766/914 kB | 163/591 kB | 78/233 kB
Progress (3): 770/914 kB | 163/591 kB | 78/233 kB
Progress (3): 774/914 kB | 163/591 kB | 78/233 kB
Progress (3): 778/914 kB | 163/591 kB | 78/233 kB
Progress (3): 778/914 kB | 167/591 kB | 78/233 kB
Progress (3): 782/914 kB | 167/591 kB | 78/233 kB
Progress (3): 782/914 kB | 167/591 kB | 82/233 kB
Progress (3): 786/914 kB | 167/591 kB | 82/233 kB
Progress (3): 786/914 kB | 167/591 kB | 86/233 kB
Progress (3): 786/914 kB | 167/591 kB | 90/233 kB
Progress (3): 786/914 kB | 167/591 kB | 94/233 kB
Progress (3): 786/914 kB | 167/591 kB | 98/233 kB
Progress (3): 786/914 kB | 167/591 kB | 98/233 kB
Progress (3): 786/914 kB | 167/591 kB | 102/233 kB
Progress (3): 786/914 kB | 167/591 kB | 106/233 kB
Progress (3): 786/914 kB | 167/591 kB | 110/233 kB
Progress (3): 786/914 kB | 167/591 kB | 114/233 kB
Progress (4): 786/914 kB | 167/591 kB | 114/233 kB | 4.1/282 kB
Progress (4): 786/914 kB | 167/591 kB | 118/233 kB | 4.1/282 kB
Progress (4): 786/914 kB | 171/591 kB | 118/233 kB | 4.1/282 kB
Progress (4): 786/914 kB | 171/591 kB | 122/233 kB | 4.1/282 kB
Progress (4): 786/914 kB | 175/591 kB | 122/233 kB | 4.1/282 kB
Progress (4): 786/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB
Progress (5): 786/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 790/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 794/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 798/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 802/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 806/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 810/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 814/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 818/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 822/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 826/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 830/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 4.1/17 kB
Progress (5): 830/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 7.7/17 kB
Progress (5): 834/914 kB | 175/591 kB | 122/233 kB | 7.7/282 kB | 7.7/17 kB
Progress (5): 834/914 kB | 175/591 kB | 122/233 kB | 12/282 kB | 7.7/17 kB 
Progress (5): 834/914 kB | 175/591 kB | 126/233 kB | 12/282 kB | 7.7/17 kB
Progress (5): 834/914 kB | 179/591 kB | 126/233 kB | 12/282 kB | 7.7/17 kB
Progress (5): 834/914 kB | 179/591 kB | 130/233 kB | 12/282 kB | 7.7/17 kB
Progress (5): 834/914 kB | 179/591 kB | 131/233 kB | 12/282 kB | 7.7/17 kB
Progress (5): 834/914 kB | 179/591 kB | 131/233 kB | 16/282 kB | 7.7/17 kB
Progress (5): 838/914 kB | 179/591 kB | 131/233 kB | 16/282 kB | 7.7/17 kB
Progress (5): 838/914 kB | 179/591 kB | 131/233 kB | 16/282 kB | 12/17 kB 
Progress (5): 842/914 kB | 179/591 kB | 131/233 kB | 16/282 kB | 12/17 kB
Progress (5): 842/914 kB | 179/591 kB | 131/233 kB | 20/282 kB | 12/17 kB
Progress (5): 842/914 kB | 179/591 kB | 135/233 kB | 20/282 kB | 12/17 kB
Progress (5): 842/914 kB | 183/591 kB | 135/233 kB | 20/282 kB | 12/17 kB
Progress (5): 842/914 kB | 183/591 kB | 139/233 kB | 20/282 kB | 12/17 kB
Progress (5): 842/914 kB | 183/591 kB | 139/233 kB | 24/282 kB | 12/17 kB
Progress (5): 842/914 kB | 183/591 kB | 143/233 kB | 24/282 kB | 12/17 kB
Progress (5): 842/914 kB | 183/591 kB | 147/233 kB | 24/282 kB | 12/17 kB
Progress (5): 846/914 kB | 183/591 kB | 147/233 kB | 24/282 kB | 12/17 kB
Progress (5): 846/914 kB | 183/591 kB | 147/233 kB | 24/282 kB | 16/17 kB
Progress (5): 850/914 kB | 183/591 kB | 147/233 kB | 24/282 kB | 16/17 kB
Progress (5): 850/914 kB | 183/591 kB | 151/233 kB | 24/282 kB | 16/17 kB
Progress (5): 850/914 kB | 183/591 kB | 151/233 kB | 28/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 151/233 kB | 28/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 151/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 155/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 159/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 163/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 164/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 168/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 172/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 176/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 180/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 184/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 188/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 192/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 196/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 197/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 201/233 kB | 32/282 kB | 16/17 kB
Progress (5): 850/914 kB | 187/591 kB | 205/233 kB | 32/282 kB | 16/17 kB
Progress (5): 854/914 kB | 187/591 kB | 205/233 kB | 32/282 kB | 16/17 kB
Progress (5): 854/914 kB | 187/591 kB | 205/233 kB | 32/282 kB | 17 kB   
Progress (5): 858/914 kB | 187/591 kB | 205/233 kB | 32/282 kB | 17 kB
Progress (5): 858/914 kB | 187/591 kB | 209/233 kB | 32/282 kB | 17 kB
Progress (5): 858/914 kB | 187/591 kB | 209/233 kB | 33/282 kB | 17 kB
Progress (5): 858/914 kB | 191/591 kB | 209/233 kB | 33/282 kB | 17 kB
Progress (5): 858/914 kB | 191/591 kB | 209/233 kB | 37/282 kB | 17 kB
Progress (5): 858/914 kB | 191/591 kB | 209/233 kB | 41/282 kB | 17 kB
Progress (5): 858/914 kB | 191/591 kB | 213/233 kB | 41/282 kB | 17 kB
Progress (5): 862/914 kB | 191/591 kB | 213/233 kB | 41/282 kB | 17 kB
Progress (5): 862/914 kB | 191/591 kB | 217/233 kB | 41/282 kB | 17 kB
Progress (5): 862/914 kB | 191/591 kB | 221/233 kB | 41/282 kB | 17 kB
Progress (5): 862/914 kB | 191/591 kB | 221/233 kB | 45/282 kB | 17 kB
Progress (5): 862/914 kB | 191/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 195/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 197/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 201/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 205/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 209/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 213/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 217/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 221/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 225/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 229/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 229/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 233/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 237/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 221/233 kB | 49/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 221/233 kB | 53/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 221/233 kB | 57/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 225/233 kB | 57/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 229/233 kB | 57/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 233/233 kB | 57/282 kB | 17 kB
Progress (5): 862/914 kB | 241/591 kB | 233 kB | 57/282 kB | 17 kB    
Progress (5): 866/914 kB | 241/591 kB | 233 kB | 57/282 kB | 17 kB
Progress (5): 866/914 kB | 241/591 kB | 233 kB | 61/282 kB | 17 kB
Progress (5): 866/914 kB | 245/591 kB | 233 kB | 61/282 kB | 17 kB
Progress (5): 866/914 kB | 245/591 kB | 233 kB | 65/282 kB | 17 kB
Progress (5): 870/914 kB | 245/591 kB | 233 kB | 65/282 kB | 17 kB
Progress (5): 870/914 kB | 245/591 kB | 233 kB | 66/282 kB | 17 kB
Progress (5): 870/914 kB | 249/591 kB | 233 kB | 66/282 kB | 17 kB
Progress (5): 870/914 kB | 249/591 kB | 233 kB | 70/282 kB | 17 kB
Progress (5): 874/914 kB | 249/591 kB | 233 kB | 70/282 kB | 17 kB
Progress (5): 874/914 kB | 249/591 kB | 233 kB | 74/282 kB | 17 kB
Progress (5): 874/914 kB | 253/591 kB | 233 kB | 74/282 kB | 17 kB
Progress (5): 874/914 kB | 253/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 874/914 kB | 257/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 874/914 kB | 261/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 874/914 kB | 262/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 878/914 kB | 262/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 878/914 kB | 266/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 882/914 kB | 266/591 kB | 233 kB | 78/282 kB | 17 kB
Progress (5): 882/914 kB | 266/591 kB | 233 kB | 82/282 kB | 17 kB
Progress (5): 886/914 kB | 266/591 kB | 233 kB | 82/282 kB | 17 kB
Progress (5): 886/914 kB | 270/591 kB | 233 kB | 82/282 kB | 17 kB
Progress (5): 890/914 kB | 270/591 kB | 233 kB | 82/282 kB | 17 kB
Progress (5): 890/914 kB | 274/591 kB | 233 kB | 82/282 kB | 17 kB
Progress (5): 890/914 kB | 274/591 kB | 233 kB | 86/282 kB | 17 kB
Progress (5): 890/914 kB | 278/591 kB | 233 kB | 86/282 kB | 17 kB
Progress (5): 894/914 kB | 278/591 kB | 233 kB | 86/282 kB | 17 kB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 20 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
Progress (4): 894/914 kB | 278/591 kB | 233 kB | 90/282 kB
Progress (4): 894/914 kB | 278/591 kB | 233 kB | 94/282 kB
Progress (4): 898/914 kB | 278/591 kB | 233 kB | 94/282 kB
Progress (4): 898/914 kB | 282/591 kB | 233 kB | 94/282 kB
Progress (4): 902/914 kB | 282/591 kB | 233 kB | 94/282 kB
Progress (4): 902/914 kB | 282/591 kB | 233 kB | 98/282 kB
Progress (4): 906/914 kB | 282/591 kB | 233 kB | 98/282 kB
Progress (4): 906/914 kB | 286/591 kB | 233 kB | 98/282 kB
Progress (4): 910/914 kB | 286/591 kB | 233 kB | 98/282 kB
Progress (4): 910/914 kB | 290/591 kB | 233 kB | 98/282 kB
Progress (4): 910/914 kB | 290/591 kB | 233 kB | 98/282 kB
Progress (4): 910/914 kB | 294/591 kB | 233 kB | 98/282 kB
Progress (4): 914/914 kB | 294/591 kB | 233 kB | 98/282 kB
Progress (4): 914/914 kB | 295/591 kB | 233 kB | 98/282 kB
Progress (4): 914/914 kB | 299/591 kB | 233 kB | 98/282 kB
Progress (4): 914/914 kB | 299/591 kB | 233 kB | 102/282 kB
Progress (4): 914/914 kB | 299/591 kB | 233 kB | 106/282 kB
Progress (5): 914/914 kB | 299/591 kB | 233 kB | 106/282 kB | 2.5 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 262 kB/s)
Progress (4): 914/914 kB | 303/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 307/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 311/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 315/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 319/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 323/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 327/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914/914 kB | 328/591 kB | 106/282 kB | 2.5 kB
Progress (4): 914 kB | 328/591 kB | 106/282 kB | 2.5 kB    
Progress (4): 914 kB | 332/591 kB | 106/282 kB | 2.5 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
Progress (4): 914 kB | 332/591 kB | 110/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 110/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 114/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 118/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 122/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 126/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 130/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 134/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 138/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 142/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 146/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 150/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 154/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 158/282 kB | 2.5 kB
Progress (4): 914 kB | 336/591 kB | 162/282 kB | 2.5 kB
Progress (4): 914 kB | 340/591 kB | 162/282 kB | 2.5 kB
Progress (4): 914 kB | 340/591 kB | 166/282 kB | 2.5 kB
Progress (4): 914 kB | 344/591 kB | 166/282 kB | 2.5 kB
Progress (4): 914 kB | 344/591 kB | 170/282 kB | 2.5 kB
Progress (4): 914 kB | 348/591 kB | 170/282 kB | 2.5 kB
Progress (4): 914 kB | 348/591 kB | 174/282 kB | 2.5 kB
Progress (4): 914 kB | 348/591 kB | 178/282 kB | 2.5 kB
Progress (4): 914 kB | 352/591 kB | 178/282 kB | 2.5 kB
Progress (4): 914 kB | 352/591 kB | 182/282 kB | 2.5 kB
Progress (4): 914 kB | 356/591 kB | 182/282 kB | 2.5 kB
Progress (4): 914 kB | 356/591 kB | 186/282 kB | 2.5 kB
Progress (4): 914 kB | 360/591 kB | 186/282 kB | 2.5 kB
Progress (4): 914 kB | 360/591 kB | 190/282 kB | 2.5 kB
Progress (4): 914 kB | 360/591 kB | 194/282 kB | 2.5 kB
Progress (4): 914 kB | 360/591 kB | 194/282 kB | 2.5 kB
Progress (4): 914 kB | 360/591 kB | 197/282 kB | 2.5 kB
Progress (4): 914 kB | 365/591 kB | 197/282 kB | 2.5 kB
Progress (4): 914 kB | 365/591 kB | 201/282 kB | 2.5 kB
Progress (4): 914 kB | 368/591 kB | 201/282 kB | 2.5 kB
Progress (4): 914 kB | 368/591 kB | 205/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 205/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 209/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 213/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 217/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 221/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 225/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 229/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 229/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 233/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 237/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 241/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 245/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 249/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 253/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 257/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 261/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 265/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 269/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 273/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 277/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 281/282 kB | 2.5 kB
Progress (4): 914 kB | 373/591 kB | 282 kB | 2.5 kB    
Progress (4): 914 kB | 376/591 kB | 282 kB | 2.5 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 1.0 MB/s)
Progress (3): 381/591 kB | 282 kB | 2.5 kB
Progress (3): 384/591 kB | 282 kB | 2.5 kB
Progress (3): 389/591 kB | 282 kB | 2.5 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
Progress (3): 392/591 kB | 282 kB | 2.5 kB
Progress (3): 393/591 kB | 282 kB | 2.5 kB
Progress (3): 397/591 kB | 282 kB | 2.5 kB
Progress (3): 401/591 kB | 282 kB | 2.5 kB
Progress (3): 405/591 kB | 282 kB | 2.5 kB
Progress (3): 409/591 kB | 282 kB | 2.5 kB
Progress (3): 413/591 kB | 282 kB | 2.5 kB
Progress (3): 417/591 kB | 282 kB | 2.5 kB
Progress (3): 421/591 kB | 282 kB | 2.5 kB
Progress (3): 425/591 kB | 282 kB | 2.5 kB
Progress (3): 426/591 kB | 282 kB | 2.5 kB
Progress (3): 430/591 kB | 282 kB | 2.5 kB
Progress (3): 434/591 kB | 282 kB | 2.5 kB
Progress (3): 438/591 kB | 282 kB | 2.5 kB
Progress (3): 442/591 kB | 282 kB | 2.5 kB
Progress (3): 446/591 kB | 282 kB | 2.5 kB
Progress (3): 450/591 kB | 282 kB | 2.5 kB
Progress (3): 454/591 kB | 282 kB | 2.5 kB
Progress (3): 458/591 kB | 282 kB | 2.5 kB
Progress (3): 459/591 kB | 282 kB | 2.5 kB
Progress (3): 463/591 kB | 282 kB | 2.5 kB
Progress (3): 467/591 kB | 282 kB | 2.5 kB
Progress (3): 471/591 kB | 282 kB | 2.5 kB
Progress (3): 475/591 kB | 282 kB | 2.5 kB
Progress (3): 479/591 kB | 282 kB | 2.5 kB
Progress (3): 483/591 kB | 282 kB | 2.5 kB
Progress (3): 487/591 kB | 282 kB | 2.5 kB
Progress (3): 491/591 kB | 282 kB | 2.5 kB
Progress (3): 492/591 kB | 282 kB | 2.5 kB
Progress (3): 496/591 kB | 282 kB | 2.5 kB
Progress (3): 500/591 kB | 282 kB | 2.5 kB
Progress (3): 504/591 kB | 282 kB | 2.5 kB
Progress (3): 508/591 kB | 282 kB | 2.5 kB
Progress (3): 512/591 kB | 282 kB | 2.5 kB
Progress (3): 516/591 kB | 282 kB | 2.5 kB
Progress (3): 520/591 kB | 282 kB | 2.5 kB
Progress (3): 524/591 kB | 282 kB | 2.5 kB
Progress (3): 524/591 kB | 282 kB | 2.5 kB
Progress (3): 528/591 kB | 282 kB | 2.5 kB
Progress (3): 532/591 kB | 282 kB | 2.5 kB
Progress (3): 536/591 kB | 282 kB | 2.5 kB
Progress (3): 540/591 kB | 282 kB | 2.5 kB
Progress (3): 544/591 kB | 282 kB | 2.5 kB
Progress (3): 548/591 kB | 282 kB | 2.5 kB
Progress (3): 552/591 kB | 282 kB | 2.5 kB
Progress (3): 556/591 kB | 282 kB | 2.5 kB
Progress (3): 557/591 kB | 282 kB | 2.5 kB
Progress (3): 561/591 kB | 282 kB | 2.5 kB
Progress (3): 565/591 kB | 282 kB | 2.5 kB
Progress (3): 569/591 kB | 282 kB | 2.5 kB
Progress (3): 573/591 kB | 282 kB | 2.5 kB
Progress (3): 577/591 kB | 282 kB | 2.5 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 2.7 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
Progress (2): 581/591 kB | 282 kB
Progress (2): 585/591 kB | 282 kB
Progress (2): 589/591 kB | 282 kB
Progress (2): 591 kB | 282 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 637 kB/s)
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 (2): 282 kB | 4.1/121 kB
Progress (2): 282 kB | 7.7/121 kB
Progress (2): 282 kB | 12/121 kB 
Progress (2): 282 kB | 16/121 kB
Progress (2): 282 kB | 20/121 kB
Progress (2): 282 kB | 24/121 kB
Progress (2): 282 kB | 28/121 kB
Progress (2): 282 kB | 32/121 kB
Progress (2): 282 kB | 33/121 kB
Progress (2): 282 kB | 37/121 kB
Progress (2): 282 kB | 41/121 kB
Progress (2): 282 kB | 45/121 kB
Progress (2): 282 kB | 49/121 kB
Progress (2): 282 kB | 53/121 kB
Progress (2): 282 kB | 57/121 kB
Progress (2): 282 kB | 61/121 kB
Progress (2): 282 kB | 65/121 kB
Progress (2): 282 kB | 66/121 kB
Progress (2): 282 kB | 70/121 kB
Progress (2): 282 kB | 74/121 kB
Progress (2): 282 kB | 78/121 kB
Progress (2): 282 kB | 82/121 kB
Progress (2): 282 kB | 86/121 kB
Progress (2): 282 kB | 90/121 kB
Progress (2): 282 kB | 94/121 kB
Progress (2): 282 kB | 98/121 kB
Progress (2): 282 kB | 102/121 kB
Progress (2): 282 kB | 106/121 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 303 kB/s)
Progress (1): 110/121 kB
Progress (1): 114/121 kB
                        
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.jar
Progress (2): 114/121 kB | 4.1/27 kB
Progress (2): 114/121 kB | 7.7/27 kB
Progress (2): 118/121 kB | 7.7/27 kB
Progress (2): 118/121 kB | 12/27 kB 
Progress (2): 118/121 kB | 16/27 kB
Progress (2): 121 kB | 16/27 kB    
Progress (2): 121 kB | 20/27 kB
Progress (2): 121 kB | 24/27 kB
Progress (2): 121 kB | 27 kB   
Progress (3): 121 kB | 27 kB | 4.1/50 kB
Progress (3): 121 kB | 27 kB | 7.7/50 kB
Progress (4): 121 kB | 27 kB | 7.7/50 kB | 4.1/232 kB
Progress (4): 121 kB | 27 kB | 12/50 kB | 4.1/232 kB 
Progress (4): 121 kB | 27 kB | 12/50 kB | 7.7/232 kB
Progress (4): 121 kB | 27 kB | 16/50 kB | 7.7/232 kB
Progress (4): 121 kB | 27 kB | 16/50 kB | 12/232 kB 
Progress (4): 121 kB | 27 kB | 20/50 kB | 12/232 kB
Progress (4): 121 kB | 27 kB | 20/50 kB | 16/232 kB
Progress (4): 121 kB | 27 kB | 24/50 kB | 16/232 kB
Progress (4): 121 kB | 27 kB | 24/50 kB | 20/232 kB
Progress (4): 121 kB | 27 kB | 24/50 kB | 24/232 kB
Progress (4): 121 kB | 27 kB | 28/50 kB | 24/232 kB
Progress (4): 121 kB | 27 kB | 28/50 kB | 28/232 kB
Progress (4): 121 kB | 27 kB | 28/50 kB | 32/232 kB
Progress (4): 121 kB | 27 kB | 28/50 kB | 33/232 kB
Progress (4): 121 kB | 27 kB | 32/50 kB | 33/232 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 122 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 28 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Progress (3): 32/50 kB | 33/232 kB | 4.1/60 kB
Progress (3): 32/50 kB | 33/232 kB | 7.7/60 kB
Progress (3): 36/50 kB | 33/232 kB | 7.7/60 kB
Progress (3): 36/50 kB | 37/232 kB | 7.7/60 kB
Progress (3): 40/50 kB | 37/232 kB | 7.7/60 kB
Progress (3): 40/50 kB | 37/232 kB | 12/60 kB 
Progress (3): 40/50 kB | 41/232 kB | 12/60 kB
Progress (3): 44/50 kB | 41/232 kB | 12/60 kB
Progress (3): 48/50 kB | 41/232 kB | 12/60 kB
Progress (3): 50 kB | 41/232 kB | 12/60 kB   
Progress (3): 50 kB | 41/232 kB | 16/60 kB
Progress (3): 50 kB | 45/232 kB | 16/60 kB
Progress (3): 50 kB | 49/232 kB | 16/60 kB
Progress (3): 50 kB | 49/232 kB | 20/60 kB
Progress (3): 50 kB | 49/232 kB | 24/60 kB
Progress (3): 50 kB | 53/232 kB | 24/60 kB
Progress (3): 50 kB | 57/232 kB | 24/60 kB
Progress (3): 50 kB | 57/232 kB | 28/60 kB
Progress (3): 50 kB | 61/232 kB | 28/60 kB
Progress (3): 50 kB | 61/232 kB | 32/60 kB
Progress (3): 50 kB | 65/232 kB | 32/60 kB
Progress (3): 50 kB | 65/232 kB | 36/60 kB
Progress (3): 50 kB | 69/232 kB | 36/60 kB
Progress (3): 50 kB | 69/232 kB | 40/60 kB
Progress (3): 50 kB | 73/232 kB | 40/60 kB
Progress (3): 50 kB | 73/232 kB | 44/60 kB
Progress (3): 50 kB | 77/232 kB | 44/60 kB
Progress (3): 50 kB | 81/232 kB | 44/60 kB
Progress (3): 50 kB | 81/232 kB | 48/60 kB
Progress (3): 50 kB | 85/232 kB | 48/60 kB
Progress (3): 50 kB | 89/232 kB | 48/60 kB
Progress (3): 50 kB | 89/232 kB | 52/60 kB
Progress (3): 50 kB | 93/232 kB | 52/60 kB
Progress (3): 50 kB | 97/232 kB | 52/60 kB
Progress (3): 50 kB | 97/232 kB | 56/60 kB
Progress (3): 50 kB | 101/232 kB | 56/60 kB
Progress (3): 50 kB | 105/232 kB | 56/60 kB
Progress (3): 50 kB | 105/232 kB | 60/60 kB
Progress (3): 50 kB | 109/232 kB | 60/60 kB
Progress (3): 50 kB | 109/232 kB | 60 kB   
Progress (3): 50 kB | 113/232 kB | 60 kB
Progress (3): 50 kB | 117/232 kB | 60 kB
Progress (3): 50 kB | 121/232 kB | 60 kB
Progress (3): 50 kB | 125/232 kB | 60 kB
Progress (3): 50 kB | 129/232 kB | 60 kB
Progress (3): 50 kB | 133/232 kB | 60 kB
Progress (3): 50 kB | 137/232 kB | 60 kB
Progress (3): 50 kB | 141/232 kB | 60 kB
Progress (3): 50 kB | 145/232 kB | 60 kB
Progress (3): 50 kB | 149/232 kB | 60 kB
Progress (3): 50 kB | 153/232 kB | 60 kB
Progress (3): 50 kB | 157/232 kB | 60 kB
Progress (3): 50 kB | 161/232 kB | 60 kB
Progress (3): 50 kB | 164/232 kB | 60 kB
Progress (3): 50 kB | 168/232 kB | 60 kB
Progress (3): 50 kB | 172/232 kB | 60 kB
Progress (3): 50 kB | 176/232 kB | 60 kB
Progress (3): 50 kB | 180/232 kB | 60 kB
Progress (3): 50 kB | 184/232 kB | 60 kB
Progress (3): 50 kB | 188/232 kB | 60 kB
Progress (3): 50 kB | 192/232 kB | 60 kB
Progress (3): 50 kB | 196/232 kB | 60 kB
Progress (3): 50 kB | 200/232 kB | 60 kB
Progress (3): 50 kB | 204/232 kB | 60 kB
Progress (3): 50 kB | 208/232 kB | 60 kB
Progress (3): 50 kB | 212/232 kB | 60 kB
Progress (3): 50 kB | 216/232 kB | 60 kB
Progress (3): 50 kB | 220/232 kB | 60 kB
Progress (3): 50 kB | 224/232 kB | 60 kB
Progress (3): 50 kB | 228/232 kB | 60 kB
Progress (3): 50 kB | 232 kB | 60 kB    
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 50 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
Progress (3): 232 kB | 60 kB | 4.1/90 kB
Progress (4): 232 kB | 60 kB | 4.1/90 kB | 4.1/428 kB
Progress (4): 232 kB | 60 kB | 7.7/90 kB | 4.1/428 kB
Progress (4): 232 kB | 60 kB | 7.7/90 kB | 7.7/428 kB
Progress (4): 232 kB | 60 kB | 12/90 kB | 7.7/428 kB 
Progress (4): 232 kB | 60 kB | 16/90 kB | 7.7/428 kB
Progress (4): 232 kB | 60 kB | 16/90 kB | 12/428 kB 
Progress (4): 232 kB | 60 kB | 20/90 kB | 12/428 kB
Progress (4): 232 kB | 60 kB | 24/90 kB | 12/428 kB
Progress (4): 232 kB | 60 kB | 24/90 kB | 16/428 kB
Progress (4): 232 kB | 60 kB | 28/90 kB | 16/428 kB
Progress (4): 232 kB | 60 kB | 28/90 kB | 20/428 kB
Progress (4): 232 kB | 60 kB | 32/90 kB | 20/428 kB
Progress (4): 232 kB | 60 kB | 32/90 kB | 24/428 kB
Progress (4): 232 kB | 60 kB | 32/90 kB | 28/428 kB
Progress (4): 232 kB | 60 kB | 33/90 kB | 28/428 kB
Progress (4): 232 kB | 60 kB | 33/90 kB | 32/428 kB
Progress (4): 232 kB | 60 kB | 33/90 kB | 33/428 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 229 kB/s)
Progress (3): 60 kB | 33/90 kB | 37/428 kB
Progress (3): 60 kB | 33/90 kB | 41/428 kB
Progress (3): 60 kB | 33/90 kB | 45/428 kB
Progress (3): 60 kB | 37/90 kB | 45/428 kB
Progress (3): 60 kB | 37/90 kB | 49/428 kB
Progress (3): 60 kB | 41/90 kB | 49/428 kB
Progress (3): 60 kB | 41/90 kB | 53/428 kB
Progress (3): 60 kB | 41/90 kB | 57/428 kB
Progress (3): 60 kB | 45/90 kB | 57/428 kB
Progress (3): 60 kB | 45/90 kB | 61/428 kB
Progress (3): 60 kB | 49/90 kB | 61/428 kB
Progress (3): 60 kB | 49/90 kB | 65/428 kB
Progress (3): 60 kB | 49/90 kB | 66/428 kB
Progress (3): 60 kB | 49/90 kB | 70/428 kB
Progress (3): 60 kB | 49/90 kB | 74/428 kB
Progress (3): 60 kB | 53/90 kB | 74/428 kB
Progress (3): 60 kB | 53/90 kB | 78/428 kB
Progress (3): 60 kB | 57/90 kB | 78/428 kB
Progress (3): 60 kB | 61/90 kB | 78/428 kB
Progress (3): 60 kB | 65/90 kB | 78/428 kB
Progress (3): 60 kB | 69/90 kB | 78/428 kB
Progress (3): 60 kB | 73/90 kB | 78/428 kB
Progress (3): 60 kB | 77/90 kB | 78/428 kB
Progress (3): 60 kB | 81/90 kB | 78/428 kB
Progress (3): 60 kB | 85/90 kB | 78/428 kB
Progress (3): 60 kB | 89/90 kB | 78/428 kB
Progress (3): 60 kB | 90 kB | 78/428 kB   
Progress (3): 60 kB | 90 kB | 82/428 kB
Progress (3): 60 kB | 90 kB | 86/428 kB
Progress (3): 60 kB | 90 kB | 90/428 kB
Progress (3): 60 kB | 90 kB | 94/428 kB
Progress (3): 60 kB | 90 kB | 98/428 kB
Progress (3): 60 kB | 90 kB | 98/428 kB
Progress (3): 60 kB | 90 kB | 102/428 kB
Progress (3): 60 kB | 90 kB | 106/428 kB
Progress (3): 60 kB | 90 kB | 110/428 kB
Progress (4): 60 kB | 90 kB | 110/428 kB | 4.1/271 kB
Progress (4): 60 kB | 90 kB | 110/428 kB | 7.7/271 kB
Progress (4): 60 kB | 90 kB | 114/428 kB | 7.7/271 kB
Progress (4): 60 kB | 90 kB | 114/428 kB | 12/271 kB 
Progress (4): 60 kB | 90 kB | 118/428 kB | 12/271 kB
Progress (4): 60 kB | 90 kB | 118/428 kB | 16/271 kB
Progress (4): 60 kB | 90 kB | 122/428 kB | 16/271 kB
Progress (4): 60 kB | 90 kB | 122/428 kB | 20/271 kB
Progress (4): 60 kB | 90 kB | 126/428 kB | 20/271 kB
Progress (4): 60 kB | 90 kB | 126/428 kB | 24/271 kB
Progress (4): 60 kB | 90 kB | 130/428 kB | 24/271 kB
Progress (4): 60 kB | 90 kB | 130/428 kB | 28/271 kB
Progress (4): 60 kB | 90 kB | 131/428 kB | 28/271 kB
Progress (4): 60 kB | 90 kB | 131/428 kB | 32/271 kB
Progress (4): 60 kB | 90 kB | 135/428 kB | 32/271 kB
Progress (4): 60 kB | 90 kB | 139/428 kB | 32/271 kB
Progress (4): 60 kB | 90 kB | 143/428 kB | 32/271 kB
Progress (4): 60 kB | 90 kB | 147/428 kB | 32/271 kB
Progress (4): 60 kB | 90 kB | 147/428 kB | 33/271 kB
Progress (4): 60 kB | 90 kB | 151/428 kB | 33/271 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.jar (60 kB at 59 kB/s)
Progress (3): 90 kB | 151/428 kB | 37/271 kB
Progress (3): 90 kB | 151/428 kB | 41/271 kB
Progress (3): 90 kB | 155/428 kB | 41/271 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 88 kB/s)
Progress (2): 159/428 kB | 41/271 kB
Progress (2): 159/428 kB | 45/271 kB
Progress (2): 163/428 kB | 45/271 kB
Progress (2): 164/428 kB | 45/271 kB
Progress (2): 164/428 kB | 49/271 kB
Progress (2): 168/428 kB | 49/271 kB
Progress (2): 168/428 kB | 53/271 kB
Progress (2): 172/428 kB | 53/271 kB
Progress (2): 172/428 kB | 57/271 kB
Progress (2): 176/428 kB | 57/271 kB
Progress (2): 180/428 kB | 57/271 kB
Progress (2): 180/428 kB | 61/271 kB
Progress (2): 180/428 kB | 65/271 kB
Progress (2): 184/428 kB | 65/271 kB
Progress (2): 188/428 kB | 65/271 kB
Progress (2): 188/428 kB | 66/271 kB
Progress (2): 192/428 kB | 66/271 kB
Progress (2): 196/428 kB | 66/271 kB
Progress (2): 197/428 kB | 66/271 kB
Progress (2): 197/428 kB | 70/271 kB
Progress (2): 201/428 kB | 70/271 kB
Progress (2): 205/428 kB | 70/271 kB
Progress (2): 209/428 kB | 70/271 kB
Progress (2): 213/428 kB | 70/271 kB
Progress (2): 217/428 kB | 70/271 kB
Progress (2): 217/428 kB | 74/271 kB
Progress (2): 221/428 kB | 74/271 kB
Progress (2): 221/428 kB | 78/271 kB
Progress (2): 225/428 kB | 78/271 kB
Progress (2): 229/428 kB | 78/271 kB
Progress (2): 229/428 kB | 78/271 kB
Progress (2): 229/428 kB | 82/271 kB
Progress (2): 233/428 kB | 82/271 kB
Progress (2): 237/428 kB | 82/271 kB
Progress (2): 237/428 kB | 86/271 kB
Progress (2): 241/428 kB | 86/271 kB
Progress (2): 245/428 kB | 86/271 kB
Progress (2): 249/428 kB | 86/271 kB
Progress (2): 253/428 kB | 86/271 kB
Progress (2): 253/428 kB | 90/271 kB
Progress (2): 257/428 kB | 90/271 kB
Progress (2): 261/428 kB | 90/271 kB
Progress (2): 261/428 kB | 94/271 kB
Progress (2): 262/428 kB | 94/271 kB
Progress (2): 262/428 kB | 98/271 kB
Progress (2): 262/428 kB | 98/271 kB
Progress (2): 266/428 kB | 98/271 kB
Progress (2): 270/428 kB | 98/271 kB
Progress (2): 270/428 kB | 102/271 kB
Progress (2): 270/428 kB | 106/271 kB
Progress (2): 274/428 kB | 106/271 kB
Progress (2): 274/428 kB | 110/271 kB
Progress (2): 278/428 kB | 110/271 kB
Progress (2): 278/428 kB | 114/271 kB
Progress (2): 282/428 kB | 114/271 kB
Progress (2): 286/428 kB | 114/271 kB
Progress (2): 286/428 kB | 118/271 kB
Progress (2): 290/428 kB | 118/271 kB
Progress (2): 290/428 kB | 122/271 kB
Progress (2): 294/428 kB | 122/271 kB
Progress (2): 295/428 kB | 122/271 kB
Progress (2): 295/428 kB | 126/271 kB
Progress (2): 299/428 kB | 126/271 kB
Progress (2): 303/428 kB | 126/271 kB
Progress (2): 303/428 kB | 130/271 kB
Progress (2): 307/428 kB | 130/271 kB
Progress (2): 307/428 kB | 131/271 kB
Progress (2): 311/428 kB | 131/271 kB
Progress (2): 311/428 kB | 135/271 kB
Progress (2): 315/428 kB | 135/271 kB
Progress (2): 315/428 kB | 139/271 kB
Progress (2): 319/428 kB | 139/271 kB
Progress (2): 319/428 kB | 143/271 kB
Progress (2): 323/428 kB | 143/271 kB
Progress (2): 323/428 kB | 147/271 kB
Progress (2): 327/428 kB | 147/271 kB
Progress (2): 328/428 kB | 147/271 kB
Progress (2): 328/428 kB | 151/271 kB
Progress (2): 332/428 kB | 151/271 kB
Progress (2): 332/428 kB | 155/271 kB
Progress (2): 336/428 kB | 155/271 kB
Progress (2): 336/428 kB | 159/271 kB
Progress (2): 340/428 kB | 159/271 kB
Progress (2): 340/428 kB | 163/271 kB
Progress (2): 344/428 kB | 163/271 kB
Progress (2): 344/428 kB | 164/271 kB
Progress (2): 348/428 kB | 164/271 kB
Progress (2): 352/428 kB | 164/271 kB
Progress (2): 352/428 kB | 168/271 kB
Progress (2): 356/428 kB | 168/271 kB
Progress (2): 356/428 kB | 172/271 kB
Progress (2): 360/428 kB | 172/271 kB
Progress (2): 360/428 kB | 172/271 kB
Progress (2): 360/428 kB | 176/271 kB
Progress (2): 360/428 kB | 180/271 kB
Progress (2): 365/428 kB | 180/271 kB
Progress (2): 368/428 kB | 180/271 kB
Progress (2): 368/428 kB | 184/271 kB
Progress (2): 368/428 kB | 188/271 kB
Progress (2): 373/428 kB | 188/271 kB
Progress (2): 376/428 kB | 188/271 kB
Progress (2): 376/428 kB | 192/271 kB
Progress (2): 376/428 kB | 196/271 kB
Progress (2): 381/428 kB | 196/271 kB
Progress (2): 381/428 kB | 197/271 kB
Progress (2): 384/428 kB | 197/271 kB
Progress (2): 384/428 kB | 201/271 kB
Progress (2): 389/428 kB | 201/271 kB
Progress (2): 389/428 kB | 205/271 kB
Progress (2): 392/428 kB | 205/271 kB
Progress (2): 393/428 kB | 205/271 kB
Progress (2): 393/428 kB | 209/271 kB
Progress (2): 393/428 kB | 213/271 kB
Progress (2): 397/428 kB | 213/271 kB
Progress (2): 401/428 kB | 213/271 kB
Progress (2): 401/428 kB | 217/271 kB
Progress (2): 401/428 kB | 221/271 kB
Progress (2): 405/428 kB | 221/271 kB
Progress (2): 409/428 kB | 221/271 kB
Progress (2): 409/428 kB | 225/271 kB
Progress (2): 409/428 kB | 229/271 kB
Progress (2): 413/428 kB | 229/271 kB
Progress (2): 413/428 kB | 229/271 kB
Progress (2): 417/428 kB | 229/271 kB
Progress (2): 417/428 kB | 233/271 kB
Progress (2): 421/428 kB | 233/271 kB
Progress (2): 421/428 kB | 237/271 kB
Progress (2): 425/428 kB | 237/271 kB
Progress (2): 425/428 kB | 241/271 kB
Progress (2): 428 kB | 241/271 kB    
Progress (2): 428 kB | 245/271 kB
Progress (2): 428 kB | 249/271 kB
Progress (2): 428 kB | 253/271 kB
Progress (2): 428 kB | 257/271 kB
Progress (2): 428 kB | 261/271 kB
Progress (2): 428 kB | 265/271 kB
Progress (2): 428 kB | 269/271 kB
Progress (2): 428 kB | 271 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 392 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 246 kB/s)
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] -------------------------< org.eclipse:yasson >-------------------------
[INFO] Building org.eclipse.yasson 1.0.6-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.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/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 380 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.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/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
Progress (1): 4.1/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/31/maven-parent-31.pom (43 kB at 2.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
Progress (1): 4.1/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/19/apache-19.pom (15 kB at 673 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar
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/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 1.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.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/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.pom (5.7 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar
Progress (1): 4.1/31 kB
Progress (1): 7.7/31 kB
Progress (1): 12/31 kB 
Progress (1): 16/31 kB
Progress (1): 20/31 kB
Progress (1): 24/31 kB
Progress (1): 28/31 kB
Progress (1): 31 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.0.1/maven-source-plugin-3.0.1.jar (31 kB at 898 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-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/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom (19 kB at 995 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.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/31/maven-plugins-31.pom (10 kB at 612 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar
Progress (1): 4.1/421 kB
Progress (1): 7.7/421 kB
Progress (1): 12/421 kB 
Progress (1): 16/421 kB
Progress (1): 20/421 kB
Progress (1): 24/421 kB
Progress (1): 28/421 kB
Progress (1): 32/421 kB
Progress (1): 33/421 kB
Progress (1): 37/421 kB
Progress (1): 41/421 kB
Progress (1): 45/421 kB
Progress (1): 49/421 kB
Progress (1): 53/421 kB
Progress (1): 57/421 kB
Progress (1): 61/421 kB
Progress (1): 65/421 kB
Progress (1): 66/421 kB
Progress (1): 70/421 kB
Progress (1): 74/421 kB
Progress (1): 78/421 kB
Progress (1): 82/421 kB
Progress (1): 86/421 kB
Progress (1): 90/421 kB
Progress (1): 94/421 kB
Progress (1): 98/421 kB
Progress (1): 98/421 kB
Progress (1): 102/421 kB
Progress (1): 106/421 kB
Progress (1): 110/421 kB
Progress (1): 114/421 kB
Progress (1): 118/421 kB
Progress (1): 122/421 kB
Progress (1): 126/421 kB
Progress (1): 130/421 kB
Progress (1): 131/421 kB
Progress (1): 135/421 kB
Progress (1): 139/421 kB
Progress (1): 143/421 kB
Progress (1): 147/421 kB
Progress (1): 151/421 kB
Progress (1): 155/421 kB
Progress (1): 159/421 kB
Progress (1): 163/421 kB
Progress (1): 164/421 kB
Progress (1): 168/421 kB
Progress (1): 172/421 kB
Progress (1): 176/421 kB
Progress (1): 180/421 kB
Progress (1): 184/421 kB
Progress (1): 188/421 kB
Progress (1): 192/421 kB
Progress (1): 196/421 kB
Progress (1): 197/421 kB
Progress (1): 201/421 kB
Progress (1): 205/421 kB
Progress (1): 209/421 kB
Progress (1): 213/421 kB
Progress (1): 217/421 kB
Progress (1): 221/421 kB
Progress (1): 225/421 kB
Progress (1): 229/421 kB
Progress (1): 229/421 kB
Progress (1): 233/421 kB
Progress (1): 237/421 kB
Progress (1): 241/421 kB
Progress (1): 245/421 kB
Progress (1): 249/421 kB
Progress (1): 253/421 kB
Progress (1): 257/421 kB
Progress (1): 261/421 kB
Progress (1): 262/421 kB
Progress (1): 266/421 kB
Progress (1): 270/421 kB
Progress (1): 274/421 kB
Progress (1): 278/421 kB
Progress (1): 282/421 kB
Progress (1): 286/421 kB
Progress (1): 290/421 kB
Progress (1): 294/421 kB
Progress (1): 295/421 kB
Progress (1): 299/421 kB
Progress (1): 303/421 kB
Progress (1): 307/421 kB
Progress (1): 311/421 kB
Progress (1): 315/421 kB
Progress (1): 319/421 kB
Progress (1): 323/421 kB
Progress (1): 327/421 kB
Progress (1): 328/421 kB
Progress (1): 332/421 kB
Progress (1): 336/421 kB
Progress (1): 340/421 kB
Progress (1): 344/421 kB
Progress (1): 348/421 kB
Progress (1): 352/421 kB
Progress (1): 356/421 kB
Progress (1): 360/421 kB
Progress (1): 360/421 kB
Progress (1): 365/421 kB
Progress (1): 368/421 kB
Progress (1): 373/421 kB
Progress (1): 376/421 kB
Progress (1): 381/421 kB
Progress (1): 384/421 kB
Progress (1): 389/421 kB
Progress (1): 392/421 kB
Progress (1): 397/421 kB
Progress (1): 400/421 kB
Progress (1): 405/421 kB
Progress (1): 408/421 kB
Progress (1): 413/421 kB
Progress (1): 416/421 kB
Progress (1): 421/421 kB
Progress (1): 421 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar (421 kB at 13 MB/s)
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 231 kB/s)
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 767 kB/s)
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 586 kB/s)
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 413 kB/s)
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.6 MB/s)
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): 36/64 kB
Progress (1): 40/64 kB
Progress (1): 44/64 kB
Progress (1): 48/64 kB
Progress (1): 52/64 kB
Progress (1): 56/64 kB
Progress (1): 60/64 kB
Progress (1): 64/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 2.9 MB/s)
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 325 kB/s)
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 438 kB/s)
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 1.7 MB/s)
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 644 kB/s)
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.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.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/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.pom (7.2 kB at 150 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.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/surefire/surefire/3.0.0-M3/surefire-3.0.0-M3.pom (23 kB at 321 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
Progress (1): 4.1/44 kB
Progress (1): 7.7/44 kB
Progress (1): 12/44 kB 
Progress (1): 16/44 kB
Progress (1): 20/44 kB
Progress (1): 24/44 kB
Progress (1): 28/44 kB
Progress (1): 32/44 kB
Progress (1): 36/44 kB
Progress (1): 40/44 kB
Progress (1): 44/44 kB
Progress (1): 44 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.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/apache/21/apache-21.pom (17 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar
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): 36/40 kB
Progress (1): 40/40 kB
Progress (1): 40 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M3/maven-surefire-plugin-3.0.0-M3.jar (40 kB at 642 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.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/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom (10 kB at 486 kB/s)
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 856 kB/s)
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 698 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.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): 131/232 kB
Progress (1): 135/232 kB
Progress (1): 139/232 kB
Progress (1): 143/232 kB
Progress (1): 147/232 kB
Progress (1): 151/232 kB
Progress (1): 155/232 kB
Progress (1): 159/232 kB
Progress (1): 163/232 kB
Progress (1): 164/232 kB
Progress (1): 168/232 kB
Progress (1): 172/232 kB
Progress (1): 176/232 kB
Progress (1): 180/232 kB
Progress (1): 184/232 kB
Progress (1): 188/232 kB
Progress (1): 192/232 kB
Progress (1): 196/232 kB
Progress (1): 197/232 kB
Progress (1): 201/232 kB
Progress (1): 205/232 kB
Progress (1): 209/232 kB
Progress (1): 213/232 kB
Progress (1): 217/232 kB
Progress (1): 221/232 kB
Progress (1): 225/232 kB
Progress (1): 229/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.0/maven-bundle-plugin-3.5.0.jar (232 kB at 6.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.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/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 219 kB/s)
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 669 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
Progress (1): 4.1/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): 36/40 kB
Progress (1): 40/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 2.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
Progress (1): 4.1/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 962 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar
Progress (1): 4.1/47 kB
Progress (1): 7.7/47 kB
Progress (1): 12/47 kB 
Progress (1): 16/47 kB
Progress (1): 20/47 kB
Progress (1): 24/47 kB
Progress (1): 28/47 kB
Progress (1): 32/47 kB
Progress (1): 36/47 kB
Progress (1): 40/47 kB
Progress (1): 44/47 kB
Progress (1): 47 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 1.4 MB/s)
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 213 kB/s)
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) @ yasson ---
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 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   
Progress (2): 13 kB | 4.1/226 kB
Progress (2): 13 kB | 7.7/226 kB
Progress (2): 13 kB | 12/226 kB 
Progress (2): 13 kB | 16/226 kB
Progress (2): 13 kB | 20/226 kB
Progress (2): 13 kB | 24/226 kB
Progress (2): 13 kB | 28/226 kB
Progress (2): 13 kB | 32/226 kB
Progress (2): 13 kB | 33/226 kB
Progress (2): 13 kB | 37/226 kB
Progress (2): 13 kB | 41/226 kB
Progress (2): 13 kB | 45/226 kB
Progress (2): 13 kB | 49/226 kB
Progress (2): 13 kB | 53/226 kB
Progress (2): 13 kB | 57/226 kB
Progress (2): 13 kB | 61/226 kB
Progress (2): 13 kB | 65/226 kB
Progress (2): 13 kB | 66/226 kB
Progress (2): 13 kB | 70/226 kB
Progress (2): 13 kB | 74/226 kB
Progress (2): 13 kB | 78/226 kB
Progress (2): 13 kB | 82/226 kB
Progress (2): 13 kB | 86/226 kB
Progress (2): 13 kB | 90/226 kB
Progress (2): 13 kB | 94/226 kB
Progress (2): 13 kB | 98/226 kB
Progress (2): 13 kB | 98/226 kB
Progress (2): 13 kB | 102/226 kB
Progress (2): 13 kB | 106/226 kB
Progress (2): 13 kB | 110/226 kB
Progress (2): 13 kB | 114/226 kB
Progress (2): 13 kB | 118/226 kB
Progress (2): 13 kB | 122/226 kB
Progress (2): 13 kB | 126/226 kB
Progress (2): 13 kB | 130/226 kB
Progress (2): 13 kB | 131/226 kB
Progress (2): 13 kB | 135/226 kB
Progress (2): 13 kB | 139/226 kB
Progress (2): 13 kB | 143/226 kB
Progress (2): 13 kB | 147/226 kB
Progress (2): 13 kB | 151/226 kB
Progress (2): 13 kB | 155/226 kB
Progress (2): 13 kB | 159/226 kB
Progress (2): 13 kB | 163/226 kB
Progress (2): 13 kB | 164/226 kB
Progress (2): 13 kB | 168/226 kB
Progress (2): 13 kB | 172/226 kB
Progress (2): 13 kB | 176/226 kB
Progress (2): 13 kB | 180/226 kB
Progress (2): 13 kB | 184/226 kB
Progress (2): 13 kB | 188/226 kB
Progress (2): 13 kB | 192/226 kB
Progress (2): 13 kB | 196/226 kB
Progress (2): 13 kB | 200/226 kB
Progress (2): 13 kB | 204/226 kB
Progress (2): 13 kB | 208/226 kB
Progress (2): 13 kB | 212/226 kB
Progress (2): 13 kB | 216/226 kB
Progress (2): 13 kB | 220/226 kB
Progress (2): 13 kB | 224/226 kB
Progress (2): 13 kB | 226 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 443 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 7.5 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ yasson ---
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 138 kB/s)
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 842 kB/s)
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.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
Progress (1): 4.1/4.7 kB
Progress (1): 4.7 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 311 kB/s)
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 717 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.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 114 kB/s)
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 216 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.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 268 kB/s)
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 196 kB/s)
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 130 kB/s)
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 50 kB/s)
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 389 kB/s)
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 371 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.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 41 kB/s)
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 280 kB/s)
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 266 kB/s)
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 931 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.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 260 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.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 461 kB/s)
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 510 kB/s)
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 134 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.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 139 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.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 57 kB/s)
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 357 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.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 185 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.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 94 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.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 148 kB/s)
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 132 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.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 91 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.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 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 407 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.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 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.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 217 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.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 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 182 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 156 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Progress (1): 766 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 55 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 110 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
Progress (1): 3.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 281 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 372 kB/s)
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 306 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.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/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 311 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.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 831 kB/s)
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 3.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
Progress (1): 4.1/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/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
Progress (1): 4.1/65 kB
Progress (1): 7.7/65 kB
Progress (1): 12/65 kB 
Progress (1): 16/65 kB
Progress (1): 20/65 kB
Progress (1): 24/65 kB
Progress (1): 28/65 kB
Progress (1): 32/65 kB
Progress (1): 36/65 kB
Progress (1): 40/65 kB
Progress (1): 44/65 kB
Progress (1): 48/65 kB
Progress (1): 52/65 kB
Progress (1): 56/65 kB
Progress (1): 60/65 kB
Progress (1): 64/65 kB
Progress (1): 65 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.6 MB/s)
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 39 kB/s)
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 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.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/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 427 kB/s)
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 319 kB/s)
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 2.0 MB/s)
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 668 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.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 251 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.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 147 kB/s)
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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
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
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-plugin-api/3.0/maven-plugin-api-3.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
Progress (1): 4.1/52 kB
Progress (1): 7.7/52 kB
Progress (1): 12/52 kB 
Progress (1): 16/52 kB
Progress (2): 16/52 kB | 4.1/153 kB
Progress (2): 20/52 kB | 4.1/153 kB
Progress (2): 24/52 kB | 4.1/153 kB
Progress (2): 24/52 kB | 7.7/153 kB
Progress (2): 28/52 kB | 7.7/153 kB
Progress (2): 28/52 kB | 12/153 kB 
Progress (2): 28/52 kB | 16/153 kB
Progress (2): 32/52 kB | 16/153 kB
Progress (2): 32/52 kB | 20/153 kB
Progress (2): 32/52 kB | 24/153 kB
Progress (2): 36/52 kB | 24/153 kB
Progress (2): 36/52 kB | 28/153 kB
Progress (2): 36/52 kB | 32/153 kB
Progress (2): 40/52 kB | 32/153 kB
Progress (2): 40/52 kB | 33/153 kB
Progress (2): 44/52 kB | 33/153 kB
Progress (2): 48/52 kB | 33/153 kB
Progress (2): 48/52 kB | 37/153 kB
Progress (2): 52/52 kB | 37/153 kB
Progress (2): 52/52 kB | 41/153 kB
Progress (2): 52 kB | 41/153 kB   
Progress (2): 52 kB | 45/153 kB
Progress (2): 52 kB | 49/153 kB
Progress (2): 52 kB | 53/153 kB
Progress (2): 52 kB | 57/153 kB
Progress (2): 52 kB | 61/153 kB
Progress (2): 52 kB | 65/153 kB
Progress (2): 52 kB | 66/153 kB
Progress (2): 52 kB | 70/153 kB
Progress (3): 52 kB | 70/153 kB | 4.1/202 kB
Progress (3): 52 kB | 74/153 kB | 4.1/202 kB
Progress (3): 52 kB | 74/153 kB | 7.7/202 kB
Progress (3): 52 kB | 78/153 kB | 7.7/202 kB
Progress (3): 52 kB | 82/153 kB | 7.7/202 kB
Progress (3): 52 kB | 82/153 kB | 12/202 kB 
Progress (3): 52 kB | 86/153 kB | 12/202 kB
Progress (3): 52 kB | 86/153 kB | 16/202 kB
Progress (3): 52 kB | 90/153 kB | 16/202 kB
Progress (3): 52 kB | 90/153 kB | 20/202 kB
Progress (3): 52 kB | 94/153 kB | 20/202 kB
Progress (3): 52 kB | 98/153 kB | 20/202 kB
Progress (3): 52 kB | 98/153 kB | 20/202 kB
Progress (3): 52 kB | 102/153 kB | 20/202 kB
Progress (3): 52 kB | 106/153 kB | 20/202 kB
Progress (3): 52 kB | 110/153 kB | 20/202 kB
Progress (3): 52 kB | 110/153 kB | 24/202 kB
Progress (3): 52 kB | 114/153 kB | 24/202 kB
Progress (3): 52 kB | 114/153 kB | 28/202 kB
Progress (3): 52 kB | 118/153 kB | 28/202 kB
Progress (3): 52 kB | 118/153 kB | 32/202 kB
Progress (3): 52 kB | 122/153 kB | 32/202 kB
Progress (3): 52 kB | 122/153 kB | 33/202 kB
Progress (3): 52 kB | 126/153 kB | 33/202 kB
Progress (3): 52 kB | 126/153 kB | 37/202 kB
Progress (3): 52 kB | 130/153 kB | 37/202 kB
Progress (3): 52 kB | 130/153 kB | 41/202 kB
Progress (3): 52 kB | 134/153 kB | 41/202 kB
Progress (3): 52 kB | 134/153 kB | 45/202 kB
Progress (3): 52 kB | 134/153 kB | 49/202 kB
Progress (3): 52 kB | 134/153 kB | 53/202 kB
Progress (3): 52 kB | 138/153 kB | 53/202 kB
Progress (3): 52 kB | 138/153 kB | 57/202 kB
Progress (3): 52 kB | 142/153 kB | 57/202 kB
Progress (3): 52 kB | 142/153 kB | 61/202 kB
Progress (3): 52 kB | 142/153 kB | 65/202 kB
Progress (3): 52 kB | 146/153 kB | 65/202 kB
Progress (3): 52 kB | 146/153 kB | 66/202 kB
Progress (3): 52 kB | 150/153 kB | 66/202 kB
Progress (3): 52 kB | 153 kB | 66/202 kB    
Progress (3): 52 kB | 153 kB | 70/202 kB
Progress (3): 52 kB | 153 kB | 74/202 kB
Progress (3): 52 kB | 153 kB | 78/202 kB
Progress (3): 52 kB | 153 kB | 82/202 kB
Progress (3): 52 kB | 153 kB | 86/202 kB
Progress (3): 52 kB | 153 kB | 90/202 kB
Progress (3): 52 kB | 153 kB | 94/202 kB
Progress (3): 52 kB | 153 kB | 98/202 kB
Progress (3): 52 kB | 153 kB | 98/202 kB
Progress (3): 52 kB | 153 kB | 102/202 kB
Progress (3): 52 kB | 153 kB | 106/202 kB
Progress (3): 52 kB | 153 kB | 110/202 kB
Progress (3): 52 kB | 153 kB | 114/202 kB
Progress (3): 52 kB | 153 kB | 118/202 kB
Progress (3): 52 kB | 153 kB | 122/202 kB
Progress (3): 52 kB | 153 kB | 126/202 kB
Progress (3): 52 kB | 153 kB | 130/202 kB
Progress (3): 52 kB | 153 kB | 131/202 kB
Progress (3): 52 kB | 153 kB | 135/202 kB
Progress (3): 52 kB | 153 kB | 139/202 kB
Progress (3): 52 kB | 153 kB | 143/202 kB
Progress (3): 52 kB | 153 kB | 147/202 kB
Progress (3): 52 kB | 153 kB | 151/202 kB
Progress (3): 52 kB | 153 kB | 155/202 kB
Progress (3): 52 kB | 153 kB | 159/202 kB
Progress (3): 52 kB | 153 kB | 163/202 kB
Progress (3): 52 kB | 153 kB | 164/202 kB
Progress (3): 52 kB | 153 kB | 168/202 kB
Progress (3): 52 kB | 153 kB | 172/202 kB
Progress (3): 52 kB | 153 kB | 176/202 kB
Progress (3): 52 kB | 153 kB | 180/202 kB
Progress (3): 52 kB | 153 kB | 184/202 kB
Progress (3): 52 kB | 153 kB | 188/202 kB
Progress (3): 52 kB | 153 kB | 192/202 kB
Progress (3): 52 kB | 153 kB | 196/202 kB
Progress (3): 52 kB | 153 kB | 200/202 kB
Progress (3): 52 kB | 153 kB | 202 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 1.3 MB/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 (3): 153 kB | 202 kB | 4.1/49 kB
Progress (3): 153 kB | 202 kB | 7.7/49 kB
Progress (3): 153 kB | 202 kB | 12/49 kB 
Progress (3): 153 kB | 202 kB | 16/49 kB
Progress (3): 153 kB | 202 kB | 20/49 kB
Progress (3): 153 kB | 202 kB | 24/49 kB
Progress (3): 153 kB | 202 kB | 28/49 kB
Progress (3): 153 kB | 202 kB | 32/49 kB
Progress (3): 153 kB | 202 kB | 36/49 kB
Progress (3): 153 kB | 202 kB | 40/49 kB
Progress (3): 153 kB | 202 kB | 44/49 kB
Progress (3): 153 kB | 202 kB | 48/49 kB
Progress (3): 153 kB | 202 kB | 49 kB   
Progress (4): 153 kB | 202 kB | 49 kB | 4.1/472 kB
Progress (4): 153 kB | 202 kB | 49 kB | 7.7/472 kB
Progress (4): 153 kB | 202 kB | 49 kB | 12/472 kB 
Progress (4): 153 kB | 202 kB | 49 kB | 16/472 kB
Progress (4): 153 kB | 202 kB | 49 kB | 20/472 kB
Progress (4): 153 kB | 202 kB | 49 kB | 24/472 kB
Progress (5): 153 kB | 202 kB | 49 kB | 24/472 kB | 4.1/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 28/472 kB | 4.1/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 28/472 kB | 7.7/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 32/472 kB | 7.7/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 32/472 kB | 12/165 kB 
Progress (5): 153 kB | 202 kB | 49 kB | 33/472 kB | 12/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 37/472 kB | 12/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 41/472 kB | 12/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 45/472 kB | 12/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 49/472 kB | 12/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 49/472 kB | 16/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 53/472 kB | 16/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 57/472 kB | 16/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 57/472 kB | 20/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 61/472 kB | 20/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 61/472 kB | 24/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 65/472 kB | 24/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 65/472 kB | 28/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 69/472 kB | 28/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 69/472 kB | 32/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 73/472 kB | 32/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 73/472 kB | 36/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 77/472 kB | 36/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 77/472 kB | 40/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 81/472 kB | 40/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 81/472 kB | 44/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 81/472 kB | 48/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 85/472 kB | 48/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 85/472 kB | 52/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 89/472 kB | 52/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 89/472 kB | 56/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 93/472 kB | 56/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 93/472 kB | 60/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 97/472 kB | 60/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 97/472 kB | 64/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 64/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 68/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 72/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 76/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 80/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 84/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 98/472 kB | 88/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 102/472 kB | 88/165 kB
Progress (5): 153 kB | 202 kB | 49 kB | 102/472 kB | 92/165 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 1.9 MB/s)
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
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 597 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Progress (3): 202 kB | 102/472 kB | 96/165 kB
Progress (3): 202 kB | 106/472 kB | 96/165 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 2.4 MB/s)
Progress (2): 110/472 kB | 96/165 kB
Progress (2): 114/472 kB | 96/165 kB
Progress (2): 118/472 kB | 96/165 kB
Progress (2): 118/472 kB | 98/165 kB
Progress (2): 122/472 kB | 98/165 kB
Progress (2): 122/472 kB | 102/165 kB
Progress (2): 122/472 kB | 106/165 kB
Progress (2): 122/472 kB | 110/165 kB
Progress (2): 122/472 kB | 114/165 kB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Progress (2): 122/472 kB | 118/165 kB
Progress (2): 126/472 kB | 118/165 kB
Progress (2): 126/472 kB | 122/165 kB
Progress (2): 130/472 kB | 122/165 kB
Progress (2): 130/472 kB | 126/165 kB
Progress (2): 134/472 kB | 126/165 kB
Progress (2): 134/472 kB | 130/165 kB
Progress (2): 138/472 kB | 130/165 kB
Progress (2): 138/472 kB | 131/165 kB
Progress (2): 142/472 kB | 131/165 kB
Progress (2): 146/472 kB | 131/165 kB
Progress (2): 150/472 kB | 131/165 kB
Progress (2): 154/472 kB | 131/165 kB
Progress (2): 158/472 kB | 131/165 kB
Progress (2): 162/472 kB | 131/165 kB
Progress (2): 164/472 kB | 131/165 kB
Progress (2): 164/472 kB | 135/165 kB
Progress (2): 164/472 kB | 139/165 kB
Progress (2): 168/472 kB | 139/165 kB
Progress (2): 172/472 kB | 139/165 kB
Progress (2): 172/472 kB | 143/165 kB
Progress (2): 176/472 kB | 143/165 kB
Progress (2): 176/472 kB | 147/165 kB
Progress (2): 176/472 kB | 151/165 kB
Progress (2): 176/472 kB | 155/165 kB
Progress (2): 176/472 kB | 159/165 kB
Progress (2): 176/472 kB | 163/165 kB
Progress (2): 176/472 kB | 165 kB    
Progress (2): 180/472 kB | 165 kB
Progress (2): 184/472 kB | 165 kB
Progress (2): 188/472 kB | 165 kB
Progress (2): 192/472 kB | 165 kB
Progress (2): 196/472 kB | 165 kB
Progress (2): 200/472 kB | 165 kB
Progress (2): 204/472 kB | 165 kB
Progress (2): 208/472 kB | 165 kB
Progress (2): 212/472 kB | 165 kB
Progress (2): 216/472 kB | 165 kB
Progress (2): 220/472 kB | 165 kB
Progress (2): 224/472 kB | 165 kB
Progress (2): 228/472 kB | 165 kB
Progress (2): 229/472 kB | 165 kB
Progress (2): 233/472 kB | 165 kB
Progress (2): 237/472 kB | 165 kB
Progress (2): 241/472 kB | 165 kB
Progress (2): 245/472 kB | 165 kB
Progress (2): 249/472 kB | 165 kB
Progress (2): 253/472 kB | 165 kB
Progress (2): 257/472 kB | 165 kB
Progress (2): 261/472 kB | 165 kB
Progress (2): 265/472 kB | 165 kB
Progress (2): 269/472 kB | 165 kB
Progress (2): 273/472 kB | 165 kB
Progress (2): 277/472 kB | 165 kB
Progress (2): 281/472 kB | 165 kB
Progress (2): 285/472 kB | 165 kB
Progress (2): 289/472 kB | 165 kB
Progress (2): 293/472 kB | 165 kB
Progress (2): 297/472 kB | 165 kB
Progress (2): 301/472 kB | 165 kB
Progress (2): 305/472 kB | 165 kB
Progress (2): 309/472 kB | 165 kB
Progress (2): 313/472 kB | 165 kB
Progress (2): 317/472 kB | 165 kB
Progress (2): 321/472 kB | 165 kB
Progress (2): 325/472 kB | 165 kB
Progress (2): 329/472 kB | 165 kB
Progress (2): 333/472 kB | 165 kB
Progress (2): 337/472 kB | 165 kB
Progress (2): 341/472 kB | 165 kB
Progress (2): 345/472 kB | 165 kB
Progress (2): 349/472 kB | 165 kB
Progress (2): 353/472 kB | 165 kB
Progress (2): 357/472 kB | 165 kB
Progress (2): 361/472 kB | 165 kB
Progress (2): 365/472 kB | 165 kB
Progress (2): 369/472 kB | 165 kB
Progress (2): 373/472 kB | 165 kB
Progress (2): 377/472 kB | 165 kB
Progress (2): 381/472 kB | 165 kB
Progress (2): 385/472 kB | 165 kB
Progress (2): 389/472 kB | 165 kB
Progress (2): 393/472 kB | 165 kB
Progress (2): 397/472 kB | 165 kB
Progress (2): 401/472 kB | 165 kB
Progress (2): 405/472 kB | 165 kB
Progress (2): 409/472 kB | 165 kB
Progress (2): 413/472 kB | 165 kB
Progress (2): 417/472 kB | 165 kB
Progress (2): 421/472 kB | 165 kB
Progress (2): 425/472 kB | 165 kB
Progress (2): 429/472 kB | 165 kB
Progress (2): 433/472 kB | 165 kB
Progress (2): 437/472 kB | 165 kB
Progress (2): 441/472 kB | 165 kB
Progress (2): 445/472 kB | 165 kB
Progress (2): 449/472 kB | 165 kB
Progress (2): 453/472 kB | 165 kB
Progress (2): 457/472 kB | 165 kB
Progress (2): 461/472 kB | 165 kB
Progress (2): 465/472 kB | 165 kB
Progress (2): 469/472 kB | 165 kB
Progress (2): 472 kB | 165 kB    
Progress (3): 472 kB | 165 kB | 4.1/527 kB
Progress (3): 472 kB | 165 kB | 7.7/527 kB
Progress (3): 472 kB | 165 kB | 12/527 kB 
Progress (3): 472 kB | 165 kB | 16/527 kB
Progress (3): 472 kB | 165 kB | 20/527 kB
Progress (3): 472 kB | 165 kB | 24/527 kB
Progress (3): 472 kB | 165 kB | 28/527 kB
Progress (3): 472 kB | 165 kB | 32/527 kB
Progress (3): 472 kB | 165 kB | 33/527 kB
Progress (3): 472 kB | 165 kB | 37/527 kB
Progress (3): 472 kB | 165 kB | 41/527 kB
Progress (3): 472 kB | 165 kB | 45/527 kB
Progress (3): 472 kB | 165 kB | 49/527 kB
Progress (3): 472 kB | 165 kB | 53/527 kB
Progress (3): 472 kB | 165 kB | 57/527 kB
Progress (3): 472 kB | 165 kB | 61/527 kB
Progress (3): 472 kB | 165 kB | 65/527 kB
Progress (3): 472 kB | 165 kB | 66/527 kB
Progress (4): 472 kB | 165 kB | 66/527 kB | 4.1/38 kB
Progress (4): 472 kB | 165 kB | 70/527 kB | 4.1/38 kB
Progress (4): 472 kB | 165 kB | 70/527 kB | 7.7/38 kB
Progress (4): 472 kB | 165 kB | 74/527 kB | 7.7/38 kB
Progress (4): 472 kB | 165 kB | 74/527 kB | 12/38 kB 
Progress (4): 472 kB | 165 kB | 78/527 kB | 12/38 kB
Progress (4): 472 kB | 165 kB | 78/527 kB | 16/38 kB
Progress (4): 472 kB | 165 kB | 82/527 kB | 16/38 kB
Progress (4): 472 kB | 165 kB | 82/527 kB | 20/38 kB
Progress (4): 472 kB | 165 kB | 86/527 kB | 20/38 kB
Progress (4): 472 kB | 165 kB | 86/527 kB | 24/38 kB
Progress (4): 472 kB | 165 kB | 86/527 kB | 28/38 kB
Progress (4): 472 kB | 165 kB | 86/527 kB | 32/38 kB
Progress (4): 472 kB | 165 kB | 86/527 kB | 36/38 kB
Progress (4): 472 kB | 165 kB | 86/527 kB | 38 kB   
Progress (4): 472 kB | 165 kB | 90/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 94/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 98/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 98/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 102/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 106/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 110/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 114/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 118/527 kB | 38 kB
Progress (4): 472 kB | 165 kB | 122/527 kB | 38 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.6 MB/s)
Progress (3): 472 kB | 126/527 kB | 38 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Progress (3): 472 kB | 130/527 kB | 38 kB
Progress (3): 472 kB | 131/527 kB | 38 kB
Progress (3): 472 kB | 135/527 kB | 38 kB
Progress (3): 472 kB | 139/527 kB | 38 kB
Progress (3): 472 kB | 143/527 kB | 38 kB
Progress (3): 472 kB | 147/527 kB | 38 kB
Progress (3): 472 kB | 151/527 kB | 38 kB
Progress (3): 472 kB | 155/527 kB | 38 kB
Progress (3): 472 kB | 159/527 kB | 38 kB
Progress (3): 472 kB | 163/527 kB | 38 kB
Progress (3): 472 kB | 164/527 kB | 38 kB
Progress (3): 472 kB | 168/527 kB | 38 kB
Progress (3): 472 kB | 172/527 kB | 38 kB
Progress (3): 472 kB | 176/527 kB | 38 kB
Progress (3): 472 kB | 180/527 kB | 38 kB
Progress (4): 472 kB | 180/527 kB | 38 kB | 4.1/47 kB
Progress (4): 472 kB | 184/527 kB | 38 kB | 4.1/47 kB
Progress (4): 472 kB | 184/527 kB | 38 kB | 7.7/47 kB
Progress (4): 472 kB | 188/527 kB | 38 kB | 7.7/47 kB
Progress (4): 472 kB | 188/527 kB | 38 kB | 12/47 kB 
Progress (4): 472 kB | 188/527 kB | 38 kB | 16/47 kB
Progress (4): 472 kB | 192/527 kB | 38 kB | 16/47 kB
Progress (4): 472 kB | 192/527 kB | 38 kB | 20/47 kB
Progress (4): 472 kB | 196/527 kB | 38 kB | 20/47 kB
Progress (4): 472 kB | 196/527 kB | 38 kB | 24/47 kB
Progress (4): 472 kB | 200/527 kB | 38 kB | 24/47 kB
Progress (4): 472 kB | 204/527 kB | 38 kB | 24/47 kB
Progress (4): 472 kB | 204/527 kB | 38 kB | 28/47 kB
Progress (4): 472 kB | 208/527 kB | 38 kB | 28/47 kB
Progress (4): 472 kB | 212/527 kB | 38 kB | 28/47 kB
Progress (4): 472 kB | 212/527 kB | 38 kB | 32/47 kB
Progress (4): 472 kB | 216/527 kB | 38 kB | 32/47 kB
Progress (4): 472 kB | 216/527 kB | 38 kB | 36/47 kB
Progress (4): 472 kB | 220/527 kB | 38 kB | 36/47 kB
Progress (4): 472 kB | 220/527 kB | 38 kB | 40/47 kB
Progress (4): 472 kB | 224/527 kB | 38 kB | 40/47 kB
Progress (4): 472 kB | 224/527 kB | 38 kB | 44/47 kB
Progress (4): 472 kB | 228/527 kB | 38 kB | 44/47 kB
Progress (4): 472 kB | 228/527 kB | 38 kB | 47 kB   
Progress (4): 472 kB | 232/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 236/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 240/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 244/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 248/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 252/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 256/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 260/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 262/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 266/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 270/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 274/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 278/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 282/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 286/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 290/527 kB | 38 kB | 47 kB
Progress (4): 472 kB | 294/527 kB | 38 kB | 47 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 4.1/30 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 7.7/30 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 12/30 kB 
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 16/30 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 20/30 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 24/30 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 28/30 kB
Progress (5): 472 kB | 294/527 kB | 38 kB | 47 kB | 30 kB   
Progress (5): 472 kB | 298/527 kB | 38 kB | 47 kB | 30 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 409 kB/s)
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 (4): 472 kB | 302/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 306/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 310/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 314/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 318/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 322/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 326/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 330/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 334/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 338/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 342/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 346/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 350/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 354/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 358/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 362/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 366/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 370/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 374/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 378/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 382/527 kB | 38 kB | 30 kB
Progress (4): 472 kB | 386/527 kB | 38 kB | 30 kB
                                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 255 kB/s)
Progress (3): 472 kB | 390/527 kB | 38 kB
Progress (3): 472 kB | 394/527 kB | 38 kB
Progress (3): 472 kB | 398/527 kB | 38 kB
Progress (3): 472 kB | 402/527 kB | 38 kB
Progress (3): 472 kB | 406/527 kB | 38 kB
Progress (3): 472 kB | 410/527 kB | 38 kB
Progress (3): 472 kB | 414/527 kB | 38 kB
Progress (3): 472 kB | 418/527 kB | 38 kB
Progress (3): 472 kB | 422/527 kB | 38 kB
Progress (3): 472 kB | 426/527 kB | 38 kB
Progress (3): 472 kB | 430/527 kB | 38 kB
Progress (3): 472 kB | 434/527 kB | 38 kB
Progress (3): 472 kB | 438/527 kB | 38 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
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 3.9 MB/s)
Progress (2): 442/527 kB | 38 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 312 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Progress (1): 446/527 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Progress (1): 450/527 kB
Progress (2): 450/527 kB | 4.1/148 kB
Progress (2): 450/527 kB | 7.7/148 kB
Progress (2): 454/527 kB | 7.7/148 kB
Progress (2): 454/527 kB | 12/148 kB 
Progress (2): 454/527 kB | 16/148 kB
Progress (2): 458/527 kB | 16/148 kB
Progress (2): 458/527 kB | 20/148 kB
Progress (2): 462/527 kB | 20/148 kB
Progress (2): 462/527 kB | 24/148 kB
Progress (2): 466/527 kB | 24/148 kB
Progress (2): 470/527 kB | 24/148 kB
Progress (2): 470/527 kB | 28/148 kB
Progress (2): 474/527 kB | 28/148 kB
Progress (2): 478/527 kB | 28/148 kB
Progress (2): 478/527 kB | 32/148 kB
Progress (2): 482/527 kB | 32/148 kB
Progress (2): 486/527 kB | 32/148 kB
Progress (2): 486/527 kB | 33/148 kB
Progress (2): 490/527 kB | 33/148 kB
Progress (2): 494/527 kB | 33/148 kB
Progress (2): 494/527 kB | 37/148 kB
Progress (2): 494/527 kB | 41/148 kB
Progress (2): 498/527 kB | 41/148 kB
Progress (2): 498/527 kB | 45/148 kB
Progress (2): 502/527 kB | 45/148 kB
Progress (2): 502/527 kB | 49/148 kB
Progress (2): 506/527 kB | 49/148 kB
Progress (2): 506/527 kB | 53/148 kB
Progress (2): 506/527 kB | 57/148 kB
Progress (2): 506/527 kB | 61/148 kB
Progress (2): 506/527 kB | 65/148 kB
Progress (2): 506/527 kB | 66/148 kB
Progress (2): 506/527 kB | 70/148 kB
Progress (2): 506/527 kB | 74/148 kB
Progress (3): 506/527 kB | 74/148 kB | 4.1/51 kB
Progress (3): 506/527 kB | 74/148 kB | 7.7/51 kB
Progress (3): 506/527 kB | 74/148 kB | 12/51 kB 
Progress (3): 506/527 kB | 74/148 kB | 16/51 kB
Progress (3): 506/527 kB | 74/148 kB | 20/51 kB
Progress (3): 510/527 kB | 74/148 kB | 20/51 kB
Progress (4): 510/527 kB | 74/148 kB | 20/51 kB | 4.1/14 kB
Progress (4): 514/527 kB | 74/148 kB | 20/51 kB | 4.1/14 kB
Progress (4): 518/527 kB | 74/148 kB | 20/51 kB | 4.1/14 kB
Progress (4): 522/527 kB | 74/148 kB | 20/51 kB | 4.1/14 kB
Progress (4): 526/527 kB | 74/148 kB | 20/51 kB | 4.1/14 kB
Progress (4): 526/527 kB | 74/148 kB | 24/51 kB | 4.1/14 kB
Progress (4): 526/527 kB | 78/148 kB | 24/51 kB | 4.1/14 kB
Progress (4): 526/527 kB | 78/148 kB | 28/51 kB | 4.1/14 kB
Progress (4): 527 kB | 78/148 kB | 28/51 kB | 4.1/14 kB    
Progress (5): 527 kB | 78/148 kB | 28/51 kB | 4.1/14 kB | 4.1/106 kB
Progress (5): 527 kB | 78/148 kB | 28/51 kB | 4.1/14 kB | 7.7/106 kB
Progress (5): 527 kB | 78/148 kB | 28/51 kB | 7.7/14 kB | 7.7/106 kB
Progress (5): 527 kB | 78/148 kB | 28/51 kB | 12/14 kB | 7.7/106 kB 
Progress (5): 527 kB | 78/148 kB | 28/51 kB | 14 kB | 7.7/106 kB   
Progress (5): 527 kB | 78/148 kB | 28/51 kB | 14 kB | 12/106 kB 
Progress (5): 527 kB | 78/148 kB | 32/51 kB | 14 kB | 12/106 kB
Progress (5): 527 kB | 82/148 kB | 32/51 kB | 14 kB | 12/106 kB
Progress (5): 527 kB | 82/148 kB | 36/51 kB | 14 kB | 12/106 kB
Progress (5): 527 kB | 82/148 kB | 36/51 kB | 14 kB | 16/106 kB
Progress (5): 527 kB | 82/148 kB | 40/51 kB | 14 kB | 16/106 kB
Progress (5): 527 kB | 82/148 kB | 40/51 kB | 14 kB | 20/106 kB
Progress (5): 527 kB | 82/148 kB | 44/51 kB | 14 kB | 20/106 kB
Progress (5): 527 kB | 82/148 kB | 48/51 kB | 14 kB | 20/106 kB
Progress (5): 527 kB | 82/148 kB | 51 kB | 14 kB | 20/106 kB   
Progress (5): 527 kB | 86/148 kB | 51 kB | 14 kB | 20/106 kB
Progress (5): 527 kB | 90/148 kB | 51 kB | 14 kB | 20/106 kB
Progress (5): 527 kB | 90/148 kB | 51 kB | 14 kB | 24/106 kB
Progress (5): 527 kB | 94/148 kB | 51 kB | 14 kB | 24/106 kB
Progress (5): 527 kB | 98/148 kB | 51 kB | 14 kB | 24/106 kB
Progress (5): 527 kB | 98/148 kB | 51 kB | 14 kB | 24/106 kB
Progress (5): 527 kB | 102/148 kB | 51 kB | 14 kB | 24/106 kB
Progress (5): 527 kB | 102/148 kB | 51 kB | 14 kB | 28/106 kB
Progress (5): 527 kB | 106/148 kB | 51 kB | 14 kB | 28/106 kB
Progress (5): 527 kB | 106/148 kB | 51 kB | 14 kB | 32/106 kB
Progress (5): 527 kB | 110/148 kB | 51 kB | 14 kB | 32/106 kB
Progress (5): 527 kB | 114/148 kB | 51 kB | 14 kB | 32/106 kB
Progress (5): 527 kB | 114/148 kB | 51 kB | 14 kB | 33/106 kB
Progress (5): 527 kB | 118/148 kB | 51 kB | 14 kB | 33/106 kB
Progress (5): 527 kB | 122/148 kB | 51 kB | 14 kB | 33/106 kB
Progress (5): 527 kB | 122/148 kB | 51 kB | 14 kB | 37/106 kB
Progress (5): 527 kB | 126/148 kB | 51 kB | 14 kB | 37/106 kB
Progress (5): 527 kB | 130/148 kB | 51 kB | 14 kB | 37/106 kB
Progress (5): 527 kB | 134/148 kB | 51 kB | 14 kB | 37/106 kB
Progress (5): 527 kB | 134/148 kB | 51 kB | 14 kB | 41/106 kB
Progress (5): 527 kB | 138/148 kB | 51 kB | 14 kB | 41/106 kB
Progress (5): 527 kB | 142/148 kB | 51 kB | 14 kB | 41/106 kB
Progress (5): 527 kB | 146/148 kB | 51 kB | 14 kB | 41/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 41/106 kB    
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 45/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 49/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 53/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 57/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 61/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 65/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 66/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 70/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 74/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 78/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 82/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 86/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 90/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 94/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 98/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 98/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 102/106 kB
Progress (5): 527 kB | 148 kB | 51 kB | 14 kB | 106 kB    
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 71 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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
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 531 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
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 725 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Progress (2): 51 kB | 4.1/74 kB
Progress (2): 51 kB | 7.7/74 kB
Progress (2): 51 kB | 12/74 kB 
Progress (2): 51 kB | 16/74 kB
Progress (2): 51 kB | 20/74 kB
Progress (2): 51 kB | 24/74 kB
Progress (2): 51 kB | 28/74 kB
Progress (2): 51 kB | 32/74 kB
Progress (2): 51 kB | 33/74 kB
Progress (2): 51 kB | 37/74 kB
Progress (2): 51 kB | 41/74 kB
Progress (3): 51 kB | 41/74 kB | 4.1/108 kB
Progress (3): 51 kB | 45/74 kB | 4.1/108 kB
Progress (3): 51 kB | 49/74 kB | 4.1/108 kB
Progress (3): 51 kB | 49/74 kB | 7.7/108 kB
Progress (3): 51 kB | 53/74 kB | 7.7/108 kB
Progress (3): 51 kB | 57/74 kB | 7.7/108 kB
Progress (3): 51 kB | 57/74 kB | 12/108 kB 
Progress (3): 51 kB | 57/74 kB | 16/108 kB
Progress (3): 51 kB | 61/74 kB | 16/108 kB
Progress (3): 51 kB | 61/74 kB | 20/108 kB
Progress (3): 51 kB | 65/74 kB | 20/108 kB
Progress (3): 51 kB | 69/74 kB | 20/108 kB
Progress (3): 51 kB | 73/74 kB | 20/108 kB
Progress (3): 51 kB | 74 kB | 20/108 kB   
Progress (3): 51 kB | 74 kB | 24/108 kB
Progress (3): 51 kB | 74 kB | 28/108 kB
Progress (3): 51 kB | 74 kB | 32/108 kB
Progress (3): 51 kB | 74 kB | 36/108 kB
Progress (3): 51 kB | 74 kB | 40/108 kB
Progress (3): 51 kB | 74 kB | 44/108 kB
Progress (3): 51 kB | 74 kB | 48/108 kB
Progress (3): 51 kB | 74 kB | 52/108 kB
Progress (3): 51 kB | 74 kB | 56/108 kB
Progress (3): 51 kB | 74 kB | 60/108 kB
Progress (3): 51 kB | 74 kB | 64/108 kB
Progress (3): 51 kB | 74 kB | 68/108 kB
Progress (3): 51 kB | 74 kB | 72/108 kB
Progress (3): 51 kB | 74 kB | 76/108 kB
Progress (3): 51 kB | 74 kB | 80/108 kB
Progress (3): 51 kB | 74 kB | 84/108 kB
Progress (3): 51 kB | 74 kB | 88/108 kB
Progress (3): 51 kB | 74 kB | 92/108 kB
Progress (3): 51 kB | 74 kB | 96/108 kB
Progress (4): 51 kB | 74 kB | 96/108 kB | 4.1/61 kB
Progress (4): 51 kB | 74 kB | 100/108 kB | 4.1/61 kB
Progress (4): 51 kB | 74 kB | 100/108 kB | 7.7/61 kB
Progress (4): 51 kB | 74 kB | 104/108 kB | 7.7/61 kB
Progress (4): 51 kB | 74 kB | 104/108 kB | 12/61 kB 
Progress (4): 51 kB | 74 kB | 108/108 kB | 12/61 kB
Progress (4): 51 kB | 74 kB | 108 kB | 12/61 kB    
Progress (4): 51 kB | 74 kB | 108 kB | 16/61 kB
Progress (4): 51 kB | 74 kB | 108 kB | 20/61 kB
Progress (4): 51 kB | 74 kB | 108 kB | 24/61 kB
Progress (5): 51 kB | 74 kB | 108 kB | 24/61 kB | 4.1/46 kB
Progress (5): 51 kB | 74 kB | 108 kB | 28/61 kB | 4.1/46 kB
Progress (5): 51 kB | 74 kB | 108 kB | 28/61 kB | 7.7/46 kB
Progress (5): 51 kB | 74 kB | 108 kB | 28/61 kB | 12/46 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 240 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
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 347 kB/s)
Progress (3): 108 kB | 28/61 kB | 16/46 kB
Progress (3): 108 kB | 32/61 kB | 16/46 kB
                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
Progress (3): 108 kB | 36/61 kB | 16/46 kB
Progress (3): 108 kB | 36/61 kB | 20/46 kB
Progress (3): 108 kB | 40/61 kB | 20/46 kB
Progress (3): 108 kB | 40/61 kB | 24/46 kB
Progress (3): 108 kB | 44/61 kB | 24/46 kB
Progress (3): 108 kB | 44/61 kB | 28/46 kB
Progress (3): 108 kB | 48/61 kB | 28/46 kB
Progress (3): 108 kB | 48/61 kB | 32/46 kB
Progress (3): 108 kB | 52/61 kB | 32/46 kB
Progress (3): 108 kB | 52/61 kB | 36/46 kB
Progress (3): 108 kB | 56/61 kB | 36/46 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 500 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
Progress (2): 56/61 kB | 40/46 kB
Progress (2): 60/61 kB | 40/46 kB
Progress (2): 60/61 kB | 44/46 kB
Progress (2): 61 kB | 44/46 kB   
Progress (2): 61 kB | 46 kB   
Progress (3): 61 kB | 46 kB | 4.1/4.3 kB
Progress (3): 61 kB | 46 kB | 4.3 kB    
Progress (4): 61 kB | 46 kB | 4.3 kB | 4.1/13 kB
Progress (4): 61 kB | 46 kB | 4.3 kB | 7.7/13 kB
Progress (4): 61 kB | 46 kB | 4.3 kB | 12/13 kB 
Progress (4): 61 kB | 46 kB | 4.3 kB | 13 kB   
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 4.1/29 kB
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 7.7/29 kB
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 12/29 kB 
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 16/29 kB
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 20/29 kB
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 24/29 kB
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 28/29 kB
Progress (5): 61 kB | 46 kB | 4.3 kB | 13 kB | 29 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 19 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 266 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
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 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 195 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
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 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
Progress (1): 4.1/45 kB
Progress (1): 7.7/45 kB
Progress (2): 7.7/45 kB | 4.1/195 kB
Progress (2): 7.7/45 kB | 7.7/195 kB
Progress (3): 7.7/45 kB | 7.7/195 kB | 4.1/12 kB
Progress (3): 7.7/45 kB | 12/195 kB | 4.1/12 kB 
Progress (3): 12/45 kB | 12/195 kB | 4.1/12 kB 
Progress (3): 12/45 kB | 16/195 kB | 4.1/12 kB
Progress (4): 12/45 kB | 16/195 kB | 4.1/12 kB | 4.1/262 kB
Progress (4): 12/45 kB | 20/195 kB | 4.1/12 kB | 4.1/262 kB
Progress (4): 12/45 kB | 20/195 kB | 7.7/12 kB | 4.1/262 kB
Progress (4): 12/45 kB | 24/195 kB | 7.7/12 kB | 4.1/262 kB
Progress (4): 12/45 kB | 24/195 kB | 7.7/12 kB | 7.7/262 kB
Progress (4): 16/45 kB | 24/195 kB | 7.7/12 kB | 7.7/262 kB
Progress (4): 16/45 kB | 28/195 kB | 7.7/12 kB | 7.7/262 kB
Progress (4): 20/45 kB | 28/195 kB | 7.7/12 kB | 7.7/262 kB
Progress (4): 20/45 kB | 28/195 kB | 12 kB | 7.7/262 kB    
Progress (4): 24/45 kB | 28/195 kB | 12 kB | 7.7/262 kB
Progress (4): 24/45 kB | 32/195 kB | 12 kB | 7.7/262 kB
Progress (4): 24/45 kB | 32/195 kB | 12 kB | 12/262 kB 
Progress (4): 24/45 kB | 33/195 kB | 12 kB | 12/262 kB
Progress (4): 28/45 kB | 33/195 kB | 12 kB | 12/262 kB
Progress (4): 28/45 kB | 33/195 kB | 12 kB | 16/262 kB
Progress (4): 32/45 kB | 33/195 kB | 12 kB | 16/262 kB
Progress (4): 32/45 kB | 37/195 kB | 12 kB | 16/262 kB
Progress (4): 36/45 kB | 37/195 kB | 12 kB | 16/262 kB
Progress (4): 36/45 kB | 37/195 kB | 12 kB | 20/262 kB
Progress (4): 40/45 kB | 37/195 kB | 12 kB | 20/262 kB
Progress (4): 44/45 kB | 37/195 kB | 12 kB | 20/262 kB
Progress (4): 45 kB | 37/195 kB | 12 kB | 20/262 kB   
Progress (4): 45 kB | 41/195 kB | 12 kB | 20/262 kB
Progress (4): 45 kB | 41/195 kB | 12 kB | 24/262 kB
Progress (4): 45 kB | 45/195 kB | 12 kB | 24/262 kB
Progress (4): 45 kB | 49/195 kB | 12 kB | 24/262 kB
Progress (4): 45 kB | 49/195 kB | 12 kB | 28/262 kB
Progress (4): 45 kB | 53/195 kB | 12 kB | 28/262 kB
Progress (4): 45 kB | 53/195 kB | 12 kB | 32/262 kB
Progress (4): 45 kB | 53/195 kB | 12 kB | 33/262 kB
Progress (4): 45 kB | 57/195 kB | 12 kB | 33/262 kB
Progress (4): 45 kB | 57/195 kB | 12 kB | 37/262 kB
Progress (4): 45 kB | 61/195 kB | 12 kB | 37/262 kB
Progress (4): 45 kB | 61/195 kB | 12 kB | 41/262 kB
Progress (4): 45 kB | 65/195 kB | 12 kB | 41/262 kB
Progress (4): 45 kB | 65/195 kB | 12 kB | 45/262 kB
Progress (4): 45 kB | 65/195 kB | 12 kB | 49/262 kB
Progress (4): 45 kB | 66/195 kB | 12 kB | 49/262 kB
Progress (4): 45 kB | 66/195 kB | 12 kB | 53/262 kB
Progress (4): 45 kB | 70/195 kB | 12 kB | 53/262 kB
Progress (4): 45 kB | 70/195 kB | 12 kB | 57/262 kB
Progress (4): 45 kB | 70/195 kB | 12 kB | 61/262 kB
Progress (4): 45 kB | 74/195 kB | 12 kB | 61/262 kB
Progress (4): 45 kB | 74/195 kB | 12 kB | 65/262 kB
Progress (4): 45 kB | 78/195 kB | 12 kB | 65/262 kB
Progress (4): 45 kB | 78/195 kB | 12 kB | 69/262 kB
Progress (4): 45 kB | 78/195 kB | 12 kB | 73/262 kB
Progress (4): 45 kB | 82/195 kB | 12 kB | 73/262 kB
Progress (4): 45 kB | 82/195 kB | 12 kB | 77/262 kB
Progress (4): 45 kB | 82/195 kB | 12 kB | 81/262 kB
Progress (4): 45 kB | 86/195 kB | 12 kB | 81/262 kB
Progress (4): 45 kB | 86/195 kB | 12 kB | 85/262 kB
Progress (4): 45 kB | 86/195 kB | 12 kB | 89/262 kB
Progress (4): 45 kB | 90/195 kB | 12 kB | 89/262 kB
Progress (4): 45 kB | 90/195 kB | 12 kB | 93/262 kB
Progress (4): 45 kB | 94/195 kB | 12 kB | 93/262 kB
Progress (4): 45 kB | 94/195 kB | 12 kB | 97/262 kB
Progress (4): 45 kB | 98/195 kB | 12 kB | 97/262 kB
Progress (4): 45 kB | 98/195 kB | 12 kB | 101/262 kB
Progress (4): 45 kB | 98/195 kB | 12 kB | 101/262 kB
Progress (4): 45 kB | 98/195 kB | 12 kB | 105/262 kB
Progress (4): 45 kB | 102/195 kB | 12 kB | 105/262 kB
Progress (4): 45 kB | 102/195 kB | 12 kB | 109/262 kB
Progress (4): 45 kB | 106/195 kB | 12 kB | 109/262 kB
Progress (4): 45 kB | 106/195 kB | 12 kB | 113/262 kB
Progress (4): 45 kB | 110/195 kB | 12 kB | 113/262 kB
Progress (4): 45 kB | 114/195 kB | 12 kB | 113/262 kB
Progress (4): 45 kB | 114/195 kB | 12 kB | 117/262 kB
Progress (4): 45 kB | 118/195 kB | 12 kB | 117/262 kB
Progress (4): 45 kB | 118/195 kB | 12 kB | 121/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 121/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 125/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 129/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 133/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 137/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 141/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 145/262 kB
Progress (4): 45 kB | 122/195 kB | 12 kB | 149/262 kB
Progress (4): 45 kB | 126/195 kB | 12 kB | 149/262 kB
Progress (4): 45 kB | 130/195 kB | 12 kB | 149/262 kB
Progress (4): 45 kB | 131/195 kB | 12 kB | 149/262 kB
Progress (4): 45 kB | 135/195 kB | 12 kB | 149/262 kB
Progress (4): 45 kB | 139/195 kB | 12 kB | 149/262 kB
Progress (4): 45 kB | 139/195 kB | 12 kB | 153/262 kB
Progress (4): 45 kB | 139/195 kB | 12 kB | 157/262 kB
Progress (4): 45 kB | 139/195 kB | 12 kB | 161/262 kB
Progress (4): 45 kB | 139/195 kB | 12 kB | 165/262 kB
Progress (4): 45 kB | 139/195 kB | 12 kB | 169/262 kB
Progress (4): 45 kB | 143/195 kB | 12 kB | 169/262 kB
Progress (4): 45 kB | 143/195 kB | 12 kB | 173/262 kB
Progress (4): 45 kB | 143/195 kB | 12 kB | 177/262 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 154 kB/s)
Progress (3): 143/195 kB | 12 kB | 181/262 kB
Progress (3): 143/195 kB | 12 kB | 185/262 kB
Progress (4): 143/195 kB | 12 kB | 185/262 kB | 4.1/245 kB
Progress (4): 147/195 kB | 12 kB | 185/262 kB | 4.1/245 kB
Progress (4): 147/195 kB | 12 kB | 185/262 kB | 7.7/245 kB
Progress (4): 147/195 kB | 12 kB | 189/262 kB | 7.7/245 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): 147/195 kB | 12 kB | 193/262 kB | 7.7/245 kB
Progress (4): 147/195 kB | 12 kB | 193/262 kB | 12/245 kB 
Progress (4): 147/195 kB | 12 kB | 193/262 kB | 16/245 kB
Progress (4): 147/195 kB | 12 kB | 193/262 kB | 20/245 kB
Progress (4): 151/195 kB | 12 kB | 193/262 kB | 20/245 kB
Progress (4): 155/195 kB | 12 kB | 193/262 kB | 20/245 kB
Progress (4): 155/195 kB | 12 kB | 193/262 kB | 24/245 kB
Progress (4): 159/195 kB | 12 kB | 193/262 kB | 24/245 kB
Progress (4): 159/195 kB | 12 kB | 197/262 kB | 24/245 kB
Progress (4): 159/195 kB | 12 kB | 197/262 kB | 28/245 kB
Progress (4): 163/195 kB | 12 kB | 197/262 kB | 28/245 kB
Progress (4): 163/195 kB | 12 kB | 197/262 kB | 32/245 kB
Progress (4): 163/195 kB | 12 kB | 201/262 kB | 32/245 kB
Progress (4): 163/195 kB | 12 kB | 201/262 kB | 33/245 kB
Progress (4): 163/195 kB | 12 kB | 205/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 205/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 209/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 213/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 217/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 221/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 225/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 229/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 233/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 237/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 241/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 245/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 249/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 253/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 257/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 261/262 kB | 33/245 kB
Progress (4): 167/195 kB | 12 kB | 262 kB | 33/245 kB    
Progress (4): 167/195 kB | 12 kB | 262 kB | 37/245 kB
Progress (4): 171/195 kB | 12 kB | 262 kB | 37/245 kB
Progress (4): 171/195 kB | 12 kB | 262 kB | 41/245 kB
Progress (4): 175/195 kB | 12 kB | 262 kB | 41/245 kB
Progress (4): 175/195 kB | 12 kB | 262 kB | 45/245 kB
Progress (4): 175/195 kB | 12 kB | 262 kB | 49/245 kB
Progress (4): 179/195 kB | 12 kB | 262 kB | 49/245 kB
Progress (4): 179/195 kB | 12 kB | 262 kB | 53/245 kB
Progress (4): 183/195 kB | 12 kB | 262 kB | 53/245 kB
Progress (4): 183/195 kB | 12 kB | 262 kB | 57/245 kB
Progress (4): 187/195 kB | 12 kB | 262 kB | 57/245 kB
Progress (4): 187/195 kB | 12 kB | 262 kB | 61/245 kB
Progress (4): 191/195 kB | 12 kB | 262 kB | 61/245 kB
Progress (4): 191/195 kB | 12 kB | 262 kB | 65/245 kB
Progress (4): 191/195 kB | 12 kB | 262 kB | 66/245 kB
Progress (4): 195/195 kB | 12 kB | 262 kB | 66/245 kB
Progress (4): 195/195 kB | 12 kB | 262 kB | 70/245 kB
Progress (4): 195/195 kB | 12 kB | 262 kB | 74/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 74/245 kB    
Progress (4): 195 kB | 12 kB | 262 kB | 78/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 82/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 86/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 90/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 94/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 98/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 98/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 102/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 106/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 110/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 114/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 118/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 122/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 126/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 130/245 kB
Progress (4): 195 kB | 12 kB | 262 kB | 131/245 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 855 kB/s)
Progress (3): 195 kB | 12 kB | 135/245 kB
                                         
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
Progress (3): 195 kB | 12 kB | 139/245 kB
Progress (3): 195 kB | 12 kB | 143/245 kB
Progress (3): 195 kB | 12 kB | 147/245 kB
Progress (3): 195 kB | 12 kB | 151/245 kB
Progress (3): 195 kB | 12 kB | 155/245 kB
Progress (3): 195 kB | 12 kB | 159/245 kB
Progress (3): 195 kB | 12 kB | 163/245 kB
Progress (3): 195 kB | 12 kB | 164/245 kB
Progress (3): 195 kB | 12 kB | 168/245 kB
Progress (3): 195 kB | 12 kB | 172/245 kB
Progress (3): 195 kB | 12 kB | 176/245 kB
Progress (3): 195 kB | 12 kB | 180/245 kB
Progress (3): 195 kB | 12 kB | 184/245 kB
Progress (3): 195 kB | 12 kB | 188/245 kB
Progress (3): 195 kB | 12 kB | 192/245 kB
Progress (4): 195 kB | 12 kB | 192/245 kB | 4.1/38 kB
Progress (4): 195 kB | 12 kB | 196/245 kB | 4.1/38 kB
Progress (4): 195 kB | 12 kB | 196/245 kB | 7.7/38 kB
Progress (4): 195 kB | 12 kB | 197/245 kB | 7.7/38 kB
Progress (4): 195 kB | 12 kB | 197/245 kB | 12/38 kB 
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 630 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
Progress (3): 12 kB | 201/245 kB | 12/38 kB
Progress (3): 12 kB | 201/245 kB | 16/38 kB
Progress (3): 12 kB | 205/245 kB | 16/38 kB
Progress (3): 12 kB | 205/245 kB | 20/38 kB
Progress (3): 12 kB | 209/245 kB | 20/38 kB
Progress (3): 12 kB | 209/245 kB | 24/38 kB
Progress (3): 12 kB | 209/245 kB | 28/38 kB
Progress (3): 12 kB | 209/245 kB | 32/38 kB
Progress (3): 12 kB | 209/245 kB | 36/38 kB
Progress (3): 12 kB | 209/245 kB | 38 kB   
Progress (3): 12 kB | 213/245 kB | 38 kB
Progress (3): 12 kB | 217/245 kB | 38 kB
Progress (3): 12 kB | 221/245 kB | 38 kB
Progress (3): 12 kB | 225/245 kB | 38 kB
Progress (3): 12 kB | 229/245 kB | 38 kB
Progress (3): 12 kB | 233/245 kB | 38 kB
Progress (3): 12 kB | 237/245 kB | 38 kB
Progress (3): 12 kB | 241/245 kB | 38 kB
Progress (3): 12 kB | 245/245 kB | 38 kB
Progress (4): 12 kB | 245/245 kB | 38 kB | 4.1/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 4.1/104 kB    
Progress (4): 12 kB | 245 kB | 38 kB | 7.7/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 12/104 kB 
Progress (4): 12 kB | 245 kB | 38 kB | 16/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 20/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 24/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 28/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 32/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 33/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 37/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 41/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 45/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 49/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 53/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 57/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 61/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 65/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 66/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 70/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 74/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 78/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 82/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 86/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 90/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 94/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 98/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 102/104 kB
Progress (4): 12 kB | 245 kB | 38 kB | 104 kB    
Progress (5): 12 kB | 245 kB | 38 kB | 104 kB | 4.1/61 kB
Progress (5): 12 kB | 245 kB | 38 kB | 104 kB | 7.7/61 kB
Progress (5): 12 kB | 245 kB | 38 kB | 104 kB | 12/61 kB 
Progress (5): 12 kB | 245 kB | 38 kB | 104 kB | 16/61 kB
                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 768 kB/s)
Progress (4): 12 kB | 38 kB | 104 kB | 20/61 kB
                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Progress (4): 12 kB | 38 kB | 104 kB | 24/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 28/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 32/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 36/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 40/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 44/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 48/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 52/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 56/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 60/61 kB
Progress (4): 12 kB | 38 kB | 104 kB | 61 kB   
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 4.1/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 7.7/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 12/164 kB 
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 16/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 20/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 24/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 28/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 32/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 36/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 40/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 44/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 48/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 52/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 56/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 60/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 64/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 68/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 72/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 76/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 80/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 84/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 88/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 92/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 96/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 100/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 104/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 108/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 112/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 116/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 120/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 124/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 128/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 132/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 136/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 140/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 144/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 148/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 152/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 156/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 160/164 kB
Progress (5): 12 kB | 38 kB | 104 kB | 61 kB | 164 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 91 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 253 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 28 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 389 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
Progress (1): 4.1/282 kB
Progress (1): 7.7/282 kB
Progress (1): 12/282 kB 
Progress (1): 16/282 kB
Progress (1): 20/282 kB
Progress (1): 24/282 kB
Progress (1): 28/282 kB
Progress (1): 32/282 kB
Progress (1): 33/282 kB
Progress (1): 37/282 kB
Progress (1): 41/282 kB
Progress (1): 45/282 kB
Progress (1): 49/282 kB
Progress (2): 49/282 kB | 4.1/64 kB
Progress (2): 53/282 kB | 4.1/64 kB
Progress (2): 53/282 kB | 7.7/64 kB
Progress (2): 57/282 kB | 7.7/64 kB
Progress (2): 57/282 kB | 12/64 kB 
Progress (2): 61/282 kB | 12/64 kB
Progress (2): 61/282 kB | 16/64 kB
Progress (2): 65/282 kB | 16/64 kB
Progress (2): 66/282 kB | 16/64 kB
Progress (2): 66/282 kB | 20/64 kB
Progress (2): 66/282 kB | 24/64 kB
Progress (2): 70/282 kB | 24/64 kB
Progress (2): 70/282 kB | 28/64 kB
Progress (2): 70/282 kB | 32/64 kB
Progress (2): 74/282 kB | 32/64 kB
Progress (2): 78/282 kB | 32/64 kB
Progress (2): 82/282 kB | 32/64 kB
Progress (2): 82/282 kB | 36/64 kB
Progress (2): 86/282 kB | 36/64 kB
Progress (2): 86/282 kB | 40/64 kB
Progress (2): 90/282 kB | 40/64 kB
Progress (2): 90/282 kB | 44/64 kB
Progress (2): 94/282 kB | 44/64 kB
Progress (2): 94/282 kB | 48/64 kB
Progress (2): 98/282 kB | 48/64 kB
Progress (2): 98/282 kB | 48/64 kB
Progress (2): 98/282 kB | 52/64 kB
Progress (2): 102/282 kB | 52/64 kB
Progress (2): 102/282 kB | 56/64 kB
Progress (2): 106/282 kB | 56/64 kB
Progress (2): 106/282 kB | 60/64 kB
Progress (2): 110/282 kB | 60/64 kB
Progress (2): 110/282 kB | 64 kB   
Progress (2): 114/282 kB | 64 kB
Progress (2): 118/282 kB | 64 kB
Progress (2): 122/282 kB | 64 kB
Progress (2): 126/282 kB | 64 kB
Progress (2): 130/282 kB | 64 kB
Progress (2): 131/282 kB | 64 kB
Progress (2): 135/282 kB | 64 kB
Progress (2): 139/282 kB | 64 kB
Progress (2): 143/282 kB | 64 kB
Progress (2): 147/282 kB | 64 kB
Progress (2): 151/282 kB | 64 kB
Progress (2): 155/282 kB | 64 kB
Progress (2): 159/282 kB | 64 kB
Progress (2): 163/282 kB | 64 kB
Progress (2): 167/282 kB | 64 kB
Progress (2): 171/282 kB | 64 kB
Progress (2): 175/282 kB | 64 kB
Progress (2): 179/282 kB | 64 kB
Progress (2): 183/282 kB | 64 kB
Progress (2): 187/282 kB | 64 kB
Progress (2): 191/282 kB | 64 kB
Progress (2): 195/282 kB | 64 kB
Progress (2): 199/282 kB | 64 kB
Progress (2): 203/282 kB | 64 kB
Progress (2): 207/282 kB | 64 kB
Progress (2): 211/282 kB | 64 kB
Progress (2): 215/282 kB | 64 kB
Progress (2): 219/282 kB | 64 kB
Progress (2): 223/282 kB | 64 kB
Progress (2): 227/282 kB | 64 kB
Progress (2): 231/282 kB | 64 kB
Progress (2): 235/282 kB | 64 kB
Progress (2): 239/282 kB | 64 kB
Progress (2): 243/282 kB | 64 kB
Progress (2): 247/282 kB | 64 kB
Progress (2): 251/282 kB | 64 kB
Progress (2): 255/282 kB | 64 kB
Progress (2): 259/282 kB | 64 kB
Progress (2): 263/282 kB | 64 kB
Progress (2): 267/282 kB | 64 kB
Progress (2): 271/282 kB | 64 kB
Progress (2): 275/282 kB | 64 kB
Progress (3): 275/282 kB | 64 kB | 4.1/480 kB
Progress (3): 279/282 kB | 64 kB | 4.1/480 kB
Progress (3): 279/282 kB | 64 kB | 7.7/480 kB
Progress (3): 282 kB | 64 kB | 7.7/480 kB    
Progress (3): 282 kB | 64 kB | 12/480 kB 
Progress (3): 282 kB | 64 kB | 16/480 kB
Progress (3): 282 kB | 64 kB | 20/480 kB
Progress (3): 282 kB | 64 kB | 24/480 kB
Progress (3): 282 kB | 64 kB | 28/480 kB
Progress (3): 282 kB | 64 kB | 32/480 kB
Progress (3): 282 kB | 64 kB | 33/480 kB
Progress (3): 282 kB | 64 kB | 37/480 kB
Progress (3): 282 kB | 64 kB | 41/480 kB
Progress (3): 282 kB | 64 kB | 45/480 kB
Progress (3): 282 kB | 64 kB | 49/480 kB
Progress (4): 282 kB | 64 kB | 49/480 kB | 4.1/209 kB
Progress (4): 282 kB | 64 kB | 53/480 kB | 4.1/209 kB
Progress (4): 282 kB | 64 kB | 57/480 kB | 4.1/209 kB
Progress (4): 282 kB | 64 kB | 57/480 kB | 7.7/209 kB
Progress (4): 282 kB | 64 kB | 61/480 kB | 7.7/209 kB
Progress (4): 282 kB | 64 kB | 61/480 kB | 12/209 kB 
Progress (4): 282 kB | 64 kB | 65/480 kB | 12/209 kB
Progress (4): 282 kB | 64 kB | 65/480 kB | 16/209 kB
Progress (4): 282 kB | 64 kB | 66/480 kB | 16/209 kB
Progress (4): 282 kB | 64 kB | 66/480 kB | 20/209 kB
Progress (4): 282 kB | 64 kB | 66/480 kB | 24/209 kB
Progress (4): 282 kB | 64 kB | 66/480 kB | 28/209 kB
Progress (4): 282 kB | 64 kB | 66/480 kB | 32/209 kB
Progress (4): 282 kB | 64 kB | 66/480 kB | 33/209 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 4.1/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 7.7/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 12/285 kB 
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 16/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 20/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 24/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 28/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 32/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 33/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 37/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 41/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 45/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 49/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 53/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 57/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 61/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 65/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 66/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 70/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 74/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 78/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 82/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 86/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 90/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 94/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 98/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 98/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 102/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 106/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 110/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 114/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 118/285 kB
Progress (5): 282 kB | 64 kB | 66/480 kB | 33/209 kB | 122/285 kB
Progress (5): 282 kB | 64 kB | 70/480 kB | 33/209 kB | 122/285 kB
Progress (5): 282 kB | 64 kB | 70/480 kB | 33/209 kB | 126/285 kB
Progress (5): 282 kB | 64 kB | 70/480 kB | 37/209 kB | 126/285 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 636 kB/s)
Progress (4): 64 kB | 74/480 kB | 37/209 kB | 126/285 kB
                                                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
Progress (4): 64 kB | 74/480 kB | 41/209 kB | 126/285 kB
Progress (4): 64 kB | 74/480 kB | 41/209 kB | 130/285 kB
Progress (4): 64 kB | 74/480 kB | 45/209 kB | 130/285 kB
Progress (4): 64 kB | 78/480 kB | 45/209 kB | 130/285 kB
Progress (4): 64 kB | 78/480 kB | 49/209 kB | 130/285 kB
Progress (4): 64 kB | 78/480 kB | 49/209 kB | 131/285 kB
Progress (4): 64 kB | 82/480 kB | 49/209 kB | 131/285 kB
Progress (4): 64 kB | 82/480 kB | 53/209 kB | 131/285 kB
Progress (4): 64 kB | 82/480 kB | 53/209 kB | 135/285 kB
Progress (4): 64 kB | 82/480 kB | 57/209 kB | 135/285 kB
Progress (4): 64 kB | 86/480 kB | 57/209 kB | 135/285 kB
Progress (4): 64 kB | 86/480 kB | 61/209 kB | 135/285 kB
Progress (4): 64 kB | 86/480 kB | 61/209 kB | 139/285 kB
Progress (4): 64 kB | 86/480 kB | 65/209 kB | 139/285 kB
Progress (4): 64 kB | 86/480 kB | 65/209 kB | 143/285 kB
Progress (4): 64 kB | 86/480 kB | 65/209 kB | 147/285 kB
Progress (4): 64 kB | 86/480 kB | 65/209 kB | 151/285 kB
Progress (4): 64 kB | 90/480 kB | 65/209 kB | 151/285 kB
Progress (4): 64 kB | 90/480 kB | 65/209 kB | 155/285 kB
Progress (4): 64 kB | 94/480 kB | 65/209 kB | 155/285 kB
Progress (4): 64 kB | 98/480 kB | 65/209 kB | 155/285 kB
Progress (4): 64 kB | 98/480 kB | 65/209 kB | 155/285 kB
Progress (4): 64 kB | 98/480 kB | 66/209 kB | 155/285 kB
Progress (4): 64 kB | 102/480 kB | 66/209 kB | 155/285 kB
Progress (4): 64 kB | 102/480 kB | 70/209 kB | 155/285 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 142 kB/s)
Progress (3): 102/480 kB | 70/209 kB | 159/285 kB
Progress (3): 102/480 kB | 70/209 kB | 163/285 kB
Progress (3): 102/480 kB | 74/209 kB | 163/285 kB
Progress (3): 106/480 kB | 74/209 kB | 163/285 kB
Progress (3): 106/480 kB | 74/209 kB | 164/285 kB
Progress (3): 106/480 kB | 78/209 kB | 164/285 kB
Progress (3): 106/480 kB | 78/209 kB | 168/285 kB
Progress (3): 106/480 kB | 78/209 kB | 172/285 kB
Progress (3): 110/480 kB | 78/209 kB | 172/285 kB
Progress (3): 110/480 kB | 78/209 kB | 176/285 kB
Progress (3): 110/480 kB | 82/209 kB | 176/285 kB
Progress (3): 110/480 kB | 82/209 kB | 180/285 kB
Progress (3): 110/480 kB | 86/209 kB | 180/285 kB
Progress (3): 110/480 kB | 90/209 kB | 180/285 kB
Progress (3): 110/480 kB | 94/209 kB | 180/285 kB
Progress (3): 110/480 kB | 98/209 kB | 180/285 kB
Progress (3): 110/480 kB | 98/209 kB | 180/285 kB
Progress (4): 110/480 kB | 98/209 kB | 180/285 kB | 4.1/53 kB
Progress (4): 114/480 kB | 98/209 kB | 180/285 kB | 4.1/53 kB
Progress (4): 114/480 kB | 98/209 kB | 180/285 kB | 7.7/53 kB
Progress (4): 114/480 kB | 102/209 kB | 180/285 kB | 7.7/53 kB
Progress (4): 114/480 kB | 102/209 kB | 184/285 kB | 7.7/53 kB
Progress (4): 114/480 kB | 106/209 kB | 184/285 kB | 7.7/53 kB
Progress (4): 114/480 kB | 106/209 kB | 184/285 kB | 12/53 kB 
Progress (4): 114/480 kB | 110/209 kB | 184/285 kB | 12/53 kB
Progress (4): 118/480 kB | 110/209 kB | 184/285 kB | 12/53 kB
Progress (4): 118/480 kB | 114/209 kB | 184/285 kB | 12/53 kB
Progress (4): 118/480 kB | 114/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 118/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 122/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 126/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 130/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 131/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 135/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 139/209 kB | 184/285 kB | 16/53 kB
Progress (4): 118/480 kB | 139/209 kB | 188/285 kB | 16/53 kB
Progress (4): 118/480 kB | 139/209 kB | 188/285 kB | 20/53 kB
Progress (4): 118/480 kB | 139/209 kB | 192/285 kB | 20/53 kB
Progress (4): 122/480 kB | 139/209 kB | 192/285 kB | 20/53 kB
Progress (4): 122/480 kB | 139/209 kB | 196/285 kB | 20/53 kB
Progress (4): 122/480 kB | 139/209 kB | 196/285 kB | 24/53 kB
Progress (4): 122/480 kB | 143/209 kB | 196/285 kB | 24/53 kB
Progress (4): 126/480 kB | 143/209 kB | 196/285 kB | 24/53 kB
Progress (4): 126/480 kB | 143/209 kB | 197/285 kB | 24/53 kB
Progress (4): 130/480 kB | 143/209 kB | 197/285 kB | 24/53 kB
Progress (4): 130/480 kB | 143/209 kB | 201/285 kB | 24/53 kB
Progress (4): 130/480 kB | 143/209 kB | 205/285 kB | 24/53 kB
Progress (4): 130/480 kB | 147/209 kB | 205/285 kB | 24/53 kB
Progress (4): 130/480 kB | 147/209 kB | 209/285 kB | 24/53 kB
Progress (4): 130/480 kB | 147/209 kB | 213/285 kB | 24/53 kB
Progress (4): 130/480 kB | 147/209 kB | 217/285 kB | 24/53 kB
Progress (4): 130/480 kB | 147/209 kB | 217/285 kB | 28/53 kB
Progress (4): 130/480 kB | 147/209 kB | 221/285 kB | 28/53 kB
Progress (4): 130/480 kB | 151/209 kB | 221/285 kB | 28/53 kB
Progress (4): 130/480 kB | 151/209 kB | 225/285 kB | 28/53 kB
Progress (4): 130/480 kB | 151/209 kB | 229/285 kB | 28/53 kB
Progress (4): 131/480 kB | 151/209 kB | 229/285 kB | 28/53 kB
Progress (4): 131/480 kB | 151/209 kB | 229/285 kB | 28/53 kB
Progress (4): 131/480 kB | 155/209 kB | 229/285 kB | 28/53 kB
Progress (4): 131/480 kB | 155/209 kB | 229/285 kB | 32/53 kB
Progress (4): 131/480 kB | 159/209 kB | 229/285 kB | 32/53 kB
Progress (4): 131/480 kB | 159/209 kB | 233/285 kB | 32/53 kB
Progress (4): 131/480 kB | 159/209 kB | 237/285 kB | 32/53 kB
Progress (4): 135/480 kB | 159/209 kB | 237/285 kB | 32/53 kB
Progress (4): 135/480 kB | 159/209 kB | 241/285 kB | 32/53 kB
Progress (4): 135/480 kB | 159/209 kB | 241/285 kB | 36/53 kB
Progress (4): 135/480 kB | 163/209 kB | 241/285 kB | 36/53 kB
Progress (4): 135/480 kB | 163/209 kB | 241/285 kB | 40/53 kB
Progress (4): 135/480 kB | 163/209 kB | 245/285 kB | 40/53 kB
Progress (4): 139/480 kB | 163/209 kB | 245/285 kB | 40/53 kB
Progress (4): 139/480 kB | 163/209 kB | 249/285 kB | 40/53 kB
Progress (4): 139/480 kB | 163/209 kB | 249/285 kB | 44/53 kB
Progress (4): 139/480 kB | 164/209 kB | 249/285 kB | 44/53 kB
Progress (4): 139/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 143/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 147/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 151/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 155/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 159/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 163/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 164/480 kB | 164/209 kB | 249/285 kB | 48/53 kB
Progress (4): 164/480 kB | 164/209 kB | 253/285 kB | 48/53 kB
Progress (4): 168/480 kB | 164/209 kB | 253/285 kB | 48/53 kB
Progress (4): 168/480 kB | 164/209 kB | 253/285 kB | 52/53 kB
Progress (4): 168/480 kB | 168/209 kB | 253/285 kB | 52/53 kB
Progress (4): 168/480 kB | 168/209 kB | 253/285 kB | 53 kB   
Progress (4): 172/480 kB | 168/209 kB | 253/285 kB | 53 kB
Progress (4): 172/480 kB | 168/209 kB | 257/285 kB | 53 kB
Progress (4): 172/480 kB | 172/209 kB | 257/285 kB | 53 kB
Progress (4): 172/480 kB | 172/209 kB | 261/285 kB | 53 kB
Progress (4): 172/480 kB | 176/209 kB | 261/285 kB | 53 kB
Progress (4): 176/480 kB | 176/209 kB | 261/285 kB | 53 kB
Progress (4): 176/480 kB | 180/209 kB | 261/285 kB | 53 kB
Progress (4): 176/480 kB | 184/209 kB | 261/285 kB | 53 kB
Progress (4): 176/480 kB | 188/209 kB | 261/285 kB | 53 kB
Progress (4): 176/480 kB | 188/209 kB | 265/285 kB | 53 kB
Progress (4): 180/480 kB | 188/209 kB | 265/285 kB | 53 kB
Progress (4): 180/480 kB | 188/209 kB | 269/285 kB | 53 kB
Progress (4): 184/480 kB | 188/209 kB | 269/285 kB | 53 kB
Progress (4): 184/480 kB | 192/209 kB | 269/285 kB | 53 kB
Progress (4): 188/480 kB | 192/209 kB | 269/285 kB | 53 kB
Progress (4): 188/480 kB | 192/209 kB | 273/285 kB | 53 kB
Progress (4): 192/480 kB | 192/209 kB | 273/285 kB | 53 kB
Progress (4): 192/480 kB | 192/209 kB | 277/285 kB | 53 kB
Progress (4): 192/480 kB | 196/209 kB | 277/285 kB | 53 kB
Progress (4): 192/480 kB | 196/209 kB | 281/285 kB | 53 kB
Progress (4): 192/480 kB | 200/209 kB | 281/285 kB | 53 kB
Progress (4): 192/480 kB | 204/209 kB | 281/285 kB | 53 kB
Progress (4): 192/480 kB | 208/209 kB | 281/285 kB | 53 kB
Progress (4): 192/480 kB | 209 kB | 281/285 kB | 53 kB    
Progress (4): 196/480 kB | 209 kB | 281/285 kB | 53 kB
Progress (4): 196/480 kB | 209 kB | 285 kB | 53 kB    
Progress (4): 197/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 201/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 205/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 209/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 213/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 217/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 221/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 225/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 229/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 229/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 233/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 237/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 241/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 245/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 249/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 253/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 257/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 261/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 262/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 266/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 270/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 274/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 278/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 282/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 286/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 290/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 294/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 295/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 299/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 303/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 307/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 311/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 315/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 319/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 323/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 327/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 328/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 332/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 336/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 340/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 344/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 348/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 352/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 356/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 360/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 360/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 365/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 368/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 373/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 376/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 381/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 384/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 389/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 392/480 kB | 209 kB | 285 kB | 53 kB
Progress (4): 393/480 kB | 209 kB | 285 kB | 53 kB
                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 107 kB/s)
Progress (3): 397/480 kB | 209 kB | 285 kB
Progress (3): 401/480 kB | 209 kB | 285 kB
Progress (3): 405/480 kB | 209 kB | 285 kB
Progress (3): 409/480 kB | 209 kB | 285 kB
Progress (3): 413/480 kB | 209 kB | 285 kB
Progress (3): 417/480 kB | 209 kB | 285 kB
Progress (3): 421/480 kB | 209 kB | 285 kB
Progress (3): 425/480 kB | 209 kB | 285 kB
Progress (3): 426/480 kB | 209 kB | 285 kB
Progress (3): 430/480 kB | 209 kB | 285 kB
Progress (3): 434/480 kB | 209 kB | 285 kB
Progress (3): 438/480 kB | 209 kB | 285 kB
Progress (3): 442/480 kB | 209 kB | 285 kB
Progress (3): 446/480 kB | 209 kB | 285 kB
Progress (3): 450/480 kB | 209 kB | 285 kB
Progress (3): 454/480 kB | 209 kB | 285 kB
Progress (3): 458/480 kB | 209 kB | 285 kB
Progress (3): 462/480 kB | 209 kB | 285 kB
Progress (3): 466/480 kB | 209 kB | 285 kB
Progress (3): 470/480 kB | 209 kB | 285 kB
Progress (3): 474/480 kB | 209 kB | 285 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 418 kB/s)
Progress (2): 478/480 kB | 285 kB
Progress (2): 480 kB | 285 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 568 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 954 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ yasson ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ yasson ---
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 132 kB/s)
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.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.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 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 141 kB/s)
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 658 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.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 114 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.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 135 kB/s)
Downloading from 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 110 kB/s)
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 99 kB/s)
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 6.8 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.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 646 kB/s)
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 98 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.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 105 kB/s)
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 417 kB/s)
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 176 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.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 75 kB/s)
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 168 kB/s)
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 76 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.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 127 kB/s)
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 949 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.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 88 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.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 68 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.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 532 kB/s)
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.2 MB/s)
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 97 kB/s)
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 129 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.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 79 kB/s)
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 234 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 69 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.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/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 1.4 MB/s)
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 101 kB/s)
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.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 145 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 83 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 84 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 234 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 165 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 133 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 126 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 135 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.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 788 kB/s)
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.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 56 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 114 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 155 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 113 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 144 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 136 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 652 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 245 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom
Progress (1): 3.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 287 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.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/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom
Progress (1): 1.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 93 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.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.3/plexus-utils-3.0.3.pom (2.5 kB at 148 kB/s)
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.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 68 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.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.14/plexus-utils-3.0.14.pom (3.1 kB at 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.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.1/commons-io-2.1.pom (11 kB at 665 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom
Progress (1): 2.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 117 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 71 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.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/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 395 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 322 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 87 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom
Progress (1): 804 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 62 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom
Progress (1): 2.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 103 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 112 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 447 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom
Progress (1): 1.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 86 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 76 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 77 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 127 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 90 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom
Progress (1): 996 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 50 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom
Progress (1): 971 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 61 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 68 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 63 kB/s)
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 224 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
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
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
Progress (1): 4.1/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 33/68 kB
Progress (1): 37/68 kB
Progress (1): 41/68 kB
Progress (1): 45/68 kB
Progress (1): 49/68 kB
Progress (1): 53/68 kB
Progress (1): 57/68 kB
Progress (1): 61/68 kB
Progress (1): 65/68 kB
Progress (1): 68 kB   
Progress (2): 68 kB | 4.1/332 kB
Progress (2): 68 kB | 7.7/332 kB
Progress (2): 68 kB | 12/332 kB 
Progress (2): 68 kB | 16/332 kB
Progress (2): 68 kB | 20/332 kB
Progress (3): 68 kB | 20/332 kB | 4.1/156 kB
Progress (3): 68 kB | 20/332 kB | 7.7/156 kB
Progress (3): 68 kB | 20/332 kB | 12/156 kB 
Progress (3): 68 kB | 20/332 kB | 16/156 kB
Progress (3): 68 kB | 24/332 kB | 16/156 kB
Progress (3): 68 kB | 28/332 kB | 16/156 kB
Progress (3): 68 kB | 32/332 kB | 16/156 kB
Progress (3): 68 kB | 33/332 kB | 16/156 kB
Progress (3): 68 kB | 37/332 kB | 16/156 kB
Progress (3): 68 kB | 41/332 kB | 16/156 kB
Progress (3): 68 kB | 45/332 kB | 16/156 kB
Progress (3): 68 kB | 49/332 kB | 16/156 kB
Progress (3): 68 kB | 53/332 kB | 16/156 kB
Progress (3): 68 kB | 57/332 kB | 16/156 kB
Progress (3): 68 kB | 61/332 kB | 16/156 kB
Progress (3): 68 kB | 65/332 kB | 16/156 kB
Progress (3): 68 kB | 66/332 kB | 16/156 kB
Progress (3): 68 kB | 70/332 kB | 16/156 kB
Progress (3): 68 kB | 74/332 kB | 16/156 kB
Progress (3): 68 kB | 78/332 kB | 16/156 kB
Progress (3): 68 kB | 82/332 kB | 16/156 kB
Progress (3): 68 kB | 86/332 kB | 16/156 kB
Progress (3): 68 kB | 90/332 kB | 16/156 kB
Progress (3): 68 kB | 94/332 kB | 16/156 kB
Progress (3): 68 kB | 98/332 kB | 16/156 kB
Progress (3): 68 kB | 98/332 kB | 16/156 kB
Progress (3): 68 kB | 102/332 kB | 16/156 kB
Progress (3): 68 kB | 106/332 kB | 16/156 kB
Progress (3): 68 kB | 106/332 kB | 20/156 kB
Progress (3): 68 kB | 110/332 kB | 20/156 kB
Progress (3): 68 kB | 110/332 kB | 24/156 kB
Progress (3): 68 kB | 114/332 kB | 24/156 kB
Progress (3): 68 kB | 118/332 kB | 24/156 kB
Progress (3): 68 kB | 122/332 kB | 24/156 kB
Progress (3): 68 kB | 126/332 kB | 24/156 kB
Progress (3): 68 kB | 130/332 kB | 24/156 kB
Progress (3): 68 kB | 131/332 kB | 24/156 kB
Progress (3): 68 kB | 131/332 kB | 28/156 kB
Progress (3): 68 kB | 135/332 kB | 28/156 kB
Progress (3): 68 kB | 135/332 kB | 32/156 kB
Progress (3): 68 kB | 139/332 kB | 32/156 kB
Progress (3): 68 kB | 139/332 kB | 33/156 kB
Progress (3): 68 kB | 143/332 kB | 33/156 kB
Progress (3): 68 kB | 147/332 kB | 33/156 kB
Progress (3): 68 kB | 147/332 kB | 37/156 kB
Progress (3): 68 kB | 147/332 kB | 41/156 kB
Progress (3): 68 kB | 151/332 kB | 41/156 kB
Progress (3): 68 kB | 155/332 kB | 41/156 kB
Progress (3): 68 kB | 159/332 kB | 41/156 kB
Progress (3): 68 kB | 163/332 kB | 41/156 kB
Progress (3): 68 kB | 163/332 kB | 45/156 kB
Progress (3): 68 kB | 164/332 kB | 45/156 kB
Progress (3): 68 kB | 164/332 kB | 49/156 kB
Progress (3): 68 kB | 168/332 kB | 49/156 kB
Progress (3): 68 kB | 172/332 kB | 49/156 kB
Progress (3): 68 kB | 176/332 kB | 49/156 kB
Progress (3): 68 kB | 180/332 kB | 49/156 kB
Progress (3): 68 kB | 184/332 kB | 49/156 kB
Progress (3): 68 kB | 188/332 kB | 49/156 kB
Progress (3): 68 kB | 192/332 kB | 49/156 kB
Progress (3): 68 kB | 196/332 kB | 49/156 kB
Progress (3): 68 kB | 197/332 kB | 49/156 kB
Progress (3): 68 kB | 201/332 kB | 49/156 kB
Progress (3): 68 kB | 205/332 kB | 49/156 kB
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 2.2 MB/s)
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 (2): 209/332 kB | 49/156 kB
Progress (2): 213/332 kB | 49/156 kB
Progress (2): 213/332 kB | 53/156 kB
Progress (2): 217/332 kB | 53/156 kB
Progress (2): 217/332 kB | 57/156 kB
Progress (2): 221/332 kB | 57/156 kB
Progress (2): 221/332 kB | 61/156 kB
Progress (2): 225/332 kB | 61/156 kB
Progress (2): 225/332 kB | 65/156 kB
Progress (2): 229/332 kB | 65/156 kB
Progress (2): 229/332 kB | 66/156 kB
Progress (2): 229/332 kB | 66/156 kB
Progress (2): 233/332 kB | 66/156 kB
Progress (2): 233/332 kB | 70/156 kB
Progress (2): 233/332 kB | 74/156 kB
Progress (2): 237/332 kB | 74/156 kB
Progress (2): 241/332 kB | 74/156 kB
Progress (2): 245/332 kB | 74/156 kB
Progress (2): 245/332 kB | 78/156 kB
Progress (2): 249/332 kB | 78/156 kB
Progress (2): 249/332 kB | 82/156 kB
Progress (2): 253/332 kB | 82/156 kB
Progress (2): 257/332 kB | 82/156 kB
Progress (2): 261/332 kB | 82/156 kB
Progress (2): 261/332 kB | 86/156 kB
Progress (2): 262/332 kB | 86/156 kB
Progress (2): 262/332 kB | 90/156 kB
Progress (2): 266/332 kB | 90/156 kB
Progress (2): 266/332 kB | 94/156 kB
Progress (2): 270/332 kB | 94/156 kB
Progress (2): 270/332 kB | 98/156 kB
Progress (2): 274/332 kB | 98/156 kB
Progress (2): 278/332 kB | 98/156 kB
Progress (2): 282/332 kB | 98/156 kB
Progress (2): 286/332 kB | 98/156 kB
Progress (2): 290/332 kB | 98/156 kB
Progress (2): 294/332 kB | 98/156 kB
Progress (2): 295/332 kB | 98/156 kB
Progress (2): 299/332 kB | 98/156 kB
Progress (2): 303/332 kB | 98/156 kB
Progress (2): 307/332 kB | 98/156 kB
Progress (2): 311/332 kB | 98/156 kB
Progress (2): 315/332 kB | 98/156 kB
Progress (2): 319/332 kB | 98/156 kB
Progress (2): 323/332 kB | 98/156 kB
Progress (2): 327/332 kB | 98/156 kB
Progress (2): 331/332 kB | 98/156 kB
Progress (2): 332 kB | 98/156 kB    
Progress (2): 332 kB | 102/156 kB
Progress (2): 332 kB | 106/156 kB
Progress (2): 332 kB | 110/156 kB
Progress (2): 332 kB | 114/156 kB
Progress (2): 332 kB | 118/156 kB
Progress (2): 332 kB | 122/156 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 8.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
Progress (2): 122/156 kB | 4.1/88 kB
Progress (2): 126/156 kB | 4.1/88 kB
Progress (2): 126/156 kB | 7.7/88 kB
Progress (2): 130/156 kB | 7.7/88 kB
Progress (3): 130/156 kB | 7.7/88 kB | 4.1/35 kB
Progress (3): 130/156 kB | 12/88 kB | 4.1/35 kB 
Progress (3): 130/156 kB | 12/88 kB | 7.7/35 kB
Progress (3): 134/156 kB | 12/88 kB | 7.7/35 kB
Progress (3): 134/156 kB | 16/88 kB | 7.7/35 kB
Progress (3): 134/156 kB | 16/88 kB | 12/35 kB 
Progress (3): 138/156 kB | 16/88 kB | 12/35 kB
Progress (3): 138/156 kB | 16/88 kB | 16/35 kB
Progress (3): 142/156 kB | 16/88 kB | 16/35 kB
Progress (3): 146/156 kB | 16/88 kB | 16/35 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 4.1/30 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 7.7/30 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 12/30 kB 
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 16/30 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 20/30 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 24/30 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 28/30 kB
Progress (4): 146/156 kB | 16/88 kB | 16/35 kB | 30 kB   
Progress (4): 146/156 kB | 20/88 kB | 16/35 kB | 30 kB
Progress (4): 146/156 kB | 24/88 kB | 16/35 kB | 30 kB
Progress (4): 146/156 kB | 28/88 kB | 16/35 kB | 30 kB
Progress (4): 146/156 kB | 32/88 kB | 16/35 kB | 30 kB
Progress (4): 146/156 kB | 36/88 kB | 16/35 kB | 30 kB
Progress (4): 146/156 kB | 40/88 kB | 16/35 kB | 30 kB
Progress (4): 146/156 kB | 44/88 kB | 16/35 kB | 30 kB
Progress (4): 150/156 kB | 44/88 kB | 16/35 kB | 30 kB
Progress (4): 150/156 kB | 44/88 kB | 20/35 kB | 30 kB
Progress (4): 154/156 kB | 44/88 kB | 20/35 kB | 30 kB
Progress (4): 154/156 kB | 48/88 kB | 20/35 kB | 30 kB
Progress (4): 156 kB | 48/88 kB | 20/35 kB | 30 kB    
Progress (4): 156 kB | 52/88 kB | 20/35 kB | 30 kB
Progress (4): 156 kB | 52/88 kB | 24/35 kB | 30 kB
Progress (4): 156 kB | 56/88 kB | 24/35 kB | 30 kB
Progress (4): 156 kB | 56/88 kB | 28/35 kB | 30 kB
Progress (4): 156 kB | 60/88 kB | 28/35 kB | 30 kB
Progress (4): 156 kB | 60/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 64/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 68/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 72/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 76/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 80/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 84/88 kB | 32/35 kB | 30 kB
Progress (4): 156 kB | 88 kB | 32/35 kB | 30 kB   
Progress (5): 156 kB | 88 kB | 32/35 kB | 30 kB | 4.1/51 kB
Progress (5): 156 kB | 88 kB | 32/35 kB | 30 kB | 7.7/51 kB
Progress (5): 156 kB | 88 kB | 35 kB | 30 kB | 7.7/51 kB   
Progress (5): 156 kB | 88 kB | 35 kB | 30 kB | 12/51 kB 
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 606 kB/s)
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 (4): 156 kB | 88 kB | 35 kB | 16/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 20/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 24/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 28/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 32/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 36/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 40/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 44/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 48/51 kB
Progress (4): 156 kB | 88 kB | 35 kB | 51 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 1.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
Progress (4): 156 kB | 35 kB | 51 kB | 4.1/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 7.7/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 12/80 kB 
Progress (4): 156 kB | 35 kB | 51 kB | 16/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 20/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 24/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 28/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 32/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 33/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 37/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 41/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 45/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 49/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 53/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 57/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 61/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 65/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 69/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 73/80 kB
Progress (4): 156 kB | 35 kB | 51 kB | 77/80 kB
Progress (5): 156 kB | 35 kB | 51 kB | 77/80 kB | 4.1/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 4.1/49 kB   
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 7.7/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 12/49 kB 
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 16/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 20/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 24/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 28/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 32/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 36/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 40/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 44/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 48/49 kB
Progress (5): 156 kB | 35 kB | 51 kB | 80 kB | 49 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 2.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 4.1/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 7.7/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 12/178 kB 
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 16/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 20/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 24/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 28/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 32/178 kB
Progress (5): 35 kB | 51 kB | 80 kB | 49 kB | 36/178 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 679 kB/s)
Progress (4): 35 kB | 80 kB | 49 kB | 40/178 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 459 kB/s)
Progress (3): 80 kB | 49 kB | 44/178 kB
Progress (3): 80 kB | 49 kB | 48/178 kB
Progress (3): 80 kB | 49 kB | 52/178 kB
Progress (3): 80 kB | 49 kB | 56/178 kB
Progress (3): 80 kB | 49 kB | 60/178 kB
Progress (3): 80 kB | 49 kB | 64/178 kB
Progress (3): 80 kB | 49 kB | 68/178 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
Progress (3): 80 kB | 49 kB | 72/178 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): 80 kB | 49 kB | 76/178 kB
Progress (3): 80 kB | 49 kB | 80/178 kB
Progress (3): 80 kB | 49 kB | 84/178 kB
Progress (3): 80 kB | 49 kB | 88/178 kB
Progress (3): 80 kB | 49 kB | 92/178 kB
Progress (3): 80 kB | 49 kB | 96/178 kB
Progress (3): 80 kB | 49 kB | 100/178 kB
Progress (3): 80 kB | 49 kB | 104/178 kB
Progress (3): 80 kB | 49 kB | 108/178 kB
Progress (3): 80 kB | 49 kB | 112/178 kB
Progress (3): 80 kB | 49 kB | 116/178 kB
Progress (3): 80 kB | 49 kB | 120/178 kB
Progress (3): 80 kB | 49 kB | 124/178 kB
Progress (3): 80 kB | 49 kB | 128/178 kB
Progress (3): 80 kB | 49 kB | 132/178 kB
Progress (3): 80 kB | 49 kB | 136/178 kB
Progress (3): 80 kB | 49 kB | 140/178 kB
Progress (3): 80 kB | 49 kB | 144/178 kB
Progress (3): 80 kB | 49 kB | 148/178 kB
Progress (3): 80 kB | 49 kB | 152/178 kB
Progress (3): 80 kB | 49 kB | 156/178 kB
Progress (3): 80 kB | 49 kB | 160/178 kB
Progress (3): 80 kB | 49 kB | 164/178 kB
Progress (3): 80 kB | 49 kB | 168/178 kB
Progress (3): 80 kB | 49 kB | 172/178 kB
Progress (3): 80 kB | 49 kB | 176/178 kB
Progress (3): 80 kB | 49 kB | 178 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 584 kB/s)
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
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 956 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Progress (2): 178 kB | 4.1/22 kB
Progress (3): 178 kB | 4.1/22 kB | 4.1/8.8 kB
Progress (3): 178 kB | 4.1/22 kB | 7.7/8.8 kB
Progress (3): 178 kB | 4.1/22 kB | 8.8 kB    
Progress (3): 178 kB | 7.7/22 kB | 8.8 kB
Progress (3): 178 kB | 12/22 kB | 8.8 kB 
Progress (3): 178 kB | 16/22 kB | 8.8 kB
Progress (3): 178 kB | 20/22 kB | 8.8 kB
Progress (3): 178 kB | 22 kB | 8.8 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 95 kB/s)
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
Progress (2): 22 kB | 4.1/17 kB
Progress (2): 22 kB | 7.7/17 kB
Progress (2): 22 kB | 12/17 kB 
Progress (2): 22 kB | 16/17 kB
Progress (2): 22 kB | 17 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.jar (22 kB at 211 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Progress (2): 17 kB | 4.1/22 kB
Progress (2): 17 kB | 7.7/22 kB
Progress (2): 17 kB | 12/22 kB 
Progress (2): 17 kB | 16/22 kB
Progress (3): 17 kB | 16/22 kB | 4.1/13 kB
Progress (3): 17 kB | 16/22 kB | 7.7/13 kB
Progress (3): 17 kB | 20/22 kB | 7.7/13 kB
Progress (3): 17 kB | 20/22 kB | 12/13 kB 
Progress (3): 17 kB | 20/22 kB | 13 kB   
Progress (3): 17 kB | 22 kB | 13 kB   
Progress (4): 17 kB | 22 kB | 13 kB | 4.1/9.8 kB
Progress (4): 17 kB | 22 kB | 13 kB | 7.7/9.8 kB
Progress (4): 17 kB | 22 kB | 13 kB | 9.8 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 114 kB/s)
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 199 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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
Progress (3): 17 kB | 9.8 kB | 4.1/26 kB
Progress (3): 17 kB | 9.8 kB | 7.7/26 kB
Progress (3): 17 kB | 9.8 kB | 12/26 kB 
Progress (3): 17 kB | 9.8 kB | 16/26 kB
Progress (3): 17 kB | 9.8 kB | 20/26 kB
Progress (3): 17 kB | 9.8 kB | 24/26 kB
Progress (3): 17 kB | 9.8 kB | 26 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 133 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 (3): 9.8 kB | 26 kB | 4.1/41 kB
Progress (4): 9.8 kB | 26 kB | 4.1/41 kB | 4.1/13 kB
Progress (5): 9.8 kB | 26 kB | 4.1/41 kB | 4.1/13 kB | 4.1/11 kB
Progress (5): 9.8 kB | 26 kB | 4.1/41 kB | 7.7/13 kB | 4.1/11 kB
Progress (5): 9.8 kB | 26 kB | 4.1/41 kB | 12/13 kB | 4.1/11 kB 
Progress (5): 9.8 kB | 26 kB | 7.7/41 kB | 12/13 kB | 4.1/11 kB
Progress (5): 9.8 kB | 26 kB | 7.7/41 kB | 13 kB | 4.1/11 kB   
Progress (5): 9.8 kB | 26 kB | 7.7/41 kB | 13 kB | 7.7/11 kB
Progress (5): 9.8 kB | 26 kB | 12/41 kB | 13 kB | 7.7/11 kB 
Progress (5): 9.8 kB | 26 kB | 12/41 kB | 13 kB | 11 kB    
Progress (5): 9.8 kB | 26 kB | 16/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 20/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 24/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 28/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 32/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 36/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 40/41 kB | 13 kB | 11 kB
Progress (5): 9.8 kB | 26 kB | 41 kB | 13 kB | 11 kB   
                                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 65 kB/s)
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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 265 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
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 159 kB/s)
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
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 80 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar
Progress (2): 11 kB | 4.1/39 kB
Progress (2): 11 kB | 7.7/39 kB
Progress (2): 11 kB | 12/39 kB 
Progress (2): 11 kB | 16/39 kB
Progress (2): 11 kB | 20/39 kB
Progress (2): 11 kB | 24/39 kB
Progress (2): 11 kB | 28/39 kB
Progress (2): 11 kB | 32/39 kB
Progress (2): 11 kB | 36/39 kB
Progress (2): 11 kB | 39 kB   
Progress (3): 11 kB | 39 kB | 4.1/10 kB
Progress (3): 11 kB | 39 kB | 7.7/10 kB
Progress (3): 11 kB | 39 kB | 10 kB    
Progress (4): 11 kB | 39 kB | 10 kB | 4.1/107 kB
Progress (4): 11 kB | 39 kB | 10 kB | 7.7/107 kB
Progress (4): 11 kB | 39 kB | 10 kB | 12/107 kB 
Progress (4): 11 kB | 39 kB | 10 kB | 16/107 kB
Progress (4): 11 kB | 39 kB | 10 kB | 20/107 kB
Progress (4): 11 kB | 39 kB | 10 kB | 24/107 kB
Progress (4): 11 kB | 39 kB | 10 kB | 28/107 kB
Progress (5): 11 kB | 39 kB | 10 kB | 28/107 kB | 4.1/12 kB
Progress (5): 11 kB | 39 kB | 10 kB | 28/107 kB | 7.7/12 kB
Progress (5): 11 kB | 39 kB | 10 kB | 32/107 kB | 7.7/12 kB
Progress (5): 11 kB | 39 kB | 10 kB | 32/107 kB | 12/12 kB 
Progress (5): 11 kB | 39 kB | 10 kB | 36/107 kB | 12/12 kB
Progress (5): 11 kB | 39 kB | 10 kB | 36/107 kB | 12 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 64 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar
Progress (4): 39 kB | 10 kB | 40/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 44/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 48/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 52/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 56/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 60/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 64/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 68/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 72/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 76/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 80/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 84/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 88/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 92/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 96/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 100/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 104/107 kB | 12 kB
Progress (4): 39 kB | 10 kB | 107 kB | 12 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 57 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar
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 202 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar
Progress (3): 107 kB | 12 kB | 4.1/11 kB
Progress (3): 107 kB | 12 kB | 7.7/11 kB
Progress (3): 107 kB | 12 kB | 11 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 57 kB/s)
Progress (3): 107 kB | 11 kB | 4.1/56 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 489 kB/s)
Progress (2): 11 kB | 7.7/56 kB
                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar
Progress (2): 11 kB | 12/56 kB
Progress (2): 11 kB | 16/56 kB
Progress (2): 11 kB | 20/56 kB
Progress (2): 11 kB | 24/56 kB
Progress (2): 11 kB | 28/56 kB
Progress (2): 11 kB | 32/56 kB
Progress (2): 11 kB | 36/56 kB
Progress (2): 11 kB | 40/56 kB
                              
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): 11 kB | 44/56 kB
Progress (2): 11 kB | 48/56 kB
Progress (2): 11 kB | 52/56 kB
Progress (2): 11 kB | 56 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 48 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar
Progress (2): 56 kB | 4.1/78 kB
Progress (2): 56 kB | 7.7/78 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 241 kB/s)
Progress (1): 12/78 kB
                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar
Progress (1): 16/78 kB
Progress (1): 20/78 kB
Progress (1): 24/78 kB
Progress (1): 28/78 kB
Progress (1): 32/78 kB
Progress (1): 33/78 kB
Progress (1): 37/78 kB
Progress (1): 41/78 kB
Progress (1): 45/78 kB
Progress (1): 49/78 kB
Progress (1): 53/78 kB
Progress (1): 57/78 kB
Progress (1): 61/78 kB
Progress (1): 65/78 kB
Progress (1): 69/78 kB
Progress (1): 73/78 kB
Progress (1): 77/78 kB
Progress (1): 78 kB   
Progress (2): 78 kB | 4.1/66 kB
Progress (2): 78 kB | 7.7/66 kB
Progress (2): 78 kB | 12/66 kB 
Progress (2): 78 kB | 16/66 kB
Progress (2): 78 kB | 20/66 kB
Progress (2): 78 kB | 24/66 kB
Progress (2): 78 kB | 28/66 kB
Progress (2): 78 kB | 32/66 kB
Progress (2): 78 kB | 33/66 kB
Progress (2): 78 kB | 37/66 kB
Progress (2): 78 kB | 41/66 kB
Progress (2): 78 kB | 45/66 kB
Progress (2): 78 kB | 49/66 kB
Progress (2): 78 kB | 53/66 kB
Progress (2): 78 kB | 57/66 kB
Progress (2): 78 kB | 61/66 kB
Progress (2): 78 kB | 65/66 kB
Progress (2): 78 kB | 66 kB   
Progress (3): 78 kB | 66 kB | 4.1/174 kB
Progress (3): 78 kB | 66 kB | 7.7/174 kB
Progress (3): 78 kB | 66 kB | 12/174 kB 
Progress (3): 78 kB | 66 kB | 16/174 kB
Progress (3): 78 kB | 66 kB | 20/174 kB
Progress (3): 78 kB | 66 kB | 24/174 kB
Progress (3): 78 kB | 66 kB | 28/174 kB
Progress (3): 78 kB | 66 kB | 32/174 kB
Progress (4): 78 kB | 66 kB | 32/174 kB | 4.1/37 kB
Progress (4): 78 kB | 66 kB | 32/174 kB | 7.7/37 kB
Progress (5): 78 kB | 66 kB | 32/174 kB | 7.7/37 kB | 4.1/34 kB
Progress (5): 78 kB | 66 kB | 32/174 kB | 7.7/37 kB | 7.7/34 kB
                                                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 274 kB/s)
Progress (4): 78 kB | 33/174 kB | 7.7/37 kB | 7.7/34 kB
Progress (4): 78 kB | 37/174 kB | 7.7/37 kB | 7.7/34 kB
Progress (4): 78 kB | 41/174 kB | 7.7/37 kB | 7.7/34 kB
Progress (4): 78 kB | 45/174 kB | 7.7/37 kB | 7.7/34 kB
Progress (4): 78 kB | 49/174 kB | 7.7/37 kB | 7.7/34 kB
Progress (4): 78 kB | 53/174 kB | 7.7/37 kB | 7.7/34 kB
Progress (4): 78 kB | 57/174 kB | 7.7/37 kB | 7.7/34 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar
Progress (4): 78 kB | 57/174 kB | 7.7/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 12/37 kB | 12/34 kB 
Progress (4): 78 kB | 57/174 kB | 16/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 20/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 24/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 28/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 32/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 36/37 kB | 12/34 kB
Progress (4): 78 kB | 57/174 kB | 37 kB | 12/34 kB   
Progress (4): 78 kB | 57/174 kB | 37 kB | 16/34 kB
Progress (4): 78 kB | 61/174 kB | 37 kB | 16/34 kB
Progress (4): 78 kB | 65/174 kB | 37 kB | 16/34 kB
Progress (4): 78 kB | 66/174 kB | 37 kB | 16/34 kB
Progress (4): 78 kB | 66/174 kB | 37 kB | 20/34 kB
Progress (4): 78 kB | 70/174 kB | 37 kB | 20/34 kB
Progress (4): 78 kB | 74/174 kB | 37 kB | 20/34 kB
Progress (4): 78 kB | 74/174 kB | 37 kB | 24/34 kB
Progress (4): 78 kB | 78/174 kB | 37 kB | 24/34 kB
Progress (4): 78 kB | 78/174 kB | 37 kB | 28/34 kB
Progress (4): 78 kB | 82/174 kB | 37 kB | 28/34 kB
Progress (4): 78 kB | 82/174 kB | 37 kB | 32/34 kB
Progress (4): 78 kB | 86/174 kB | 37 kB | 32/34 kB
Progress (4): 78 kB | 86/174 kB | 37 kB | 34 kB   
Progress (4): 78 kB | 90/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 94/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 98/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 98/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 102/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 106/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 110/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 114/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 118/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 122/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 126/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 130/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 131/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 135/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 139/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 143/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 147/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 151/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 155/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 159/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 163/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 167/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 171/174 kB | 37 kB | 34 kB
Progress (4): 78 kB | 174 kB | 37 kB | 34 kB    
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 304 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 132 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar
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 673 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 145 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.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   
Progress (2): 30 kB | 4.1/83 kB
Progress (2): 30 kB | 7.7/83 kB
Progress (2): 30 kB | 12/83 kB 
Progress (2): 30 kB | 16/83 kB
Progress (2): 30 kB | 20/83 kB
Progress (2): 30 kB | 24/83 kB
Progress (3): 30 kB | 24/83 kB | 4.1/71 kB
Progress (3): 30 kB | 28/83 kB | 4.1/71 kB
Progress (3): 30 kB | 28/83 kB | 7.7/71 kB
Progress (3): 30 kB | 32/83 kB | 7.7/71 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 111 kB/s)
Progress (2): 33/83 kB | 7.7/71 kB
Progress (2): 33/83 kB | 12/71 kB 
Progress (2): 33/83 kB | 16/71 kB
Progress (3): 33/83 kB | 16/71 kB | 4.1/68 kB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar
Progress (3): 33/83 kB | 16/71 kB | 7.7/68 kB
Progress (3): 33/83 kB | 20/71 kB | 7.7/68 kB
Progress (3): 33/83 kB | 20/71 kB | 12/68 kB 
Progress (3): 33/83 kB | 24/71 kB | 12/68 kB
Progress (3): 33/83 kB | 24/71 kB | 16/68 kB
Progress (3): 33/83 kB | 28/71 kB | 16/68 kB
Progress (3): 33/83 kB | 28/71 kB | 20/68 kB
Progress (3): 37/83 kB | 28/71 kB | 20/68 kB
Progress (3): 37/83 kB | 32/71 kB | 20/68 kB
Progress (3): 41/83 kB | 32/71 kB | 20/68 kB
Progress (3): 41/83 kB | 32/71 kB | 24/68 kB
Progress (4): 41/83 kB | 32/71 kB | 24/68 kB | 4.1/76 kB
Progress (4): 41/83 kB | 33/71 kB | 24/68 kB | 4.1/76 kB
Progress (4): 41/83 kB | 33/71 kB | 24/68 kB | 7.7/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 7.7/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 12/76 kB 
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 16/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 20/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 24/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 28/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 32/76 kB
Progress (4): 41/83 kB | 33/71 kB | 28/68 kB | 33/76 kB
Progress (4): 45/83 kB | 33/71 kB | 28/68 kB | 33/76 kB
Progress (4): 49/83 kB | 33/71 kB | 28/68 kB | 33/76 kB
Progress (4): 49/83 kB | 33/71 kB | 32/68 kB | 33/76 kB
Progress (4): 49/83 kB | 33/71 kB | 33/68 kB | 33/76 kB
Progress (4): 49/83 kB | 37/71 kB | 33/68 kB | 33/76 kB
Progress (4): 49/83 kB | 37/71 kB | 37/68 kB | 33/76 kB
Progress (4): 49/83 kB | 37/71 kB | 37/68 kB | 37/76 kB
Progress (4): 53/83 kB | 37/71 kB | 37/68 kB | 37/76 kB
Progress (4): 57/83 kB | 37/71 kB | 37/68 kB | 37/76 kB
Progress (4): 57/83 kB | 37/71 kB | 37/68 kB | 41/76 kB
Progress (4): 61/83 kB | 37/71 kB | 37/68 kB | 41/76 kB
Progress (4): 61/83 kB | 37/71 kB | 41/68 kB | 41/76 kB
Progress (4): 61/83 kB | 41/71 kB | 41/68 kB | 41/76 kB
Progress (4): 61/83 kB | 41/71 kB | 45/68 kB | 41/76 kB
Progress (4): 65/83 kB | 41/71 kB | 45/68 kB | 41/76 kB
Progress (4): 65/83 kB | 41/71 kB | 45/68 kB | 45/76 kB
Progress (4): 69/83 kB | 41/71 kB | 45/68 kB | 45/76 kB
Progress (4): 73/83 kB | 41/71 kB | 45/68 kB | 45/76 kB
Progress (4): 73/83 kB | 41/71 kB | 49/68 kB | 45/76 kB
Progress (4): 73/83 kB | 45/71 kB | 49/68 kB | 45/76 kB
Progress (4): 77/83 kB | 45/71 kB | 49/68 kB | 45/76 kB
Progress (4): 77/83 kB | 45/71 kB | 49/68 kB | 49/76 kB
Progress (4): 81/83 kB | 45/71 kB | 49/68 kB | 49/76 kB
Progress (4): 81/83 kB | 49/71 kB | 49/68 kB | 49/76 kB
Progress (4): 81/83 kB | 49/71 kB | 53/68 kB | 49/76 kB
Progress (4): 83 kB | 49/71 kB | 53/68 kB | 49/76 kB   
Progress (4): 83 kB | 49/71 kB | 53/68 kB | 53/76 kB
Progress (4): 83 kB | 49/71 kB | 57/68 kB | 53/76 kB
Progress (4): 83 kB | 53/71 kB | 57/68 kB | 53/76 kB
Progress (4): 83 kB | 53/71 kB | 57/68 kB | 57/76 kB
Progress (4): 83 kB | 53/71 kB | 61/68 kB | 57/76 kB
Progress (4): 83 kB | 53/71 kB | 65/68 kB | 57/76 kB
Progress (4): 83 kB | 57/71 kB | 65/68 kB | 57/76 kB
Progress (4): 83 kB | 57/71 kB | 68 kB | 57/76 kB   
Progress (4): 83 kB | 57/71 kB | 68 kB | 61/76 kB
Progress (4): 83 kB | 57/71 kB | 68 kB | 65/76 kB
Progress (4): 83 kB | 57/71 kB | 68 kB | 69/76 kB
Progress (4): 83 kB | 57/71 kB | 68 kB | 73/76 kB
Progress (4): 83 kB | 57/71 kB | 68 kB | 76 kB   
Progress (4): 83 kB | 61/71 kB | 68 kB | 76 kB
Progress (4): 83 kB | 65/71 kB | 68 kB | 76 kB
Progress (4): 83 kB | 69/71 kB | 68 kB | 76 kB
Progress (4): 83 kB | 71 kB | 68 kB | 76 kB   
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 4.1/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 7.7/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 12/66 kB 
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 16/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 20/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 24/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 28/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 32/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 33/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 37/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 41/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 45/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 49/66 kB
Progress (5): 83 kB | 71 kB | 68 kB | 76 kB | 53/66 kB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 291 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 247 kB/s)
Progress (3): 68 kB | 76 kB | 57/66 kB
                                      
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar
Progress (3): 68 kB | 76 kB | 61/66 kB
Progress (3): 68 kB | 76 kB | 65/66 kB
Progress (3): 68 kB | 76 kB | 66 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 262 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 231 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 225 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar
Progress (1): 4.1/692 kB
Progress (1): 7.7/692 kB
Progress (1): 12/692 kB 
Progress (1): 16/692 kB
Progress (2): 16/692 kB | 4.1/62 kB
Progress (2): 20/692 kB | 4.1/62 kB
Progress (2): 20/692 kB | 7.7/62 kB
Progress (2): 24/692 kB | 7.7/62 kB
Progress (2): 24/692 kB | 12/62 kB 
Progress (2): 24/692 kB | 16/62 kB
Progress (2): 28/692 kB | 16/62 kB
Progress (2): 32/692 kB | 16/62 kB
Progress (2): 32/692 kB | 20/62 kB
Progress (2): 33/692 kB | 20/62 kB
Progress (2): 33/692 kB | 24/62 kB
Progress (2): 33/692 kB | 28/62 kB
Progress (2): 33/692 kB | 32/62 kB
Progress (2): 33/692 kB | 36/62 kB
Progress (2): 33/692 kB | 40/62 kB
Progress (2): 33/692 kB | 44/62 kB
Progress (2): 33/692 kB | 48/62 kB
Progress (2): 33/692 kB | 52/62 kB
Progress (3): 33/692 kB | 52/62 kB | 3.8 kB
Progress (3): 33/692 kB | 56/62 kB | 3.8 kB
Progress (3): 33/692 kB | 60/62 kB | 3.8 kB
Progress (3): 33/692 kB | 62 kB | 3.8 kB   
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 33/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 37/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 37/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 41/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 41/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 45/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 49/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 49/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 49/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 53/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 57/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 57/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 57/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 61/692 kB | 62 kB | 3.8 kB | 0/3.8 MB
Progress (4): 61/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 65/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 65/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 69/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 73/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 73/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 77/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 81/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 81/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 81/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 85/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 85/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 89/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 89/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 93/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 93/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 97/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 97/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 98/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 98/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 98/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 102/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 102/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 106/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 106/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 110/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 114/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 114/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 118/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 118/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
Progress (4): 122/692 kB | 62 kB | 3.8 kB | 0.1/3.8 MB
                                                      
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 12 kB/s)
Progress (3): 126/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 126/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 126/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 130/692 kB | 62 kB | 0.1/3.8 MB
                                             
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar
Progress (3): 131/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 131/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 131/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 135/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 135/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 139/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 139/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 143/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 143/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 147/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 147/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 151/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 151/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 155/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 155/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 159/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 159/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 163/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 167/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 171/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 175/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 179/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 183/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 187/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 191/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 195/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 199/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 203/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 207/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 211/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 215/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 219/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 223/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 227/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 231/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 235/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 239/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 243/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 247/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 251/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 255/692 kB | 62 kB | 0.1/3.8 MB
Progress (3): 259/692 kB | 62 kB | 0.1/3.8 MB
Progress (4): 259/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 263/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 267/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 271/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 275/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 279/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 283/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 287/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 291/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 295/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 299/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 303/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 307/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 311/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 315/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 319/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 323/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 327/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 331/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 335/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 339/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 343/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 347/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 351/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 355/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 359/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 363/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 367/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 371/692 kB | 62 kB | 0.1/3.8 MB | 4.1/9.6 kB
Progress (4): 371/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB
Progress (4): 375/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB
Progress (4): 379/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB
Progress (5): 379/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 383/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 387/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 391/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 395/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 399/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 403/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 407/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 411/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 415/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 419/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 423/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 427/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 431/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 435/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 439/692 kB | 62 kB | 0.2/3.8 MB | 4.1/9.6 kB | 4.1/762 kB
Progress (5): 439/692 kB | 62 kB | 0.2/3.8 MB | 7.7/9.6 kB | 4.1/762 kB
                                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 180 kB/s)
Progress (4): 439/692 kB | 0.2/3.8 MB | 9.6 kB | 4.1/762 kB
Progress (4): 443/692 kB | 0.2/3.8 MB | 9.6 kB | 4.1/762 kB
Progress (4): 443/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
Progress (4): 443/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
Progress (4): 447/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
                                                           
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
Progress (4): 451/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
Progress (4): 451/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
Progress (4): 455/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
Progress (4): 459/692 kB | 0.2/3.8 MB | 9.6 kB | 7.7/762 kB
Progress (4): 459/692 kB | 0.2/3.8 MB | 9.6 kB | 12/762 kB 
Progress (4): 459/692 kB | 0.2/3.8 MB | 9.6 kB | 12/762 kB
Progress (4): 463/692 kB | 0.2/3.8 MB | 9.6 kB | 12/762 kB
Progress (4): 463/692 kB | 0.2/3.8 MB | 9.6 kB | 16/762 kB
Progress (4): 467/692 kB | 0.2/3.8 MB | 9.6 kB | 16/762 kB
Progress (4): 467/692 kB | 0.2/3.8 MB | 9.6 kB | 20/762 kB
Progress (4): 467/692 kB | 0.2/3.8 MB | 9.6 kB | 24/762 kB
Progress (4): 467/692 kB | 0.2/3.8 MB | 9.6 kB | 24/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 24/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 28/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 32/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 33/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 37/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 41/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 45/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 49/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 53/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 57/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 61/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 65/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 66/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 70/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 74/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 78/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 82/762 kB
Progress (4): 471/692 kB | 0.2/3.8 MB | 9.6 kB | 82/762 kB
Progress (4): 475/692 kB | 0.2/3.8 MB | 9.6 kB | 82/762 kB
Progress (4): 475/692 kB | 0.2/3.8 MB | 9.6 kB | 82/762 kB
Progress (4): 475/692 kB | 0.2/3.8 MB | 9.6 kB | 86/762 kB
Progress (4): 475/692 kB | 0.2/3.8 MB | 9.6 kB | 86/762 kB
Progress (4): 479/692 kB | 0.2/3.8 MB | 9.6 kB | 86/762 kB
Progress (4): 479/692 kB | 0.2/3.8 MB | 9.6 kB | 86/762 kB
Progress (4): 479/692 kB | 0.2/3.8 MB | 9.6 kB | 90/762 kB
Progress (4): 479/692 kB | 0.2/3.8 MB | 9.6 kB | 90/762 kB
Progress (4): 483/692 kB | 0.2/3.8 MB | 9.6 kB | 90/762 kB
Progress (4): 483/692 kB | 0.2/3.8 MB | 9.6 kB | 94/762 kB
Progress (4): 483/692 kB | 0.2/3.8 MB | 9.6 kB | 94/762 kB
Progress (4): 483/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 483/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 487/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 487/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 487/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 487/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 491/692 kB | 0.2/3.8 MB | 9.6 kB | 98/762 kB
Progress (4): 491/692 kB | 0.2/3.8 MB | 9.6 kB | 102/762 kB
Progress (4): 491/692 kB | 0.2/3.8 MB | 9.6 kB | 102/762 kB
Progress (4): 491/692 kB | 0.2/3.8 MB | 9.6 kB | 106/762 kB
Progress (4): 495/692 kB | 0.2/3.8 MB | 9.6 kB | 106/762 kB
Progress (4): 495/692 kB | 0.2/3.8 MB | 9.6 kB | 106/762 kB
Progress (4): 495/692 kB | 0.2/3.8 MB | 9.6 kB | 110/762 kB
Progress (4): 499/692 kB | 0.2/3.8 MB | 9.6 kB | 110/762 kB
Progress (4): 499/692 kB | 0.2/3.8 MB | 9.6 kB | 114/762 kB
Progress (4): 499/692 kB | 0.2/3.8 MB | 9.6 kB | 114/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 114/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 118/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 122/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 126/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 130/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 131/762 kB
Progress (4): 503/692 kB | 0.2/3.8 MB | 9.6 kB | 131/762 kB
Progress (4): 507/692 kB | 0.2/3.8 MB | 9.6 kB | 131/762 kB
Progress (4): 507/692 kB | 0.2/3.8 MB | 9.6 kB | 131/762 kB
Progress (4): 507/692 kB | 0.2/3.8 MB | 9.6 kB | 135/762 kB
Progress (5): 507/692 kB | 0.2/3.8 MB | 9.6 kB | 135/762 kB | 4.1/164 kB
Progress (5): 507/692 kB | 0.2/3.8 MB | 9.6 kB | 139/762 kB | 4.1/164 kB
Progress (5): 507/692 kB | 0.2/3.8 MB | 9.6 kB | 139/762 kB | 4.1/164 kB
Progress (5): 511/692 kB | 0.2/3.8 MB | 9.6 kB | 139/762 kB | 4.1/164 kB
Progress (5): 511/692 kB | 0.2/3.8 MB | 9.6 kB | 139/762 kB | 4.1/164 kB
Progress (5): 511/692 kB | 0.2/3.8 MB | 9.6 kB | 143/762 kB | 4.1/164 kB
Progress (5): 511/692 kB | 0.2/3.8 MB | 9.6 kB | 143/762 kB | 7.7/164 kB
Progress (5): 511/692 kB | 0.2/3.8 MB | 9.6 kB | 147/762 kB | 7.7/164 kB
Progress (5): 511/692 kB | 0.2/3.8 MB | 9.6 kB | 147/762 kB | 7.7/164 kB
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 147/762 kB | 7.7/164 kB
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 147/762 kB | 7.7/164 kB
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 151/762 kB | 7.7/164 kB
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 151/762 kB | 7.7/164 kB
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 151/762 kB | 12/164 kB 
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 151/762 kB | 12/164 kB
Progress (5): 515/692 kB | 0.2/3.8 MB | 9.6 kB | 155/762 kB | 12/164 kB
Progress (5): 515/692 kB | 0.3/3.8 MB | 9.6 kB | 155/762 kB | 12/164 kB
Progress (5): 515/692 kB | 0.3/3.8 MB | 9.6 kB | 159/762 kB | 12/164 kB
Progress (5): 519/692 kB | 0.3/3.8 MB | 9.6 kB | 159/762 kB | 12/164 kB
Progress (5): 519/692 kB | 0.3/3.8 MB | 9.6 kB | 163/762 kB | 12/164 kB
Progress (5): 519/692 kB | 0.3/3.8 MB | 9.6 kB | 163/762 kB | 12/164 kB
Progress (5): 519/692 kB | 0.3/3.8 MB | 9.6 kB | 163/762 kB | 16/164 kB
Progress (5): 519/692 kB | 0.3/3.8 MB | 9.6 kB | 163/762 kB | 16/164 kB
Progress (5): 519/692 kB | 0.3/3.8 MB | 9.6 kB | 164/762 kB | 16/164 kB
Progress (5): 523/692 kB | 0.3/3.8 MB | 9.6 kB | 164/762 kB | 16/164 kB
Progress (5): 523/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 16/164 kB
Progress (5): 527/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 16/164 kB
Progress (5): 527/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 20/164 kB
Progress (5): 527/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 20/164 kB
Progress (5): 527/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 24/164 kB
Progress (5): 531/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 24/164 kB
Progress (5): 531/692 kB | 0.3/3.8 MB | 9.6 kB | 168/762 kB | 28/164 kB
Progress (5): 531/692 kB | 0.3/3.8 MB | 9.6 kB | 172/762 kB | 28/164 kB
Progress (5): 531/692 kB | 0.3/3.8 MB | 9.6 kB | 172/762 kB | 32/164 kB
Progress (5): 535/692 kB | 0.3/3.8 MB | 9.6 kB | 172/762 kB | 32/164 kB
Progress (5): 535/692 kB | 0.3/3.8 MB | 9.6 kB | 172/762 kB | 32/164 kB
Progress (5): 539/692 kB | 0.3/3.8 MB | 9.6 kB | 172/762 kB | 32/164 kB
Progress (5): 539/692 kB | 0.3/3.8 MB | 9.6 kB | 172/762 kB | 33/164 kB
Progress (5): 539/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 33/164 kB
Progress (5): 539/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 543/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 547/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 547/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 37/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 176/762 kB | 41/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 41/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 45/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 49/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 53/164 kB
Progress (5): 551/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 57/164 kB
Progress (5): 555/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 57/164 kB
Progress (5): 555/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 57/164 kB
Progress (5): 555/692 kB | 0.3/3.8 MB | 9.6 kB | 180/762 kB | 61/164 kB
Progress (5): 555/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 61/164 kB
Progress (5): 555/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 65/164 kB
Progress (5): 559/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 65/164 kB
Progress (5): 559/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 65/164 kB
Progress (5): 563/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 65/164 kB
Progress (5): 563/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 66/164 kB
Progress (5): 567/692 kB | 0.3/3.8 MB | 9.6 kB | 184/762 kB | 66/164 kB
Progress (5): 567/692 kB | 0.3/3.8 MB | 9.6 kB | 188/762 kB | 66/164 kB
Progress (5): 571/692 kB | 0.3/3.8 MB | 9.6 kB | 188/762 kB | 66/164 kB
Progress (5): 571/692 kB | 0.3/3.8 MB | 9.6 kB | 188/762 kB | 70/164 kB
Progress (5): 571/692 kB | 0.3/3.8 MB | 9.6 kB | 188/762 kB | 70/164 kB
Progress (5): 571/692 kB | 0.3/3.8 MB | 9.6 kB | 188/762 kB | 74/164 kB
Progress (5): 575/692 kB | 0.3/3.8 MB | 9.6 kB | 188/762 kB | 74/164 kB
Progress (5): 575/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 74/164 kB
Progress (5): 579/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 74/164 kB
Progress (5): 579/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 78/164 kB
Progress (5): 579/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 78/164 kB
Progress (5): 579/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 82/164 kB
Progress (5): 579/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 82/164 kB
Progress (5): 579/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 86/164 kB
Progress (5): 583/692 kB | 0.3/3.8 MB | 9.6 kB | 192/762 kB | 86/164 kB
Progress (5): 583/692 kB | 0.3/3.8 MB | 9.6 kB | 196/762 kB | 86/164 kB
Progress (5): 583/692 kB | 0.3/3.8 MB | 9.6 kB | 197/762 kB | 86/164 kB
Progress (5): 583/692 kB | 0.3/3.8 MB | 9.6 kB | 201/762 kB | 86/164 kB
Progress (5): 587/692 kB | 0.3/3.8 MB | 9.6 kB | 201/762 kB | 86/164 kB
Progress (5): 587/692 kB | 0.3/3.8 MB | 9.6 kB | 201/762 kB | 90/164 kB
Progress (5): 587/692 kB | 0.3/3.8 MB | 9.6 kB | 201/762 kB | 90/164 kB
Progress (5): 587/692 kB | 0.3/3.8 MB | 9.6 kB | 201/762 kB | 94/164 kB
Progress (5): 591/692 kB | 0.3/3.8 MB | 9.6 kB | 201/762 kB | 94/164 kB
Progress (5): 591/692 kB | 0.3/3.8 MB | 9.6 kB | 205/762 kB | 94/164 kB
Progress (5): 595/692 kB | 0.3/3.8 MB | 9.6 kB | 205/762 kB | 94/164 kB
Progress (5): 595/692 kB | 0.3/3.8 MB | 9.6 kB | 205/762 kB | 94/164 kB
Progress (5): 595/692 kB | 0.3/3.8 MB | 9.6 kB | 205/762 kB | 98/164 kB
Progress (5): 595/692 kB | 0.3/3.8 MB | 9.6 kB | 205/762 kB | 98/164 kB
Progress (5): 599/692 kB | 0.3/3.8 MB | 9.6 kB | 205/762 kB | 98/164 kB
Progress (5): 599/692 kB | 0.3/3.8 MB | 9.6 kB | 209/762 kB | 98/164 kB
Progress (5): 603/692 kB | 0.3/3.8 MB | 9.6 kB | 209/762 kB | 98/164 kB
Progress (5): 603/692 kB | 0.3/3.8 MB | 9.6 kB | 209/762 kB | 98/164 kB
Progress (5): 603/692 kB | 0.3/3.8 MB | 9.6 kB | 209/762 kB | 98/164 kB
Progress (5): 607/692 kB | 0.3/3.8 MB | 9.6 kB | 209/762 kB | 98/164 kB
Progress (5): 607/692 kB | 0.3/3.8 MB | 9.6 kB | 209/762 kB | 98/164 kB
Progress (5): 607/692 kB | 0.3/3.8 MB | 9.6 kB | 213/762 kB | 98/164 kB
Progress (5): 607/692 kB | 0.3/3.8 MB | 9.6 kB | 213/762 kB | 98/164 kB
Progress (5): 607/692 kB | 0.3/3.8 MB | 9.6 kB | 217/762 kB | 98/164 kB
Progress (5): 611/692 kB | 0.3/3.8 MB | 9.6 kB | 217/762 kB | 98/164 kB
Progress (5): 611/692 kB | 0.3/3.8 MB | 9.6 kB | 217/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 217/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 221/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 225/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 229/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 229/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 233/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 237/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 241/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 245/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 249/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 253/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 257/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 261/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 262/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 266/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 270/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 270/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 102/164 kB
Progress (5): 615/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 102/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 102/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 106/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 106/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 110/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 274/762 kB | 110/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 278/762 kB | 110/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 278/762 kB | 110/164 kB
Progress (5): 619/692 kB | 0.3/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.3/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.3/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
Progress (5): 623/692 kB | 0.4/3.8 MB | 9.6 kB | 278/762 kB | 114/164 kB
                                                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 26 kB/s)
Progress (4): 623/692 kB | 0.4/3.8 MB | 282/762 kB | 114/164 kB
                                                               
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar
Progress (4): 623/692 kB | 0.4/3.8 MB | 282/762 kB | 114/164 kB
Progress (4): 623/692 kB | 0.4/3.8 MB | 282/762 kB | 114/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 282/762 kB | 114/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 282/762 kB | 118/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 282/762 kB | 118/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 282/762 kB | 118/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 286/762 kB | 118/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 286/762 kB | 118/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 286/762 kB | 118/164 kB
Progress (4): 627/692 kB | 0.4/3.8 MB | 286/762 kB | 122/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 286/762 kB | 122/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 286/762 kB | 126/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 286/762 kB | 126/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 290/762 kB | 126/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 290/762 kB | 126/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 290/762 kB | 130/164 kB
Progress (4): 631/692 kB | 0.4/3.8 MB | 290/762 kB | 130/164 kB
Progress (4): 635/692 kB | 0.4/3.8 MB | 290/762 kB | 130/164 kB
Progress (4): 635/692 kB | 0.4/3.8 MB | 290/762 kB | 130/164 kB
Progress (4): 635/692 kB | 0.4/3.8 MB | 290/762 kB | 131/164 kB
Progress (4): 635/692 kB | 0.4/3.8 MB | 294/762 kB | 131/164 kB
Progress (4): 635/692 kB | 0.4/3.8 MB | 294/762 kB | 135/164 kB
Progress (4): 635/692 kB | 0.4/3.8 MB | 294/762 kB | 135/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 135/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 135/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 139/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 139/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 143/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 147/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 151/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 294/762 kB | 155/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 295/762 kB | 155/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 639/692 kB | 0.4/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 639/692 kB | 0.5/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 639/692 kB | 0.5/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 643/692 kB | 0.5/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 643/692 kB | 0.5/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 647/692 kB | 0.5/3.8 MB | 295/762 kB | 159/164 kB
Progress (4): 647/692 kB | 0.5/3.8 MB | 295/762 kB | 163/164 kB
Progress (4): 647/692 kB | 0.5/3.8 MB | 299/762 kB | 163/164 kB
Progress (4): 647/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB    
Progress (4): 651/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 655/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 659/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 659/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 663/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 667/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 671/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 675/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 679/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 683/692 kB | 0.5/3.8 MB | 299/762 kB | 164 kB
Progress (4): 683/692 kB | 0.5/3.8 MB | 303/762 kB | 164 kB
Progress (4): 687/692 kB | 0.5/3.8 MB | 303/762 kB | 164 kB
Progress (5): 687/692 kB | 0.5/3.8 MB | 303/762 kB | 164 kB | 0/1.2 MB
Progress (5): 687/692 kB | 0.5/3.8 MB | 303/762 kB | 164 kB | 0/1.2 MB
Progress (5): 687/692 kB | 0.5/3.8 MB | 303/762 kB | 164 kB | 0/1.2 MB
Progress (5): 687/692 kB | 0.5/3.8 MB | 307/762 kB | 164 kB | 0/1.2 MB
Progress (5): 691/692 kB | 0.5/3.8 MB | 307/762 kB | 164 kB | 0/1.2 MB
Progress (5): 691/692 kB | 0.5/3.8 MB | 311/762 kB | 164 kB | 0/1.2 MB
Progress (5): 691/692 kB | 0.5/3.8 MB | 311/762 kB | 164 kB | 0/1.2 MB
Progress (5): 691/692 kB | 0.5/3.8 MB | 311/762 kB | 164 kB | 0/1.2 MB
Progress (5): 691/692 kB | 0.5/3.8 MB | 311/762 kB | 164 kB | 0/1.2 MB
Progress (5): 691/692 kB | 0.5/3.8 MB | 315/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 315/762 kB | 164 kB | 0/1.2 MB    
Progress (5): 692 kB | 0.5/3.8 MB | 319/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 319/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 319/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 319/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 323/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 323/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 327/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 327/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 331/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 331/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 335/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 335/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 339/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 343/762 kB | 164 kB | 0/1.2 MB
Progress (5): 692 kB | 0.5/3.8 MB | 343/762 kB | 164 kB | 0/1.2 MB
                                                                  
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 1.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar
Progress (4): 0.5/3.8 MB | 343/762 kB | 164 kB | 0/1.2 MB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 372 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar
Progress (3): 0.5/3.8 MB | 343/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 343/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 347/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 347/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 347/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 347/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 347/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 351/762 kB | 0/1.2 MB
Progress (3): 0.5/3.8 MB | 351/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 351/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 351/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 351/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 351/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 355/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 355/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 359/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 359/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 359/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 359/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 363/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 363/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 367/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 367/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 367/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 371/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 375/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 379/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 383/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 387/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 391/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 395/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 399/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 403/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 407/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 411/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 415/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 415/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 419/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 423/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 423/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 427/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 427/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 427/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 431/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 431/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 435/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 439/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 439/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 443/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 443/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 443/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 447/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 447/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 447/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 451/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 451/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 455/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 455/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 455/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 459/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.6/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 463/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 467/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 467/762 kB | 0.1/1.2 MB
Progress (3): 0.7/3.8 MB | 467/762 kB | 0.1/1.2 MB
Progress (4): 0.7/3.8 MB | 467/762 kB | 0.1/1.2 MB | 4.1/6.6 kB
Progress (4): 0.7/3.8 MB | 467/762 kB | 0.1/1.2 MB | 4.1/6.6 kB
Progress (4): 0.7/3.8 MB | 467/762 kB | 0.1/1.2 MB | 4.1/6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 4.1/6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 4.1/6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 4.1/6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 6.6 kB    
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (4): 0.7/3.8 MB | 471/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (4): 0.7/3.8 MB | 475/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (4): 0.7/3.8 MB | 475/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (4): 0.7/3.8 MB | 475/762 kB | 0.1/1.2 MB | 6.6 kB
Progress (5): 0.7/3.8 MB | 475/762 kB | 0.1/1.2 MB | 6.6 kB | 4.1/12 kB
Progress (5): 0.7/3.8 MB | 479/762 kB | 0.1/1.2 MB | 6.6 kB | 4.1/12 kB
Progress (5): 0.7/3.8 MB | 479/762 kB | 0.1/1.2 MB | 6.6 kB | 7.7/12 kB
Progress (5): 0.7/3.8 MB | 479/762 kB | 0.1/1.2 MB | 6.6 kB | 7.7/12 kB
Progress (5): 0.7/3.8 MB | 479/762 kB | 0.1/1.2 MB | 6.6 kB | 7.7/12 kB
Progress (5): 0.7/3.8 MB | 479/762 kB | 0.1/1.2 MB | 6.6 kB | 7.7/12 kB
Progress (5): 0.7/3.8 MB | 479/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB 
Progress (5): 0.7/3.8 MB | 483/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 487/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 491/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 495/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 499/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 503/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 507/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 511/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 515/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12/12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB   
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.7/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
Progress (5): 0.8/3.8 MB | 519/762 kB | 0.1/1.2 MB | 6.6 kB | 12 kB
                                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 14 kB/s)
Progress (4): 0.8/3.8 MB | 523/762 kB | 0.1/1.2 MB | 12 kB
                                                          
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar
Progress (4): 0.8/3.8 MB | 523/762 kB | 0.1/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 523/762 kB | 0.1/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 523/762 kB | 0.1/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 523/762 kB | 0.1/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 527/762 kB | 0.1/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 527/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 527/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 527/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 527/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 531/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 535/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 535/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 535/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 539/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 539/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 539/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 543/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 543/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 543/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 547/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 547/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 547/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 547/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 551/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 551/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 551/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 551/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 555/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 555/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 555/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 555/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 559/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 559/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 559/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 559/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 559/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 563/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 563/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 563/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 563/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 563/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 563/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 567/762 kB | 0.2/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 567/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 567/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 571/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 571/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 571/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 571/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 575/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 575/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 575/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 579/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 583/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 583/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 587/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 587/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 591/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 591/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 595/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 599/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 599/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 599/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 599/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 603/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 603/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 603/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 607/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 607/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 607/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 611/762 kB | 0.3/1.2 MB | 12 kB
Progress (4): 0.8/3.8 MB | 615/762 kB | 0.3/1.2 MB | 12 kB
                                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 25 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar
Progress (3): 0.8/3.8 MB | 615/762 kB | 0.3/1.2 MB
Progress (3): 0.8/3.8 MB | 619/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 619/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 623/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 623/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 627/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 627/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 631/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 631/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB
Progress (3): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 4.1/5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB    
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.3/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 635/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 639/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 639/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 643/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 643/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 647/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 647/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 651/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 655/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 655/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 659/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 659/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 659/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 663/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 663/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 663/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 663/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 667/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 667/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 667/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 667/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 671/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 671/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 671/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 671/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 675/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 675/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 675/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 675/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 675/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 679/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 679/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 679/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 679/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 679/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 683/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 683/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 687/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 687/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 691/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 691/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 695/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 695/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 699/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 703/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 707/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 711/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 715/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 719/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 723/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 727/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 731/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 735/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 739/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 743/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 747/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 751/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 755/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 759/762 kB | 0.4/1.2 MB | 5.3 kB
Progress (4): 0.9/3.8 MB | 762 kB | 0.4/1.2 MB | 5.3 kB    
Progress (5): 0.9/3.8 MB | 762 kB | 0.4/1.2 MB | 5.3 kB | 4.1/4.2 kB
Progress (5): 0.9/3.8 MB | 762 kB | 0.4/1.2 MB | 5.3 kB | 4.2 kB    
                                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 1.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar
Progress (4): 0.9/3.8 MB | 0.4/1.2 MB | 5.3 kB | 4.2 kB
                                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 9.8 kB/s)
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
                                              
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.4/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 0.9/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.0/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.2 kB
                                              
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 7.6 kB/s)
Progress (2): 1.1/3.8 MB | 0.5/1.2 MB
Progress (2): 1.1/3.8 MB | 0.5/1.2 MB
Progress (2): 1.1/3.8 MB | 0.5/1.2 MB
                                     
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar
Progress (2): 1.1/3.8 MB | 0.5/1.2 MB
Progress (2): 1.1/3.8 MB | 0.5/1.2 MB
Progress (2): 1.1/3.8 MB | 0.5/1.2 MB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 4.1/7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.7/7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.7/7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB    
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.1/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.5/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.2/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (3): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 4.1/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 4.1/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 7.7/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 7.7/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 12/71 kB 
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 16/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 16/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 20/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 24/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 24/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 28/71 kB
Progress (4): 1.3/3.8 MB | 0.6/1.2 MB | 7.8 kB | 32/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 32/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 32/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 33/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 33/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 33/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 33/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 37/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 37/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 37/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 37/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 41/71 kB
Progress (4): 1.4/3.8 MB | 0.6/1.2 MB | 7.8 kB | 45/71 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 7.8 kB | 45/71 kB
                                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 14 kB/s)
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 45/71 kB | 4.1/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 45/71 kB | 4.1/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 45/71 kB | 7.7/250 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 (4): 1.4/3.8 MB | 0.7/1.2 MB | 45/71 kB | 7.7/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 7.7/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 7.7/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 12/250 kB 
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 12/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 12/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 12/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 16/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 49/71 kB | 16/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 53/71 kB | 16/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 53/71 kB | 20/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 53/71 kB | 20/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 53/71 kB | 24/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 57/71 kB | 24/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 57/71 kB | 24/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 61/71 kB | 24/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 61/71 kB | 28/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 61/71 kB | 28/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 61/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 61/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 32/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 33/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 33/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 37/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 37/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 65/71 kB | 37/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 69/71 kB | 37/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 69/71 kB | 37/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 69/71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 69/71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB   
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.7/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 41/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 45/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 45/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.8/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 0.9/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 49/250 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB
Progress (5): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB | 4.1/245 kB
Progress (5): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB | 4.1/245 kB
Progress (5): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB | 7.7/245 kB
Progress (5): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB | 7.7/245 kB
Progress (5): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 53/250 kB | 12/245 kB 
Progress (5): 1.4/3.8 MB | 1.0/1.2 MB | 71 kB | 57/250 kB | 12/245 kB
                                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 121 kB/s)
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 57/250 kB | 16/245 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 57/250 kB | 16/245 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 57/250 kB | 16/245 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 57/250 kB | 20/245 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 61/250 kB | 20/245 kB
Progress (4): 1.4/3.8 MB | 1.0/1.2 MB | 61/250 kB | 24/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 24/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 24/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 28/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 32/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 33/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 37/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 41/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 45/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 49/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 53/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 57/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 61/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 65/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 66/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 70/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 74/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 78/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 82/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 86/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 90/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 94/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 98/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 98/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 102/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 61/250 kB | 102/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 102/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 102/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 106/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 106/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 65/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 69/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 69/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 69/250 kB | 110/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 69/250 kB | 114/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 69/250 kB | 114/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 69/250 kB | 114/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 73/250 kB | 114/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 73/250 kB | 114/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 73/250 kB | 118/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 73/250 kB | 118/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 77/250 kB | 118/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 77/250 kB | 118/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 81/250 kB | 118/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 81/250 kB | 118/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 81/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 81/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 85/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 85/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 122/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 126/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 126/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 89/250 kB | 126/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 93/250 kB | 126/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 93/250 kB | 126/245 kB
Progress (4): 1.5/3.8 MB | 1.0/1.2 MB | 93/250 kB | 130/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 93/250 kB | 130/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 93/250 kB | 130/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 130/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 130/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 130/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 131/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 131/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 135/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 97/250 kB | 135/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 135/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 135/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 139/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 139/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.0/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 101/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 105/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 105/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 105/250 kB | 143/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 105/250 kB | 147/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 105/250 kB | 147/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 109/250 kB | 147/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 109/250 kB | 147/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 109/250 kB | 151/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 109/250 kB | 151/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 109/250 kB | 155/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 109/250 kB | 155/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 113/250 kB | 155/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 113/250 kB | 155/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 113/250 kB | 159/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 113/250 kB | 159/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 113/250 kB | 163/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 113/250 kB | 163/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 117/250 kB | 163/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 117/250 kB | 164/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 117/250 kB | 164/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 121/250 kB | 164/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 121/250 kB | 164/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 125/250 kB | 164/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 125/250 kB | 164/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 125/250 kB | 168/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 129/250 kB | 168/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 129/250 kB | 168/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 131/250 kB | 168/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 131/250 kB | 172/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 131/250 kB | 172/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 131/250 kB | 176/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 131/250 kB | 180/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 135/250 kB | 180/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 135/250 kB | 180/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 139/250 kB | 180/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 139/250 kB | 184/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 139/250 kB | 184/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 139/250 kB | 188/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 143/250 kB | 188/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 143/250 kB | 188/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 147/250 kB | 188/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 147/250 kB | 192/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 147/250 kB | 192/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 147/250 kB | 196/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 151/250 kB | 196/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 151/250 kB | 196/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 155/250 kB | 196/245 kB
Progress (4): 1.6/3.8 MB | 1.1/1.2 MB | 155/250 kB | 197/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 155/250 kB | 197/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 155/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 159/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 159/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 163/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 164/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 164/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 168/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 172/250 kB | 201/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 172/250 kB | 205/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 176/250 kB | 205/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 176/250 kB | 209/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 176/250 kB | 209/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 176/250 kB | 209/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 176/250 kB | 209/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 176/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 180/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 180/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 180/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 180/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 180/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 184/250 kB | 213/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 184/250 kB | 217/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 188/250 kB | 217/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 188/250 kB | 217/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 188/250 kB | 217/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 192/250 kB | 217/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 192/250 kB | 221/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 196/250 kB | 221/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 196/250 kB | 225/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 196/250 kB | 225/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 196/250 kB | 225/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 196/250 kB | 225/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 196/250 kB | 229/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 197/250 kB | 229/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 197/250 kB | 229/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 197/250 kB | 229/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 197/250 kB | 229/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 201/250 kB | 229/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 201/250 kB | 233/245 kB
Progress (4): 1.6/3.8 MB | 1.2/1.2 MB | 205/250 kB | 233/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 205/250 kB | 233/245 kB    
Progress (4): 1.6/3.8 MB | 1.2 MB | 205/250 kB | 233/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 209/250 kB | 233/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 209/250 kB | 237/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 213/250 kB | 237/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 213/250 kB | 237/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 217/250 kB | 237/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 217/250 kB | 241/245 kB
Progress (4): 1.6/3.8 MB | 1.2 MB | 221/250 kB | 241/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 221/250 kB | 241/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 221/250 kB | 245/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 225/250 kB | 245/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 225/250 kB | 245/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 229/250 kB | 245/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 229/250 kB | 245/245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 229/250 kB | 245 kB    
Progress (4): 1.7/3.8 MB | 1.2 MB | 229/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 233/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 233/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 237/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 237/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 241/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 241/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 245/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 245/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 249/250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB    
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.7/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.8/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.9/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.9/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.9/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.9/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.9/3.8 MB | 1.2 MB | 250 kB | 245 kB
Progress (4): 1.9/3.8 MB | 1.2 MB | 250 kB | 245 kB
                                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 1.8 MB/s)
Progress (3): 1.9/3.8 MB | 250 kB | 245 kB
Progress (3): 1.9/3.8 MB | 250 kB | 245 kB
Progress (3): 1.9/3.8 MB | 250 kB | 245 kB
Progress (3): 1.9/3.8 MB | 250 kB | 245 kB
Progress (3): 1.9/3.8 MB | 250 kB | 245 kB
Progress (3): 1.9/3.8 MB | 250 kB | 245 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 371 kB/s)
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 1.9/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 kB
Progress (2): 2.0/3.8 MB | 245 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 361 kB/s)
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.0/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.1/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.2/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.3/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.4/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.5/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.6/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.7/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.8/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 2.9/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.0/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.1/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.2/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.3/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.4/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.5/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.6/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.7/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8/3.8 MB
Progress (1): 3.8 MB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 4.9 MB/s)
[INFO] Storing buildNumber: 11/25/2019 04:16 PM at timestamp: 1574698566201
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/yasson-build' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/yasson-build
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ yasson ---
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 123 kB/s)
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 48 kB/s)
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 236 kB/s)
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 867 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.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 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 243 kB/s)
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 247 kB/s)
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 197 kB/s)
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.1 MB/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.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 148 kB/s)
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 131 kB/s)
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 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 1.3 MB/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.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 294 kB/s)
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 255 kB/s)
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): 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/25/maven-parent-25.pom (37 kB at 2.5 MB/s)
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 802 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.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 174 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
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
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
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
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 (1): 4.1/54 kB
Progress (1): 7.7/54 kB
Progress (1): 12/54 kB 
Progress (1): 16/54 kB
Progress (1): 20/54 kB
Progress (1): 24/54 kB
Progress (2): 24/54 kB | 4.1/247 kB
Progress (2): 28/54 kB | 4.1/247 kB
Progress (2): 28/54 kB | 7.7/247 kB
Progress (2): 32/54 kB | 7.7/247 kB
Progress (2): 32/54 kB | 12/247 kB 
Progress (2): 36/54 kB | 12/247 kB
Progress (2): 40/54 kB | 12/247 kB
Progress (2): 44/54 kB | 12/247 kB
Progress (2): 48/54 kB | 12/247 kB
Progress (2): 48/54 kB | 16/247 kB
Progress (2): 52/54 kB | 16/247 kB
Progress (2): 52/54 kB | 20/247 kB
Progress (2): 54 kB | 20/247 kB   
Progress (2): 54 kB | 24/247 kB
Progress (2): 54 kB | 28/247 kB
Progress (2): 54 kB | 32/247 kB
Progress (2): 54 kB | 36/247 kB
Progress (2): 54 kB | 40/247 kB
Progress (2): 54 kB | 44/247 kB
Progress (2): 54 kB | 48/247 kB
Progress (2): 54 kB | 52/247 kB
Progress (2): 54 kB | 56/247 kB
Progress (2): 54 kB | 60/247 kB
Progress (2): 54 kB | 64/247 kB
Progress (2): 54 kB | 68/247 kB
Progress (2): 54 kB | 72/247 kB
Progress (2): 54 kB | 76/247 kB
Progress (2): 54 kB | 80/247 kB
Progress (2): 54 kB | 84/247 kB
Progress (2): 54 kB | 88/247 kB
Progress (2): 54 kB | 92/247 kB
Progress (2): 54 kB | 96/247 kB
Progress (2): 54 kB | 100/247 kB
Progress (2): 54 kB | 104/247 kB
Progress (2): 54 kB | 108/247 kB
Progress (2): 54 kB | 112/247 kB
Progress (2): 54 kB | 116/247 kB
Progress (2): 54 kB | 120/247 kB
Progress (2): 54 kB | 124/247 kB
Progress (2): 54 kB | 128/247 kB
Progress (2): 54 kB | 132/247 kB
Progress (2): 54 kB | 136/247 kB
Progress (2): 54 kB | 140/247 kB
Progress (2): 54 kB | 144/247 kB
Progress (2): 54 kB | 148/247 kB
Progress (3): 54 kB | 148/247 kB | 4.1/41 kB
Progress (3): 54 kB | 152/247 kB | 4.1/41 kB
Progress (3): 54 kB | 152/247 kB | 7.7/41 kB
Progress (3): 54 kB | 156/247 kB | 7.7/41 kB
Progress (3): 54 kB | 160/247 kB | 7.7/41 kB
Progress (3): 54 kB | 164/247 kB | 7.7/41 kB
Progress (3): 54 kB | 168/247 kB | 7.7/41 kB
Progress (3): 54 kB | 172/247 kB | 7.7/41 kB
Progress (3): 54 kB | 172/247 kB | 12/41 kB 
Progress (3): 54 kB | 176/247 kB | 12/41 kB
Progress (3): 54 kB | 176/247 kB | 16/41 kB
Progress (3): 54 kB | 176/247 kB | 20/41 kB
Progress (3): 54 kB | 176/247 kB | 24/41 kB
Progress (3): 54 kB | 176/247 kB | 28/41 kB
Progress (3): 54 kB | 176/247 kB | 32/41 kB
Progress (3): 54 kB | 176/247 kB | 36/41 kB
Progress (3): 54 kB | 176/247 kB | 40/41 kB
Progress (3): 54 kB | 176/247 kB | 41 kB   
Progress (4): 54 kB | 176/247 kB | 41 kB | 4.1/35 kB
Progress (4): 54 kB | 180/247 kB | 41 kB | 4.1/35 kB
Progress (4): 54 kB | 180/247 kB | 41 kB | 7.7/35 kB
Progress (5): 54 kB | 180/247 kB | 41 kB | 7.7/35 kB | 4.1/155 kB
Progress (5): 54 kB | 180/247 kB | 41 kB | 12/35 kB | 4.1/155 kB 
Progress (5): 54 kB | 184/247 kB | 41 kB | 12/35 kB | 4.1/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 16/35 kB | 4.1/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 16/35 kB | 7.7/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 20/35 kB | 7.7/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 24/35 kB | 7.7/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 28/35 kB | 7.7/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 32/35 kB | 7.7/155 kB
Progress (5): 54 kB | 184/247 kB | 41 kB | 35 kB | 7.7/155 kB   
Progress (5): 54 kB | 188/247 kB | 41 kB | 35 kB | 7.7/155 kB
Progress (5): 54 kB | 188/247 kB | 41 kB | 35 kB | 12/155 kB 
Progress (5): 54 kB | 192/247 kB | 41 kB | 35 kB | 12/155 kB
Progress (5): 54 kB | 192/247 kB | 41 kB | 35 kB | 16/155 kB
Progress (5): 54 kB | 196/247 kB | 41 kB | 35 kB | 16/155 kB
Progress (5): 54 kB | 200/247 kB | 41 kB | 35 kB | 16/155 kB
Progress (5): 54 kB | 200/247 kB | 41 kB | 35 kB | 20/155 kB
Progress (5): 54 kB | 204/247 kB | 41 kB | 35 kB | 20/155 kB
Progress (5): 54 kB | 204/247 kB | 41 kB | 35 kB | 24/155 kB
Progress (5): 54 kB | 208/247 kB | 41 kB | 35 kB | 24/155 kB
Progress (5): 54 kB | 208/247 kB | 41 kB | 35 kB | 28/155 kB
Progress (5): 54 kB | 212/247 kB | 41 kB | 35 kB | 28/155 kB
Progress (5): 54 kB | 212/247 kB | 41 kB | 35 kB | 32/155 kB
Progress (5): 54 kB | 216/247 kB | 41 kB | 35 kB | 32/155 kB
Progress (5): 54 kB | 216/247 kB | 41 kB | 35 kB | 36/155 kB
Progress (5): 54 kB | 220/247 kB | 41 kB | 35 kB | 36/155 kB
Progress (5): 54 kB | 220/247 kB | 41 kB | 35 kB | 40/155 kB
Progress (5): 54 kB | 224/247 kB | 41 kB | 35 kB | 40/155 kB
Progress (5): 54 kB | 224/247 kB | 41 kB | 35 kB | 44/155 kB
Progress (5): 54 kB | 228/247 kB | 41 kB | 35 kB | 44/155 kB
Progress (5): 54 kB | 228/247 kB | 41 kB | 35 kB | 48/155 kB
Progress (5): 54 kB | 232/247 kB | 41 kB | 35 kB | 48/155 kB
Progress (5): 54 kB | 236/247 kB | 41 kB | 35 kB | 48/155 kB
Progress (5): 54 kB | 236/247 kB | 41 kB | 35 kB | 52/155 kB
Progress (5): 54 kB | 240/247 kB | 41 kB | 35 kB | 52/155 kB
Progress (5): 54 kB | 240/247 kB | 41 kB | 35 kB | 56/155 kB
Progress (5): 54 kB | 244/247 kB | 41 kB | 35 kB | 56/155 kB
Progress (5): 54 kB | 244/247 kB | 41 kB | 35 kB | 60/155 kB
Progress (5): 54 kB | 244/247 kB | 41 kB | 35 kB | 64/155 kB
Progress (5): 54 kB | 244/247 kB | 41 kB | 35 kB | 66/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 66/155 kB    
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 70/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 74/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 78/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 82/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 86/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 90/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 94/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 98/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 102/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 106/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 110/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 114/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 118/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 122/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 126/155 kB
Progress (5): 54 kB | 247 kB | 41 kB | 35 kB | 130/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 1.4 MB/s)
Progress (4): 247 kB | 41 kB | 35 kB | 134/155 kB
Progress (4): 247 kB | 41 kB | 35 kB | 138/155 kB
Progress (4): 247 kB | 41 kB | 35 kB | 142/155 kB
Progress (4): 247 kB | 41 kB | 35 kB | 146/155 kB
Progress (4): 247 kB | 41 kB | 35 kB | 150/155 kB
Progress (4): 247 kB | 41 kB | 35 kB | 154/155 kB
Progress (4): 247 kB | 41 kB | 35 kB | 155 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 882 kB/s)
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 752 kB/s)
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 4.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.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.8 MB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ yasson ---
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 112 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.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 174 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.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 106 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.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 88 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.pom
Progress (1): 1.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 78 kB/s)
Downloading from eclipse.maven.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 341 kB/s)
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 52 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.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 191 kB/s)
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 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 240 kB/s)
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 81 kB/s)
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 219 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
Progress (1): 4.1/57 kB
Progress (1): 7.7/57 kB
Progress (1): 12/57 kB 
Progress (1): 16/57 kB
Progress (1): 20/57 kB
Progress (1): 24/57 kB
Progress (1): 28/57 kB
Progress (1): 32/57 kB
Progress (1): 36/57 kB
Progress (1): 40/57 kB
Progress (1): 44/57 kB
Progress (1): 48/57 kB
Progress (1): 52/57 kB
Progress (1): 56/57 kB
Progress (1): 57 kB   
Progress (2): 57 kB | 4.1/35 kB
Progress (2): 57 kB | 7.7/35 kB
Progress (2): 57 kB | 12/35 kB 
Progress (2): 57 kB | 16/35 kB
Progress (2): 57 kB | 20/35 kB
Progress (2): 57 kB | 24/35 kB
Progress (3): 57 kB | 24/35 kB | 4.1/29 kB
Progress (3): 57 kB | 28/35 kB | 4.1/29 kB
Progress (3): 57 kB | 28/35 kB | 7.7/29 kB
Progress (3): 57 kB | 32/35 kB | 7.7/29 kB
Progress (3): 57 kB | 32/35 kB | 12/29 kB 
Progress (3): 57 kB | 35 kB | 12/29 kB   
Progress (3): 57 kB | 35 kB | 16/29 kB
Progress (4): 57 kB | 35 kB | 16/29 kB | 4.1/152 kB
Progress (4): 57 kB | 35 kB | 16/29 kB | 7.7/152 kB
Progress (4): 57 kB | 35 kB | 20/29 kB | 7.7/152 kB
Progress (4): 57 kB | 35 kB | 20/29 kB | 12/152 kB 
Progress (4): 57 kB | 35 kB | 20/29 kB | 16/152 kB
Progress (4): 57 kB | 35 kB | 24/29 kB | 16/152 kB
Progress (4): 57 kB | 35 kB | 24/29 kB | 20/152 kB
Progress (4): 57 kB | 35 kB | 24/29 kB | 24/152 kB
Progress (4): 57 kB | 35 kB | 28/29 kB | 24/152 kB
Progress (4): 57 kB | 35 kB | 28/29 kB | 28/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 28/152 kB   
Progress (4): 57 kB | 35 kB | 29 kB | 32/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 33/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 37/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 41/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 45/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 49/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 53/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 57/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 61/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 65/152 kB
Progress (4): 57 kB | 35 kB | 29 kB | 66/152 kB
Progress (5): 57 kB | 35 kB | 29 kB | 66/152 kB | 4.1/116 kB
Progress (5): 57 kB | 35 kB | 29 kB | 66/152 kB | 7.7/116 kB
Progress (5): 57 kB | 35 kB | 29 kB | 70/152 kB | 7.7/116 kB
Progress (5): 57 kB | 35 kB | 29 kB | 70/152 kB | 12/116 kB 
Progress (5): 57 kB | 35 kB | 29 kB | 70/152 kB | 16/116 kB
Progress (5): 57 kB | 35 kB | 29 kB | 70/152 kB | 20/116 kB
Progress (5): 57 kB | 35 kB | 29 kB | 70/152 kB | 24/116 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 2.2 MB/s)
Progress (4): 35 kB | 29 kB | 74/152 kB | 24/116 kB
                                                   
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Progress (4): 35 kB | 29 kB | 74/152 kB | 28/116 kB
Progress (4): 35 kB | 29 kB | 74/152 kB | 32/116 kB
Progress (4): 35 kB | 29 kB | 78/152 kB | 32/116 kB
Progress (4): 35 kB | 29 kB | 82/152 kB | 32/116 kB
Progress (4): 35 kB | 29 kB | 82/152 kB | 33/116 kB
Progress (4): 35 kB | 29 kB | 86/152 kB | 33/116 kB
Progress (4): 35 kB | 29 kB | 86/152 kB | 37/116 kB
Progress (4): 35 kB | 29 kB | 86/152 kB | 41/116 kB
Progress (4): 35 kB | 29 kB | 90/152 kB | 41/116 kB
Progress (4): 35 kB | 29 kB | 90/152 kB | 45/116 kB
Progress (4): 35 kB | 29 kB | 90/152 kB | 49/116 kB
Progress (4): 35 kB | 29 kB | 94/152 kB | 49/116 kB
Progress (4): 35 kB | 29 kB | 94/152 kB | 53/116 kB
Progress (4): 35 kB | 29 kB | 98/152 kB | 53/116 kB
Progress (4): 35 kB | 29 kB | 98/152 kB | 57/116 kB
Progress (4): 35 kB | 29 kB | 98/152 kB | 57/116 kB
Progress (4): 35 kB | 29 kB | 98/152 kB | 61/116 kB
Progress (4): 35 kB | 29 kB | 102/152 kB | 61/116 kB
Progress (4): 35 kB | 29 kB | 102/152 kB | 65/116 kB
Progress (4): 35 kB | 29 kB | 106/152 kB | 65/116 kB
Progress (4): 35 kB | 29 kB | 106/152 kB | 66/116 kB
Progress (4): 35 kB | 29 kB | 110/152 kB | 66/116 kB
Progress (4): 35 kB | 29 kB | 110/152 kB | 70/116 kB
Progress (4): 35 kB | 29 kB | 114/152 kB | 70/116 kB
Progress (4): 35 kB | 29 kB | 114/152 kB | 74/116 kB
Progress (4): 35 kB | 29 kB | 118/152 kB | 74/116 kB
Progress (4): 35 kB | 29 kB | 118/152 kB | 78/116 kB
Progress (4): 35 kB | 29 kB | 122/152 kB | 78/116 kB
Progress (4): 35 kB | 29 kB | 122/152 kB | 82/116 kB
Progress (4): 35 kB | 29 kB | 126/152 kB | 82/116 kB
Progress (4): 35 kB | 29 kB | 126/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 130/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 134/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 138/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 142/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 146/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 150/152 kB | 86/116 kB
Progress (4): 35 kB | 29 kB | 152 kB | 86/116 kB    
Progress (4): 35 kB | 29 kB | 152 kB | 90/116 kB
Progress (4): 35 kB | 29 kB | 152 kB | 94/116 kB
Progress (5): 35 kB | 29 kB | 152 kB | 94/116 kB | 4.1/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 98/116 kB | 4.1/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 98/116 kB | 7.7/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 102/116 kB | 7.7/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 106/116 kB | 7.7/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 106/116 kB | 12/21 kB 
Progress (5): 35 kB | 29 kB | 152 kB | 110/116 kB | 12/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 110/116 kB | 16/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 110/116 kB | 20/21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 110/116 kB | 21 kB   
Progress (5): 35 kB | 29 kB | 152 kB | 114/116 kB | 21 kB
Progress (5): 35 kB | 29 kB | 152 kB | 116 kB | 21 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 3.8 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
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)
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 801 kB/s)
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 657 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
Progress (2): 116 kB | 4.1/9.9 kB
Progress (2): 116 kB | 7.7/9.9 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Progress (1): 9.9 kB
Progress (2): 9.9 kB | 4.1/14 kB
Progress (2): 9.9 kB | 7.7/14 kB
Progress (2): 9.9 kB | 12/14 kB 
Progress (2): 9.9 kB | 14 kB   
Progress (3): 9.9 kB | 14 kB | 4.1/24 kB
Progress (3): 9.9 kB | 14 kB | 7.7/24 kB
Progress (3): 9.9 kB | 14 kB | 12/24 kB 
Progress (3): 9.9 kB | 14 kB | 16/24 kB
Progress (3): 9.9 kB | 14 kB | 20/24 kB
Progress (4): 9.9 kB | 14 kB | 20/24 kB | 4.1/5.9 kB
Progress (4): 9.9 kB | 14 kB | 20/24 kB | 5.9 kB    
Progress (4): 9.9 kB | 14 kB | 24/24 kB | 5.9 kB
Progress (4): 9.9 kB | 14 kB | 24 kB | 5.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 186 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
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 4.1/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 7.7/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 12/37 kB 
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 16/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 20/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 24/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 28/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 32/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 36/37 kB
Progress (4): 9.9 kB | 24 kB | 5.9 kB | 37 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 295 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 67 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
Progress (3): 9.9 kB | 37 kB | 4.1/87 kB
Progress (3): 9.9 kB | 37 kB | 7.7/87 kB
Progress (3): 9.9 kB | 37 kB | 12/87 kB 
Progress (3): 9.9 kB | 37 kB | 16/87 kB
Progress (3): 9.9 kB | 37 kB | 20/87 kB
Progress (3): 9.9 kB | 37 kB | 24/87 kB
Progress (3): 9.9 kB | 37 kB | 28/87 kB
Progress (3): 9.9 kB | 37 kB | 32/87 kB
Progress (3): 9.9 kB | 37 kB | 33/87 kB
Progress (3): 9.9 kB | 37 kB | 37/87 kB
Progress (3): 9.9 kB | 37 kB | 41/87 kB
Progress (4): 9.9 kB | 37 kB | 41/87 kB | 4.1/49 kB
Progress (4): 9.9 kB | 37 kB | 45/87 kB | 4.1/49 kB
Progress (4): 9.9 kB | 37 kB | 45/87 kB | 7.7/49 kB
Progress (4): 9.9 kB | 37 kB | 49/87 kB | 7.7/49 kB
Progress (4): 9.9 kB | 37 kB | 49/87 kB | 12/49 kB 
Progress (4): 9.9 kB | 37 kB | 53/87 kB | 12/49 kB
Progress (4): 9.9 kB | 37 kB | 53/87 kB | 16/49 kB
Progress (4): 9.9 kB | 37 kB | 57/87 kB | 16/49 kB
Progress (4): 9.9 kB | 37 kB | 57/87 kB | 20/49 kB
Progress (4): 9.9 kB | 37 kB | 61/87 kB | 20/49 kB
Progress (4): 9.9 kB | 37 kB | 61/87 kB | 24/49 kB
Progress (4): 9.9 kB | 37 kB | 65/87 kB | 24/49 kB
Progress (4): 9.9 kB | 37 kB | 65/87 kB | 28/49 kB
Progress (4): 9.9 kB | 37 kB | 66/87 kB | 28/49 kB
Progress (4): 9.9 kB | 37 kB | 66/87 kB | 32/49 kB
Progress (4): 9.9 kB | 37 kB | 70/87 kB | 32/49 kB
Progress (4): 9.9 kB | 37 kB | 74/87 kB | 32/49 kB
Progress (4): 9.9 kB | 37 kB | 74/87 kB | 36/49 kB
Progress (4): 9.9 kB | 37 kB | 78/87 kB | 36/49 kB
Progress (4): 9.9 kB | 37 kB | 78/87 kB | 40/49 kB
Progress (4): 9.9 kB | 37 kB | 82/87 kB | 40/49 kB
Progress (4): 9.9 kB | 37 kB | 82/87 kB | 44/49 kB
Progress (4): 9.9 kB | 37 kB | 86/87 kB | 44/49 kB
Progress (4): 9.9 kB | 37 kB | 86/87 kB | 48/49 kB
Progress (4): 9.9 kB | 37 kB | 87 kB | 48/49 kB   
Progress (4): 9.9 kB | 37 kB | 87 kB | 49 kB   
                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 97 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 358 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): 87 kB | 49 kB | 4.1/86 kB
                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Progress (3): 87 kB | 49 kB | 7.7/86 kB
Progress (3): 87 kB | 49 kB | 12/86 kB 
Progress (3): 87 kB | 49 kB | 16/86 kB
Progress (3): 87 kB | 49 kB | 20/86 kB
Progress (3): 87 kB | 49 kB | 24/86 kB
Progress (3): 87 kB | 49 kB | 28/86 kB
Progress (3): 87 kB | 49 kB | 32/86 kB
Progress (3): 87 kB | 49 kB | 33/86 kB
Progress (3): 87 kB | 49 kB | 37/86 kB
Progress (3): 87 kB | 49 kB | 41/86 kB
Progress (3): 87 kB | 49 kB | 45/86 kB
Progress (3): 87 kB | 49 kB | 49/86 kB
Progress (3): 87 kB | 49 kB | 53/86 kB
Progress (3): 87 kB | 49 kB | 57/86 kB
Progress (3): 87 kB | 49 kB | 61/86 kB
Progress (3): 87 kB | 49 kB | 65/86 kB
Progress (3): 87 kB | 49 kB | 69/86 kB
Progress (3): 87 kB | 49 kB | 73/86 kB
Progress (3): 87 kB | 49 kB | 77/86 kB
Progress (3): 87 kB | 49 kB | 81/86 kB
Progress (3): 87 kB | 49 kB | 85/86 kB
Progress (3): 87 kB | 49 kB | 86 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 654 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
Progress (3): 87 kB | 49 kB | 4.1/10 kB
Progress (3): 87 kB | 49 kB | 7.7/10 kB
Progress (3): 87 kB | 49 kB | 10 kB    
Progress (4): 87 kB | 49 kB | 10 kB | 4.1/223 kB
Progress (4): 87 kB | 49 kB | 10 kB | 7.7/223 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 361 kB/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 642 kB/s)
Progress (2): 10 kB | 12/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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Progress (2): 10 kB | 16/223 kB
Progress (2): 10 kB | 20/223 kB
Progress (2): 10 kB | 24/223 kB
Progress (2): 10 kB | 28/223 kB
Progress (2): 10 kB | 32/223 kB
Progress (2): 10 kB | 33/223 kB
Progress (2): 10 kB | 37/223 kB
Progress (2): 10 kB | 41/223 kB
Progress (2): 10 kB | 45/223 kB
Progress (2): 10 kB | 49/223 kB
Progress (2): 10 kB | 53/223 kB
Progress (2): 10 kB | 57/223 kB
Progress (2): 10 kB | 61/223 kB
Progress (2): 10 kB | 65/223 kB
Progress (2): 10 kB | 66/223 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 71 kB/s)
Progress (1): 70/223 kB
Progress (1): 74/223 kB
Progress (1): 78/223 kB
Progress (1): 82/223 kB
Progress (1): 86/223 kB
Progress (1): 90/223 kB
Progress (1): 94/223 kB
Progress (1): 98/223 kB
Progress (1): 98/223 kB
Progress (1): 102/223 kB
Progress (1): 106/223 kB
Progress (1): 110/223 kB
Progress (1): 114/223 kB
Progress (1): 118/223 kB
Progress (1): 122/223 kB
Progress (1): 126/223 kB
Progress (1): 130/223 kB
Progress (1): 131/223 kB
Progress (1): 135/223 kB
Progress (1): 139/223 kB
Progress (1): 143/223 kB
Progress (1): 147/223 kB
Progress (1): 151/223 kB
Progress (1): 155/223 kB
Progress (1): 159/223 kB
Progress (1): 163/223 kB
Progress (1): 164/223 kB
Progress (1): 168/223 kB
Progress (1): 172/223 kB
Progress (1): 176/223 kB
Progress (1): 180/223 kB
Progress (1): 184/223 kB
Progress (1): 188/223 kB
Progress (1): 192/223 kB
Progress (1): 196/223 kB
Progress (1): 200/223 kB
Progress (1): 204/223 kB
Progress (1): 208/223 kB
Progress (1): 212/223 kB
Progress (2): 212/223 kB | 4.1/6.8 kB
Progress (2): 216/223 kB | 4.1/6.8 kB
Progress (2): 216/223 kB | 6.8 kB    
Progress (2): 220/223 kB | 6.8 kB
Progress (2): 223 kB | 6.8 kB    
Progress (3): 223 kB | 6.8 kB | 4.1/43 kB
Progress (4): 223 kB | 6.8 kB | 4.1/43 kB | 4.1/61 kB
Progress (4): 223 kB | 6.8 kB | 7.7/43 kB | 4.1/61 kB
Progress (4): 223 kB | 6.8 kB | 7.7/43 kB | 7.7/61 kB
Progress (4): 223 kB | 6.8 kB | 12/43 kB | 7.7/61 kB 
Progress (4): 223 kB | 6.8 kB | 12/43 kB | 12/61 kB 
Progress (4): 223 kB | 6.8 kB | 16/43 kB | 12/61 kB
Progress (4): 223 kB | 6.8 kB | 16/43 kB | 16/61 kB
Progress (4): 223 kB | 6.8 kB | 20/43 kB | 16/61 kB
Progress (4): 223 kB | 6.8 kB | 24/43 kB | 16/61 kB
Progress (4): 223 kB | 6.8 kB | 24/43 kB | 20/61 kB
Progress (4): 223 kB | 6.8 kB | 24/43 kB | 24/61 kB
Progress (4): 223 kB | 6.8 kB | 28/43 kB | 24/61 kB
Progress (4): 223 kB | 6.8 kB | 28/43 kB | 28/61 kB
Progress (4): 223 kB | 6.8 kB | 32/43 kB | 28/61 kB
Progress (4): 223 kB | 6.8 kB | 32/43 kB | 32/61 kB
Progress (4): 223 kB | 6.8 kB | 36/43 kB | 32/61 kB
Progress (4): 223 kB | 6.8 kB | 36/43 kB | 36/61 kB
Progress (4): 223 kB | 6.8 kB | 40/43 kB | 36/61 kB
Progress (4): 223 kB | 6.8 kB | 40/43 kB | 40/61 kB
Progress (4): 223 kB | 6.8 kB | 43 kB | 40/61 kB   
Progress (4): 223 kB | 6.8 kB | 43 kB | 44/61 kB
Progress (4): 223 kB | 6.8 kB | 43 kB | 48/61 kB
Progress (4): 223 kB | 6.8 kB | 43 kB | 52/61 kB
Progress (4): 223 kB | 6.8 kB | 43 kB | 56/61 kB
Progress (4): 223 kB | 6.8 kB | 43 kB | 60/61 kB
Progress (4): 223 kB | 6.8 kB | 43 kB | 61 kB   
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.4 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 42 kB/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 254 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 343 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ yasson ---
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 42 kB/s)
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 235 kB/s)
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 582 kB/s)
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 169 kB/s)
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 253 kB/s)
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 260 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom (2.4 kB at 64 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom
Progress (1): 2.3 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom (2.3 kB at 74 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom (1.9 kB at 52 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.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/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom (5.5 kB at 172 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom
Progress (1): 4.1/9.5 kB
Progress (1): 7.7/9.5 kB
Progress (1): 9.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 366 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.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-M7/qdox-2.0-M7.pom (16 kB at 932 kB/s)
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 274 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.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.2/plexus-compiler-api-2.8.2.pom (867 B at 7.0 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.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-compiler/2.8.2/plexus-compiler-2.8.2.pom (4.9 kB at 128 kB/s)
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 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.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.2/plexus-compiler-manager-2.8.2.pom (692 B at 20 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.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.2/plexus-compiler-javac-2.8.2.pom (771 B at 30 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.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.2/plexus-compilers-2.8.2.pom (1.3 kB at 39 kB/s)
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
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.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/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.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 (3): 4.3 kB | 7.7/14 kB | 4.1/222 kB
Progress (3): 4.3 kB | 12/14 kB | 4.1/222 kB 
Progress (3): 4.3 kB | 12/14 kB | 7.7/222 kB
Progress (3): 4.3 kB | 14 kB | 7.7/222 kB   
Progress (3): 4.3 kB | 14 kB | 12/222 kB 
Progress (3): 4.3 kB | 14 kB | 16/222 kB
Progress (3): 4.3 kB | 14 kB | 20/222 kB
Progress (3): 4.3 kB | 14 kB | 24/222 kB
Progress (3): 4.3 kB | 14 kB | 28/222 kB
Progress (3): 4.3 kB | 14 kB | 32/222 kB
Progress (3): 4.3 kB | 14 kB | 33/222 kB
Progress (3): 4.3 kB | 14 kB | 37/222 kB
Progress (3): 4.3 kB | 14 kB | 41/222 kB
Progress (3): 4.3 kB | 14 kB | 45/222 kB
Progress (3): 4.3 kB | 14 kB | 49/222 kB
Progress (3): 4.3 kB | 14 kB | 53/222 kB
Progress (3): 4.3 kB | 14 kB | 57/222 kB
Progress (3): 4.3 kB | 14 kB | 61/222 kB
Progress (3): 4.3 kB | 14 kB | 65/222 kB
Progress (3): 4.3 kB | 14 kB | 66/222 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 194 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
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 589 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar
Progress (1): 70/222 kB
Progress (1): 74/222 kB
Progress (1): 78/222 kB
Progress (1): 82/222 kB
Progress (1): 86/222 kB
Progress (1): 90/222 kB
Progress (1): 94/222 kB
Progress (1): 98/222 kB
Progress (1): 98/222 kB
Progress (1): 102/222 kB
Progress (1): 106/222 kB
Progress (1): 110/222 kB
Progress (1): 114/222 kB
Progress (1): 118/222 kB
Progress (1): 122/222 kB
Progress (1): 126/222 kB
Progress (1): 130/222 kB
Progress (1): 131/222 kB
Progress (1): 135/222 kB
Progress (1): 139/222 kB
Progress (1): 143/222 kB
Progress (1): 147/222 kB
Progress (1): 151/222 kB
Progress (1): 155/222 kB
Progress (1): 159/222 kB
Progress (1): 163/222 kB
Progress (1): 164/222 kB
Progress (1): 168/222 kB
Progress (1): 172/222 kB
Progress (1): 176/222 kB
Progress (1): 180/222 kB
Progress (1): 184/222 kB
Progress (1): 188/222 kB
Progress (1): 192/222 kB
Progress (1): 196/222 kB
Progress (1): 200/222 kB
Progress (1): 204/222 kB
Progress (1): 208/222 kB
Progress (1): 212/222 kB
Progress (1): 216/222 kB
Progress (1): 220/222 kB
Progress (1): 222 kB    
Progress (2): 222 kB | 4.1/56 kB
Progress (2): 222 kB | 7.7/56 kB
Progress (2): 222 kB | 12/56 kB 
Progress (2): 222 kB | 16/56 kB
Progress (2): 222 kB | 20/56 kB
Progress (2): 222 kB | 24/56 kB
Progress (2): 222 kB | 28/56 kB
Progress (2): 222 kB | 32/56 kB
Progress (3): 222 kB | 32/56 kB | 4.1/31 kB
Progress (3): 222 kB | 36/56 kB | 4.1/31 kB
Progress (3): 222 kB | 36/56 kB | 7.7/31 kB
Progress (3): 222 kB | 40/56 kB | 7.7/31 kB
Progress (3): 222 kB | 40/56 kB | 12/31 kB 
Progress (3): 222 kB | 44/56 kB | 12/31 kB
Progress (3): 222 kB | 44/56 kB | 16/31 kB
Progress (3): 222 kB | 48/56 kB | 16/31 kB
Progress (3): 222 kB | 48/56 kB | 20/31 kB
Progress (3): 222 kB | 52/56 kB | 20/31 kB
Progress (3): 222 kB | 56/56 kB | 20/31 kB
Progress (3): 222 kB | 56 kB | 20/31 kB   
Progress (3): 222 kB | 56 kB | 24/31 kB
Progress (3): 222 kB | 56 kB | 28/31 kB
Progress (3): 222 kB | 56 kB | 31 kB   
Progress (4): 222 kB | 56 kB | 31 kB | 4.1/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 7.7/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 12/315 kB 
Progress (4): 222 kB | 56 kB | 31 kB | 16/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 20/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 24/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 28/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 32/315 kB
Progress (4): 222 kB | 56 kB | 31 kB | 33/315 kB
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 4.1/26 kB
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 7.7/26 kB
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 12/26 kB 
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 16/26 kB
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 20/26 kB
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 24/26 kB
Progress (5): 222 kB | 56 kB | 31 kB | 33/315 kB | 26 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.jar (222 kB at 5.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar
Progress (3): 31 kB | 37/315 kB | 26 kB
Progress (3): 31 kB | 41/315 kB | 26 kB
Progress (3): 31 kB | 45/315 kB | 26 kB
Progress (3): 31 kB | 49/315 kB | 26 kB
Progress (3): 31 kB | 53/315 kB | 26 kB
Progress (3): 31 kB | 57/315 kB | 26 kB
Progress (3): 31 kB | 61/315 kB | 26 kB
Progress (3): 31 kB | 65/315 kB | 26 kB
Progress (3): 31 kB | 66/315 kB | 26 kB
                                       
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 547 kB/s)
Progress (3): 66/315 kB | 26 kB | 4.1/4.7 kB
Progress (3): 66/315 kB | 26 kB | 4.7 kB    
Progress (4): 66/315 kB | 26 kB | 4.7 kB | 4.1/20 kB
Progress (4): 66/315 kB | 26 kB | 4.7 kB | 7.7/20 kB
Progress (4): 66/315 kB | 26 kB | 4.7 kB | 12/20 kB 
Progress (4): 66/315 kB | 26 kB | 4.7 kB | 16/20 kB
Progress (4): 66/315 kB | 26 kB | 4.7 kB | 20/20 kB
Progress (4): 66/315 kB | 26 kB | 4.7 kB | 20 kB   
                                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 279 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 43 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 95 kB/s)
Progress (1): 70/315 kB
Progress (1): 74/315 kB
Progress (1): 78/315 kB
Progress (1): 82/315 kB
Progress (1): 86/315 kB
Progress (1): 90/315 kB
Progress (1): 94/315 kB
Progress (1): 98/315 kB
Progress (1): 98/315 kB
Progress (1): 102/315 kB
Progress (1): 106/315 kB
Progress (1): 110/315 kB
Progress (1): 114/315 kB
Progress (1): 118/315 kB
Progress (1): 122/315 kB
Progress (1): 126/315 kB
Progress (1): 130/315 kB
Progress (1): 134/315 kB
Progress (1): 138/315 kB
Progress (1): 142/315 kB
Progress (1): 146/315 kB
Progress (1): 150/315 kB
Progress (1): 154/315 kB
Progress (1): 158/315 kB
Progress (1): 162/315 kB
Progress (1): 166/315 kB
Progress (1): 170/315 kB
Progress (1): 174/315 kB
Progress (1): 178/315 kB
Progress (1): 182/315 kB
Progress (1): 186/315 kB
Progress (1): 190/315 kB
Progress (1): 194/315 kB
Progress (1): 198/315 kB
Progress (1): 202/315 kB
Progress (1): 206/315 kB
Progress (1): 210/315 kB
Progress (1): 214/315 kB
Progress (1): 218/315 kB
Progress (1): 222/315 kB
Progress (1): 226/315 kB
Progress (1): 230/315 kB
Progress (1): 234/315 kB
Progress (1): 238/315 kB
Progress (1): 242/315 kB
Progress (1): 246/315 kB
Progress (1): 250/315 kB
Progress (1): 254/315 kB
Progress (1): 258/315 kB
Progress (1): 262/315 kB
Progress (1): 266/315 kB
Progress (1): 270/315 kB
Progress (1): 274/315 kB
Progress (1): 278/315 kB
Progress (1): 282/315 kB
Progress (1): 286/315 kB
Progress (1): 290/315 kB
Progress (1): 294/315 kB
Progress (1): 298/315 kB
Progress (1): 302/315 kB
Progress (1): 306/315 kB
Progress (1): 310/315 kB
Progress (1): 314/315 kB
Progress (1): 315 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 459 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 216 source files to /home/jenkins/agent/workspace/yasson-build/target/classes
[INFO] /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbConfigProperties.java: /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbConfigProperties.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbConfigProperties.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (base-compile) @ yasson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 215 source files to /home/jenkins/agent/workspace/yasson-build/target/classes
[WARNING] /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbConfigProperties.java:[245,42] unchecked cast
  required: javax.json.bind.serializer.JsonbSerializer<java.lang.Object>
  found:    java.lang.Object
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ yasson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ yasson ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 310 source files to /home/jenkins/agent/workspace/yasson-build/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ yasson ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.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/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.pom (9.7 kB at 164 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom
Progress (1): 3.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.pom (3.5 kB at 18 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.pom (2.0 kB at 22 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom
Progress (1): 4.1/7.4 kB
Progress (1): 7.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.pom (7.4 kB at 88 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 66 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Progress (1): 4.1/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/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 216 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.pom (4.8 kB at 75 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.1/plexus-languages-1.0.1.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-languages/1.0.1/plexus-languages-1.0.1.pom (4.2 kB at 81 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom (2.9 kB at 95 kB/s)
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 802 kB/s)
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 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar
Progress (1): 4.1/36 kB
Progress (1): 7.7/36 kB
Progress (1): 12/36 kB 
Progress (1): 16/36 kB
Progress (1): 20/36 kB
Progress (1): 24/36 kB
Progress (1): 28/36 kB
Progress (1): 32/36 kB
Progress (1): 36/36 kB
Progress (1): 36 kB   
Progress (2): 36 kB | 4.1/13 kB
Progress (2): 36 kB | 7.7/13 kB
Progress (2): 36 kB | 12/13 kB 
Progress (2): 36 kB | 13 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 401 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M3/surefire-logger-api-3.0.0-M3.jar (13 kB at 142 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar
Progress (1): 4.1/627 kB
Progress (2): 4.1/627 kB | 4.1/312 kB
Progress (2): 7.7/627 kB | 4.1/312 kB
Progress (2): 7.7/627 kB | 7.7/312 kB
Progress (2): 12/627 kB | 7.7/312 kB 
Progress (2): 12/627 kB | 12/312 kB 
Progress (2): 16/627 kB | 12/312 kB
Progress (2): 16/627 kB | 16/312 kB
Progress (2): 20/627 kB | 16/312 kB
Progress (2): 24/627 kB | 16/312 kB
Progress (2): 24/627 kB | 20/312 kB
Progress (2): 24/627 kB | 24/312 kB
Progress (2): 28/627 kB | 24/312 kB
Progress (2): 32/627 kB | 24/312 kB
Progress (2): 32/627 kB | 28/312 kB
Progress (2): 33/627 kB | 28/312 kB
Progress (2): 33/627 kB | 32/312 kB
Progress (2): 37/627 kB | 32/312 kB
Progress (2): 37/627 kB | 33/312 kB
Progress (2): 41/627 kB | 33/312 kB
Progress (2): 41/627 kB | 37/312 kB
Progress (2): 45/627 kB | 37/312 kB
Progress (2): 49/627 kB | 37/312 kB
Progress (2): 53/627 kB | 37/312 kB
Progress (2): 57/627 kB | 37/312 kB
Progress (2): 57/627 kB | 41/312 kB
Progress (2): 61/627 kB | 41/312 kB
Progress (2): 65/627 kB | 41/312 kB
Progress (2): 65/627 kB | 45/312 kB
Progress (2): 66/627 kB | 45/312 kB
Progress (2): 66/627 kB | 49/312 kB
Progress (2): 70/627 kB | 49/312 kB
Progress (2): 70/627 kB | 53/312 kB
Progress (2): 74/627 kB | 53/312 kB
Progress (2): 74/627 kB | 57/312 kB
Progress (2): 78/627 kB | 57/312 kB
Progress (2): 82/627 kB | 57/312 kB
Progress (2): 82/627 kB | 61/312 kB
Progress (2): 82/627 kB | 65/312 kB
Progress (2): 86/627 kB | 65/312 kB
Progress (2): 86/627 kB | 66/312 kB
Progress (2): 90/627 kB | 66/312 kB
Progress (2): 90/627 kB | 70/312 kB
Progress (2): 90/627 kB | 74/312 kB
Progress (2): 94/627 kB | 74/312 kB
Progress (2): 94/627 kB | 78/312 kB
Progress (2): 98/627 kB | 78/312 kB
Progress (2): 98/627 kB | 82/312 kB
Progress (2): 98/627 kB | 82/312 kB
Progress (2): 98/627 kB | 86/312 kB
Progress (2): 102/627 kB | 86/312 kB
Progress (2): 102/627 kB | 90/312 kB
Progress (2): 106/627 kB | 90/312 kB
Progress (2): 106/627 kB | 94/312 kB
Progress (2): 106/627 kB | 98/312 kB
Progress (2): 110/627 kB | 98/312 kB
Progress (2): 110/627 kB | 98/312 kB
Progress (2): 114/627 kB | 98/312 kB
Progress (3): 114/627 kB | 98/312 kB | 4.1/178 kB
Progress (3): 114/627 kB | 102/312 kB | 4.1/178 kB
Progress (3): 114/627 kB | 102/312 kB | 7.7/178 kB
Progress (3): 118/627 kB | 102/312 kB | 7.7/178 kB
Progress (3): 118/627 kB | 106/312 kB | 7.7/178 kB
Progress (3): 122/627 kB | 106/312 kB | 7.7/178 kB
Progress (3): 122/627 kB | 110/312 kB | 7.7/178 kB
Progress (3): 126/627 kB | 110/312 kB | 7.7/178 kB
Progress (3): 126/627 kB | 114/312 kB | 7.7/178 kB
Progress (3): 130/627 kB | 114/312 kB | 7.7/178 kB
Progress (3): 130/627 kB | 118/312 kB | 7.7/178 kB
Progress (3): 131/627 kB | 118/312 kB | 7.7/178 kB
Progress (3): 131/627 kB | 122/312 kB | 7.7/178 kB
Progress (3): 135/627 kB | 122/312 kB | 7.7/178 kB
Progress (3): 135/627 kB | 126/312 kB | 7.7/178 kB
Progress (3): 135/627 kB | 126/312 kB | 12/178 kB 
Progress (3): 135/627 kB | 130/312 kB | 12/178 kB
Progress (3): 139/627 kB | 130/312 kB | 12/178 kB
Progress (3): 139/627 kB | 131/312 kB | 12/178 kB
Progress (3): 139/627 kB | 131/312 kB | 16/178 kB
Progress (3): 139/627 kB | 135/312 kB | 16/178 kB
Progress (3): 143/627 kB | 135/312 kB | 16/178 kB
Progress (3): 143/627 kB | 139/312 kB | 16/178 kB
Progress (3): 143/627 kB | 139/312 kB | 20/178 kB
Progress (3): 143/627 kB | 143/312 kB | 20/178 kB
Progress (3): 147/627 kB | 143/312 kB | 20/178 kB
Progress (3): 147/627 kB | 147/312 kB | 20/178 kB
Progress (3): 147/627 kB | 147/312 kB | 24/178 kB
Progress (3): 147/627 kB | 151/312 kB | 24/178 kB
Progress (3): 151/627 kB | 151/312 kB | 24/178 kB
Progress (3): 151/627 kB | 151/312 kB | 28/178 kB
Progress (3): 151/627 kB | 155/312 kB | 28/178 kB
Progress (3): 151/627 kB | 155/312 kB | 32/178 kB
Progress (3): 151/627 kB | 159/312 kB | 32/178 kB
Progress (3): 155/627 kB | 159/312 kB | 32/178 kB
Progress (3): 155/627 kB | 163/312 kB | 32/178 kB
Progress (3): 155/627 kB | 163/312 kB | 36/178 kB
Progress (3): 155/627 kB | 164/312 kB | 36/178 kB
Progress (3): 159/627 kB | 164/312 kB | 36/178 kB
Progress (3): 159/627 kB | 164/312 kB | 40/178 kB
Progress (3): 163/627 kB | 164/312 kB | 40/178 kB
Progress (3): 163/627 kB | 164/312 kB | 44/178 kB
Progress (3): 163/627 kB | 168/312 kB | 44/178 kB
Progress (3): 163/627 kB | 168/312 kB | 48/178 kB
Progress (3): 164/627 kB | 168/312 kB | 48/178 kB
Progress (3): 164/627 kB | 172/312 kB | 48/178 kB
Progress (3): 168/627 kB | 172/312 kB | 48/178 kB
Progress (3): 172/627 kB | 172/312 kB | 48/178 kB
Progress (3): 172/627 kB | 172/312 kB | 52/178 kB
Progress (3): 176/627 kB | 172/312 kB | 52/178 kB
Progress (3): 176/627 kB | 176/312 kB | 52/178 kB
Progress (3): 180/627 kB | 176/312 kB | 52/178 kB
Progress (3): 180/627 kB | 176/312 kB | 56/178 kB
Progress (3): 184/627 kB | 176/312 kB | 56/178 kB
Progress (3): 184/627 kB | 176/312 kB | 60/178 kB
Progress (3): 184/627 kB | 176/312 kB | 64/178 kB
Progress (3): 184/627 kB | 176/312 kB | 68/178 kB
Progress (3): 184/627 kB | 176/312 kB | 72/178 kB
Progress (3): 184/627 kB | 176/312 kB | 76/178 kB
Progress (3): 184/627 kB | 176/312 kB | 80/178 kB
Progress (3): 184/627 kB | 176/312 kB | 84/178 kB
Progress (3): 184/627 kB | 176/312 kB | 88/178 kB
Progress (3): 184/627 kB | 176/312 kB | 92/178 kB
Progress (3): 184/627 kB | 176/312 kB | 96/178 kB
Progress (3): 184/627 kB | 176/312 kB | 100/178 kB
Progress (3): 184/627 kB | 176/312 kB | 104/178 kB
Progress (3): 184/627 kB | 176/312 kB | 108/178 kB
Progress (3): 184/627 kB | 176/312 kB | 112/178 kB
Progress (3): 184/627 kB | 176/312 kB | 116/178 kB
Progress (3): 184/627 kB | 176/312 kB | 120/178 kB
Progress (3): 184/627 kB | 176/312 kB | 124/178 kB
Progress (3): 184/627 kB | 176/312 kB | 128/178 kB
Progress (3): 184/627 kB | 176/312 kB | 132/178 kB
Progress (3): 184/627 kB | 176/312 kB | 136/178 kB
Progress (3): 184/627 kB | 176/312 kB | 140/178 kB
Progress (3): 184/627 kB | 176/312 kB | 144/178 kB
Progress (3): 184/627 kB | 176/312 kB | 148/178 kB
Progress (3): 184/627 kB | 176/312 kB | 152/178 kB
Progress (3): 184/627 kB | 176/312 kB | 156/178 kB
Progress (3): 184/627 kB | 180/312 kB | 156/178 kB
Progress (3): 184/627 kB | 180/312 kB | 160/178 kB
Progress (3): 184/627 kB | 184/312 kB | 160/178 kB
Progress (3): 184/627 kB | 188/312 kB | 160/178 kB
Progress (3): 188/627 kB | 188/312 kB | 160/178 kB
Progress (3): 188/627 kB | 188/312 kB | 164/178 kB
Progress (3): 192/627 kB | 188/312 kB | 164/178 kB
Progress (3): 196/627 kB | 188/312 kB | 164/178 kB
Progress (3): 196/627 kB | 192/312 kB | 164/178 kB
Progress (3): 197/627 kB | 192/312 kB | 164/178 kB
Progress (3): 197/627 kB | 192/312 kB | 168/178 kB
Progress (3): 197/627 kB | 196/312 kB | 168/178 kB
Progress (3): 197/627 kB | 196/312 kB | 172/178 kB
Progress (3): 197/627 kB | 197/312 kB | 172/178 kB
Progress (3): 197/627 kB | 197/312 kB | 176/178 kB
Progress (3): 197/627 kB | 201/312 kB | 176/178 kB
Progress (3): 197/627 kB | 205/312 kB | 176/178 kB
Progress (3): 197/627 kB | 209/312 kB | 176/178 kB
Progress (3): 197/627 kB | 209/312 kB | 178 kB    
Progress (3): 197/627 kB | 213/312 kB | 178 kB
Progress (3): 197/627 kB | 217/312 kB | 178 kB
Progress (3): 197/627 kB | 221/312 kB | 178 kB
Progress (3): 197/627 kB | 225/312 kB | 178 kB
Progress (3): 197/627 kB | 229/312 kB | 178 kB
Progress (3): 197/627 kB | 229/312 kB | 178 kB
Progress (3): 197/627 kB | 233/312 kB | 178 kB
Progress (3): 197/627 kB | 237/312 kB | 178 kB
Progress (3): 197/627 kB | 241/312 kB | 178 kB
Progress (3): 197/627 kB | 245/312 kB | 178 kB
Progress (3): 197/627 kB | 249/312 kB | 178 kB
Progress (3): 197/627 kB | 253/312 kB | 178 kB
Progress (3): 197/627 kB | 257/312 kB | 178 kB
Progress (3): 197/627 kB | 261/312 kB | 178 kB
Progress (3): 197/627 kB | 262/312 kB | 178 kB
Progress (3): 197/627 kB | 266/312 kB | 178 kB
Progress (3): 197/627 kB | 270/312 kB | 178 kB
Progress (3): 197/627 kB | 274/312 kB | 178 kB
Progress (3): 197/627 kB | 278/312 kB | 178 kB
Progress (3): 197/627 kB | 282/312 kB | 178 kB
Progress (3): 197/627 kB | 286/312 kB | 178 kB
Progress (3): 197/627 kB | 290/312 kB | 178 kB
Progress (3): 197/627 kB | 294/312 kB | 178 kB
Progress (3): 197/627 kB | 298/312 kB | 178 kB
Progress (3): 197/627 kB | 302/312 kB | 178 kB
Progress (3): 197/627 kB | 306/312 kB | 178 kB
Progress (3): 197/627 kB | 310/312 kB | 178 kB
Progress (3): 197/627 kB | 312 kB | 178 kB    
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M3/surefire-api-3.0.0-M3.jar (178 kB at 1.0 MB/s)
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
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M3/surefire-booter-3.0.0-M3.jar (312 kB at 1.7 MB/s)
Progress (2): 197/627 kB | 4.1/317 kB
Progress (2): 197/627 kB | 7.7/317 kB
Progress (2): 197/627 kB | 12/317 kB 
Progress (2): 197/627 kB | 16/317 kB
Progress (2): 197/627 kB | 20/317 kB
Progress (2): 197/627 kB | 24/317 kB
Progress (2): 197/627 kB | 28/317 kB
Progress (2): 197/627 kB | 32/317 kB
Progress (2): 197/627 kB | 33/317 kB
Progress (2): 197/627 kB | 37/317 kB
Progress (2): 197/627 kB | 41/317 kB
Progress (2): 197/627 kB | 45/317 kB
Progress (2): 197/627 kB | 49/317 kB
Progress (2): 197/627 kB | 53/317 kB
Progress (2): 197/627 kB | 57/317 kB
Progress (2): 197/627 kB | 61/317 kB
Progress (2): 197/627 kB | 65/317 kB
Progress (2): 197/627 kB | 66/317 kB
Progress (2): 197/627 kB | 70/317 kB
Progress (2): 197/627 kB | 74/317 kB
Progress (2): 197/627 kB | 78/317 kB
Progress (2): 197/627 kB | 82/317 kB
Progress (2): 197/627 kB | 86/317 kB
Progress (2): 197/627 kB | 90/317 kB
Progress (2): 197/627 kB | 94/317 kB
Progress (2): 197/627 kB | 98/317 kB
Progress (2): 197/627 kB | 98/317 kB
Progress (2): 197/627 kB | 102/317 kB
Progress (2): 197/627 kB | 106/317 kB
Progress (2): 197/627 kB | 110/317 kB
Progress (2): 197/627 kB | 114/317 kB
Progress (2): 197/627 kB | 118/317 kB
Progress (2): 197/627 kB | 122/317 kB
Progress (2): 197/627 kB | 126/317 kB
Progress (2): 197/627 kB | 130/317 kB
Progress (2): 197/627 kB | 131/317 kB
Progress (2): 197/627 kB | 135/317 kB
Progress (2): 197/627 kB | 139/317 kB
Progress (2): 197/627 kB | 143/317 kB
Progress (2): 197/627 kB | 147/317 kB
Progress (2): 197/627 kB | 151/317 kB
Progress (2): 197/627 kB | 155/317 kB
Progress (2): 197/627 kB | 159/317 kB
Progress (2): 197/627 kB | 163/317 kB
Progress (2): 197/627 kB | 164/317 kB
Progress (2): 197/627 kB | 168/317 kB
Progress (2): 197/627 kB | 172/317 kB
Progress (2): 197/627 kB | 176/317 kB
Progress (2): 197/627 kB | 180/317 kB
Progress (2): 197/627 kB | 184/317 kB
Progress (2): 197/627 kB | 188/317 kB
Progress (2): 197/627 kB | 192/317 kB
Progress (2): 197/627 kB | 196/317 kB
Progress (2): 197/627 kB | 197/317 kB
Progress (2): 197/627 kB | 201/317 kB
Progress (2): 197/627 kB | 205/317 kB
Progress (2): 197/627 kB | 209/317 kB
Progress (2): 197/627 kB | 213/317 kB
Progress (2): 197/627 kB | 217/317 kB
Progress (2): 197/627 kB | 221/317 kB
Progress (2): 197/627 kB | 225/317 kB
Progress (2): 197/627 kB | 229/317 kB
Progress (2): 197/627 kB | 229/317 kB
Progress (2): 197/627 kB | 233/317 kB
Progress (2): 197/627 kB | 237/317 kB
Progress (2): 197/627 kB | 241/317 kB
Progress (2): 197/627 kB | 245/317 kB
Progress (2): 197/627 kB | 249/317 kB
Progress (2): 197/627 kB | 253/317 kB
Progress (2): 197/627 kB | 257/317 kB
Progress (2): 197/627 kB | 261/317 kB
Progress (2): 197/627 kB | 262/317 kB
Progress (2): 197/627 kB | 266/317 kB
Progress (2): 197/627 kB | 270/317 kB
Progress (2): 197/627 kB | 274/317 kB
Progress (2): 197/627 kB | 278/317 kB
Progress (2): 197/627 kB | 282/317 kB
Progress (2): 197/627 kB | 286/317 kB
Progress (2): 197/627 kB | 290/317 kB
Progress (2): 197/627 kB | 294/317 kB
Progress (2): 197/627 kB | 298/317 kB
Progress (2): 197/627 kB | 302/317 kB
Progress (2): 197/627 kB | 306/317 kB
Progress (2): 197/627 kB | 310/317 kB
Progress (2): 197/627 kB | 314/317 kB
Progress (2): 197/627 kB | 317 kB    
Progress (2): 201/627 kB | 317 kB
Progress (2): 205/627 kB | 317 kB
Progress (2): 209/627 kB | 317 kB
Progress (2): 213/627 kB | 317 kB
Progress (2): 217/627 kB | 317 kB
Progress (2): 221/627 kB | 317 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.jar (317 kB at 1.1 MB/s)
Progress (1): 225/627 kB
Progress (1): 229/627 kB
Progress (1): 229/627 kB
Progress (1): 233/627 kB
Progress (1): 237/627 kB
Progress (1): 241/627 kB
Progress (1): 245/627 kB
Progress (1): 249/627 kB
Progress (1): 253/627 kB
Progress (1): 257/627 kB
Progress (1): 261/627 kB
Progress (1): 265/627 kB
Progress (1): 269/627 kB
Progress (1): 273/627 kB
Progress (1): 277/627 kB
Progress (1): 281/627 kB
Progress (1): 285/627 kB
Progress (1): 289/627 kB
Progress (1): 293/627 kB
Progress (1): 295/627 kB
Progress (1): 299/627 kB
Progress (1): 303/627 kB
Progress (1): 307/627 kB
Progress (1): 311/627 kB
Progress (1): 315/627 kB
Progress (1): 319/627 kB
Progress (1): 323/627 kB
Progress (1): 327/627 kB
Progress (1): 331/627 kB
Progress (1): 335/627 kB
Progress (1): 339/627 kB
Progress (1): 343/627 kB
Progress (1): 347/627 kB
Progress (1): 351/627 kB
Progress (1): 355/627 kB
Progress (1): 359/627 kB
Progress (1): 363/627 kB
Progress (1): 367/627 kB
Progress (1): 371/627 kB
Progress (1): 375/627 kB
Progress (1): 379/627 kB
Progress (1): 383/627 kB
Progress (1): 387/627 kB
Progress (1): 391/627 kB
Progress (1): 395/627 kB
Progress (1): 399/627 kB
Progress (1): 403/627 kB
Progress (1): 407/627 kB
Progress (1): 411/627 kB
Progress (1): 415/627 kB
Progress (1): 419/627 kB
Progress (1): 423/627 kB
Progress (1): 427/627 kB
Progress (1): 431/627 kB
Progress (1): 435/627 kB
Progress (1): 439/627 kB
Progress (1): 443/627 kB
Progress (1): 447/627 kB
Progress (1): 451/627 kB
Progress (1): 455/627 kB
Progress (1): 459/627 kB
Progress (1): 463/627 kB
Progress (1): 467/627 kB
Progress (1): 471/627 kB
Progress (1): 475/627 kB
Progress (1): 479/627 kB
Progress (1): 483/627 kB
Progress (1): 487/627 kB
Progress (1): 491/627 kB
Progress (1): 495/627 kB
Progress (1): 499/627 kB
Progress (1): 503/627 kB
Progress (1): 507/627 kB
Progress (1): 511/627 kB
Progress (1): 515/627 kB
Progress (1): 519/627 kB
Progress (1): 523/627 kB
Progress (1): 527/627 kB
Progress (1): 531/627 kB
Progress (1): 535/627 kB
Progress (1): 539/627 kB
Progress (1): 543/627 kB
Progress (1): 547/627 kB
Progress (1): 551/627 kB
Progress (1): 555/627 kB
Progress (1): 559/627 kB
Progress (1): 563/627 kB
Progress (1): 567/627 kB
Progress (1): 571/627 kB
Progress (1): 575/627 kB
Progress (1): 579/627 kB
Progress (1): 583/627 kB
Progress (1): 587/627 kB
Progress (1): 591/627 kB
Progress (1): 595/627 kB
Progress (1): 599/627 kB
Progress (1): 603/627 kB
Progress (1): 607/627 kB
Progress (1): 611/627 kB
Progress (1): 615/627 kB
Progress (1): 619/627 kB
Progress (1): 623/627 kB
Progress (1): 627 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M3/maven-surefire-common-3.0.0-M3.jar (627 kB at 2.0 MB/s)
Progress (1): 4.1/114 kB
Progress (1): 7.7/114 kB
Progress (1): 12/114 kB 
Progress (1): 16/114 kB
Progress (1): 20/114 kB
Progress (1): 24/114 kB
Progress (1): 28/114 kB
Progress (1): 32/114 kB
Progress (1): 33/114 kB
Progress (1): 37/114 kB
Progress (1): 41/114 kB
Progress (1): 45/114 kB
Progress (1): 49/114 kB
Progress (1): 53/114 kB
Progress (1): 57/114 kB
Progress (1): 61/114 kB
Progress (1): 65/114 kB
Progress (1): 69/114 kB
Progress (1): 73/114 kB
Progress (1): 77/114 kB
Progress (1): 81/114 kB
Progress (1): 85/114 kB
Progress (1): 89/114 kB
Progress (1): 93/114 kB
Progress (1): 97/114 kB
Progress (1): 101/114 kB
Progress (1): 105/114 kB
Progress (1): 109/114 kB
Progress (1): 113/114 kB
Progress (2): 113/114 kB | 4.1/51 kB
Progress (2): 114 kB | 4.1/51 kB    
Progress (2): 114 kB | 7.7/51 kB
Progress (2): 114 kB | 12/51 kB 
Progress (2): 114 kB | 16/51 kB
Progress (2): 114 kB | 20/51 kB
Progress (2): 114 kB | 24/51 kB
Progress (2): 114 kB | 28/51 kB
Progress (2): 114 kB | 32/51 kB
Progress (2): 114 kB | 36/51 kB
Progress (2): 114 kB | 40/51 kB
Progress (2): 114 kB | 44/51 kB
Progress (2): 114 kB | 48/51 kB
Progress (2): 114 kB | 51 kB   
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.jar (114 kB at 334 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.1/plexus-java-1.0.1.jar (51 kB at 149 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.jar
Progress (1): 4.1/20 kB
Progress (1): 7.7/20 kB
Progress (1): 12/20 kB 
Progress (1): 16/20 kB
Progress (1): 20/20 kB
Progress (1): 20 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.jar (20 kB at 344 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.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/surefire-junit-platform/3.0.0-M3/surefire-junit-platform-3.0.0-M3.pom (5.5 kB at 117 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M3/surefire-providers-3.0.0-M3.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-providers/3.0.0-M3/surefire-providers-3.0.0-M3.pom (2.5 kB at 44 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.pom (3.1 kB at 55 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.pom (2.2 kB at 96 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 97 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.pom (2.4 kB at 141 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom
Progress (1): 2.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.pom (2.0 kB at 126 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom
Progress (1): 1.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 129 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar
Progress (1): 2.2 kB
Progress (2): 2.2 kB | 4.1/135 kB
Progress (3): 2.2 kB | 4.1/135 kB | 4.1/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 4.1/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 7.7/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 12/95 kB 
Progress (3): 2.2 kB | 7.7/135 kB | 16/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 20/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 24/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 28/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 32/95 kB
Progress (3): 2.2 kB | 7.7/135 kB | 33/95 kB
Progress (3): 2.2 kB | 12/135 kB | 33/95 kB 
Progress (3): 2.2 kB | 16/135 kB | 33/95 kB
Progress (3): 2.2 kB | 16/135 kB | 37/95 kB
Progress (3): 2.2 kB | 20/135 kB | 37/95 kB
Progress (3): 2.2 kB | 20/135 kB | 41/95 kB
Progress (3): 2.2 kB | 24/135 kB | 41/95 kB
Progress (3): 2.2 kB | 24/135 kB | 45/95 kB
Progress (3): 2.2 kB | 28/135 kB | 45/95 kB
Progress (3): 2.2 kB | 28/135 kB | 49/95 kB
Progress (3): 2.2 kB | 28/135 kB | 53/95 kB
Progress (3): 2.2 kB | 28/135 kB | 57/95 kB
Progress (3): 2.2 kB | 32/135 kB | 57/95 kB
Progress (3): 2.2 kB | 36/135 kB | 57/95 kB
Progress (3): 2.2 kB | 40/135 kB | 57/95 kB
Progress (3): 2.2 kB | 44/135 kB | 57/95 kB
Progress (3): 2.2 kB | 48/135 kB | 57/95 kB
Progress (3): 2.2 kB | 52/135 kB | 57/95 kB
Progress (3): 2.2 kB | 56/135 kB | 57/95 kB
Progress (3): 2.2 kB | 60/135 kB | 57/95 kB
Progress (3): 2.2 kB | 64/135 kB | 57/95 kB
Progress (3): 2.2 kB | 66/135 kB | 57/95 kB
Progress (3): 2.2 kB | 70/135 kB | 57/95 kB
Progress (3): 2.2 kB | 74/135 kB | 57/95 kB
Progress (3): 2.2 kB | 78/135 kB | 57/95 kB
Progress (3): 2.2 kB | 78/135 kB | 61/95 kB
Progress (3): 2.2 kB | 78/135 kB | 65/95 kB
Progress (3): 2.2 kB | 78/135 kB | 69/95 kB
Progress (3): 2.2 kB | 78/135 kB | 73/95 kB
Progress (3): 2.2 kB | 78/135 kB | 77/95 kB
Progress (3): 2.2 kB | 78/135 kB | 81/95 kB
Progress (3): 2.2 kB | 78/135 kB | 85/95 kB
Progress (3): 2.2 kB | 78/135 kB | 89/95 kB
Progress (3): 2.2 kB | 78/135 kB | 93/95 kB
Progress (3): 2.2 kB | 78/135 kB | 95 kB   
Progress (3): 2.2 kB | 82/135 kB | 95 kB
Progress (3): 2.2 kB | 86/135 kB | 95 kB
Progress (3): 2.2 kB | 90/135 kB | 95 kB
Progress (3): 2.2 kB | 94/135 kB | 95 kB
Progress (3): 2.2 kB | 98/135 kB | 95 kB
Progress (3): 2.2 kB | 98/135 kB | 95 kB
Progress (3): 2.2 kB | 102/135 kB | 95 kB
Progress (3): 2.2 kB | 106/135 kB | 95 kB
Progress (3): 2.2 kB | 110/135 kB | 95 kB
Progress (3): 2.2 kB | 114/135 kB | 95 kB
Progress (3): 2.2 kB | 118/135 kB | 95 kB
Progress (3): 2.2 kB | 122/135 kB | 95 kB
Progress (3): 2.2 kB | 126/135 kB | 95 kB
Progress (3): 2.2 kB | 130/135 kB | 95 kB
Progress (3): 2.2 kB | 134/135 kB | 95 kB
Progress (3): 2.2 kB | 135 kB | 95 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.1/junit-platform-launcher-1.3.1.jar (95 kB at 3.8 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 47 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar
Progress (2): 135 kB | 4.1/78 kB
Progress (2): 135 kB | 7.7/78 kB
Progress (2): 135 kB | 12/78 kB 
Progress (2): 135 kB | 16/78 kB
Progress (2): 135 kB | 20/78 kB
Progress (2): 135 kB | 24/78 kB
Progress (2): 135 kB | 28/78 kB
Progress (2): 135 kB | 32/78 kB
Progress (2): 135 kB | 33/78 kB
Progress (2): 135 kB | 37/78 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.1/junit-platform-engine-1.3.1.jar (135 kB at 2.6 MB/s)
Progress (1): 41/78 kB
Progress (1): 45/78 kB
Progress (1): 49/78 kB
Progress (1): 53/78 kB
Progress (1): 57/78 kB
Progress (1): 61/78 kB
Progress (1): 65/78 kB
Progress (1): 69/78 kB
Progress (1): 73/78 kB
Progress (1): 77/78 kB
Progress (1): 78 kB   
Progress (2): 78 kB | 4.1/7.1 kB
Progress (2): 78 kB | 7.1 kB    
Progress (3): 78 kB | 7.1 kB | 4.1/32 kB
Progress (3): 78 kB | 7.1 kB | 7.7/32 kB
Progress (3): 78 kB | 7.1 kB | 12/32 kB 
Progress (3): 78 kB | 7.1 kB | 16/32 kB
Progress (3): 78 kB | 7.1 kB | 20/32 kB
Progress (3): 78 kB | 7.1 kB | 24/32 kB
Progress (3): 78 kB | 7.1 kB | 28/32 kB
Progress (3): 78 kB | 7.1 kB | 32/32 kB
Progress (3): 78 kB | 7.1 kB | 32 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.1/junit-platform-commons-1.3.1.jar (78 kB at 1.2 MB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 445 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M3/common-java5-3.0.0-M3.jar (32 kB at 287 kB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.yasson.customization.transients.JsonbTransientTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: JsonbTransient annotation cannot be used with other jsonb annotations on the same property.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.yasson.customization.transients.JsonbTransientTest
[INFO] Running org.eclipse.yasson.customization.JsonbPropertyTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Property pojoName clashes with property pojoNameCollision by read or write name in class org.eclipse.yasson.customization.model.JsonbPropertyNameCollision.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Property pojoName clashes with property pojoNameCollision by read or write name in class org.eclipse.yasson.customization.model.JsonbPropertyNameCollision.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Property DOI clashes with property doi by read or write name in class org.eclipse.yasson.customization.JsonbPropertyTest$ConflictingProperties.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Property DOI clashes with property doi by read or write name in class org.eclipse.yasson.customization.JsonbPropertyTest$ConflictingWithUpperCamelStrategy.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.yasson.customization.JsonbPropertyTest
[INFO] Running org.eclipse.yasson.customization.JsonbNillableTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.yasson.customization.JsonbNillableTest
[INFO] Running org.eclipse.yasson.customization.JsonbDateFormatterTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.yasson.customization.JsonbDateFormatterTest
[INFO] Running org.eclipse.yasson.customization.NumberFormatTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.yasson.customization.NumberFormatTest
[INFO] Running org.eclipse.yasson.customization.ImplementationClassTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.yasson.customization.ImplementationClassTest
[INFO] Running org.eclipse.yasson.customization.PrettyPrintTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.yasson.customization.PrettyPrintTest
[INFO] Running org.eclipse.yasson.customization.JsonbPropertyVisibilityStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.yasson.customization.JsonbPropertyVisibilityStrategyTest
[INFO] Running org.eclipse.yasson.customization.EncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.yasson.customization.EncodingTest
[INFO] Running org.eclipse.yasson.customization.PropertyOrderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.yasson.customization.PropertyOrderTest
[INFO] Running org.eclipse.yasson.customization.InterfaceAnnotationsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.yasson.customization.InterfaceAnnotationsTest
[INFO] Running org.eclipse.yasson.customization.AnnotationInheritanceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.yasson.customization.AnnotationInheritanceTest
[INFO] Running org.eclipse.yasson.customization.JsonbCreatorTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: More than one @JsonbCreator declared in class class org.eclipse.yasson.customization.model.CreatorMultipleDeclarationErrorPojo.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Exception occurred during call to JSONB creator on class: class org.eclipse.yasson.customization.model.CreatorPackagePrivateConstructor.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: JsonbCreator parameter arg2 is missing in json document.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Return type of creator public static java.io.Serializable org.eclipse.yasson.customization.model.CreatorIncompatibleTypePojo.getInstance() must be of type class org.eclipse.yasson.customization.model.CreatorIncompatibleTypePojo.
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.yasson.customization.JsonbCreatorTest
[INFO] Running org.eclipse.yasson.adapters.AdaptersTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type X declared in class org.eclipse.yasson.adapters.model.GenericBox.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type X declared in class org.eclipse.yasson.adapters.model.GenericBox.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type X declared in class org.eclipse.yasson.adapters.model.GenericBox.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type X declared in class org.eclipse.yasson.adapters.model.GenericBox.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.yasson.adapters.AdaptersTest
[INFO] Running org.eclipse.yasson.adapters.JsonbTypeAdapterTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Adapter of runtime type class org.eclipse.yasson.adapters.model.Box does not match property type class java.lang.String
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.adapters.model.GenericCrate.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type X declared in class org.eclipse.yasson.adapters.model.GenericBox.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.yasson.adapters.JsonbTypeAdapterTest
[INFO] Running org.eclipse.yasson.defaultmapping.jsonp.JsonpTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.yasson.defaultmapping.jsonp.JsonpTest
[INFO] Running org.eclipse.yasson.defaultmapping.lambda.LambdaExpressionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.defaultmapping.lambda.LambdaExpressionTest
[INFO] Running org.eclipse.yasson.defaultmapping.dates.DatesTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.serializer.OffsetDateTimeTypeDeserializer fromInstant
WARNING: Parsing OffsetDateTime from epoch millisecond, UTC zone offset will be used.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.dates.model.AbstractDateTimePojo.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.dates.model.AbstractDateTimePojo.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.serializer.ZonedDateTimeTypeDeserializer fromInstant
WARNING: Parsing ZonedDateTime from epoch millisecond, UTC zone offset will be used.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.yasson.defaultmapping.dates.DatesTest
[INFO] Running org.eclipse.yasson.defaultmapping.generics.GenericsTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T1 declared in class org.eclipse.yasson.defaultmapping.generics.model.AnotherGenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T2 declared in class org.eclipse.yasson.defaultmapping.generics.model.AnotherGenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.WildCardClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.MyCyclicGenericClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type X declared in class org.eclipse.yasson.adapters.model.GenericBox.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.GenericTestClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.BoundedGenericClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.BoundedGenericClass.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type U declared in class org.eclipse.yasson.defaultmapping.generics.model.BoundedGenericClass.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.yasson.defaultmapping.generics.GenericsTest
[INFO] Running org.eclipse.yasson.defaultmapping.inheritance.InheritanceTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type SF declared in class org.eclipse.yasson.defaultmapping.inheritance.model.generics.SecondLevelGeneric.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type Z declared in class org.eclipse.yasson.defaultmapping.inheritance.model.generics.SecondLevelGeneric.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type S declared in class org.eclipse.yasson.defaultmapping.inheritance.model.generics.SecondLevelGeneric.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type B declared in class org.eclipse.yasson.defaultmapping.inheritance.model.generics.ImplementsGenericInterfaces.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type A declared in class org.eclipse.yasson.defaultmapping.inheritance.model.generics.ImplementsGenericInterfaces.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.yasson.defaultmapping.inheritance.InheritanceTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.NullTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.yasson.defaultmapping.specific.NullTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.JsonStreamsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.defaultmapping.specific.JsonStreamsTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.ObjectGraphTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.yasson.defaultmapping.specific.ObjectGraphTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.SpecificTest
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:17 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.yasson.defaultmapping.specific.SpecificTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.RecursiveReferenceTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Recursive reference has been found in class class org.eclipse.yasson.adapters.model.Chain.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'linksTo' from org.eclipse.yasson.adapters.model.Chain
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Problem adapting object of type class org.eclipse.yasson.adapters.model.Chain to java.util.Map<java.lang.String, java.lang.Object> in class class org.eclipse.yasson.adapters.model.ChainAdapter
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.yasson.defaultmapping.specific.RecursiveReferenceTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.OptionalTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.yasson.defaultmapping.specific.OptionalTest
[INFO] Running org.eclipse.yasson.defaultmapping.specific.UnmarshallingUnsupportedTypesTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.util.OptionalDouble.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'nestedPojo' because of: Can't deserialize JSON array into: class org.eclipse.yasson.defaultmapping.specific.model.SupportedTypes$NestedPojo
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.util.OptionalLong.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.lang.Byte.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.lang.Long.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.lang.Float.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.lang.Short.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'nestedPojo' because of: Unable to deserialize property 'missingField' because of: Json property missingField can not be mapped to a class class org.eclipse.yasson.defaultmapping.specific.model.SupportedTypes$NestedPojo.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'customInterface' because of: Cannot infer a type for unmarshalling into: org.eclipse.yasson.defaultmapping.specific.model.CustomUnsupportedInterface
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.math.BigDecimal.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.util.OptionalInt.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.lang.Integer.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.math.BigInteger.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'nestedPojo' because of: Error deserialize JSON value into type: class org.eclipse.yasson.defaultmapping.specific.model.SupportedTypes$NestedPojo.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Unable to deserialize property 'field1' because of: Error deserialize JSON value into type: class java.lang.Double.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.yasson.defaultmapping.specific.UnmarshallingUnsupportedTypesTest
[INFO] Running org.eclipse.yasson.defaultmapping.basic.NumberTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'mapProp' from org.eclipse.yasson.defaultmapping.basic.NumberTest.NumberContainer
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: double value cannot be Infinite or NaN
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'doubleProp' from org.eclipse.yasson.defaultmapping.basic.NumberTest.NumberContainer
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'collectionProp' from org.eclipse.yasson.defaultmapping.basic.NumberTest.NumberContainer
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.yasson.defaultmapping.basic.NumberTest
[INFO] Running org.eclipse.yasson.defaultmapping.basic.BasicTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.defaultmapping.basic.BasicTest
[INFO] Running org.eclipse.yasson.defaultmapping.basic.BooleanTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.defaultmapping.basic.BooleanTest
[INFO] Running org.eclipse.yasson.defaultmapping.basic.UnqualifiedPropertiesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.defaultmapping.basic.UnqualifiedPropertiesTest
[INFO] Running org.eclipse.yasson.defaultmapping.basic.PropertyMismatchTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.yasson.defaultmapping.basic.PropertyMismatchTest
[INFO] Running org.eclipse.yasson.defaultmapping.basic.SingleValueTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Cannot marshal single value because I-Json is enabled!
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.yasson.defaultmapping.basic.SingleValueTest
[INFO] Running org.eclipse.yasson.defaultmapping.typeConvertors.DefaultSerializersTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.yasson.defaultmapping.typeConvertors.DefaultSerializersTest
[INFO] Running org.eclipse.yasson.defaultmapping.SecurityManagerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.yasson.defaultmapping.SecurityManagerTest
[INFO] Running org.eclipse.yasson.defaultmapping.modifiers.ClassModifiersTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'id' from org.eclipse.yasson.defaultmapping.modifiers.ClassModifiersTest.NestedStaticPackageChild
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'id' from org.eclipse.yasson.defaultmapping.modifiers.ClassModifiersTest.NestedStaticPrivateChild
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'id' from org.eclipse.yasson.defaultmapping.modifiers.ClassModifiersTest.NestedPrivateChild
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Unable to serialize property 'id' from org.eclipse.yasson.defaultmapping.modifiers.ClassModifiersTest.NestedPackageChild
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.yasson.defaultmapping.modifiers.ClassModifiersTest
[INFO] Running org.eclipse.yasson.defaultmapping.modifiers.DefaultMappingModifiersTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Can't create instance
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.yasson.defaultmapping.modifiers.DefaultMappingModifiersTest
[INFO] Running org.eclipse.yasson.defaultmapping.collections.ArrayTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.yasson.defaultmapping.collections.ArrayTest
[INFO] Running org.eclipse.yasson.defaultmapping.collections.CollectionsTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.yasson.defaultmapping.collections.CollectionsTest
[INFO] Running org.eclipse.yasson.defaultmapping.IJsonTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.yasson.defaultmapping.IJsonTest
[INFO] Running org.eclipse.yasson.defaultmapping.properties.PropertiesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.defaultmapping.properties.PropertiesTest
[INFO] Running org.eclipse.yasson.defaultmapping.anonymous.AnonymousClassTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.yasson.defaultmapping.anonymous.AnonymousClassTest
[INFO] Running org.eclipse.yasson.defaultmapping.EnumTest
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
Nov 25, 2019 4:16:18 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.defaultmapping.generics.model.ScalarValueWrapper.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.yasson.defaultmapping.EnumTest
[INFO] Running org.eclipse.yasson.internal.model.customization.naming.PropertyNamingStrategyTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.yasson.internal.model.customization.naming.PropertyNamingStrategyTest
[INFO] Running org.eclipse.yasson.internal.cdi.CdiInjectionTest
Nov 25, 2019 4:16:18 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.4.3 (Final)
Nov 25, 2019 4:16:18 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Nov 25, 2019 4:16:18 PM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container af7291c7-dc13-4389-8bb8-5a2fbe9117aa initialized
Nov 25, 2019 4:16:18 PM org.jboss.weld.environment.se.WeldContainer shutdown
INFO: WELD-ENV-002001: Weld SE container af7291c7-dc13-4389-8bb8-5a2fbe9117aa shut down
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.yasson.internal.cdi.CdiInjectionTest
[INFO] Running org.eclipse.yasson.internal.ClassParserTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.yasson.internal.ClassParserTest
[INFO] Running org.eclipse.yasson.internal.AnnotationFinderTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.yasson.internal.AnnotationFinderTest
[INFO] Running org.eclipse.yasson.internal.concurrent.MultiTenancyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 s - in org.eclipse.yasson.internal.concurrent.MultiTenancyTest
[INFO] Running org.eclipse.yasson.internal.ConstructorPropertiesAnnotationIntrospectorTest
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.ConstructorPropertiesAnnotationIntrospector getCreator
WARNING: More than one constructor annotated with @ConstructorProperties declared in class org.eclipse.yasson.internal.AnnotationIntrospectorTestFixtures$ObjectWithTwoConstructorPropertiesAnnotation.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.yasson.internal.ConstructorPropertiesAnnotationIntrospectorTest
[INFO] Running org.eclipse.yasson.internal.serializer.ObjectDeserializerTest
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: Cannot create instance of a class: class org.eclipse.yasson.internal.serializer.ObjectDeserializerTest$DummyDeserializationClass, No default constructor found.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.yasson.internal.serializer.ObjectDeserializerTest
[INFO] Running org.eclipse.yasson.internal.CollectionsWithJavaBaseTypesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.yasson.internal.CollectionsWithJavaBaseTypesTest
[INFO] Running org.eclipse.yasson.internal.ReflectionUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.internal.ReflectionUtilsTest
[INFO] Running org.eclipse.yasson.internal.AnnotationIntrospectorTest
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.007 s - in org.eclipse.yasson.internal.AnnotationIntrospectorTest
[INFO] Running org.eclipse.yasson.serializers.MapToEntriesArraySerializerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.yasson.serializers.MapToEntriesArraySerializerTest
[INFO] Running org.eclipse.yasson.serializers.SerializersTest
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Recursive reference has been found in class class org.eclipse.yasson.serializers.model.Box.
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Generating incomplete JSON
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.yasson.serializers.SerializersTest
[INFO] Running org.eclipse.yasson.serializers.MapToObjectSerializerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.serializers.MapToObjectSerializerTest
[INFO] Running org.eclipse.yasson.jsonstructure.JsonStructureToParserAdapterTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.yasson.jsonstructure.JsonStructureToParserAdapterTest
[INFO] Running org.eclipse.yasson.jsonstructure.JsonGeneratorToStructureAdapterTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.yasson.jsonstructure.JsonGeneratorToStructureAdapterTest
[INFO] Running org.eclipse.yasson.YassonPropertiesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.YassonPropertiesTest
[INFO] Running org.eclipse.yasson.documented.DocumentationExampleTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.yasson.documented.DocumentationExampleTest
[INFO] Running org.eclipse.yasson.SimpleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.yasson.SimpleTest
[INFO] Running org.eclipse.yasson.FieldAccessStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.yasson.FieldAccessStrategyTest
[INFO] Running org.eclipse.yasson.jsonpsubstitution.PreinstantiatedJsonpTest
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.Marshaller marshall
SEVERE: Illegal method during JSON generation, not valid in current context IN_OBJECT
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.ReflectionUtils resolveItemVariableType
WARNING: Generic bound not found for type T declared in class org.eclipse.yasson.jsonpsubstitution.PreinstantiatedJsonpTest$Wrapper.
Nov 25, 2019 4:16:19 PM org.eclipse.yasson.internal.Unmarshaller deserializeItem
SEVERE: unresolved type for deserialization: class org.eclipse.yasson.jsonpsubstitution.PreinstantiatedJsonpTest$Dog
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.yasson.jsonpsubstitution.PreinstantiatedJsonpTest
[INFO] Running PackagelessClassTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in PackagelessClassTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 440, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (optional-modules-excluded) @ yasson ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.yasson.internal.AnnotationIntrospectorWithoutOptionalModulesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.yasson.internal.AnnotationIntrospectorWithoutOptionalModulesTest
[INFO] Running org.eclipse.yasson.JavaxNamingExcludedTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.yasson.JavaxNamingExcludedTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (osgi-bundle) @ yasson ---
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 71 kB/s)
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 65 kB/s)
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 346 kB/s)
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 644 kB/s)
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 13 kB/s)
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 406 kB/s)
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 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 138 kB/s)
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 826 kB/s)
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 193 kB/s)
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 29 kB/s)
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 534 kB/s)
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 115 kB/s)
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 116 kB/s)
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 96 kB/s)
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 100 kB/s)
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 69 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.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 138 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.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 79 kB/s)
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 270 kB/s)
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 239 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.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 179 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
Progress (1): 3.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 254 kB/s)
Downloading from eclipse.maven.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 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.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 673 kB/s)
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.2 MB/s)
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 128 kB/s)
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 170 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.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 214 kB/s)
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 81 kB/s)
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/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
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
Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (2): 7.7/53 kB | 4.1/350 kB
Progress (2): 7.7/53 kB | 7.7/350 kB
Progress (2): 7.7/53 kB | 12/350 kB 
Progress (2): 7.7/53 kB | 16/350 kB
Progress (2): 12/53 kB | 16/350 kB 
Progress (2): 16/53 kB | 16/350 kB
Progress (2): 20/53 kB | 16/350 kB
Progress (2): 24/53 kB | 16/350 kB
Progress (3): 24/53 kB | 16/350 kB | 4.1/474 kB
Progress (3): 24/53 kB | 16/350 kB | 7.7/474 kB
Progress (3): 24/53 kB | 20/350 kB | 7.7/474 kB
Progress (3): 24/53 kB | 24/350 kB | 7.7/474 kB
Progress (3): 24/53 kB | 28/350 kB | 7.7/474 kB
Progress (3): 24/53 kB | 32/350 kB | 7.7/474 kB
Progress (3): 24/53 kB | 33/350 kB | 7.7/474 kB
Progress (3): 28/53 kB | 33/350 kB | 7.7/474 kB
Progress (3): 32/53 kB | 33/350 kB | 7.7/474 kB
Progress (3): 36/53 kB | 33/350 kB | 7.7/474 kB
Progress (3): 40/53 kB | 33/350 kB | 7.7/474 kB
Progress (3): 40/53 kB | 33/350 kB | 12/474 kB 
Progress (3): 44/53 kB | 33/350 kB | 12/474 kB
Progress (3): 44/53 kB | 33/350 kB | 16/474 kB
Progress (3): 48/53 kB | 33/350 kB | 16/474 kB
Progress (3): 48/53 kB | 33/350 kB | 20/474 kB
Progress (3): 52/53 kB | 33/350 kB | 20/474 kB
Progress (3): 52/53 kB | 33/350 kB | 24/474 kB
Progress (3): 53 kB | 33/350 kB | 24/474 kB   
Progress (3): 53 kB | 33/350 kB | 28/474 kB
Progress (3): 53 kB | 33/350 kB | 32/474 kB
Progress (3): 53 kB | 33/350 kB | 33/474 kB
Progress (3): 53 kB | 37/350 kB | 33/474 kB
Progress (3): 53 kB | 41/350 kB | 33/474 kB
Progress (3): 53 kB | 45/350 kB | 33/474 kB
Progress (3): 53 kB | 49/350 kB | 33/474 kB
Progress (3): 53 kB | 53/350 kB | 33/474 kB
Progress (3): 53 kB | 57/350 kB | 33/474 kB
Progress (3): 53 kB | 61/350 kB | 33/474 kB
Progress (3): 53 kB | 65/350 kB | 33/474 kB
Progress (3): 53 kB | 66/350 kB | 33/474 kB
Progress (3): 53 kB | 70/350 kB | 33/474 kB
Progress (3): 53 kB | 74/350 kB | 33/474 kB
Progress (3): 53 kB | 78/350 kB | 33/474 kB
Progress (3): 53 kB | 82/350 kB | 33/474 kB
Progress (3): 53 kB | 86/350 kB | 33/474 kB
Progress (3): 53 kB | 90/350 kB | 33/474 kB
Progress (3): 53 kB | 94/350 kB | 33/474 kB
Progress (3): 53 kB | 98/350 kB | 33/474 kB
Progress (3): 53 kB | 98/350 kB | 33/474 kB
Progress (3): 53 kB | 102/350 kB | 33/474 kB
Progress (3): 53 kB | 106/350 kB | 33/474 kB
Progress (3): 53 kB | 110/350 kB | 33/474 kB
Progress (3): 53 kB | 114/350 kB | 33/474 kB
Progress (3): 53 kB | 118/350 kB | 33/474 kB
Progress (3): 53 kB | 122/350 kB | 33/474 kB
Progress (3): 53 kB | 126/350 kB | 33/474 kB
Progress (3): 53 kB | 130/350 kB | 33/474 kB
Progress (3): 53 kB | 131/350 kB | 33/474 kB
Progress (3): 53 kB | 135/350 kB | 33/474 kB
Progress (3): 53 kB | 139/350 kB | 33/474 kB
Progress (3): 53 kB | 143/350 kB | 33/474 kB
Progress (3): 53 kB | 147/350 kB | 33/474 kB
Progress (3): 53 kB | 151/350 kB | 33/474 kB
Progress (3): 53 kB | 155/350 kB | 33/474 kB
Progress (3): 53 kB | 159/350 kB | 33/474 kB
Progress (3): 53 kB | 163/350 kB | 33/474 kB
Progress (3): 53 kB | 167/350 kB | 33/474 kB
Progress (3): 53 kB | 171/350 kB | 33/474 kB
Progress (3): 53 kB | 175/350 kB | 33/474 kB
Progress (3): 53 kB | 179/350 kB | 33/474 kB
Progress (3): 53 kB | 183/350 kB | 33/474 kB
Progress (3): 53 kB | 187/350 kB | 33/474 kB
Progress (3): 53 kB | 191/350 kB | 33/474 kB
Progress (3): 53 kB | 195/350 kB | 33/474 kB
Progress (3): 53 kB | 197/350 kB | 33/474 kB
Progress (4): 53 kB | 197/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 201/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 201/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 205/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 205/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 205/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 209/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 209/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 213/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 213/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 217/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 221/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 221/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 225/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 225/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 229/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 229/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.1/2.6 MB
Progress (4): 53 kB | 233/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 237/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 241/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 245/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 249/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 253/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 257/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (4): 53 kB | 257/350 kB | 33/474 kB | 0.2/2.6 MB
                                                         
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 1.2 MB/s)
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 (3): 257/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 261/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 261/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 265/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 269/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 269/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 273/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 273/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 277/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 277/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 281/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 281/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 285/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 285/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 289/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 289/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 293/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 293/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 297/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 297/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 301/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 301/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 305/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 305/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 309/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 309/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 313/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 313/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 317/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 317/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 321/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 321/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 325/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 325/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 329/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 329/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 333/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 333/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 337/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 337/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 341/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 341/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 345/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 345/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 349/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 349/350 kB | 33/474 kB | 0.2/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.2/2.6 MB    
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.3/2.6 MB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 4.1/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 4.1/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 7.7/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 7.7/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 12/68 kB 
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 12/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 12/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 16/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 16/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 20/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 20/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 24/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 24/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 28/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 28/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 32/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 32/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 33/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 33/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 37/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 37/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 41/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 41/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 45/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 49/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 49/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 53/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 57/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 57/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 61/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 61/68 kB
Progress (4): 350 kB | 33/474 kB | 0.3/2.6 MB | 65/68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 65/68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB   
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.4/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 68 kB
Progress (4): 350 kB | 33/474 kB | 0.5/2.6 MB | 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 1.1 MB/s)
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
                                             
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 (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.5/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.6/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (3): 350 kB | 33/474 kB | 0.7/2.6 MB
Progress (4): 350 kB | 33/474 kB | 0.7/2.6 MB | 4.1/614 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 3.2 MB/s)
Progress (3): 33/474 kB | 0.7/2.6 MB | 7.7/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 7.7/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 12/614 kB 
                                                
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 (3): 33/474 kB | 0.7/2.6 MB | 16/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 20/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 24/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 24/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 28/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 32/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 32/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 33/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 37/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 41/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 45/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 49/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 53/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 57/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 61/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 61/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 65/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 65/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 66/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 66/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 70/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 74/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 74/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 78/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 78/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 82/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 82/614 kB
Progress (3): 33/474 kB | 0.7/2.6 MB | 86/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 86/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 90/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 90/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 94/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 94/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 98/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 98/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 98/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 98/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 102/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 102/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 106/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 106/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 110/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 110/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 114/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 114/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 118/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 118/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 122/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 122/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 126/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 130/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 130/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 131/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 131/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 135/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 135/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 135/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 139/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 139/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 143/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 143/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 147/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 147/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 147/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 151/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 151/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 155/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 155/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 159/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 159/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 163/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 164/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 164/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 168/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 168/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 172/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 176/614 kB
Progress (3): 33/474 kB | 0.8/2.6 MB | 176/614 kB
Progress (4): 33/474 kB | 0.8/2.6 MB | 176/614 kB | 4.1/175 kB
Progress (4): 33/474 kB | 0.8/2.6 MB | 180/614 kB | 4.1/175 kB
Progress (4): 33/474 kB | 0.8/2.6 MB | 180/614 kB | 7.7/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 180/614 kB | 7.7/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 180/614 kB | 12/175 kB 
Progress (4): 33/474 kB | 0.9/2.6 MB | 180/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 184/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 184/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 188/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 188/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 192/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 192/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 196/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 196/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 197/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 197/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 201/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 201/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 205/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 205/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 209/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 209/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 213/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 213/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 217/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 217/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 221/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 221/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 225/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 225/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 229/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 229/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 229/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 229/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 233/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 233/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 237/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 237/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 241/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 241/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 245/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 245/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 249/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 253/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 257/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 261/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 262/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 266/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 270/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 274/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 278/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 282/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 286/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 290/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 294/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 295/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 299/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 303/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 307/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 311/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 315/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 319/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 323/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 327/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 328/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 332/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 332/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 336/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 336/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 340/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 340/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 344/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 344/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 348/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 348/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 352/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 352/614 kB | 16/175 kB
Progress (4): 33/474 kB | 0.9/2.6 MB | 356/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 356/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 360/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 360/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 360/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 360/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 365/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 365/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 368/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 368/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 373/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 373/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 376/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 376/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 381/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 381/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 384/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 384/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 389/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 389/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 392/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 392/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 393/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 393/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 397/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 397/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 401/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 405/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 409/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 413/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.0/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 417/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 421/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 421/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 425/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 425/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 426/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 430/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 434/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 438/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.1/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 442/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 446/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 446/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.2/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 450/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 454/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 454/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 458/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 458/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 462/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 462/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 466/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 470/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 474/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 474/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 478/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 478/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 482/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 482/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 486/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 490/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 494/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 498/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 502/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 506/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 510/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 514/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 518/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 522/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 526/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 530/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 534/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 538/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 542/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 546/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 550/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 554/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 554/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 558/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 558/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 562/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 562/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.3/2.6 MB | 566/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 566/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 570/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 570/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 574/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 574/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 578/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 578/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 582/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 586/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 590/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 594/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 594/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 598/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 598/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 602/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 602/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 606/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 606/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 610/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 610/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614/614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB    
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.4/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.5/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.6/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.7/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.8/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 33/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 37/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 37/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 41/474 kB | 1.9/2.6 MB | 614 kB | 16/175 kB
Progress (4): 45/474 kB | 1.9/2.6 MB | 614 kB | 16/175 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.7 MB/s)
Progress (3): 45/474 kB | 1.9/2.6 MB | 16/175 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
Progress (3): 49/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 49/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 53/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 57/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 57/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 57/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 57/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 61/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 61/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 65/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 65/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 66/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 66/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 70/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 70/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 74/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 74/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 78/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 78/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 82/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 82/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 86/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 86/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 90/474 kB | 1.9/2.6 MB | 16/175 kB
Progress (3): 90/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 94/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 94/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 98/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 98/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 98/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 98/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 102/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 102/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 102/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 102/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 102/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 102/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 106/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 106/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 106/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 110/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 110/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 110/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 114/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 114/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 118/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 122/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 122/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 126/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 130/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 130/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 130/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 131/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (3): 131/474 kB | 2.0/2.6 MB | 16/175 kB
Progress (4): 131/474 kB | 2.0/2.6 MB | 16/175 kB | 4.1/168 kB
Progress (4): 131/474 kB | 2.0/2.6 MB | 16/175 kB | 4.1/168 kB
Progress (4): 135/474 kB | 2.0/2.6 MB | 16/175 kB | 4.1/168 kB
Progress (4): 135/474 kB | 2.0/2.6 MB | 16/175 kB | 4.1/168 kB
Progress (4): 135/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 135/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 139/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 139/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 143/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 143/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 147/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 147/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 147/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 151/474 kB | 2.0/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 151/474 kB | 2.1/2.6 MB | 16/175 kB | 7.7/168 kB
Progress (4): 151/474 kB | 2.1/2.6 MB | 16/175 kB | 12/168 kB 
Progress (4): 155/474 kB | 2.1/2.6 MB | 16/175 kB | 12/168 kB
Progress (4): 155/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 155/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 159/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 159/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 163/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 163/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 164/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 164/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 164/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 164/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 164/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 164/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 168/474 kB | 2.1/2.6 MB | 16/175 kB | 16/168 kB
Progress (4): 168/474 kB | 2.1/2.6 MB | 16/175 kB | 20/168 kB
Progress (4): 172/474 kB | 2.1/2.6 MB | 16/175 kB | 20/168 kB
Progress (4): 172/474 kB | 2.1/2.6 MB | 16/175 kB | 20/168 kB
Progress (4): 172/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 172/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 172/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 176/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 176/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.1/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (4): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 4.1/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 4.1/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 7.7/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 7.7/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 12/49 kB 
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 12/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 16/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 24/168 kB | 16/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 28/168 kB | 16/49 kB
Progress (5): 180/474 kB | 2.2/2.6 MB | 16/175 kB | 28/168 kB | 16/49 kB
Progress (5): 184/474 kB | 2.2/2.6 MB | 16/175 kB | 28/168 kB | 16/49 kB
Progress (5): 184/474 kB | 2.2/2.6 MB | 16/175 kB | 28/168 kB | 16/49 kB
Progress (5): 184/474 kB | 2.2/2.6 MB | 16/175 kB | 32/168 kB | 16/49 kB
Progress (5): 184/474 kB | 2.2/2.6 MB | 16/175 kB | 32/168 kB | 16/49 kB
Progress (5): 188/474 kB | 2.2/2.6 MB | 16/175 kB | 32/168 kB | 16/49 kB
Progress (5): 188/474 kB | 2.2/2.6 MB | 16/175 kB | 32/168 kB | 16/49 kB
Progress (5): 188/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 16/49 kB
Progress (5): 188/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 16/49 kB
Progress (5): 192/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 16/49 kB
Progress (5): 192/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 20/49 kB
Progress (5): 196/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 20/49 kB
Progress (5): 196/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 20/49 kB
Progress (5): 197/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 20/49 kB
Progress (5): 197/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 24/49 kB
Progress (5): 197/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 24/49 kB
Progress (5): 197/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 28/49 kB
Progress (5): 197/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 28/49 kB
Progress (5): 197/474 kB | 2.2/2.6 MB | 16/175 kB | 33/168 kB | 32/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 32/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 32/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 32/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 32/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 32/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 36/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 33/168 kB | 36/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 37/168 kB | 36/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 37/168 kB | 40/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 41/168 kB | 40/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 41/168 kB | 40/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 41/168 kB | 44/49 kB
Progress (5): 197/474 kB | 2.3/2.6 MB | 16/175 kB | 41/168 kB | 48/49 kB
Progress (5): 201/474 kB | 2.3/2.6 MB | 16/175 kB | 41/168 kB | 48/49 kB
Progress (5): 201/474 kB | 2.3/2.6 MB | 16/175 kB | 41/168 kB | 48/49 kB
Progress (5): 201/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 48/49 kB
Progress (5): 201/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 48/49 kB
Progress (5): 205/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 48/49 kB
Progress (5): 205/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 49 kB   
Progress (5): 209/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 49 kB
Progress (5): 213/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 49 kB
Progress (5): 213/474 kB | 2.3/2.6 MB | 16/175 kB | 45/168 kB | 49 kB
Progress (5): 213/474 kB | 2.3/2.6 MB | 16/175 kB | 49/168 kB | 49 kB
Progress (5): 217/474 kB | 2.3/2.6 MB | 16/175 kB | 49/168 kB | 49 kB
Progress (5): 217/474 kB | 2.3/2.6 MB | 16/175 kB | 53/168 kB | 49 kB
Progress (5): 217/474 kB | 2.3/2.6 MB | 16/175 kB | 53/168 kB | 49 kB
Progress (5): 217/474 kB | 2.3/2.6 MB | 16/175 kB | 57/168 kB | 49 kB
Progress (5): 221/474 kB | 2.3/2.6 MB | 16/175 kB | 57/168 kB | 49 kB
Progress (5): 221/474 kB | 2.3/2.6 MB | 16/175 kB | 61/168 kB | 49 kB
Progress (5): 221/474 kB | 2.3/2.6 MB | 16/175 kB | 61/168 kB | 49 kB
Progress (5): 221/474 kB | 2.3/2.6 MB | 16/175 kB | 65/168 kB | 49 kB
Progress (5): 225/474 kB | 2.3/2.6 MB | 16/175 kB | 65/168 kB | 49 kB
Progress (5): 225/474 kB | 2.3/2.6 MB | 16/175 kB | 69/168 kB | 49 kB
Progress (5): 225/474 kB | 2.3/2.6 MB | 16/175 kB | 69/168 kB | 49 kB
Progress (5): 225/474 kB | 2.3/2.6 MB | 16/175 kB | 73/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 73/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 77/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 77/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 81/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 85/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 89/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 93/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 97/168 kB | 49 kB
Progress (5): 229/474 kB | 2.3/2.6 MB | 16/175 kB | 101/168 kB | 49 kB
Progress (5): 233/474 kB | 2.3/2.6 MB | 16/175 kB | 101/168 kB | 49 kB
Progress (5): 233/474 kB | 2.3/2.6 MB | 16/175 kB | 105/168 kB | 49 kB
Progress (5): 233/474 kB | 2.3/2.6 MB | 16/175 kB | 105/168 kB | 49 kB
Progress (5): 233/474 kB | 2.3/2.6 MB | 16/175 kB | 109/168 kB | 49 kB
Progress (5): 237/474 kB | 2.3/2.6 MB | 16/175 kB | 109/168 kB | 49 kB
Progress (5): 237/474 kB | 2.3/2.6 MB | 16/175 kB | 113/168 kB | 49 kB
Progress (5): 237/474 kB | 2.3/2.6 MB | 16/175 kB | 113/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 113/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 113/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 113/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 117/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 121/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 125/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 129/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 133/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 137/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 141/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 145/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 149/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 153/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 157/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 161/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 165/168 kB | 49 kB
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB    
Progress (5): 241/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 245/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 245/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 249/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 249/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 253/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 253/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 257/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 257/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 261/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 261/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 265/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 265/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 269/474 kB | 2.3/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 269/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 273/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 273/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 277/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 277/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 281/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 281/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 285/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 285/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 289/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 289/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 293/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 293/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 297/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 297/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 297/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 kB
Progress (5): 297/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB | 49 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 186 kB/s)
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): 301/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 301/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 305/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 305/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 309/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 309/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 313/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 313/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 317/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 317/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 321/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 325/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 325/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 329/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 329/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 333/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 333/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 337/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 337/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 341/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 341/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 345/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 345/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 349/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 349/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 353/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 353/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 357/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 357/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 361/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 361/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 365/474 kB | 2.4/2.6 MB | 16/175 kB | 168 kB
Progress (4): 365/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 369/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 369/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 373/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 373/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 373/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 377/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 377/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 377/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 381/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 381/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 385/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 385/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 389/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 389/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 393/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 393/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 397/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 397/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 401/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 401/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 405/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 405/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 409/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 409/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 413/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 413/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 417/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 417/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 421/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 421/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 425/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 425/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 429/474 kB | 2.5/2.6 MB | 16/175 kB | 168 kB
Progress (4): 429/474 kB | 2.5/2.6 MB | 16/175 kB | 168 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 529 kB/s)
Progress (3): 429/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 433/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 433/474 kB | 2.5/2.6 MB | 16/175 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): 433/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 437/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 437/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 441/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 441/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 445/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 445/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 449/474 kB | 2.5/2.6 MB | 16/175 kB
Progress (3): 449/474 kB | 2.6/2.6 MB | 16/175 kB
Progress (3): 453/474 kB | 2.6/2.6 MB | 16/175 kB
Progress (4): 453/474 kB | 2.6/2.6 MB | 16/175 kB | 4.1/9.8 kB
Progress (4): 457/474 kB | 2.6/2.6 MB | 16/175 kB | 4.1/9.8 kB
Progress (5): 457/474 kB | 2.6/2.6 MB | 16/175 kB | 4.1/9.8 kB | 4.1/22 kB
Progress (5): 461/474 kB | 2.6/2.6 MB | 16/175 kB | 4.1/9.8 kB | 4.1/22 kB
Progress (5): 461/474 kB | 2.6/2.6 MB | 16/175 kB | 7.7/9.8 kB | 4.1/22 kB
Progress (5): 461/474 kB | 2.6/2.6 MB | 20/175 kB | 7.7/9.8 kB | 4.1/22 kB
Progress (5): 461/474 kB | 2.6/2.6 MB | 20/175 kB | 7.7/9.8 kB | 4.1/22 kB
Progress (5): 461/474 kB | 2.6/2.6 MB | 24/175 kB | 7.7/9.8 kB | 4.1/22 kB
Progress (5): 461/474 kB | 2.6/2.6 MB | 24/175 kB | 9.8 kB | 4.1/22 kB    
Progress (5): 465/474 kB | 2.6/2.6 MB | 24/175 kB | 9.8 kB | 4.1/22 kB
Progress (5): 469/474 kB | 2.6/2.6 MB | 24/175 kB | 9.8 kB | 4.1/22 kB
Progress (5): 473/474 kB | 2.6/2.6 MB | 24/175 kB | 9.8 kB | 4.1/22 kB
Progress (5): 473/474 kB | 2.6/2.6 MB | 24/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 24/175 kB | 9.8 kB | 7.7/22 kB    
Progress (5): 474 kB | 2.6/2.6 MB | 28/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 32/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 33/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 37/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 41/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 45/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 49/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 53/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 57/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 61/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 65/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 65/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 66/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 66/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 70/175 kB | 9.8 kB | 7.7/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 70/175 kB | 9.8 kB | 12/22 kB 
Progress (5): 474 kB | 2.6/2.6 MB | 74/175 kB | 9.8 kB | 12/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 74/175 kB | 9.8 kB | 12/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 78/175 kB | 9.8 kB | 12/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 78/175 kB | 9.8 kB | 16/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 82/175 kB | 9.8 kB | 16/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 82/175 kB | 9.8 kB | 16/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 86/175 kB | 9.8 kB | 16/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 86/175 kB | 9.8 kB | 20/22 kB
Progress (5): 474 kB | 2.6/2.6 MB | 90/175 kB | 9.8 kB | 20/22 kB
Progress (5): 474 kB | 2.6 MB | 90/175 kB | 9.8 kB | 20/22 kB    
Progress (5): 474 kB | 2.6 MB | 94/175 kB | 9.8 kB | 20/22 kB
Progress (5): 474 kB | 2.6 MB | 94/175 kB | 9.8 kB | 22 kB   
Progress (5): 474 kB | 2.6 MB | 98/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 98/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 102/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 106/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 110/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 114/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 118/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 122/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 126/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 130/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 131/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 135/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 139/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 143/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 147/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 151/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 155/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 159/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 163/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 167/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 171/175 kB | 9.8 kB | 22 kB
Progress (5): 474 kB | 2.6 MB | 175 kB | 9.8 kB | 22 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 506 kB/s)
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
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.4 MB/s)
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 (4): 2.6 MB | 9.8 kB | 22 kB | 4.1/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 7.7/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 12/35 kB 
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 16/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 20/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 24/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 28/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 32/35 kB
Progress (4): 2.6 MB | 9.8 kB | 22 kB | 35 kB   
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 4.1/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 7.7/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 12/87 kB 
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 16/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 20/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 24/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 28/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 32/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 33/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 37/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 41/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 45/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 49/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 53/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 57/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 61/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 65/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 66/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 70/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 74/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 78/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 82/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 86/87 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 87 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 240 kB/s)
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 (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 4.1/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 7.7/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 12/80 kB 
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 16/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 20/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 24/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 28/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 32/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 33/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 37/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 41/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 45/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 49/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 53/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 57/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 61/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 65/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 69/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 73/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 77/80 kB
Progress (5): 2.6 MB | 9.8 kB | 22 kB | 35 kB | 80 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)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
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 93 kB/s)
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
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 58 kB/s)
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
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 6.6 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
Progress (2): 80 kB | 4.1/315 kB
Progress (2): 80 kB | 7.7/315 kB
Progress (2): 80 kB | 12/315 kB 
Progress (2): 80 kB | 16/315 kB
Progress (2): 80 kB | 20/315 kB
Progress (2): 80 kB | 24/315 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 207 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
Progress (1): 28/315 kB
Progress (1): 32/315 kB
Progress (1): 33/315 kB
Progress (1): 37/315 kB
Progress (1): 41/315 kB
Progress (2): 41/315 kB | 4.1/13 kB
Progress (2): 41/315 kB | 7.7/13 kB
Progress (2): 41/315 kB | 12/13 kB 
Progress (2): 41/315 kB | 13 kB   
Progress (2): 45/315 kB | 13 kB
Progress (2): 49/315 kB | 13 kB
Progress (2): 53/315 kB | 13 kB
Progress (2): 57/315 kB | 13 kB
Progress (2): 61/315 kB | 13 kB
Progress (2): 65/315 kB | 13 kB
Progress (2): 66/315 kB | 13 kB
Progress (3): 66/315 kB | 13 kB | 4.1/26 kB
Progress (3): 66/315 kB | 13 kB | 7.7/26 kB
Progress (3): 66/315 kB | 13 kB | 12/26 kB 
Progress (3): 66/315 kB | 13 kB | 16/26 kB
Progress (3): 70/315 kB | 13 kB | 16/26 kB
Progress (3): 74/315 kB | 13 kB | 16/26 kB
Progress (3): 74/315 kB | 13 kB | 20/26 kB
Progress (3): 78/315 kB | 13 kB | 20/26 kB
Progress (3): 82/315 kB | 13 kB | 20/26 kB
Progress (3): 82/315 kB | 13 kB | 24/26 kB
Progress (3): 82/315 kB | 13 kB | 26 kB   
Progress (3): 86/315 kB | 13 kB | 26 kB
Progress (3): 90/315 kB | 13 kB | 26 kB
Progress (3): 94/315 kB | 13 kB | 26 kB
Progress (3): 98/315 kB | 13 kB | 26 kB
Progress (3): 98/315 kB | 13 kB | 26 kB
Progress (3): 102/315 kB | 13 kB | 26 kB
Progress (3): 106/315 kB | 13 kB | 26 kB
Progress (3): 110/315 kB | 13 kB | 26 kB
Progress (3): 114/315 kB | 13 kB | 26 kB
Progress (4): 114/315 kB | 13 kB | 26 kB | 4.1/156 kB
Progress (4): 114/315 kB | 13 kB | 26 kB | 7.7/156 kB
Progress (4): 114/315 kB | 13 kB | 26 kB | 12/156 kB 
Progress (4): 114/315 kB | 13 kB | 26 kB | 16/156 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 32 kB/s)
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): 118/315 kB | 26 kB | 16/156 kB
Progress (3): 122/315 kB | 26 kB | 16/156 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.jar (26 kB at 63 kB/s)
Progress (3): 122/315 kB | 16/156 kB | 4.1/30 kB
Progress (3): 122/315 kB | 16/156 kB | 7.7/30 kB
Progress (3): 122/315 kB | 16/156 kB | 12/30 kB 
Progress (3): 122/315 kB | 16/156 kB | 16/30 kB
                                               
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 (3): 126/315 kB | 16/156 kB | 16/30 kB
Progress (3): 130/315 kB | 16/156 kB | 16/30 kB
Progress (3): 131/315 kB | 16/156 kB | 16/30 kB
Progress (3): 135/315 kB | 16/156 kB | 16/30 kB
Progress (3): 139/315 kB | 16/156 kB | 16/30 kB
Progress (3): 143/315 kB | 16/156 kB | 16/30 kB
Progress (3): 147/315 kB | 16/156 kB | 16/30 kB
Progress (3): 151/315 kB | 16/156 kB | 16/30 kB
Progress (3): 155/315 kB | 16/156 kB | 16/30 kB
Progress (3): 159/315 kB | 16/156 kB | 16/30 kB
Progress (3): 163/315 kB | 16/156 kB | 16/30 kB
Progress (3): 164/315 kB | 16/156 kB | 16/30 kB
Progress (3): 168/315 kB | 16/156 kB | 16/30 kB
Progress (3): 172/315 kB | 16/156 kB | 16/30 kB
Progress (3): 176/315 kB | 16/156 kB | 16/30 kB
Progress (3): 180/315 kB | 16/156 kB | 16/30 kB
Progress (3): 184/315 kB | 16/156 kB | 16/30 kB
Progress (3): 188/315 kB | 16/156 kB | 16/30 kB
Progress (3): 192/315 kB | 16/156 kB | 16/30 kB
Progress (3): 196/315 kB | 16/156 kB | 16/30 kB
Progress (3): 197/315 kB | 16/156 kB | 16/30 kB
Progress (3): 201/315 kB | 16/156 kB | 16/30 kB
Progress (3): 205/315 kB | 16/156 kB | 16/30 kB
Progress (3): 209/315 kB | 16/156 kB | 16/30 kB
Progress (3): 213/315 kB | 16/156 kB | 16/30 kB
Progress (4): 213/315 kB | 16/156 kB | 16/30 kB | 4.1/12 kB
Progress (4): 213/315 kB | 16/156 kB | 16/30 kB | 7.7/12 kB
Progress (4): 213/315 kB | 16/156 kB | 16/30 kB | 12/12 kB 
Progress (4): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB   
Progress (5): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB | 4.1/39 kB
Progress (5): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB | 7.7/39 kB
Progress (5): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB | 12/39 kB 
Progress (5): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB | 16/39 kB
Progress (5): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB | 20/39 kB
Progress (5): 213/315 kB | 16/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 217/315 kB | 16/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 221/315 kB | 16/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 225/315 kB | 16/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 229/315 kB | 16/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 229/315 kB | 20/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 233/315 kB | 20/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 237/315 kB | 20/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 241/315 kB | 20/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 245/315 kB | 20/156 kB | 16/30 kB | 12 kB | 24/39 kB
Progress (5): 245/315 kB | 20/156 kB | 20/30 kB | 12 kB | 24/39 kB
Progress (5): 245/315 kB | 20/156 kB | 24/30 kB | 12 kB | 24/39 kB
Progress (5): 245/315 kB | 20/156 kB | 28/30 kB | 12 kB | 24/39 kB
Progress (5): 245/315 kB | 20/156 kB | 30 kB | 12 kB | 24/39 kB   
Progress (5): 245/315 kB | 24/156 kB | 30 kB | 12 kB | 24/39 kB
Progress (5): 245/315 kB | 24/156 kB | 30 kB | 12 kB | 28/39 kB
Progress (5): 245/315 kB | 28/156 kB | 30 kB | 12 kB | 28/39 kB
Progress (5): 249/315 kB | 28/156 kB | 30 kB | 12 kB | 28/39 kB
Progress (5): 253/315 kB | 28/156 kB | 30 kB | 12 kB | 28/39 kB
Progress (5): 253/315 kB | 28/156 kB | 30 kB | 12 kB | 32/39 kB
Progress (5): 253/315 kB | 28/156 kB | 30 kB | 12 kB | 36/39 kB
Progress (5): 253/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB   
Progress (5): 257/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 261/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 265/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 269/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 273/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 28/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 32/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 33/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 37/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 41/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 45/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 49/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 277/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 281/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 285/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 289/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 293/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 297/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
Progress (5): 301/315 kB | 53/156 kB | 30 kB | 12 kB | 39 kB
                                                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 91 kB/s)
Progress (4): 301/315 kB | 57/156 kB | 30 kB | 12 kB
Progress (4): 305/315 kB | 57/156 kB | 30 kB | 12 kB
Progress (4): 305/315 kB | 61/156 kB | 30 kB | 12 kB
Progress (4): 305/315 kB | 65/156 kB | 30 kB | 12 kB
Progress (4): 305/315 kB | 66/156 kB | 30 kB | 12 kB
                                                    
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
Progress (4): 305/315 kB | 70/156 kB | 30 kB | 12 kB
Progress (4): 309/315 kB | 70/156 kB | 30 kB | 12 kB
Progress (4): 313/315 kB | 70/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 70/156 kB | 30 kB | 12 kB    
Progress (4): 315 kB | 74/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 78/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 82/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 86/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 90/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 94/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 98/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 98/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 102/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 106/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 110/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 114/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 118/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 122/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 126/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 130/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 134/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 138/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 142/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 146/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 150/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 154/156 kB | 30 kB | 12 kB
Progress (4): 315 kB | 156 kB | 30 kB | 12 kB    
Progress (5): 315 kB | 156 kB | 30 kB | 12 kB | 4.1/65 kB
Progress (5): 315 kB | 156 kB | 30 kB | 12 kB | 7.7/65 kB
Progress (5): 315 kB | 156 kB | 30 kB | 12 kB | 12/65 kB 
Progress (5): 315 kB | 156 kB | 30 kB | 12 kB | 16/65 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.jar (30 kB at 67 kB/s)
Progress (4): 315 kB | 156 kB | 12 kB | 20/65 kB
                                                
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 (4): 315 kB | 156 kB | 12 kB | 24/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 28/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 32/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 36/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 40/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 44/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 48/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 52/65 kB
Progress (4): 315 kB | 156 kB | 12 kB | 56/65 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.jar (12 kB at 28 kB/s)
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): 315 kB | 156 kB | 60/65 kB
Progress (3): 315 kB | 156 kB | 64/65 kB
Progress (3): 315 kB | 156 kB | 65 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 708 kB/s)
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
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 144 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
Progress (2): 156 kB | 4.1/23 kB
Progress (2): 156 kB | 7.7/23 kB
Progress (2): 156 kB | 12/23 kB 
Progress (2): 156 kB | 16/23 kB
Progress (2): 156 kB | 20/23 kB
Progress (2): 156 kB | 23 kB   
Progress (3): 156 kB | 23 kB | 4.1/10 kB
Progress (3): 156 kB | 23 kB | 7.7/10 kB
Progress (3): 156 kB | 23 kB | 10 kB    
Progress (4): 156 kB | 23 kB | 10 kB | 4.1/170 kB
Progress (4): 156 kB | 23 kB | 10 kB | 7.7/170 kB
Progress (4): 156 kB | 23 kB | 10 kB | 12/170 kB 
Progress (4): 156 kB | 23 kB | 10 kB | 16/170 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 49 kB/s)
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 336 kB/s)
Progress (2): 10 kB | 20/170 kB
Progress (2): 10 kB | 24/170 kB
                               
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
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 (2): 10 kB | 28/170 kB
Progress (2): 10 kB | 32/170 kB
Progress (2): 10 kB | 36/170 kB
Progress (2): 10 kB | 40/170 kB
Progress (2): 10 kB | 44/170 kB
Progress (2): 10 kB | 48/170 kB
Progress (2): 10 kB | 52/170 kB
Progress (2): 10 kB | 56/170 kB
Progress (3): 10 kB | 56/170 kB | 4.1/143 kB
Progress (3): 10 kB | 56/170 kB | 7.7/143 kB
Progress (3): 10 kB | 56/170 kB | 12/143 kB 
Progress (3): 10 kB | 56/170 kB | 16/143 kB
Progress (3): 10 kB | 56/170 kB | 20/143 kB
Progress (3): 10 kB | 56/170 kB | 24/143 kB
Progress (3): 10 kB | 56/170 kB | 28/143 kB
Progress (3): 10 kB | 56/170 kB | 32/143 kB
Progress (3): 10 kB | 56/170 kB | 33/143 kB
Progress (3): 10 kB | 56/170 kB | 37/143 kB
Progress (3): 10 kB | 56/170 kB | 41/143 kB
Progress (3): 10 kB | 56/170 kB | 45/143 kB
Progress (3): 10 kB | 56/170 kB | 49/143 kB
Progress (3): 10 kB | 56/170 kB | 53/143 kB
Progress (3): 10 kB | 56/170 kB | 57/143 kB
Progress (3): 10 kB | 56/170 kB | 61/143 kB
Progress (3): 10 kB | 56/170 kB | 65/143 kB
Progress (3): 10 kB | 56/170 kB | 66/143 kB
Progress (3): 10 kB | 56/170 kB | 70/143 kB
Progress (3): 10 kB | 56/170 kB | 74/143 kB
Progress (3): 10 kB | 56/170 kB | 78/143 kB
Progress (3): 10 kB | 56/170 kB | 82/143 kB
Progress (3): 10 kB | 56/170 kB | 86/143 kB
Progress (3): 10 kB | 56/170 kB | 90/143 kB
Progress (3): 10 kB | 56/170 kB | 94/143 kB
Progress (3): 10 kB | 56/170 kB | 98/143 kB
Progress (3): 10 kB | 56/170 kB | 98/143 kB
Progress (3): 10 kB | 56/170 kB | 102/143 kB
Progress (3): 10 kB | 56/170 kB | 106/143 kB
Progress (3): 10 kB | 60/170 kB | 106/143 kB
Progress (3): 10 kB | 64/170 kB | 106/143 kB
Progress (3): 10 kB | 66/170 kB | 106/143 kB
Progress (3): 10 kB | 70/170 kB | 106/143 kB
Progress (3): 10 kB | 74/170 kB | 106/143 kB
Progress (3): 10 kB | 78/170 kB | 106/143 kB
Progress (3): 10 kB | 82/170 kB | 106/143 kB
Progress (3): 10 kB | 86/170 kB | 106/143 kB
Progress (3): 10 kB | 90/170 kB | 106/143 kB
Progress (3): 10 kB | 94/170 kB | 106/143 kB
Progress (3): 10 kB | 98/170 kB | 106/143 kB
Progress (3): 10 kB | 98/170 kB | 106/143 kB
Progress (3): 10 kB | 102/170 kB | 106/143 kB
Progress (3): 10 kB | 106/170 kB | 106/143 kB
Progress (3): 10 kB | 110/170 kB | 106/143 kB
Progress (3): 10 kB | 114/170 kB | 106/143 kB
Progress (4): 10 kB | 114/170 kB | 106/143 kB | 4.1/378 kB
Progress (4): 10 kB | 114/170 kB | 106/143 kB | 7.7/378 kB
Progress (4): 10 kB | 114/170 kB | 106/143 kB | 12/378 kB 
Progress (4): 10 kB | 114/170 kB | 106/143 kB | 16/378 kB
Progress (4): 10 kB | 114/170 kB | 110/143 kB | 16/378 kB
Progress (4): 10 kB | 114/170 kB | 110/143 kB | 20/378 kB
Progress (4): 10 kB | 114/170 kB | 110/143 kB | 24/378 kB
Progress (4): 10 kB | 118/170 kB | 110/143 kB | 24/378 kB
Progress (4): 10 kB | 122/170 kB | 110/143 kB | 24/378 kB
Progress (4): 10 kB | 126/170 kB | 110/143 kB | 24/378 kB
Progress (4): 10 kB | 130/170 kB | 110/143 kB | 24/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 24/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 28/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 32/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 33/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 37/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 41/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 45/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 49/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 53/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 57/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 61/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 65/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 69/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 73/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 77/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 81/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 85/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 89/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 93/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 97/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 101/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 105/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 109/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 113/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 117/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 121/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 125/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 129/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 133/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 137/378 kB
Progress (4): 10 kB | 131/170 kB | 110/143 kB | 141/378 kB
Progress (4): 10 kB | 131/170 kB | 114/143 kB | 141/378 kB
Progress (4): 10 kB | 131/170 kB | 118/143 kB | 141/378 kB
Progress (4): 10 kB | 131/170 kB | 118/143 kB | 145/378 kB
Progress (4): 10 kB | 135/170 kB | 118/143 kB | 145/378 kB
Progress (4): 10 kB | 139/170 kB | 118/143 kB | 145/378 kB
Progress (4): 10 kB | 143/170 kB | 118/143 kB | 145/378 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 22 kB/s)
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): 143/170 kB | 118/143 kB | 149/378 kB
Progress (3): 143/170 kB | 118/143 kB | 153/378 kB
Progress (3): 143/170 kB | 118/143 kB | 157/378 kB
Progress (3): 143/170 kB | 118/143 kB | 161/378 kB
Progress (3): 143/170 kB | 118/143 kB | 165/378 kB
Progress (3): 143/170 kB | 118/143 kB | 169/378 kB
Progress (3): 143/170 kB | 118/143 kB | 173/378 kB
Progress (3): 143/170 kB | 118/143 kB | 177/378 kB
Progress (3): 143/170 kB | 122/143 kB | 177/378 kB
Progress (3): 143/170 kB | 126/143 kB | 177/378 kB
Progress (3): 143/170 kB | 130/143 kB | 177/378 kB
Progress (3): 143/170 kB | 134/143 kB | 177/378 kB
Progress (3): 143/170 kB | 138/143 kB | 177/378 kB
Progress (3): 143/170 kB | 142/143 kB | 177/378 kB
Progress (3): 143/170 kB | 143 kB | 177/378 kB    
Progress (4): 143/170 kB | 143 kB | 177/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 181/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 185/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 189/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 193/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 197/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 201/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 205/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 209/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 213/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 217/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 221/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 225/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 229/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 233/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 237/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 241/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 245/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 249/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 253/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 257/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 261/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 265/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 269/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 273/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 277/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 281/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 285/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 289/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 293/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 297/378 kB | 4.1/74 kB
Progress (4): 143/170 kB | 143 kB | 301/378 kB | 4.1/74 kB
Progress (5): 143/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 4.1/62 kB
Progress (5): 143/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 147/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 151/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 155/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 159/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 163/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 167/170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 170 kB | 143 kB | 301/378 kB | 4.1/74 kB | 7.7/62 kB    
Progress (5): 170 kB | 143 kB | 305/378 kB | 4.1/74 kB | 7.7/62 kB
Progress (5): 170 kB | 143 kB | 305/378 kB | 7.7/74 kB | 7.7/62 kB
Progress (5): 170 kB | 143 kB | 309/378 kB | 7.7/74 kB | 7.7/62 kB
Progress (5): 170 kB | 143 kB | 309/378 kB | 12/74 kB | 7.7/62 kB 
Progress (5): 170 kB | 143 kB | 309/378 kB | 16/74 kB | 7.7/62 kB
Progress (5): 170 kB | 143 kB | 313/378 kB | 16/74 kB | 7.7/62 kB
Progress (5): 170 kB | 143 kB | 313/378 kB | 16/74 kB | 12/62 kB 
Progress (5): 170 kB | 143 kB | 313/378 kB | 16/74 kB | 16/62 kB
Progress (5): 170 kB | 143 kB | 313/378 kB | 20/74 kB | 16/62 kB
Progress (5): 170 kB | 143 kB | 313/378 kB | 24/74 kB | 16/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 24/74 kB | 16/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 24/74 kB | 20/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 24/74 kB | 24/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 24/74 kB | 28/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 24/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 28/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 32/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 317/378 kB | 33/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 321/378 kB | 33/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 321/378 kB | 37/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 325/378 kB | 37/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 37/74 kB | 32/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 37/74 kB | 36/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 37/74 kB | 40/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 41/74 kB | 40/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 45/74 kB | 40/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 49/74 kB | 40/62 kB
Progress (5): 170 kB | 143 kB | 329/378 kB | 53/74 kB | 40/62 kB
Progress (5): 170 kB | 143 kB | 333/378 kB | 53/74 kB | 40/62 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.jar (143 kB at 287 kB/s)
Progress (4): 170 kB | 333/378 kB | 57/74 kB | 40/62 kB
Progress (4): 170 kB | 333/378 kB | 61/74 kB | 40/62 kB
Progress (4): 170 kB | 333/378 kB | 65/74 kB | 40/62 kB
Progress (4): 170 kB | 333/378 kB | 69/74 kB | 40/62 kB
Progress (4): 170 kB | 333/378 kB | 73/74 kB | 40/62 kB
Progress (4): 170 kB | 333/378 kB | 74 kB | 40/62 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): 170 kB | 333/378 kB | 74 kB | 44/62 kB
Progress (4): 170 kB | 333/378 kB | 74 kB | 48/62 kB
Progress (4): 170 kB | 333/378 kB | 74 kB | 52/62 kB
Progress (4): 170 kB | 333/378 kB | 74 kB | 56/62 kB
Progress (4): 170 kB | 333/378 kB | 74 kB | 60/62 kB
Progress (4): 170 kB | 333/378 kB | 74 kB | 62 kB   
Progress (4): 170 kB | 337/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 341/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 345/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 349/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 353/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 357/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 361/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 365/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 369/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 373/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 377/378 kB | 74 kB | 62 kB
Progress (4): 170 kB | 378 kB | 74 kB | 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 147 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/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 335 kB/s)
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 (3): 378 kB | 62 kB | 4.1/231 kB
Progress (3): 378 kB | 62 kB | 7.7/231 kB
Progress (3): 378 kB | 62 kB | 12/231 kB 
Progress (3): 378 kB | 62 kB | 16/231 kB
Progress (3): 378 kB | 62 kB | 20/231 kB
Progress (3): 378 kB | 62 kB | 24/231 kB
Progress (3): 378 kB | 62 kB | 28/231 kB
Progress (3): 378 kB | 62 kB | 32/231 kB
Progress (3): 378 kB | 62 kB | 36/231 kB
Progress (3): 378 kB | 62 kB | 40/231 kB
Progress (3): 378 kB | 62 kB | 44/231 kB
Progress (3): 378 kB | 62 kB | 48/231 kB
Progress (3): 378 kB | 62 kB | 52/231 kB
Progress (3): 378 kB | 62 kB | 56/231 kB
Progress (4): 378 kB | 62 kB | 56/231 kB | 4.1/8.5 kB
Progress (4): 378 kB | 62 kB | 56/231 kB | 7.7/8.5 kB
Progress (4): 378 kB | 62 kB | 56/231 kB | 8.5 kB    
Progress (4): 378 kB | 62 kB | 60/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 64/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 68/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 72/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 76/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 80/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 84/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 88/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 92/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 96/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 100/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 104/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 108/231 kB | 8.5 kB
Progress (4): 378 kB | 62 kB | 112/231 kB | 8.5 kB
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 4.1/208 kB
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 7.7/208 kB
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 12/208 kB 
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 16/208 kB
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 20/208 kB
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 24/208 kB
Progress (5): 378 kB | 62 kB | 112/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 116/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 120/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 124/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 128/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 132/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 136/231 kB | 8.5 kB | 28/208 kB
Progress (5): 378 kB | 62 kB | 136/231 kB | 8.5 kB | 32/208 kB
Progress (5): 378 kB | 62 kB | 140/231 kB | 8.5 kB | 32/208 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 719 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 32/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 36/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 40/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 44/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 48/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 52/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 56/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 60/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 64/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 68/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 72/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 76/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 80/208 kB
Progress (4): 62 kB | 144/231 kB | 8.5 kB | 84/208 kB
Progress (4): 62 kB | 148/231 kB | 8.5 kB | 84/208 kB
Progress (4): 62 kB | 152/231 kB | 8.5 kB | 84/208 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 117 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
Progress (3): 152/231 kB | 8.5 kB | 88/208 kB
Progress (3): 152/231 kB | 8.5 kB | 92/208 kB
Progress (3): 152/231 kB | 8.5 kB | 96/208 kB
Progress (3): 152/231 kB | 8.5 kB | 100/208 kB
Progress (3): 152/231 kB | 8.5 kB | 104/208 kB
Progress (3): 152/231 kB | 8.5 kB | 108/208 kB
Progress (3): 152/231 kB | 8.5 kB | 112/208 kB
Progress (3): 152/231 kB | 8.5 kB | 116/208 kB
Progress (3): 152/231 kB | 8.5 kB | 120/208 kB
Progress (3): 152/231 kB | 8.5 kB | 124/208 kB
Progress (3): 152/231 kB | 8.5 kB | 128/208 kB
Progress (3): 152/231 kB | 8.5 kB | 132/208 kB
Progress (3): 152/231 kB | 8.5 kB | 136/208 kB
Progress (3): 152/231 kB | 8.5 kB | 140/208 kB
Progress (3): 152/231 kB | 8.5 kB | 144/208 kB
Progress (3): 152/231 kB | 8.5 kB | 148/208 kB
Progress (3): 152/231 kB | 8.5 kB | 152/208 kB
Progress (3): 156/231 kB | 8.5 kB | 152/208 kB
Progress (3): 156/231 kB | 8.5 kB | 156/208 kB
Progress (3): 156/231 kB | 8.5 kB | 160/208 kB
Progress (3): 156/231 kB | 8.5 kB | 164/208 kB
Progress (3): 156/231 kB | 8.5 kB | 168/208 kB
Progress (3): 156/231 kB | 8.5 kB | 172/208 kB
Progress (3): 156/231 kB | 8.5 kB | 176/208 kB
Progress (3): 156/231 kB | 8.5 kB | 180/208 kB
Progress (3): 156/231 kB | 8.5 kB | 184/208 kB
Progress (3): 160/231 kB | 8.5 kB | 184/208 kB
Progress (3): 160/231 kB | 8.5 kB | 188/208 kB
Progress (3): 164/231 kB | 8.5 kB | 188/208 kB
Progress (3): 168/231 kB | 8.5 kB | 188/208 kB
Progress (3): 172/231 kB | 8.5 kB | 188/208 kB
Progress (3): 176/231 kB | 8.5 kB | 188/208 kB
Progress (3): 176/231 kB | 8.5 kB | 192/208 kB
Progress (3): 176/231 kB | 8.5 kB | 196/208 kB
Progress (3): 176/231 kB | 8.5 kB | 200/208 kB
Progress (3): 176/231 kB | 8.5 kB | 204/208 kB
Progress (3): 176/231 kB | 8.5 kB | 208/208 kB
Progress (3): 176/231 kB | 8.5 kB | 208 kB    
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 4.1/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 7.7/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 12/571 kB 
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 16/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 20/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 24/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 28/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 32/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 36/571 kB
Progress (4): 176/231 kB | 8.5 kB | 208 kB | 40/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 40/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 44/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 48/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 52/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 56/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 60/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 64/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 68/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 72/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 76/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 80/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 84/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 88/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 92/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 96/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 100/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 104/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 108/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 112/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 116/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 120/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 124/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 128/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 132/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 136/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 140/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 144/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 148/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 152/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 156/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 160/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 164/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 168/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 172/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 176/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 180/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 184/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 188/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 192/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 196/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 200/571 kB
Progress (4): 180/231 kB | 8.5 kB | 208 kB | 204/571 kB
Progress (4): 184/231 kB | 8.5 kB | 208 kB | 204/571 kB
Progress (4): 188/231 kB | 8.5 kB | 208 kB | 204/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 204/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 208/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 212/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 216/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 220/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 224/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 228/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 232/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 236/571 kB
Progress (4): 192/231 kB | 8.5 kB | 208 kB | 240/571 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 15 kB/s)
Progress (3): 196/231 kB | 208 kB | 240/571 kB
Progress (3): 200/231 kB | 208 kB | 240/571 kB
Progress (3): 204/231 kB | 208 kB | 240/571 kB
Progress (3): 208/231 kB | 208 kB | 240/571 kB
Progress (3): 212/231 kB | 208 kB | 240/571 kB
Progress (3): 216/231 kB | 208 kB | 240/571 kB
Progress (3): 220/231 kB | 208 kB | 240/571 kB
Progress (3): 224/231 kB | 208 kB | 240/571 kB
Progress (4): 224/231 kB | 208 kB | 240/571 kB | 4.1/153 kB
Progress (4): 224/231 kB | 208 kB | 240/571 kB | 7.7/153 kB
Progress (4): 224/231 kB | 208 kB | 240/571 kB | 12/153 kB 
Progress (4): 224/231 kB | 208 kB | 240/571 kB | 16/153 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 375 kB/s)
Progress (3): 224/231 kB | 244/571 kB | 16/153 kB
Progress (3): 224/231 kB | 248/571 kB | 16/153 kB
Progress (3): 224/231 kB | 252/571 kB | 16/153 kB
Progress (3): 224/231 kB | 256/571 kB | 16/153 kB
Progress (3): 224/231 kB | 260/571 kB | 16/153 kB
Progress (3): 224/231 kB | 264/571 kB | 16/153 kB
Progress (3): 224/231 kB | 268/571 kB | 16/153 kB
Progress (3): 224/231 kB | 272/571 kB | 16/153 kB
Progress (3): 224/231 kB | 276/571 kB | 16/153 kB
Progress (3): 224/231 kB | 280/571 kB | 16/153 kB
Progress (3): 224/231 kB | 284/571 kB | 16/153 kB
Progress (3): 224/231 kB | 288/571 kB | 16/153 kB
Progress (3): 224/231 kB | 292/571 kB | 16/153 kB
Progress (3): 224/231 kB | 295/571 kB | 16/153 kB
Progress (3): 224/231 kB | 299/571 kB | 16/153 kB
Progress (3): 224/231 kB | 303/571 kB | 16/153 kB
Progress (3): 224/231 kB | 303/571 kB | 20/153 kB
Progress (3): 224/231 kB | 303/571 kB | 24/153 kB
Progress (3): 224/231 kB | 303/571 kB | 28/153 kB
Progress (3): 224/231 kB | 303/571 kB | 32/153 kB
Progress (3): 224/231 kB | 303/571 kB | 33/153 kB
Progress (3): 224/231 kB | 307/571 kB | 33/153 kB
Progress (3): 224/231 kB | 307/571 kB | 37/153 kB
Progress (3): 224/231 kB | 307/571 kB | 41/153 kB
Progress (3): 224/231 kB | 311/571 kB | 41/153 kB
Progress (3): 224/231 kB | 315/571 kB | 41/153 kB
Progress (3): 224/231 kB | 319/571 kB | 41/153 kB
Progress (3): 224/231 kB | 323/571 kB | 41/153 kB
Progress (3): 224/231 kB | 327/571 kB | 41/153 kB
Progress (3): 224/231 kB | 331/571 kB | 41/153 kB
Progress (3): 224/231 kB | 335/571 kB | 41/153 kB
Progress (3): 224/231 kB | 339/571 kB | 41/153 kB
Progress (3): 224/231 kB | 343/571 kB | 41/153 kB
Progress (3): 224/231 kB | 347/571 kB | 41/153 kB
Progress (3): 224/231 kB | 351/571 kB | 41/153 kB
Progress (3): 224/231 kB | 355/571 kB | 41/153 kB
Progress (3): 224/231 kB | 359/571 kB | 41/153 kB
Progress (3): 224/231 kB | 363/571 kB | 41/153 kB
Progress (3): 224/231 kB | 367/571 kB | 41/153 kB
Progress (3): 224/231 kB | 371/571 kB | 41/153 kB
Progress (3): 224/231 kB | 375/571 kB | 41/153 kB
Progress (3): 224/231 kB | 379/571 kB | 41/153 kB
Progress (3): 224/231 kB | 383/571 kB | 41/153 kB
Progress (3): 224/231 kB | 387/571 kB | 41/153 kB
Progress (3): 224/231 kB | 391/571 kB | 41/153 kB
Progress (3): 224/231 kB | 395/571 kB | 41/153 kB
Progress (3): 224/231 kB | 399/571 kB | 41/153 kB
Progress (3): 224/231 kB | 403/571 kB | 41/153 kB
Progress (3): 224/231 kB | 407/571 kB | 41/153 kB
Progress (3): 224/231 kB | 411/571 kB | 41/153 kB
Progress (3): 224/231 kB | 415/571 kB | 41/153 kB
Progress (3): 224/231 kB | 419/571 kB | 41/153 kB
Progress (3): 224/231 kB | 423/571 kB | 41/153 kB
Progress (3): 224/231 kB | 427/571 kB | 41/153 kB
Progress (3): 224/231 kB | 431/571 kB | 41/153 kB
Progress (3): 224/231 kB | 435/571 kB | 41/153 kB
Progress (3): 224/231 kB | 439/571 kB | 41/153 kB
Progress (3): 224/231 kB | 443/571 kB | 41/153 kB
Progress (3): 224/231 kB | 447/571 kB | 41/153 kB
Progress (3): 224/231 kB | 451/571 kB | 41/153 kB
Progress (3): 224/231 kB | 455/571 kB | 41/153 kB
Progress (3): 224/231 kB | 459/571 kB | 41/153 kB
Progress (3): 224/231 kB | 463/571 kB | 41/153 kB
Progress (3): 224/231 kB | 467/571 kB | 41/153 kB
Progress (3): 224/231 kB | 471/571 kB | 41/153 kB
Progress (3): 224/231 kB | 475/571 kB | 41/153 kB
Progress (3): 224/231 kB | 479/571 kB | 41/153 kB
Progress (3): 224/231 kB | 483/571 kB | 41/153 kB
Progress (3): 224/231 kB | 487/571 kB | 41/153 kB
Progress (3): 224/231 kB | 491/571 kB | 41/153 kB
Progress (3): 224/231 kB | 495/571 kB | 41/153 kB
Progress (3): 224/231 kB | 499/571 kB | 41/153 kB
Progress (3): 224/231 kB | 503/571 kB | 41/153 kB
Progress (3): 224/231 kB | 507/571 kB | 41/153 kB
Progress (3): 224/231 kB | 511/571 kB | 41/153 kB
Progress (3): 224/231 kB | 515/571 kB | 41/153 kB
Progress (3): 224/231 kB | 519/571 kB | 41/153 kB
Progress (3): 224/231 kB | 523/571 kB | 41/153 kB
Progress (3): 224/231 kB | 527/571 kB | 41/153 kB
Progress (3): 224/231 kB | 531/571 kB | 41/153 kB
Progress (3): 224/231 kB | 535/571 kB | 41/153 kB
Progress (3): 224/231 kB | 539/571 kB | 41/153 kB
Progress (3): 224/231 kB | 543/571 kB | 41/153 kB
Progress (3): 224/231 kB | 547/571 kB | 41/153 kB
Progress (3): 224/231 kB | 551/571 kB | 41/153 kB
Progress (3): 224/231 kB | 555/571 kB | 41/153 kB
Progress (3): 224/231 kB | 559/571 kB | 41/153 kB
Progress (3): 224/231 kB | 563/571 kB | 41/153 kB
Progress (3): 224/231 kB | 567/571 kB | 41/153 kB
Progress (3): 224/231 kB | 571/571 kB | 41/153 kB
Progress (3): 224/231 kB | 571 kB | 41/153 kB    
Progress (3): 224/231 kB | 571 kB | 45/153 kB
Progress (3): 224/231 kB | 571 kB | 49/153 kB
Progress (3): 224/231 kB | 571 kB | 53/153 kB
Progress (3): 224/231 kB | 571 kB | 57/153 kB
Progress (3): 224/231 kB | 571 kB | 61/153 kB
Progress (3): 224/231 kB | 571 kB | 65/153 kB
Progress (3): 224/231 kB | 571 kB | 66/153 kB
Progress (3): 224/231 kB | 571 kB | 70/153 kB
Progress (3): 224/231 kB | 571 kB | 74/153 kB
Progress (3): 224/231 kB | 571 kB | 78/153 kB
Progress (3): 224/231 kB | 571 kB | 82/153 kB
Progress (3): 224/231 kB | 571 kB | 86/153 kB
Progress (3): 224/231 kB | 571 kB | 90/153 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 982 kB/s)
Progress (2): 224/231 kB | 94/153 kB
Progress (2): 224/231 kB | 98/153 kB
Progress (2): 224/231 kB | 98/153 kB
Progress (2): 224/231 kB | 102/153 kB
Progress (2): 224/231 kB | 106/153 kB
Progress (2): 224/231 kB | 110/153 kB
Progress (2): 224/231 kB | 114/153 kB
Progress (2): 224/231 kB | 118/153 kB
Progress (2): 224/231 kB | 122/153 kB
Progress (2): 224/231 kB | 126/153 kB
Progress (2): 224/231 kB | 130/153 kB
Progress (2): 224/231 kB | 134/153 kB
Progress (2): 224/231 kB | 138/153 kB
Progress (2): 224/231 kB | 142/153 kB
Progress (2): 224/231 kB | 146/153 kB
Progress (2): 224/231 kB | 150/153 kB
Progress (2): 224/231 kB | 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 256 kB/s)
Progress (1): 228/231 kB
Progress (1): 231 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.jar (231 kB at 280 kB/s)
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ yasson ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.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.1/maven-archiver-3.1.1.pom (4.3 kB at 242 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.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 270 kB/s)
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 266 kB/s)
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 259 kB/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.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 785 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.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 727 kB/s)
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 95 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.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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
Progress (1): 4.1/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.4/plexus-archiver-3.4.pom (5.3 kB at 313 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.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/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.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
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
Progress (1): 4.1/86 kB
Progress (1): 7.7/86 kB
Progress (2): 7.7/86 kB | 4.1/187 kB
Progress (2): 12/86 kB | 4.1/187 kB 
Progress (2): 12/86 kB | 7.7/187 kB
Progress (2): 16/86 kB | 7.7/187 kB
Progress (2): 20/86 kB | 7.7/187 kB
Progress (2): 20/86 kB | 12/187 kB 
Progress (2): 24/86 kB | 12/187 kB
Progress (3): 24/86 kB | 12/187 kB | 4.1/24 kB
Progress (3): 24/86 kB | 16/187 kB | 4.1/24 kB
Progress (3): 24/86 kB | 16/187 kB | 7.7/24 kB
Progress (3): 24/86 kB | 20/187 kB | 7.7/24 kB
Progress (3): 24/86 kB | 24/187 kB | 7.7/24 kB
Progress (3): 28/86 kB | 24/187 kB | 7.7/24 kB
Progress (3): 32/86 kB | 24/187 kB | 7.7/24 kB
Progress (3): 32/86 kB | 28/187 kB | 7.7/24 kB
Progress (3): 32/86 kB | 32/187 kB | 7.7/24 kB
Progress (3): 32/86 kB | 33/187 kB | 7.7/24 kB
Progress (3): 33/86 kB | 33/187 kB | 7.7/24 kB
Progress (3): 33/86 kB | 33/187 kB | 12/24 kB 
Progress (3): 37/86 kB | 33/187 kB | 12/24 kB
Progress (3): 37/86 kB | 37/187 kB | 12/24 kB
Progress (3): 41/86 kB | 37/187 kB | 12/24 kB
Progress (3): 41/86 kB | 37/187 kB | 16/24 kB
Progress (3): 45/86 kB | 37/187 kB | 16/24 kB
Progress (3): 45/86 kB | 41/187 kB | 16/24 kB
Progress (3): 49/86 kB | 41/187 kB | 16/24 kB
Progress (3): 49/86 kB | 41/187 kB | 20/24 kB
Progress (3): 49/86 kB | 45/187 kB | 20/24 kB
Progress (3): 53/86 kB | 45/187 kB | 20/24 kB
Progress (3): 53/86 kB | 45/187 kB | 24 kB   
Progress (3): 57/86 kB | 45/187 kB | 24 kB
Progress (3): 57/86 kB | 49/187 kB | 24 kB
Progress (3): 61/86 kB | 49/187 kB | 24 kB
Progress (3): 61/86 kB | 53/187 kB | 24 kB
Progress (3): 65/86 kB | 53/187 kB | 24 kB
Progress (3): 65/86 kB | 57/187 kB | 24 kB
Progress (3): 69/86 kB | 57/187 kB | 24 kB
Progress (3): 69/86 kB | 61/187 kB | 24 kB
Progress (3): 73/86 kB | 61/187 kB | 24 kB
Progress (4): 73/86 kB | 61/187 kB | 24 kB | 4.1/426 kB
Progress (4): 73/86 kB | 65/187 kB | 24 kB | 4.1/426 kB
Progress (4): 73/86 kB | 65/187 kB | 24 kB | 7.7/426 kB
Progress (4): 77/86 kB | 65/187 kB | 24 kB | 7.7/426 kB
Progress (4): 77/86 kB | 66/187 kB | 24 kB | 7.7/426 kB
Progress (4): 81/86 kB | 66/187 kB | 24 kB | 7.7/426 kB
Progress (4): 81/86 kB | 66/187 kB | 24 kB | 12/426 kB 
Progress (4): 85/86 kB | 66/187 kB | 24 kB | 12/426 kB
Progress (4): 85/86 kB | 70/187 kB | 24 kB | 12/426 kB
Progress (4): 86 kB | 70/187 kB | 24 kB | 12/426 kB   
Progress (5): 86 kB | 70/187 kB | 24 kB | 12/426 kB | 4.1/154 kB
Progress (5): 86 kB | 70/187 kB | 24 kB | 12/426 kB | 7.7/154 kB
Progress (5): 86 kB | 70/187 kB | 24 kB | 16/426 kB | 7.7/154 kB
Progress (5): 86 kB | 70/187 kB | 24 kB | 16/426 kB | 12/154 kB 
Progress (5): 86 kB | 70/187 kB | 24 kB | 16/426 kB | 16/154 kB
Progress (5): 86 kB | 74/187 kB | 24 kB | 16/426 kB | 16/154 kB
Progress (5): 86 kB | 74/187 kB | 24 kB | 16/426 kB | 20/154 kB
Progress (5): 86 kB | 74/187 kB | 24 kB | 20/426 kB | 20/154 kB
Progress (5): 86 kB | 74/187 kB | 24 kB | 20/426 kB | 24/154 kB
Progress (5): 86 kB | 78/187 kB | 24 kB | 20/426 kB | 24/154 kB
Progress (5): 86 kB | 78/187 kB | 24 kB | 20/426 kB | 28/154 kB
Progress (5): 86 kB | 78/187 kB | 24 kB | 24/426 kB | 28/154 kB
Progress (5): 86 kB | 78/187 kB | 24 kB | 24/426 kB | 32/154 kB
Progress (5): 86 kB | 82/187 kB | 24 kB | 24/426 kB | 32/154 kB
Progress (5): 86 kB | 82/187 kB | 24 kB | 24/426 kB | 33/154 kB
Progress (5): 86 kB | 82/187 kB | 24 kB | 28/426 kB | 33/154 kB
Progress (5): 86 kB | 82/187 kB | 24 kB | 28/426 kB | 37/154 kB
Progress (5): 86 kB | 86/187 kB | 24 kB | 28/426 kB | 37/154 kB
Progress (5): 86 kB | 86/187 kB | 24 kB | 28/426 kB | 41/154 kB
Progress (5): 86 kB | 86/187 kB | 24 kB | 32/426 kB | 41/154 kB
Progress (5): 86 kB | 86/187 kB | 24 kB | 32/426 kB | 45/154 kB
Progress (5): 86 kB | 90/187 kB | 24 kB | 32/426 kB | 45/154 kB
Progress (5): 86 kB | 90/187 kB | 24 kB | 32/426 kB | 49/154 kB
Progress (5): 86 kB | 90/187 kB | 24 kB | 33/426 kB | 49/154 kB
Progress (5): 86 kB | 94/187 kB | 24 kB | 33/426 kB | 49/154 kB
Progress (5): 86 kB | 94/187 kB | 24 kB | 37/426 kB | 49/154 kB
Progress (5): 86 kB | 94/187 kB | 24 kB | 37/426 kB | 53/154 kB
Progress (5): 86 kB | 94/187 kB | 24 kB | 41/426 kB | 53/154 kB
Progress (5): 86 kB | 98/187 kB | 24 kB | 41/426 kB | 53/154 kB
Progress (5): 86 kB | 98/187 kB | 24 kB | 45/426 kB | 53/154 kB
Progress (5): 86 kB | 98/187 kB | 24 kB | 49/426 kB | 53/154 kB
Progress (5): 86 kB | 98/187 kB | 24 kB | 53/426 kB | 53/154 kB
Progress (5): 86 kB | 98/187 kB | 24 kB | 53/426 kB | 57/154 kB
Progress (5): 86 kB | 98/187 kB | 24 kB | 57/426 kB | 57/154 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.6 MB/s)
Progress (4): 98/187 kB | 24 kB | 57/426 kB | 57/154 kB
                                                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
Progress (4): 98/187 kB | 24 kB | 61/426 kB | 57/154 kB
Progress (4): 98/187 kB | 24 kB | 61/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 65/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 66/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 70/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 74/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 78/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 82/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 86/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 90/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 94/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 98/426 kB | 61/154 kB
Progress (4): 98/187 kB | 24 kB | 98/426 kB | 61/154 kB
Progress (4): 102/187 kB | 24 kB | 98/426 kB | 61/154 kB
Progress (4): 102/187 kB | 24 kB | 102/426 kB | 61/154 kB
Progress (4): 102/187 kB | 24 kB | 106/426 kB | 61/154 kB
Progress (4): 102/187 kB | 24 kB | 106/426 kB | 65/154 kB
Progress (4): 102/187 kB | 24 kB | 110/426 kB | 65/154 kB
Progress (4): 106/187 kB | 24 kB | 110/426 kB | 65/154 kB
Progress (4): 106/187 kB | 24 kB | 114/426 kB | 65/154 kB
Progress (4): 110/187 kB | 24 kB | 114/426 kB | 65/154 kB
Progress (4): 110/187 kB | 24 kB | 114/426 kB | 66/154 kB
Progress (4): 114/187 kB | 24 kB | 114/426 kB | 66/154 kB
Progress (4): 114/187 kB | 24 kB | 118/426 kB | 66/154 kB
Progress (4): 114/187 kB | 24 kB | 118/426 kB | 70/154 kB
Progress (4): 114/187 kB | 24 kB | 122/426 kB | 70/154 kB
Progress (4): 118/187 kB | 24 kB | 122/426 kB | 70/154 kB
Progress (4): 118/187 kB | 24 kB | 126/426 kB | 70/154 kB
Progress (4): 118/187 kB | 24 kB | 126/426 kB | 74/154 kB
Progress (4): 118/187 kB | 24 kB | 130/426 kB | 74/154 kB
Progress (4): 122/187 kB | 24 kB | 130/426 kB | 74/154 kB
Progress (4): 122/187 kB | 24 kB | 131/426 kB | 74/154 kB
Progress (4): 126/187 kB | 24 kB | 131/426 kB | 74/154 kB
Progress (4): 126/187 kB | 24 kB | 135/426 kB | 74/154 kB
Progress (4): 126/187 kB | 24 kB | 135/426 kB | 78/154 kB
Progress (4): 126/187 kB | 24 kB | 139/426 kB | 78/154 kB
Progress (4): 130/187 kB | 24 kB | 139/426 kB | 78/154 kB
Progress (4): 130/187 kB | 24 kB | 143/426 kB | 78/154 kB
Progress (4): 130/187 kB | 24 kB | 143/426 kB | 82/154 kB
Progress (4): 130/187 kB | 24 kB | 147/426 kB | 82/154 kB
Progress (4): 131/187 kB | 24 kB | 147/426 kB | 82/154 kB
Progress (4): 131/187 kB | 24 kB | 151/426 kB | 82/154 kB
Progress (4): 131/187 kB | 24 kB | 151/426 kB | 86/154 kB
Progress (4): 131/187 kB | 24 kB | 155/426 kB | 86/154 kB
Progress (4): 135/187 kB | 24 kB | 155/426 kB | 86/154 kB
Progress (4): 135/187 kB | 24 kB | 155/426 kB | 90/154 kB
Progress (4): 139/187 kB | 24 kB | 155/426 kB | 90/154 kB
Progress (4): 139/187 kB | 24 kB | 159/426 kB | 90/154 kB
Progress (4): 143/187 kB | 24 kB | 159/426 kB | 90/154 kB
Progress (4): 143/187 kB | 24 kB | 159/426 kB | 94/154 kB
Progress (4): 147/187 kB | 24 kB | 159/426 kB | 94/154 kB
Progress (4): 147/187 kB | 24 kB | 163/426 kB | 94/154 kB
Progress (4): 151/187 kB | 24 kB | 163/426 kB | 94/154 kB
Progress (4): 151/187 kB | 24 kB | 163/426 kB | 98/154 kB
Progress (4): 155/187 kB | 24 kB | 163/426 kB | 98/154 kB
Progress (4): 155/187 kB | 24 kB | 164/426 kB | 98/154 kB
Progress (4): 159/187 kB | 24 kB | 164/426 kB | 98/154 kB
Progress (4): 159/187 kB | 24 kB | 164/426 kB | 98/154 kB
Progress (4): 163/187 kB | 24 kB | 164/426 kB | 98/154 kB
Progress (4): 163/187 kB | 24 kB | 168/426 kB | 98/154 kB
Progress (4): 167/187 kB | 24 kB | 168/426 kB | 98/154 kB
Progress (4): 167/187 kB | 24 kB | 168/426 kB | 102/154 kB
Progress (4): 171/187 kB | 24 kB | 168/426 kB | 102/154 kB
Progress (4): 171/187 kB | 24 kB | 172/426 kB | 102/154 kB
Progress (4): 175/187 kB | 24 kB | 172/426 kB | 102/154 kB
Progress (4): 175/187 kB | 24 kB | 172/426 kB | 106/154 kB
Progress (4): 179/187 kB | 24 kB | 172/426 kB | 106/154 kB
Progress (4): 179/187 kB | 24 kB | 176/426 kB | 106/154 kB
Progress (4): 183/187 kB | 24 kB | 176/426 kB | 106/154 kB
Progress (4): 183/187 kB | 24 kB | 176/426 kB | 110/154 kB
Progress (4): 183/187 kB | 24 kB | 176/426 kB | 114/154 kB
Progress (4): 187 kB | 24 kB | 176/426 kB | 114/154 kB    
Progress (4): 187 kB | 24 kB | 180/426 kB | 114/154 kB
Progress (4): 187 kB | 24 kB | 180/426 kB | 118/154 kB
Progress (4): 187 kB | 24 kB | 180/426 kB | 122/154 kB
Progress (4): 187 kB | 24 kB | 180/426 kB | 126/154 kB
Progress (4): 187 kB | 24 kB | 180/426 kB | 130/154 kB
Progress (4): 187 kB | 24 kB | 180/426 kB | 134/154 kB
Progress (5): 187 kB | 24 kB | 180/426 kB | 134/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 184/426 kB | 134/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 184/426 kB | 138/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 188/426 kB | 138/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 188/426 kB | 142/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 188/426 kB | 146/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 188/426 kB | 150/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 188/426 kB | 154/154 kB | 4.1/58 kB
Progress (5): 187 kB | 24 kB | 188/426 kB | 154 kB | 4.1/58 kB    
Progress (5): 187 kB | 24 kB | 188/426 kB | 154 kB | 7.7/58 kB
Progress (5): 187 kB | 24 kB | 192/426 kB | 154 kB | 7.7/58 kB
Progress (5): 187 kB | 24 kB | 196/426 kB | 154 kB | 7.7/58 kB
Progress (5): 187 kB | 24 kB | 196/426 kB | 154 kB | 12/58 kB 
Progress (5): 187 kB | 24 kB | 196/426 kB | 154 kB | 16/58 kB
Progress (5): 187 kB | 24 kB | 197/426 kB | 154 kB | 16/58 kB
                                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.1.1/maven-archiver-3.1.1.jar (24 kB at 607 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar
Progress (4): 187 kB | 197/426 kB | 154 kB | 20/58 kB
Progress (4): 187 kB | 201/426 kB | 154 kB | 20/58 kB
Progress (4): 187 kB | 201/426 kB | 154 kB | 24/58 kB
Progress (4): 187 kB | 205/426 kB | 154 kB | 24/58 kB
Progress (4): 187 kB | 205/426 kB | 154 kB | 28/58 kB
Progress (4): 187 kB | 209/426 kB | 154 kB | 28/58 kB
Progress (4): 187 kB | 213/426 kB | 154 kB | 28/58 kB
Progress (4): 187 kB | 213/426 kB | 154 kB | 32/58 kB
Progress (4): 187 kB | 217/426 kB | 154 kB | 32/58 kB
Progress (4): 187 kB | 217/426 kB | 154 kB | 36/58 kB
Progress (4): 187 kB | 221/426 kB | 154 kB | 36/58 kB
Progress (4): 187 kB | 221/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 225/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 229/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 229/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 233/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 237/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 241/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 245/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 249/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 253/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 257/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 261/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 262/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 266/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 270/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 274/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 278/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 282/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 286/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 290/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 294/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 295/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 299/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 303/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 307/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 311/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 315/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 319/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 323/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 327/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 328/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 332/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 336/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 340/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 344/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 348/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 352/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 356/426 kB | 154 kB | 40/58 kB
Progress (4): 187 kB | 360/426 kB | 154 kB | 40/58 kB
                                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 4.0 MB/s)
Progress (3): 360/426 kB | 154 kB | 40/58 kB
Progress (3): 365/426 kB | 154 kB | 40/58 kB
Progress (3): 368/426 kB | 154 kB | 40/58 kB
Progress (3): 373/426 kB | 154 kB | 40/58 kB
Progress (3): 376/426 kB | 154 kB | 40/58 kB
Progress (3): 381/426 kB | 154 kB | 40/58 kB
Progress (3): 384/426 kB | 154 kB | 40/58 kB
Progress (3): 389/426 kB | 154 kB | 40/58 kB
Progress (3): 392/426 kB | 154 kB | 40/58 kB
Progress (3): 397/426 kB | 154 kB | 40/58 kB
Progress (3): 400/426 kB | 154 kB | 40/58 kB
Progress (3): 405/426 kB | 154 kB | 40/58 kB
Progress (3): 408/426 kB | 154 kB | 40/58 kB
Progress (3): 413/426 kB | 154 kB | 40/58 kB
Progress (3): 416/426 kB | 154 kB | 40/58 kB
Progress (3): 416/426 kB | 154 kB | 44/58 kB
Progress (3): 421/426 kB | 154 kB | 44/58 kB
Progress (3): 421/426 kB | 154 kB | 48/58 kB
Progress (3): 424/426 kB | 154 kB | 48/58 kB
Progress (3): 426 kB | 154 kB | 48/58 kB    
Progress (4): 426 kB | 154 kB | 48/58 kB | 4.1/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 7.7/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 12/100 kB 
Progress (4): 426 kB | 154 kB | 48/58 kB | 16/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 20/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 24/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 28/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 32/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 33/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 37/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 41/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 45/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 49/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 53/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 57/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 61/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 65/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 66/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 70/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 74/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 78/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 82/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 86/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 90/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 94/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 98/100 kB
Progress (4): 426 kB | 154 kB | 48/58 kB | 100 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.jar (426 kB at 4.4 MB/s)
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 1.0 MB/s)
Progress (2): 154 kB | 52/58 kB
Progress (2): 154 kB | 56/58 kB
Progress (2): 154 kB | 58 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.jar (154 kB at 603 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 226 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/yasson-build/target/yasson.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ yasson ---
[INFO] Building jar: /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ yasson ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.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.2.0/maven-archiver-3.2.0.pom (4.3 kB at 269 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.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/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 189 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 343 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.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/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.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/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 284 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.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.14/commons-compress-1.14.pom (13 kB at 876 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
Progress (1): 4.1/68 kB
Progress (1): 7.7/68 kB
Progress (1): 12/68 kB 
Progress (1): 16/68 kB
Progress (1): 20/68 kB
Progress (1): 24/68 kB
Progress (1): 28/68 kB
Progress (1): 32/68 kB
Progress (1): 33/68 kB
Progress (1): 37/68 kB
Progress (1): 41/68 kB
Progress (1): 45/68 kB
Progress (1): 49/68 kB
Progress (1): 53/68 kB
Progress (1): 57/68 kB
Progress (1): 61/68 kB
Progress (1): 65/68 kB
Progress (1): 68 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.6 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 14 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.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-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 335 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 321 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom
Progress (1): 4.1/7.6 kB
Progress (1): 7.6 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 507 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
Progress (1): 2.7 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.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/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 787 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 109 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.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.7/doxia-1.7.pom (15 kB at 803 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
Progress (1): 1.5 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 110 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.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/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 418 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.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/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
Progress (1): 4.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 313 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.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/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 932 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Progress (1): 4.1/7.5 kB
Progress (1): 7.5 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 535 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Progress (1): 4.1/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/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 690 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
Progress (1): 4.1/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/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 288 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Progress (1): 4.1/9.4 kB
Progress (1): 7.7/9.4 kB
Progress (1): 9.4 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 668 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
Progress (1): 4.1/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/httpcomponents/project/4.0/project-4.0.pom (13 kB at 937 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.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/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
Progress (1): 4.1/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/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
Progress (1): 4.1/6.1 kB
Progress (1): 6.1 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 407 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 179 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 261 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
Progress (1): 3.0 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 189 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.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.7/doxia-module-xhtml-1.7.pom (1.6 kB at 116 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
Progress (1): 2.6 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 187 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 148 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-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/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 724 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
Progress (1): 4.1/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/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
Progress (1): 4.1/7.0 kB
Progress (1): 7.0 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 350 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
Progress (1): 4.1/6.2 kB
Progress (1): 6.2 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 364 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
Progress (1): 147 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.2 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
Progress (1): 167 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 11 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
Progress (1): 156 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 8.2 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.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/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 376 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Progress (1): 4.1/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/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 602 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
Progress (1): 142 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 8.9 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
Progress (1): 653 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 34 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 270 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
Progress (1): 4.1/9.8 kB
Progress (1): 7.7/9.8 kB
Progress (1): 9.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 518 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
Progress (1): 4.1/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/struts/struts-master/4/struts-master-4.pom (12 kB at 789 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
Progress (1): 3.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 107 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
Progress (1): 145 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 5.4 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
Progress (1): 3.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 192 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 194 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
Progress (1): 4.1/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/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 559 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.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/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 400 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.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/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 871 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.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/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 307 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.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/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 806 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.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/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.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/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 641 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
Progress (1): 4.1/53 kB
Progress (1): 7.7/53 kB
Progress (1): 12/53 kB 
Progress (1): 16/53 kB
Progress (1): 20/53 kB
Progress (1): 24/53 kB
Progress (1): 28/53 kB
Progress (1): 32/53 kB
Progress (1): 36/53 kB
Progress (1): 40/53 kB
Progress (1): 44/53 kB
Progress (1): 48/53 kB
Progress (1): 52/53 kB
Progress (1): 53 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 157 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
Progress (1): 2.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 147 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Progress (1): 2.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 196 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
Progress (1): 4.1/4.8 kB
Progress (1): 4.8 kB    
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 321 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.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/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 325 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.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/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 713 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.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/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 1.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
Progress (1): 4.1/70 kB
Progress (1): 7.7/70 kB
Progress (1): 12/70 kB 
Progress (1): 16/70 kB
Progress (1): 20/70 kB
Progress (1): 24/70 kB
Progress (1): 28/70 kB
Progress (1): 32/70 kB
Progress (1): 36/70 kB
Progress (1): 40/70 kB
Progress (1): 44/70 kB
Progress (1): 48/70 kB
Progress (1): 52/70 kB
Progress (1): 56/70 kB
Progress (1): 60/70 kB
Progress (1): 64/70 kB
Progress (1): 68/70 kB
Progress (1): 70 kB   
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 3.7 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom
Progress (1): 2.8 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 199 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
Progress (1): 4.1/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.6/objenesis-parent-2.6.pom (17 kB at 918 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
Progress (1): 1.9 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 112 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-6/plexus-interactivity-api-1.0-alpha-6.pom
Progress (1): 726 B
                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 48 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
Progress (1): 1.1 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 89 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
Progress (1): 2.4 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 187 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
Progress (1): 1.2 kB
                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 58 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
Progress (1): 4.1/24 kB
Progress (1): 7.7/24 kB
Progress (1): 12/24 kB 
Progress (1): 16/24 kB
Progress (2): 16/24 kB | 4.1/57 kB
Progress (2): 16/24 kB | 7.7/57 kB
Progress (2): 16/24 kB | 12/57 kB 
Progress (2): 16/24 kB | 16/57 kB
Progress (2): 20/24 kB | 16/57 kB
Progress (2): 20/24 kB | 20/57 kB
Progress (2): 20/24 kB | 24/57 kB
Progress (2): 20/24 kB | 28/57 kB
Progress (2): 20/24 kB | 32/57 kB
Progress (2): 24/24 kB | 32/57 kB
Progress (2): 24/24 kB | 36/57 kB
Progress (2): 24 kB | 36/57 kB   
Progress (2): 24 kB | 40/57 kB
Progress (2): 24 kB | 44/57 kB
Progress (2): 24 kB | 48/57 kB
Progress (2): 24 kB | 52/57 kB
Progress (2): 24 kB | 56/57 kB
Progress (2): 24 kB | 57 kB   
Progress (3): 24 kB | 57 kB | 4.1/123 kB
Progress (3): 24 kB | 57 kB | 7.7/123 kB
Progress (3): 24 kB | 57 kB | 12/123 kB 
Progress (3): 24 kB | 57 kB | 16/123 kB
Progress (3): 24 kB | 57 kB | 20/123 kB
Progress (3): 24 kB | 57 kB | 24/123 kB
Progress (3): 24 kB | 57 kB | 28/123 kB
Progress (3): 24 kB | 57 kB | 32/123 kB
Progress (3): 24 kB | 57 kB | 33/123 kB
Progress (3): 24 kB | 57 kB | 37/123 kB
Progress (3): 24 kB | 57 kB | 41/123 kB
Progress (3): 24 kB | 57 kB | 45/123 kB
Progress (3): 24 kB | 57 kB | 49/123 kB
Progress (3): 24 kB | 57 kB | 53/123 kB
Progress (3): 24 kB | 57 kB | 57/123 kB
Progress (3): 24 kB | 57 kB | 61/123 kB
Progress (3): 24 kB | 57 kB | 65/123 kB
Progress (3): 24 kB | 57 kB | 66/123 kB
Progress (3): 24 kB | 57 kB | 70/123 kB
Progress (3): 24 kB | 57 kB | 74/123 kB
Progress (3): 24 kB | 57 kB | 78/123 kB
Progress (3): 24 kB | 57 kB | 82/123 kB
Progress (3): 24 kB | 57 kB | 86/123 kB
Progress (3): 24 kB | 57 kB | 90/123 kB
Progress (3): 24 kB | 57 kB | 94/123 kB
Progress (3): 24 kB | 57 kB | 98/123 kB
Progress (3): 24 kB | 57 kB | 102/123 kB
Progress (3): 24 kB | 57 kB | 106/123 kB
Progress (3): 24 kB | 57 kB | 110/123 kB
Progress (3): 24 kB | 57 kB | 114/123 kB
Progress (3): 24 kB | 57 kB | 118/123 kB
Progress (3): 24 kB | 57 kB | 122/123 kB
                                        
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 2.6 MB/s)
Progress (2): 24 kB | 123 kB
                            
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 4.4 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
Progress (2): 24 kB | 4.1/26 kB
Progress (2): 24 kB | 7.7/26 kB
Progress (2): 24 kB | 12/26 kB 
Progress (2): 24 kB | 16/26 kB
Progress (2): 24 kB | 20/26 kB
Progress (2): 24 kB | 24/26 kB
Progress (2): 24 kB | 26 kB   
Progress (3): 24 kB | 26 kB | 4.1/11 kB
Progress (3): 24 kB | 26 kB | 7.7/11 kB
Progress (3): 24 kB | 26 kB | 11 kB    
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 624 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 278 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 621 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
Progress (1): 4.1/12 kB
Progress (1): 7.7/12 kB
Progress (1): 12 kB    
Progress (2): 12 kB | 4.1/64 kB
Progress (2): 12 kB | 7.7/64 kB
Progress (2): 12 kB | 12/64 kB 
Progress (2): 12 kB | 16/64 kB
Progress (2): 12 kB | 20/64 kB
Progress (2): 12 kB | 24/64 kB
Progress (3): 12 kB | 24/64 kB | 4.1/167 kB
Progress (3): 12 kB | 24/64 kB | 7.7/167 kB
Progress (3): 12 kB | 24/64 kB | 12/167 kB 
Progress (3): 12 kB | 24/64 kB | 16/167 kB
Progress (3): 12 kB | 28/64 kB | 16/167 kB
Progress (3): 12 kB | 32/64 kB | 16/167 kB
Progress (3): 12 kB | 32/64 kB | 20/167 kB
Progress (3): 12 kB | 36/64 kB | 20/167 kB
Progress (3): 12 kB | 40/64 kB | 20/167 kB
Progress (3): 12 kB | 40/64 kB | 24/167 kB
Progress (3): 12 kB | 44/64 kB | 24/167 kB
Progress (3): 12 kB | 48/64 kB | 24/167 kB
Progress (3): 12 kB | 48/64 kB | 28/167 kB
Progress (3): 12 kB | 48/64 kB | 32/167 kB
Progress (3): 12 kB | 48/64 kB | 33/167 kB
Progress (3): 12 kB | 48/64 kB | 37/167 kB
Progress (3): 12 kB | 48/64 kB | 41/167 kB
Progress (3): 12 kB | 48/64 kB | 45/167 kB
Progress (3): 12 kB | 48/64 kB | 49/167 kB
Progress (3): 12 kB | 48/64 kB | 53/167 kB
Progress (3): 12 kB | 48/64 kB | 57/167 kB
Progress (3): 12 kB | 48/64 kB | 61/167 kB
Progress (3): 12 kB | 48/64 kB | 65/167 kB
Progress (3): 12 kB | 48/64 kB | 66/167 kB
Progress (3): 12 kB | 48/64 kB | 70/167 kB
Progress (3): 12 kB | 48/64 kB | 74/167 kB
Progress (3): 12 kB | 48/64 kB | 78/167 kB
Progress (3): 12 kB | 48/64 kB | 82/167 kB
Progress (3): 12 kB | 48/64 kB | 86/167 kB
Progress (3): 12 kB | 48/64 kB | 90/167 kB
Progress (3): 12 kB | 48/64 kB | 94/167 kB
Progress (3): 12 kB | 48/64 kB | 98/167 kB
Progress (3): 12 kB | 48/64 kB | 98/167 kB
Progress (3): 12 kB | 48/64 kB | 102/167 kB
Progress (3): 12 kB | 48/64 kB | 106/167 kB
Progress (3): 12 kB | 48/64 kB | 110/167 kB
Progress (3): 12 kB | 48/64 kB | 114/167 kB
Progress (3): 12 kB | 48/64 kB | 118/167 kB
Progress (3): 12 kB | 48/64 kB | 122/167 kB
Progress (3): 12 kB | 48/64 kB | 126/167 kB
Progress (3): 12 kB | 48/64 kB | 130/167 kB
Progress (3): 12 kB | 48/64 kB | 131/167 kB
Progress (3): 12 kB | 48/64 kB | 135/167 kB
Progress (3): 12 kB | 48/64 kB | 139/167 kB
Progress (3): 12 kB | 48/64 kB | 143/167 kB
Progress (3): 12 kB | 48/64 kB | 147/167 kB
Progress (3): 12 kB | 48/64 kB | 151/167 kB
Progress (3): 12 kB | 48/64 kB | 155/167 kB
Progress (3): 12 kB | 48/64 kB | 159/167 kB
Progress (3): 12 kB | 48/64 kB | 163/167 kB
Progress (3): 12 kB | 52/64 kB | 163/167 kB
Progress (3): 12 kB | 52/64 kB | 167/167 kB
Progress (3): 12 kB | 56/64 kB | 167/167 kB
Progress (3): 12 kB | 56/64 kB | 167 kB    
Progress (3): 12 kB | 60/64 kB | 167 kB
Progress (3): 12 kB | 64/64 kB | 167 kB
Progress (3): 12 kB | 64 kB | 167 kB   
                                    
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 187 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 2.5 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 913 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar
Progress (1): 4.1/98 kB
Progress (1): 7.7/98 kB
Progress (1): 12/98 kB 
Progress (1): 16/98 kB
Progress (1): 20/98 kB
Progress (1): 24/98 kB
Progress (1): 28/98 kB
Progress (1): 32/98 kB
Progress (1): 33/98 kB
Progress (1): 37/98 kB
Progress (1): 41/98 kB
Progress (1): 45/98 kB
Progress (1): 49/98 kB
Progress (1): 53/98 kB
Progress (1): 57/98 kB
Progress (1): 61/98 kB
Progress (1): 65/98 kB
Progress (1): 69/98 kB
Progress (1): 73/98 kB
Progress (1): 77/98 kB
Progress (1): 81/98 kB
Progress (1): 85/98 kB
Progress (1): 89/98 kB
Progress (1): 93/98 kB
Progress (1): 97/98 kB
Progress (1): 98 kB   
Progress (2): 98 kB | 4.1/61 kB
Progress (2): 98 kB | 7.7/61 kB
Progress (2): 98 kB | 12/61 kB 
Progress (2): 98 kB | 16/61 kB
Progress (2): 98 kB | 20/61 kB
Progress (2): 98 kB | 24/61 kB
Progress (2): 98 kB | 28/61 kB
Progress (2): 98 kB | 32/61 kB
Progress (2): 98 kB | 36/61 kB
Progress (2): 98 kB | 40/61 kB
Progress (3): 98 kB | 40/61 kB | 4.1/16 kB
Progress (3): 98 kB | 40/61 kB | 7.7/16 kB
Progress (3): 98 kB | 40/61 kB | 12/16 kB 
Progress (3): 98 kB | 40/61 kB | 16/16 kB
Progress (3): 98 kB | 40/61 kB | 16 kB   
Progress (3): 98 kB | 44/61 kB | 16 kB
Progress (3): 98 kB | 48/61 kB | 16 kB
Progress (3): 98 kB | 52/61 kB | 16 kB
Progress (3): 98 kB | 56/61 kB | 16 kB
Progress (3): 98 kB | 60/61 kB | 16 kB
Progress (3): 98 kB | 61 kB | 16 kB   
                                   
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 1.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 659 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
Progress (2): 16 kB | 4.1/17 kB
Progress (2): 16 kB | 7.7/17 kB
Progress (2): 16 kB | 12/17 kB 
Progress (2): 16 kB | 16/17 kB
Progress (2): 16 kB | 17 kB   
                           
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 167 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
Progress (2): 17 kB | 4.1/237 kB
Progress (2): 17 kB | 7.7/237 kB
Progress (2): 17 kB | 12/237 kB 
Progress (2): 17 kB | 16/237 kB
Progress (2): 17 kB | 20/237 kB
Progress (2): 17 kB | 24/237 kB
                               
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 168 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
Progress (1): 28/237 kB
Progress (1): 32/237 kB
Progress (1): 36/237 kB
Progress (2): 36/237 kB | 4.1/8.1 kB
Progress (2): 40/237 kB | 4.1/8.1 kB
Progress (2): 40/237 kB | 7.7/8.1 kB
Progress (2): 44/237 kB | 7.7/8.1 kB
Progress (2): 44/237 kB | 8.1 kB    
Progress (2): 48/237 kB | 8.1 kB
Progress (2): 52/237 kB | 8.1 kB
Progress (2): 56/237 kB | 8.1 kB
Progress (2): 60/237 kB | 8.1 kB
Progress (2): 64/237 kB | 8.1 kB
Progress (2): 68/237 kB | 8.1 kB
Progress (2): 72/237 kB | 8.1 kB
Progress (2): 76/237 kB | 8.1 kB
Progress (2): 80/237 kB | 8.1 kB
Progress (2): 84/237 kB | 8.1 kB
Progress (2): 88/237 kB | 8.1 kB
Progress (2): 92/237 kB | 8.1 kB
Progress (2): 96/237 kB | 8.1 kB
Progress (2): 100/237 kB | 8.1 kB
Progress (2): 104/237 kB | 8.1 kB
Progress (2): 108/237 kB | 8.1 kB
Progress (2): 112/237 kB | 8.1 kB
Progress (2): 116/237 kB | 8.1 kB
Progress (2): 120/237 kB | 8.1 kB
Progress (2): 124/237 kB | 8.1 kB
Progress (2): 128/237 kB | 8.1 kB
Progress (2): 132/237 kB | 8.1 kB
Progress (2): 136/237 kB | 8.1 kB
Progress (2): 140/237 kB | 8.1 kB
Progress (2): 144/237 kB | 8.1 kB
Progress (2): 148/237 kB | 8.1 kB
Progress (2): 152/237 kB | 8.1 kB
Progress (2): 156/237 kB | 8.1 kB
Progress (2): 160/237 kB | 8.1 kB
Progress (2): 164/237 kB | 8.1 kB
Progress (2): 168/237 kB | 8.1 kB
Progress (2): 172/237 kB | 8.1 kB
Progress (2): 176/237 kB | 8.1 kB
Progress (2): 180/237 kB | 8.1 kB
Progress (2): 184/237 kB | 8.1 kB
Progress (2): 188/237 kB | 8.1 kB
Progress (2): 192/237 kB | 8.1 kB
Progress (2): 196/237 kB | 8.1 kB
Progress (2): 200/237 kB | 8.1 kB
Progress (2): 204/237 kB | 8.1 kB
Progress (2): 208/237 kB | 8.1 kB
Progress (2): 212/237 kB | 8.1 kB
Progress (2): 216/237 kB | 8.1 kB
Progress (2): 220/237 kB | 8.1 kB
Progress (2): 224/237 kB | 8.1 kB
Progress (2): 228/237 kB | 8.1 kB
Progress (2): 232/237 kB | 8.1 kB
Progress (2): 236/237 kB | 8.1 kB
Progress (2): 237 kB | 8.1 kB    
Progress (3): 237 kB | 8.1 kB | 4.1/450 kB
Progress (3): 237 kB | 8.1 kB | 7.7/450 kB
Progress (3): 237 kB | 8.1 kB | 12/450 kB 
Progress (3): 237 kB | 8.1 kB | 16/450 kB
Progress (3): 237 kB | 8.1 kB | 20/450 kB
Progress (3): 237 kB | 8.1 kB | 24/450 kB
Progress (3): 237 kB | 8.1 kB | 28/450 kB
Progress (3): 237 kB | 8.1 kB | 32/450 kB
Progress (3): 237 kB | 8.1 kB | 36/450 kB
Progress (3): 237 kB | 8.1 kB | 40/450 kB
Progress (3): 237 kB | 8.1 kB | 44/450 kB
Progress (3): 237 kB | 8.1 kB | 48/450 kB
Progress (3): 237 kB | 8.1 kB | 52/450 kB
Progress (3): 237 kB | 8.1 kB | 56/450 kB
Progress (3): 237 kB | 8.1 kB | 60/450 kB
Progress (3): 237 kB | 8.1 kB | 64/450 kB
Progress (3): 237 kB | 8.1 kB | 68/450 kB
Progress (3): 237 kB | 8.1 kB | 72/450 kB
Progress (3): 237 kB | 8.1 kB | 76/450 kB
Progress (3): 237 kB | 8.1 kB | 80/450 kB
Progress (3): 237 kB | 8.1 kB | 84/450 kB
Progress (3): 237 kB | 8.1 kB | 88/450 kB
Progress (3): 237 kB | 8.1 kB | 92/450 kB
Progress (3): 237 kB | 8.1 kB | 96/450 kB
Progress (3): 237 kB | 8.1 kB | 100/450 kB
Progress (3): 237 kB | 8.1 kB | 104/450 kB
Progress (3): 237 kB | 8.1 kB | 108/450 kB
Progress (3): 237 kB | 8.1 kB | 112/450 kB
Progress (3): 237 kB | 8.1 kB | 116/450 kB
Progress (3): 237 kB | 8.1 kB | 120/450 kB
Progress (3): 237 kB | 8.1 kB | 124/450 kB
Progress (3): 237 kB | 8.1 kB | 128/450 kB
Progress (3): 237 kB | 8.1 kB | 132/450 kB
Progress (3): 237 kB | 8.1 kB | 136/450 kB
Progress (3): 237 kB | 8.1 kB | 140/450 kB
Progress (3): 237 kB | 8.1 kB | 144/450 kB
Progress (3): 237 kB | 8.1 kB | 148/450 kB
Progress (3): 237 kB | 8.1 kB | 152/450 kB
Progress (3): 237 kB | 8.1 kB | 156/450 kB
Progress (3): 237 kB | 8.1 kB | 160/450 kB
Progress (3): 237 kB | 8.1 kB | 164/450 kB
Progress (3): 237 kB | 8.1 kB | 168/450 kB
Progress (3): 237 kB | 8.1 kB | 172/450 kB
Progress (3): 237 kB | 8.1 kB | 176/450 kB
Progress (3): 237 kB | 8.1 kB | 180/450 kB
Progress (3): 237 kB | 8.1 kB | 184/450 kB
Progress (3): 237 kB | 8.1 kB | 188/450 kB
Progress (3): 237 kB | 8.1 kB | 192/450 kB
Progress (3): 237 kB | 8.1 kB | 196/450 kB
Progress (3): 237 kB | 8.1 kB | 200/450 kB
Progress (3): 237 kB | 8.1 kB | 204/450 kB
Progress (3): 237 kB | 8.1 kB | 208/450 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.jar (237 kB at 2.0 MB/s)
Progress (2): 8.1 kB | 212/450 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 67 kB/s)
Progress (1): 216/450 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
Progress (1): 220/450 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
Progress (1): 224/450 kB
Progress (1): 228/450 kB
Progress (1): 232/450 kB
Progress (1): 236/450 kB
Progress (1): 240/450 kB
Progress (1): 244/450 kB
Progress (1): 248/450 kB
Progress (1): 252/450 kB
Progress (1): 256/450 kB
Progress (1): 260/450 kB
Progress (1): 264/450 kB
Progress (1): 268/450 kB
Progress (1): 272/450 kB
Progress (1): 276/450 kB
Progress (1): 280/450 kB
Progress (1): 284/450 kB
Progress (1): 288/450 kB
Progress (1): 292/450 kB
Progress (1): 296/450 kB
Progress (1): 300/450 kB
Progress (1): 304/450 kB
Progress (1): 308/450 kB
Progress (1): 312/450 kB
Progress (1): 316/450 kB
Progress (1): 320/450 kB
Progress (1): 324/450 kB
Progress (1): 328/450 kB
Progress (1): 332/450 kB
Progress (1): 336/450 kB
Progress (1): 340/450 kB
Progress (1): 344/450 kB
Progress (1): 348/450 kB
Progress (1): 352/450 kB
Progress (1): 356/450 kB
Progress (1): 360/450 kB
Progress (1): 364/450 kB
Progress (1): 368/450 kB
Progress (1): 372/450 kB
Progress (1): 376/450 kB
Progress (1): 380/450 kB
Progress (1): 384/450 kB
Progress (1): 388/450 kB
Progress (1): 392/450 kB
Progress (1): 396/450 kB
Progress (1): 400/450 kB
Progress (1): 404/450 kB
Progress (1): 408/450 kB
Progress (1): 412/450 kB
Progress (1): 416/450 kB
Progress (1): 420/450 kB
Progress (1): 424/450 kB
Progress (1): 428/450 kB
Progress (1): 432/450 kB
Progress (1): 436/450 kB
Progress (1): 440/450 kB
Progress (1): 444/450 kB
Progress (1): 448/450 kB
Progress (1): 450 kB    
Progress (2): 450 kB | 4.1/347 kB
Progress (2): 450 kB | 7.7/347 kB
Progress (2): 450 kB | 12/347 kB 
Progress (2): 450 kB | 16/347 kB
Progress (2): 450 kB | 20/347 kB
Progress (2): 450 kB | 24/347 kB
Progress (2): 450 kB | 28/347 kB
Progress (2): 450 kB | 32/347 kB
Progress (2): 450 kB | 36/347 kB
Progress (2): 450 kB | 40/347 kB
Progress (2): 450 kB | 44/347 kB
Progress (2): 450 kB | 48/347 kB
Progress (2): 450 kB | 52/347 kB
Progress (2): 450 kB | 56/347 kB
Progress (2): 450 kB | 60/347 kB
Progress (2): 450 kB | 64/347 kB
Progress (2): 450 kB | 68/347 kB
Progress (2): 450 kB | 72/347 kB
Progress (2): 450 kB | 76/347 kB
Progress (2): 450 kB | 80/347 kB
Progress (2): 450 kB | 84/347 kB
Progress (2): 450 kB | 88/347 kB
Progress (2): 450 kB | 92/347 kB
Progress (2): 450 kB | 96/347 kB
Progress (2): 450 kB | 100/347 kB
Progress (2): 450 kB | 104/347 kB
Progress (2): 450 kB | 108/347 kB
Progress (2): 450 kB | 112/347 kB
Progress (2): 450 kB | 116/347 kB
Progress (2): 450 kB | 120/347 kB
Progress (2): 450 kB | 124/347 kB
Progress (2): 450 kB | 128/347 kB
Progress (2): 450 kB | 132/347 kB
Progress (2): 450 kB | 136/347 kB
Progress (2): 450 kB | 140/347 kB
Progress (2): 450 kB | 144/347 kB
Progress (2): 450 kB | 148/347 kB
Progress (2): 450 kB | 152/347 kB
Progress (2): 450 kB | 156/347 kB
Progress (2): 450 kB | 160/347 kB
Progress (2): 450 kB | 164/347 kB
Progress (2): 450 kB | 168/347 kB
Progress (2): 450 kB | 172/347 kB
Progress (2): 450 kB | 176/347 kB
Progress (2): 450 kB | 180/347 kB
Progress (2): 450 kB | 184/347 kB
Progress (2): 450 kB | 188/347 kB
Progress (2): 450 kB | 192/347 kB
Progress (2): 450 kB | 196/347 kB
Progress (2): 450 kB | 200/347 kB
Progress (2): 450 kB | 204/347 kB
Progress (2): 450 kB | 208/347 kB
Progress (3): 450 kB | 208/347 kB | 4.1/144 kB
Progress (3): 450 kB | 212/347 kB | 4.1/144 kB
Progress (3): 450 kB | 212/347 kB | 7.7/144 kB
Progress (3): 450 kB | 212/347 kB | 12/144 kB 
Progress (3): 450 kB | 212/347 kB | 16/144 kB
Progress (3): 450 kB | 212/347 kB | 20/144 kB
Progress (3): 450 kB | 212/347 kB | 24/144 kB
                                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 3.2 MB/s)
Progress (2): 216/347 kB | 24/144 kB
                                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
Progress (2): 216/347 kB | 28/144 kB
Progress (2): 216/347 kB | 32/144 kB
Progress (2): 216/347 kB | 33/144 kB
Progress (2): 220/347 kB | 33/144 kB
Progress (2): 220/347 kB | 37/144 kB
Progress (2): 220/347 kB | 41/144 kB
Progress (2): 220/347 kB | 45/144 kB
Progress (2): 220/347 kB | 49/144 kB
Progress (2): 224/347 kB | 49/144 kB
Progress (2): 224/347 kB | 53/144 kB
Progress (2): 224/347 kB | 57/144 kB
Progress (2): 228/347 kB | 57/144 kB
Progress (2): 228/347 kB | 61/144 kB
Progress (2): 232/347 kB | 61/144 kB
Progress (2): 232/347 kB | 65/144 kB
Progress (2): 232/347 kB | 66/144 kB
Progress (2): 236/347 kB | 66/144 kB
Progress (2): 236/347 kB | 70/144 kB
Progress (2): 240/347 kB | 70/144 kB
Progress (2): 240/347 kB | 74/144 kB
Progress (2): 244/347 kB | 74/144 kB
Progress (2): 244/347 kB | 78/144 kB
Progress (2): 248/347 kB | 78/144 kB
Progress (2): 248/347 kB | 82/144 kB
Progress (2): 252/347 kB | 82/144 kB
Progress (2): 252/347 kB | 86/144 kB
Progress (2): 256/347 kB | 86/144 kB
Progress (2): 256/347 kB | 90/144 kB
Progress (2): 260/347 kB | 90/144 kB
Progress (2): 260/347 kB | 94/144 kB
Progress (2): 264/347 kB | 94/144 kB
Progress (2): 264/347 kB | 98/144 kB
Progress (2): 264/347 kB | 98/144 kB
Progress (2): 268/347 kB | 98/144 kB
Progress (2): 272/347 kB | 98/144 kB
Progress (2): 272/347 kB | 102/144 kB
Progress (2): 276/347 kB | 102/144 kB
Progress (2): 280/347 kB | 102/144 kB
Progress (2): 280/347 kB | 106/144 kB
Progress (2): 284/347 kB | 106/144 kB
Progress (2): 288/347 kB | 106/144 kB
Progress (2): 288/347 kB | 110/144 kB
Progress (2): 292/347 kB | 110/144 kB
Progress (2): 296/347 kB | 110/144 kB
Progress (2): 296/347 kB | 114/144 kB
Progress (2): 300/347 kB | 114/144 kB
Progress (2): 300/347 kB | 118/144 kB
Progress (2): 304/347 kB | 118/144 kB
Progress (2): 304/347 kB | 122/144 kB
Progress (2): 308/347 kB | 122/144 kB
Progress (2): 308/347 kB | 126/144 kB
Progress (2): 312/347 kB | 126/144 kB
Progress (2): 312/347 kB | 130/144 kB
Progress (2): 316/347 kB | 130/144 kB
Progress (2): 316/347 kB | 134/144 kB
Progress (2): 316/347 kB | 138/144 kB
Progress (2): 320/347 kB | 138/144 kB
Progress (2): 320/347 kB | 142/144 kB
Progress (2): 324/347 kB | 142/144 kB
Progress (2): 324/347 kB | 144 kB    
Progress (2): 328/347 kB | 144 kB
Progress (2): 332/347 kB | 144 kB
Progress (2): 336/347 kB | 144 kB
Progress (2): 340/347 kB | 144 kB
Progress (2): 344/347 kB | 144 kB
Progress (2): 347 kB | 144 kB    
Progress (3): 347 kB | 144 kB | 4.1/90 kB
Progress (3): 347 kB | 144 kB | 7.7/90 kB
Progress (3): 347 kB | 144 kB | 12/90 kB 
Progress (3): 347 kB | 144 kB | 16/90 kB
Progress (3): 347 kB | 144 kB | 20/90 kB
Progress (3): 347 kB | 144 kB | 24/90 kB
Progress (3): 347 kB | 144 kB | 28/90 kB
Progress (3): 347 kB | 144 kB | 32/90 kB
Progress (3): 347 kB | 144 kB | 36/90 kB
Progress (3): 347 kB | 144 kB | 40/90 kB
Progress (3): 347 kB | 144 kB | 44/90 kB
Progress (3): 347 kB | 144 kB | 48/90 kB
Progress (3): 347 kB | 144 kB | 52/90 kB
Progress (3): 347 kB | 144 kB | 56/90 kB
Progress (3): 347 kB | 144 kB | 60/90 kB
Progress (3): 347 kB | 144 kB | 64/90 kB
Progress (3): 347 kB | 144 kB | 68/90 kB
Progress (3): 347 kB | 144 kB | 72/90 kB
Progress (3): 347 kB | 144 kB | 76/90 kB
Progress (3): 347 kB | 144 kB | 80/90 kB
Progress (3): 347 kB | 144 kB | 84/90 kB
Progress (3): 347 kB | 144 kB | 88/90 kB
Progress (3): 347 kB | 144 kB | 90 kB   
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.9 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 486 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 764 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
Progress (1): 4.1/139 kB
Progress (1): 7.7/139 kB
Progress (1): 12/139 kB 
Progress (1): 16/139 kB
Progress (1): 20/139 kB
Progress (1): 24/139 kB
Progress (1): 28/139 kB
Progress (1): 32/139 kB
Progress (1): 33/139 kB
Progress (1): 37/139 kB
Progress (1): 41/139 kB
Progress (1): 45/139 kB
Progress (1): 49/139 kB
Progress (1): 53/139 kB
Progress (2): 53/139 kB | 4.1/457 kB
Progress (2): 57/139 kB | 4.1/457 kB
Progress (2): 57/139 kB | 7.7/457 kB
Progress (2): 61/139 kB | 7.7/457 kB
Progress (2): 61/139 kB | 12/457 kB 
Progress (2): 65/139 kB | 12/457 kB
Progress (2): 65/139 kB | 16/457 kB
Progress (2): 66/139 kB | 16/457 kB
Progress (2): 66/139 kB | 20/457 kB
Progress (2): 70/139 kB | 20/457 kB
Progress (2): 70/139 kB | 24/457 kB
Progress (2): 74/139 kB | 24/457 kB
Progress (2): 74/139 kB | 28/457 kB
Progress (2): 78/139 kB | 28/457 kB
Progress (2): 78/139 kB | 32/457 kB
Progress (2): 82/139 kB | 32/457 kB
Progress (2): 82/139 kB | 36/457 kB
Progress (2): 86/139 kB | 36/457 kB
Progress (2): 90/139 kB | 36/457 kB
Progress (2): 90/139 kB | 40/457 kB
Progress (2): 94/139 kB | 40/457 kB
Progress (2): 94/139 kB | 44/457 kB
Progress (2): 98/139 kB | 44/457 kB
Progress (2): 98/139 kB | 44/457 kB
Progress (2): 98/139 kB | 48/457 kB
Progress (2): 102/139 kB | 48/457 kB
Progress (2): 106/139 kB | 48/457 kB
Progress (2): 110/139 kB | 48/457 kB
Progress (2): 114/139 kB | 48/457 kB
Progress (2): 114/139 kB | 52/457 kB
Progress (2): 118/139 kB | 52/457 kB
Progress (2): 118/139 kB | 56/457 kB
Progress (2): 122/139 kB | 56/457 kB
Progress (2): 122/139 kB | 60/457 kB
Progress (2): 122/139 kB | 64/457 kB
Progress (2): 126/139 kB | 64/457 kB
Progress (2): 126/139 kB | 68/457 kB
Progress (2): 130/139 kB | 68/457 kB
Progress (2): 130/139 kB | 72/457 kB
Progress (2): 134/139 kB | 72/457 kB
Progress (2): 138/139 kB | 72/457 kB
Progress (2): 139 kB | 72/457 kB    
Progress (2): 139 kB | 76/457 kB
Progress (2): 139 kB | 80/457 kB
Progress (2): 139 kB | 84/457 kB
Progress (2): 139 kB | 88/457 kB
Progress (2): 139 kB | 92/457 kB
Progress (2): 139 kB | 96/457 kB
Progress (2): 139 kB | 100/457 kB
Progress (2): 139 kB | 104/457 kB
Progress (3): 139 kB | 104/457 kB | 4.1/26 kB
Progress (3): 139 kB | 108/457 kB | 4.1/26 kB
Progress (3): 139 kB | 108/457 kB | 7.7/26 kB
Progress (3): 139 kB | 112/457 kB | 7.7/26 kB
Progress (3): 139 kB | 112/457 kB | 12/26 kB 
Progress (3): 139 kB | 116/457 kB | 12/26 kB
Progress (3): 139 kB | 116/457 kB | 16/26 kB
Progress (3): 139 kB | 120/457 kB | 16/26 kB
Progress (3): 139 kB | 120/457 kB | 20/26 kB
Progress (3): 139 kB | 120/457 kB | 24/26 kB
Progress (3): 139 kB | 124/457 kB | 24/26 kB
Progress (3): 139 kB | 124/457 kB | 26 kB   
Progress (3): 139 kB | 128/457 kB | 26 kB
Progress (3): 139 kB | 132/457 kB | 26 kB
Progress (3): 139 kB | 136/457 kB | 26 kB
Progress (3): 139 kB | 140/457 kB | 26 kB
Progress (3): 139 kB | 144/457 kB | 26 kB
Progress (3): 139 kB | 148/457 kB | 26 kB
Progress (3): 139 kB | 152/457 kB | 26 kB
Progress (3): 139 kB | 156/457 kB | 26 kB
Progress (3): 139 kB | 160/457 kB | 26 kB
Progress (3): 139 kB | 164/457 kB | 26 kB
Progress (3): 139 kB | 168/457 kB | 26 kB
Progress (3): 139 kB | 172/457 kB | 26 kB
Progress (3): 139 kB | 176/457 kB | 26 kB
Progress (3): 139 kB | 180/457 kB | 26 kB
Progress (3): 139 kB | 184/457 kB | 26 kB
Progress (3): 139 kB | 188/457 kB | 26 kB
Progress (3): 139 kB | 192/457 kB | 26 kB
Progress (3): 139 kB | 196/457 kB | 26 kB
Progress (3): 139 kB | 200/457 kB | 26 kB
Progress (3): 139 kB | 204/457 kB | 26 kB
Progress (3): 139 kB | 208/457 kB | 26 kB
Progress (3): 139 kB | 212/457 kB | 26 kB
Progress (3): 139 kB | 216/457 kB | 26 kB
Progress (3): 139 kB | 220/457 kB | 26 kB
Progress (3): 139 kB | 224/457 kB | 26 kB
Progress (3): 139 kB | 228/457 kB | 26 kB
Progress (3): 139 kB | 232/457 kB | 26 kB
Progress (3): 139 kB | 236/457 kB | 26 kB
Progress (3): 139 kB | 240/457 kB | 26 kB
Progress (3): 139 kB | 244/457 kB | 26 kB
Progress (3): 139 kB | 248/457 kB | 26 kB
Progress (3): 139 kB | 252/457 kB | 26 kB
Progress (3): 139 kB | 256/457 kB | 26 kB
Progress (3): 139 kB | 260/457 kB | 26 kB
Progress (3): 139 kB | 264/457 kB | 26 kB
Progress (3): 139 kB | 268/457 kB | 26 kB
Progress (3): 139 kB | 272/457 kB | 26 kB
Progress (3): 139 kB | 276/457 kB | 26 kB
Progress (3): 139 kB | 280/457 kB | 26 kB
Progress (3): 139 kB | 284/457 kB | 26 kB
Progress (3): 139 kB | 288/457 kB | 26 kB
Progress (3): 139 kB | 292/457 kB | 26 kB
Progress (3): 139 kB | 296/457 kB | 26 kB
Progress (3): 139 kB | 300/457 kB | 26 kB
Progress (3): 139 kB | 304/457 kB | 26 kB
Progress (3): 139 kB | 308/457 kB | 26 kB
Progress (3): 139 kB | 312/457 kB | 26 kB
Progress (3): 139 kB | 316/457 kB | 26 kB
Progress (3): 139 kB | 320/457 kB | 26 kB
Progress (3): 139 kB | 324/457 kB | 26 kB
Progress (3): 139 kB | 328/457 kB | 26 kB
Progress (3): 139 kB | 332/457 kB | 26 kB
Progress (3): 139 kB | 336/457 kB | 26 kB
Progress (3): 139 kB | 340/457 kB | 26 kB
Progress (3): 139 kB | 344/457 kB | 26 kB
                                         
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 127 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
Progress (2): 139 kB | 348/457 kB
Progress (2): 139 kB | 352/457 kB
Progress (2): 139 kB | 356/457 kB
Progress (2): 139 kB | 360/457 kB
Progress (2): 139 kB | 364/457 kB
Progress (2): 139 kB | 368/457 kB
Progress (2): 139 kB | 372/457 kB
Progress (2): 139 kB | 376/457 kB
Progress (2): 139 kB | 380/457 kB
Progress (2): 139 kB | 384/457 kB
Progress (2): 139 kB | 388/457 kB
Progress (2): 139 kB | 392/457 kB
Progress (2): 139 kB | 396/457 kB
Progress (2): 139 kB | 400/457 kB
Progress (2): 139 kB | 404/457 kB
Progress (2): 139 kB | 408/457 kB
Progress (2): 139 kB | 412/457 kB
Progress (2): 139 kB | 416/457 kB
Progress (2): 139 kB | 420/457 kB
Progress (2): 139 kB | 424/457 kB
Progress (2): 139 kB | 428/457 kB
Progress (2): 139 kB | 432/457 kB
Progress (2): 139 kB | 436/457 kB
Progress (2): 139 kB | 440/457 kB
Progress (2): 139 kB | 444/457 kB
Progress (2): 139 kB | 448/457 kB
Progress (2): 139 kB | 452/457 kB
Progress (2): 139 kB | 456/457 kB
Progress (2): 139 kB | 457 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 652 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.1 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
Progress (1): 4.1/329 kB
Progress (1): 7.7/329 kB
Progress (1): 12/329 kB 
Progress (1): 16/329 kB
Progress (1): 20/329 kB
Progress (1): 24/329 kB
Progress (1): 28/329 kB
Progress (1): 32/329 kB
Progress (1): 36/329 kB
Progress (1): 40/329 kB
Progress (1): 44/329 kB
Progress (1): 48/329 kB
Progress (1): 52/329 kB
Progress (1): 56/329 kB
Progress (1): 60/329 kB
Progress (1): 64/329 kB
Progress (1): 68/329 kB
Progress (1): 72/329 kB
Progress (1): 76/329 kB
Progress (1): 80/329 kB
Progress (1): 84/329 kB
Progress (1): 88/329 kB
Progress (1): 92/329 kB
Progress (1): 96/329 kB
Progress (1): 100/329 kB
Progress (1): 104/329 kB
Progress (2): 104/329 kB | 4.1/358 kB
Progress (2): 108/329 kB | 4.1/358 kB
Progress (2): 108/329 kB | 7.7/358 kB
Progress (2): 112/329 kB | 7.7/358 kB
Progress (2): 112/329 kB | 12/358 kB 
Progress (2): 116/329 kB | 12/358 kB
Progress (2): 116/329 kB | 16/358 kB
Progress (2): 120/329 kB | 16/358 kB
Progress (2): 120/329 kB | 20/358 kB
Progress (2): 120/329 kB | 24/358 kB
Progress (2): 120/329 kB | 28/358 kB
Progress (2): 124/329 kB | 28/358 kB
Progress (2): 124/329 kB | 32/358 kB
Progress (2): 128/329 kB | 32/358 kB
Progress (2): 128/329 kB | 36/358 kB
Progress (2): 128/329 kB | 40/358 kB
Progress (2): 132/329 kB | 40/358 kB
Progress (2): 136/329 kB | 40/358 kB
Progress (2): 136/329 kB | 44/358 kB
Progress (2): 136/329 kB | 48/358 kB
Progress (2): 140/329 kB | 48/358 kB
Progress (2): 144/329 kB | 48/358 kB
Progress (2): 144/329 kB | 52/358 kB
Progress (2): 144/329 kB | 56/358 kB
Progress (2): 148/329 kB | 56/358 kB
Progress (2): 152/329 kB | 56/358 kB
Progress (2): 152/329 kB | 60/358 kB
Progress (2): 152/329 kB | 64/358 kB
Progress (2): 156/329 kB | 64/358 kB
Progress (2): 160/329 kB | 64/358 kB
Progress (2): 160/329 kB | 68/358 kB
Progress (2): 160/329 kB | 72/358 kB
Progress (2): 164/329 kB | 72/358 kB
Progress (2): 164/329 kB | 76/358 kB
Progress (2): 168/329 kB | 76/358 kB
Progress (2): 168/329 kB | 80/358 kB
Progress (2): 172/329 kB | 80/358 kB
Progress (2): 172/329 kB | 84/358 kB
Progress (2): 176/329 kB | 84/358 kB
Progress (2): 176/329 kB | 88/358 kB
Progress (2): 180/329 kB | 88/358 kB
Progress (2): 180/329 kB | 92/358 kB
Progress (2): 180/329 kB | 96/358 kB
Progress (2): 184/329 kB | 96/358 kB
Progress (2): 184/329 kB | 100/358 kB
Progress (2): 184/329 kB | 104/358 kB
Progress (2): 188/329 kB | 104/358 kB
Progress (2): 188/329 kB | 108/358 kB
Progress (2): 192/329 kB | 108/358 kB
Progress (2): 192/329 kB | 112/358 kB
Progress (2): 196/329 kB | 112/358 kB
Progress (2): 196/329 kB | 116/358 kB
Progress (2): 200/329 kB | 116/358 kB
Progress (2): 200/329 kB | 120/358 kB
Progress (2): 204/329 kB | 120/358 kB
Progress (2): 204/329 kB | 124/358 kB
Progress (2): 204/329 kB | 128/358 kB
Progress (2): 208/329 kB | 128/358 kB
Progress (2): 208/329 kB | 132/358 kB
Progress (2): 208/329 kB | 136/358 kB
Progress (2): 212/329 kB | 136/358 kB
Progress (2): 212/329 kB | 140/358 kB
Progress (2): 216/329 kB | 140/358 kB
Progress (2): 220/329 kB | 140/358 kB
Progress (2): 224/329 kB | 140/358 kB
Progress (2): 228/329 kB | 140/358 kB
Progress (2): 232/329 kB | 140/358 kB
Progress (2): 236/329 kB | 140/358 kB
Progress (2): 240/329 kB | 140/358 kB
Progress (2): 244/329 kB | 140/358 kB
Progress (2): 248/329 kB | 140/358 kB
Progress (2): 252/329 kB | 140/358 kB
Progress (2): 256/329 kB | 140/358 kB
Progress (2): 260/329 kB | 140/358 kB
Progress (2): 264/329 kB | 140/358 kB
Progress (3): 264/329 kB | 140/358 kB | 4.1/252 kB
Progress (3): 264/329 kB | 140/358 kB | 7.7/252 kB
Progress (3): 264/329 kB | 140/358 kB | 12/252 kB 
Progress (3): 264/329 kB | 140/358 kB | 16/252 kB
Progress (3): 264/329 kB | 140/358 kB | 20/252 kB
Progress (3): 264/329 kB | 140/358 kB | 24/252 kB
Progress (3): 264/329 kB | 140/358 kB | 28/252 kB
Progress (3): 264/329 kB | 140/358 kB | 32/252 kB
Progress (3): 264/329 kB | 140/358 kB | 36/252 kB
Progress (3): 264/329 kB | 140/358 kB | 40/252 kB
Progress (3): 264/329 kB | 140/358 kB | 44/252 kB
Progress (3): 264/329 kB | 140/358 kB | 48/252 kB
Progress (3): 264/329 kB | 140/358 kB | 52/252 kB
Progress (3): 264/329 kB | 140/358 kB | 56/252 kB
Progress (3): 264/329 kB | 140/358 kB | 60/252 kB
Progress (3): 264/329 kB | 140/358 kB | 64/252 kB
Progress (3): 264/329 kB | 140/358 kB | 68/252 kB
Progress (3): 264/329 kB | 140/358 kB | 72/252 kB
Progress (3): 264/329 kB | 140/358 kB | 76/252 kB
Progress (3): 264/329 kB | 140/358 kB | 80/252 kB
Progress (3): 264/329 kB | 140/358 kB | 84/252 kB
Progress (3): 264/329 kB | 140/358 kB | 88/252 kB
Progress (3): 264/329 kB | 140/358 kB | 92/252 kB
Progress (3): 264/329 kB | 140/358 kB | 96/252 kB
Progress (3): 264/329 kB | 140/358 kB | 100/252 kB
Progress (3): 264/329 kB | 140/358 kB | 104/252 kB
Progress (3): 264/329 kB | 144/358 kB | 104/252 kB
Progress (3): 264/329 kB | 144/358 kB | 108/252 kB
Progress (3): 268/329 kB | 144/358 kB | 108/252 kB
Progress (3): 268/329 kB | 144/358 kB | 112/252 kB
Progress (3): 268/329 kB | 148/358 kB | 112/252 kB
Progress (3): 268/329 kB | 148/358 kB | 116/252 kB
Progress (3): 272/329 kB | 148/358 kB | 116/252 kB
Progress (3): 272/329 kB | 148/358 kB | 120/252 kB
Progress (3): 272/329 kB | 152/358 kB | 120/252 kB
Progress (3): 272/329 kB | 152/358 kB | 124/252 kB
Progress (3): 276/329 kB | 152/358 kB | 124/252 kB
Progress (3): 280/329 kB | 152/358 kB | 124/252 kB
Progress (3): 280/329 kB | 152/358 kB | 128/252 kB
Progress (3): 280/329 kB | 156/358 kB | 128/252 kB
Progress (3): 280/329 kB | 156/358 kB | 132/252 kB
Progress (3): 280/329 kB | 156/358 kB | 136/252 kB
Progress (3): 284/329 kB | 156/358 kB | 136/252 kB
Progress (3): 284/329 kB | 156/358 kB | 140/252 kB
Progress (3): 284/329 kB | 160/358 kB | 140/252 kB
Progress (3): 284/329 kB | 160/358 kB | 144/252 kB
Progress (3): 288/329 kB | 160/358 kB | 144/252 kB
Progress (3): 288/329 kB | 160/358 kB | 148/252 kB
Progress (3): 288/329 kB | 164/358 kB | 148/252 kB
Progress (3): 288/329 kB | 164/358 kB | 152/252 kB
Progress (3): 292/329 kB | 164/358 kB | 152/252 kB
Progress (3): 292/329 kB | 164/358 kB | 156/252 kB
Progress (3): 292/329 kB | 168/358 kB | 156/252 kB
Progress (3): 292/329 kB | 168/358 kB | 160/252 kB
Progress (3): 296/329 kB | 168/358 kB | 160/252 kB
Progress (3): 296/329 kB | 168/358 kB | 164/252 kB
Progress (3): 296/329 kB | 172/358 kB | 164/252 kB
Progress (3): 300/329 kB | 172/358 kB | 164/252 kB
Progress (3): 300/329 kB | 172/358 kB | 168/252 kB
Progress (3): 304/329 kB | 172/358 kB | 168/252 kB
Progress (3): 304/329 kB | 176/358 kB | 168/252 kB
Progress (3): 304/329 kB | 176/358 kB | 172/252 kB
Progress (3): 308/329 kB | 176/358 kB | 172/252 kB
Progress (3): 308/329 kB | 176/358 kB | 176/252 kB
Progress (3): 308/329 kB | 180/358 kB | 176/252 kB
Progress (3): 308/329 kB | 180/358 kB | 180/252 kB
Progress (3): 312/329 kB | 180/358 kB | 180/252 kB
Progress (3): 312/329 kB | 180/358 kB | 184/252 kB
Progress (3): 316/329 kB | 180/358 kB | 184/252 kB
Progress (3): 320/329 kB | 180/358 kB | 184/252 kB
Progress (3): 320/329 kB | 184/358 kB | 184/252 kB
Progress (3): 320/329 kB | 184/358 kB | 188/252 kB
Progress (3): 324/329 kB | 184/358 kB | 188/252 kB
Progress (3): 324/329 kB | 184/358 kB | 192/252 kB
Progress (3): 324/329 kB | 188/358 kB | 192/252 kB
Progress (3): 328/329 kB | 188/358 kB | 192/252 kB
Progress (3): 328/329 kB | 192/358 kB | 192/252 kB
Progress (3): 328/329 kB | 192/358 kB | 196/252 kB
Progress (3): 329 kB | 192/358 kB | 196/252 kB    
Progress (3): 329 kB | 192/358 kB | 200/252 kB
Progress (3): 329 kB | 196/358 kB | 200/252 kB
Progress (3): 329 kB | 196/358 kB | 204/252 kB
Progress (3): 329 kB | 196/358 kB | 208/252 kB
Progress (3): 329 kB | 200/358 kB | 208/252 kB
Progress (3): 329 kB | 200/358 kB | 212/252 kB
Progress (3): 329 kB | 204/358 kB | 212/252 kB
Progress (3): 329 kB | 204/358 kB | 216/252 kB
Progress (3): 329 kB | 208/358 kB | 216/252 kB
Progress (3): 329 kB | 208/358 kB | 220/252 kB
Progress (3): 329 kB | 212/358 kB | 220/252 kB
Progress (3): 329 kB | 212/358 kB | 224/252 kB
Progress (3): 329 kB | 216/358 kB | 224/252 kB
Progress (3): 329 kB | 216/358 kB | 228/252 kB
Progress (3): 329 kB | 220/358 kB | 228/252 kB
Progress (3): 329 kB | 220/358 kB | 232/252 kB
Progress (3): 329 kB | 224/358 kB | 232/252 kB
Progress (3): 329 kB | 224/358 kB | 236/252 kB
Progress (3): 329 kB | 228/358 kB | 236/252 kB
Progress (3): 329 kB | 228/358 kB | 240/252 kB
Progress (3): 329 kB | 232/358 kB | 240/252 kB
Progress (3): 329 kB | 232/358 kB | 244/252 kB
Progress (3): 329 kB | 232/358 kB | 248/252 kB
Progress (3): 329 kB | 232/358 kB | 252 kB    
Progress (3): 329 kB | 236/358 kB | 252 kB
Progress (3): 329 kB | 240/358 kB | 252 kB
Progress (3): 329 kB | 244/358 kB | 252 kB
Progress (3): 329 kB | 248/358 kB | 252 kB
Progress (3): 329 kB | 252/358 kB | 252 kB
Progress (3): 329 kB | 256/358 kB | 252 kB
Progress (3): 329 kB | 260/358 kB | 252 kB
Progress (3): 329 kB | 264/358 kB | 252 kB
Progress (3): 329 kB | 268/358 kB | 252 kB
Progress (3): 329 kB | 272/358 kB | 252 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.2 MB/s)
Progress (2): 276/358 kB | 252 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
Progress (2): 280/358 kB | 252 kB
Progress (2): 284/358 kB | 252 kB
Progress (2): 288/358 kB | 252 kB
Progress (2): 292/358 kB | 252 kB
Progress (2): 296/358 kB | 252 kB
Progress (2): 300/358 kB | 252 kB
Progress (2): 304/358 kB | 252 kB
Progress (2): 308/358 kB | 252 kB
Progress (2): 312/358 kB | 252 kB
Progress (2): 316/358 kB | 252 kB
Progress (2): 320/358 kB | 252 kB
Progress (2): 324/358 kB | 252 kB
Progress (2): 328/358 kB | 252 kB
Progress (2): 332/358 kB | 252 kB
Progress (2): 336/358 kB | 252 kB
Progress (2): 340/358 kB | 252 kB
Progress (2): 344/358 kB | 252 kB
Progress (2): 348/358 kB | 252 kB
Progress (2): 352/358 kB | 252 kB
Progress (2): 356/358 kB | 252 kB
Progress (2): 358 kB | 252 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 1.3 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Progress (2): 252 kB | 4.1/120 kB
Progress (2): 252 kB | 7.7/120 kB
Progress (2): 252 kB | 12/120 kB 
Progress (2): 252 kB | 16/120 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 873 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar
Progress (1): 20/120 kB
Progress (1): 24/120 kB
Progress (1): 28/120 kB
Progress (1): 32/120 kB
Progress (1): 36/120 kB
Progress (1): 40/120 kB
Progress (2): 40/120 kB | 4.1/262 kB
Progress (2): 40/120 kB | 7.7/262 kB
Progress (2): 40/120 kB | 12/262 kB 
Progress (2): 40/120 kB | 16/262 kB
Progress (2): 44/120 kB | 16/262 kB
Progress (2): 48/120 kB | 16/262 kB
Progress (2): 52/120 kB | 16/262 kB
Progress (2): 56/120 kB | 16/262 kB
Progress (2): 56/120 kB | 20/262 kB
Progress (2): 60/120 kB | 20/262 kB
Progress (2): 60/120 kB | 24/262 kB
Progress (2): 64/120 kB | 24/262 kB
Progress (2): 64/120 kB | 28/262 kB
Progress (2): 64/120 kB | 32/262 kB
Progress (2): 68/120 kB | 32/262 kB
Progress (2): 68/120 kB | 33/262 kB
Progress (2): 72/120 kB | 33/262 kB
Progress (2): 76/120 kB | 33/262 kB
Progress (2): 80/120 kB | 33/262 kB
Progress (2): 80/120 kB | 37/262 kB
Progress (2): 80/120 kB | 41/262 kB
Progress (2): 80/120 kB | 45/262 kB
Progress (2): 80/120 kB | 49/262 kB
Progress (2): 80/120 kB | 53/262 kB
Progress (2): 80/120 kB | 57/262 kB
Progress (2): 84/120 kB | 57/262 kB
Progress (2): 88/120 kB | 57/262 kB
Progress (2): 92/120 kB | 57/262 kB
Progress (2): 96/120 kB | 57/262 kB
Progress (3): 96/120 kB | 57/262 kB | 4.1/737 kB
Progress (3): 96/120 kB | 57/262 kB | 7.7/737 kB
Progress (3): 96/120 kB | 61/262 kB | 7.7/737 kB
Progress (3): 96/120 kB | 61/262 kB | 12/737 kB 
Progress (3): 96/120 kB | 65/262 kB | 12/737 kB
Progress (3): 96/120 kB | 65/262 kB | 16/737 kB
Progress (3): 100/120 kB | 65/262 kB | 16/737 kB
Progress (3): 100/120 kB | 66/262 kB | 16/737 kB
Progress (3): 104/120 kB | 66/262 kB | 16/737 kB
Progress (3): 104/120 kB | 70/262 kB | 16/737 kB
Progress (3): 104/120 kB | 74/262 kB | 16/737 kB
Progress (3): 104/120 kB | 78/262 kB | 16/737 kB
Progress (3): 104/120 kB | 82/262 kB | 16/737 kB
Progress (3): 104/120 kB | 86/262 kB | 16/737 kB
Progress (3): 104/120 kB | 90/262 kB | 16/737 kB
Progress (3): 104/120 kB | 90/262 kB | 20/737 kB
Progress (3): 108/120 kB | 90/262 kB | 20/737 kB
Progress (3): 108/120 kB | 94/262 kB | 20/737 kB
Progress (3): 108/120 kB | 94/262 kB | 24/737 kB
Progress (3): 108/120 kB | 98/262 kB | 24/737 kB
Progress (3): 108/120 kB | 98/262 kB | 28/737 kB
Progress (3): 108/120 kB | 98/262 kB | 32/737 kB
Progress (3): 112/120 kB | 98/262 kB | 32/737 kB
Progress (3): 112/120 kB | 98/262 kB | 33/737 kB
Progress (3): 112/120 kB | 98/262 kB | 33/737 kB
Progress (3): 112/120 kB | 98/262 kB | 37/737 kB
Progress (3): 112/120 kB | 98/262 kB | 41/737 kB
Progress (3): 112/120 kB | 98/262 kB | 45/737 kB
Progress (3): 116/120 kB | 98/262 kB | 45/737 kB
Progress (3): 120 kB | 98/262 kB | 45/737 kB    
Progress (3): 120 kB | 98/262 kB | 49/737 kB
Progress (3): 120 kB | 102/262 kB | 49/737 kB
Progress (3): 120 kB | 102/262 kB | 53/737 kB
Progress (3): 120 kB | 106/262 kB | 53/737 kB
Progress (3): 120 kB | 106/262 kB | 57/737 kB
Progress (3): 120 kB | 110/262 kB | 57/737 kB
Progress (3): 120 kB | 110/262 kB | 61/737 kB
Progress (3): 120 kB | 114/262 kB | 61/737 kB
Progress (3): 120 kB | 114/262 kB | 65/737 kB
Progress (3): 120 kB | 118/262 kB | 65/737 kB
Progress (3): 120 kB | 122/262 kB | 65/737 kB
Progress (3): 120 kB | 122/262 kB | 66/737 kB
Progress (3): 120 kB | 126/262 kB | 66/737 kB
Progress (3): 120 kB | 130/262 kB | 66/737 kB
Progress (3): 120 kB | 130/262 kB | 70/737 kB
Progress (3): 120 kB | 131/262 kB | 70/737 kB
Progress (3): 120 kB | 131/262 kB | 74/737 kB
Progress (3): 120 kB | 135/262 kB | 74/737 kB
Progress (3): 120 kB | 135/262 kB | 78/737 kB
Progress (3): 120 kB | 139/262 kB | 78/737 kB
Progress (3): 120 kB | 139/262 kB | 82/737 kB
Progress (3): 120 kB | 143/262 kB | 82/737 kB
Progress (3): 120 kB | 147/262 kB | 82/737 kB
Progress (3): 120 kB | 147/262 kB | 86/737 kB
Progress (3): 120 kB | 151/262 kB | 86/737 kB
Progress (3): 120 kB | 151/262 kB | 90/737 kB
Progress (3): 120 kB | 155/262 kB | 90/737 kB
Progress (3): 120 kB | 155/262 kB | 94/737 kB
Progress (3): 120 kB | 159/262 kB | 94/737 kB
Progress (3): 120 kB | 159/262 kB | 98/737 kB
Progress (3): 120 kB | 163/262 kB | 98/737 kB
Progress (3): 120 kB | 163/262 kB | 98/737 kB
Progress (3): 120 kB | 164/262 kB | 98/737 kB
Progress (3): 120 kB | 164/262 kB | 102/737 kB
Progress (3): 120 kB | 168/262 kB | 102/737 kB
Progress (3): 120 kB | 172/262 kB | 102/737 kB
Progress (3): 120 kB | 176/262 kB | 102/737 kB
Progress (3): 120 kB | 180/262 kB | 102/737 kB
Progress (3): 120 kB | 184/262 kB | 102/737 kB
Progress (3): 120 kB | 188/262 kB | 102/737 kB
Progress (3): 120 kB | 192/262 kB | 102/737 kB
Progress (3): 120 kB | 196/262 kB | 102/737 kB
Progress (3): 120 kB | 197/262 kB | 102/737 kB
Progress (3): 120 kB | 201/262 kB | 102/737 kB
Progress (3): 120 kB | 205/262 kB | 102/737 kB
Progress (3): 120 kB | 209/262 kB | 102/737 kB
Progress (3): 120 kB | 213/262 kB | 102/737 kB
Progress (3): 120 kB | 217/262 kB | 102/737 kB
Progress (3): 120 kB | 221/262 kB | 102/737 kB
Progress (3): 120 kB | 225/262 kB | 102/737 kB
Progress (3): 120 kB | 229/262 kB | 102/737 kB
Progress (3): 120 kB | 233/262 kB | 102/737 kB
Progress (3): 120 kB | 237/262 kB | 102/737 kB
Progress (3): 120 kB | 241/262 kB | 102/737 kB
Progress (3): 120 kB | 245/262 kB | 102/737 kB
Progress (3): 120 kB | 249/262 kB | 102/737 kB
Progress (3): 120 kB | 253/262 kB | 102/737 kB
Progress (3): 120 kB | 257/262 kB | 102/737 kB
Progress (3): 120 kB | 261/262 kB | 102/737 kB
Progress (3): 120 kB | 262 kB | 102/737 kB    
Progress (3): 120 kB | 262 kB | 106/737 kB
                                          
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 391 kB/s)
Progress (2): 262 kB | 110/737 kB
                                 
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar
Progress (2): 262 kB | 114/737 kB
Progress (2): 262 kB | 118/737 kB
Progress (2): 262 kB | 122/737 kB
Progress (2): 262 kB | 126/737 kB
Progress (2): 262 kB | 130/737 kB
Progress (2): 262 kB | 131/737 kB
Progress (2): 262 kB | 135/737 kB
Progress (2): 262 kB | 139/737 kB
Progress (2): 262 kB | 143/737 kB
Progress (2): 262 kB | 147/737 kB
Progress (2): 262 kB | 151/737 kB
Progress (2): 262 kB | 155/737 kB
Progress (2): 262 kB | 159/737 kB
Progress (2): 262 kB | 163/737 kB
Progress (2): 262 kB | 164/737 kB
Progress (2): 262 kB | 168/737 kB
Progress (2): 262 kB | 172/737 kB
Progress (2): 262 kB | 176/737 kB
Progress (2): 262 kB | 180/737 kB
Progress (2): 262 kB | 184/737 kB
Progress (2): 262 kB | 188/737 kB
Progress (2): 262 kB | 192/737 kB
Progress (2): 262 kB | 196/737 kB
Progress (2): 262 kB | 197/737 kB
Progress (2): 262 kB | 201/737 kB
Progress (2): 262 kB | 205/737 kB
Progress (2): 262 kB | 209/737 kB
Progress (2): 262 kB | 213/737 kB
Progress (2): 262 kB | 217/737 kB
Progress (2): 262 kB | 221/737 kB
Progress (2): 262 kB | 225/737 kB
Progress (2): 262 kB | 229/737 kB
                                 
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 845 kB/s)
Progress (1): 229/737 kB
                        
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Progress (1): 233/737 kB
Progress (1): 237/737 kB
Progress (1): 241/737 kB
Progress (1): 245/737 kB
Progress (1): 249/737 kB
Progress (1): 253/737 kB
Progress (1): 257/737 kB
Progress (1): 261/737 kB
Progress (1): 262/737 kB
Progress (1): 266/737 kB
Progress (1): 270/737 kB
Progress (1): 274/737 kB
Progress (1): 278/737 kB
Progress (1): 282/737 kB
Progress (1): 286/737 kB
Progress (1): 290/737 kB
Progress (1): 294/737 kB
Progress (1): 295/737 kB
Progress (1): 299/737 kB
Progress (1): 303/737 kB
Progress (1): 307/737 kB
Progress (1): 311/737 kB
Progress (1): 315/737 kB
Progress (1): 319/737 kB
Progress (1): 323/737 kB
Progress (1): 327/737 kB
Progress (1): 328/737 kB
Progress (1): 332/737 kB
Progress (1): 336/737 kB
Progress (1): 340/737 kB
Progress (1): 344/737 kB
Progress (1): 348/737 kB
Progress (1): 352/737 kB
Progress (1): 356/737 kB
Progress (1): 360/737 kB
Progress (1): 360/737 kB
Progress (1): 365/737 kB
Progress (1): 368/737 kB
Progress (1): 373/737 kB
Progress (1): 376/737 kB
Progress (1): 381/737 kB
Progress (1): 384/737 kB
Progress (1): 389/737 kB
Progress (1): 392/737 kB
Progress (1): 393/737 kB
Progress (1): 397/737 kB
Progress (1): 401/737 kB
Progress (1): 405/737 kB
Progress (1): 409/737 kB
Progress (1): 413/737 kB
Progress (1): 417/737 kB
Progress (1): 421/737 kB
Progress (1): 425/737 kB
Progress (1): 426/737 kB
Progress (1): 430/737 kB
Progress (1): 434/737 kB
Progress (1): 438/737 kB
Progress (1): 442/737 kB
Progress (1): 446/737 kB
Progress (1): 450/737 kB
Progress (1): 454/737 kB
Progress (1): 458/737 kB
Progress (1): 459/737 kB
Progress (1): 463/737 kB
Progress (1): 467/737 kB
Progress (1): 471/737 kB
Progress (1): 475/737 kB
Progress (1): 479/737 kB
Progress (1): 483/737 kB
Progress (1): 487/737 kB
Progress (1): 491/737 kB
Progress (2): 491/737 kB | 4.1/62 kB
Progress (2): 495/737 kB | 4.1/62 kB
Progress (2): 495/737 kB | 7.7/62 kB
Progress (2): 499/737 kB | 7.7/62 kB
Progress (2): 499/737 kB | 12/62 kB 
Progress (2): 503/737 kB | 12/62 kB
Progress (2): 507/737 kB | 12/62 kB
Progress (2): 507/737 kB | 16/62 kB
Progress (2): 511/737 kB | 16/62 kB
Progress (2): 515/737 kB | 16/62 kB
Progress (2): 515/737 kB | 20/62 kB
Progress (2): 515/737 kB | 24/62 kB
Progress (2): 519/737 kB | 24/62 kB
Progress (2): 523/737 kB | 24/62 kB
Progress (2): 524/737 kB | 24/62 kB
Progress (2): 528/737 kB | 24/62 kB
Progress (2): 532/737 kB | 24/62 kB
Progress (2): 536/737 kB | 24/62 kB
Progress (2): 540/737 kB | 24/62 kB
Progress (2): 540/737 kB | 28/62 kB
Progress (2): 544/737 kB | 28/62 kB
Progress (2): 548/737 kB | 28/62 kB
Progress (2): 548/737 kB | 32/62 kB
Progress (2): 552/737 kB | 32/62 kB
Progress (2): 556/737 kB | 32/62 kB
Progress (2): 556/737 kB | 36/62 kB
Progress (2): 560/737 kB | 36/62 kB
Progress (2): 560/737 kB | 40/62 kB
Progress (2): 564/737 kB | 40/62 kB
Progress (2): 564/737 kB | 44/62 kB
Progress (2): 568/737 kB | 44/62 kB
Progress (2): 572/737 kB | 44/62 kB
Progress (2): 572/737 kB | 48/62 kB
Progress (2): 576/737 kB | 48/62 kB
Progress (2): 580/737 kB | 48/62 kB
Progress (2): 580/737 kB | 52/62 kB
Progress (2): 584/737 kB | 52/62 kB
Progress (2): 584/737 kB | 56/62 kB
Progress (2): 588/737 kB | 56/62 kB
Progress (2): 588/737 kB | 60/62 kB
Progress (2): 592/737 kB | 60/62 kB
Progress (2): 596/737 kB | 60/62 kB
Progress (2): 600/737 kB | 60/62 kB
Progress (2): 600/737 kB | 62 kB   
Progress (2): 604/737 kB | 62 kB
Progress (2): 608/737 kB | 62 kB
Progress (2): 612/737 kB | 62 kB
Progress (2): 616/737 kB | 62 kB
Progress (2): 620/737 kB | 62 kB
Progress (2): 624/737 kB | 62 kB
Progress (2): 628/737 kB | 62 kB
Progress (2): 632/737 kB | 62 kB
Progress (2): 636/737 kB | 62 kB
Progress (2): 640/737 kB | 62 kB
Progress (2): 644/737 kB | 62 kB
Progress (2): 648/737 kB | 62 kB
Progress (2): 652/737 kB | 62 kB
Progress (2): 656/737 kB | 62 kB
Progress (2): 660/737 kB | 62 kB
Progress (2): 664/737 kB | 62 kB
Progress (2): 668/737 kB | 62 kB
Progress (2): 672/737 kB | 62 kB
Progress (2): 676/737 kB | 62 kB
Progress (2): 680/737 kB | 62 kB
Progress (2): 684/737 kB | 62 kB
Progress (2): 688/737 kB | 62 kB
Progress (2): 692/737 kB | 62 kB
Progress (2): 696/737 kB | 62 kB
Progress (2): 700/737 kB | 62 kB
Progress (2): 704/737 kB | 62 kB
Progress (2): 708/737 kB | 62 kB
Progress (2): 712/737 kB | 62 kB
Progress (2): 716/737 kB | 62 kB
Progress (2): 720/737 kB | 62 kB
Progress (2): 724/737 kB | 62 kB
Progress (2): 728/737 kB | 62 kB
Progress (2): 732/737 kB | 62 kB
Progress (2): 736/737 kB | 62 kB
Progress (2): 737 kB | 62 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (737 kB at 2.0 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 167 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Progress (1): 4.1/35 kB
Progress (1): 7.7/35 kB
Progress (1): 12/35 kB 
Progress (1): 16/35 kB
Progress (1): 20/35 kB
Progress (1): 24/35 kB
Progress (2): 24/35 kB | 4.1/108 kB
Progress (2): 28/35 kB | 4.1/108 kB
Progress (2): 28/35 kB | 7.7/108 kB
Progress (2): 32/35 kB | 7.7/108 kB
Progress (2): 32/35 kB | 12/108 kB 
Progress (2): 35 kB | 12/108 kB   
Progress (2): 35 kB | 16/108 kB
Progress (2): 35 kB | 20/108 kB
Progress (2): 35 kB | 24/108 kB
Progress (2): 35 kB | 28/108 kB
Progress (2): 35 kB | 32/108 kB
Progress (2): 35 kB | 33/108 kB
Progress (2): 35 kB | 37/108 kB
Progress (2): 35 kB | 41/108 kB
Progress (2): 35 kB | 45/108 kB
Progress (2): 35 kB | 49/108 kB
Progress (2): 35 kB | 53/108 kB
Progress (2): 35 kB | 57/108 kB
Progress (2): 35 kB | 61/108 kB
Progress (2): 35 kB | 65/108 kB
Progress (2): 35 kB | 66/108 kB
Progress (2): 35 kB | 70/108 kB
Progress (2): 35 kB | 74/108 kB
Progress (2): 35 kB | 78/108 kB
Progress (2): 35 kB | 82/108 kB
Progress (2): 35 kB | 86/108 kB
Progress (2): 35 kB | 90/108 kB
Progress (2): 35 kB | 94/108 kB
Progress (2): 35 kB | 98/108 kB
Progress (2): 35 kB | 102/108 kB
Progress (2): 35 kB | 106/108 kB
Progress (2): 35 kB | 108 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 91 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 276 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar
Progress (1): 4.1/191 kB
Progress (1): 7.7/191 kB
Progress (1): 12/191 kB 
Progress (1): 16/191 kB
Progress (1): 20/191 kB
Progress (1): 24/191 kB
Progress (1): 28/191 kB
Progress (1): 32/191 kB
Progress (1): 36/191 kB
Progress (1): 40/191 kB
Progress (2): 40/191 kB | 4.1/74 kB
Progress (2): 44/191 kB | 4.1/74 kB
Progress (2): 44/191 kB | 7.7/74 kB
Progress (2): 48/191 kB | 7.7/74 kB
Progress (2): 48/191 kB | 12/74 kB 
Progress (2): 48/191 kB | 16/74 kB
Progress (2): 52/191 kB | 16/74 kB
Progress (2): 56/191 kB | 16/74 kB
Progress (2): 56/191 kB | 20/74 kB
Progress (2): 60/191 kB | 20/74 kB
Progress (2): 60/191 kB | 24/74 kB
Progress (2): 64/191 kB | 24/74 kB
Progress (2): 68/191 kB | 24/74 kB
Progress (2): 68/191 kB | 28/74 kB
Progress (2): 72/191 kB | 28/74 kB
Progress (2): 72/191 kB | 32/74 kB
Progress (2): 76/191 kB | 32/74 kB
Progress (2): 76/191 kB | 36/74 kB
Progress (2): 80/191 kB | 36/74 kB
Progress (2): 80/191 kB | 40/74 kB
Progress (2): 84/191 kB | 40/74 kB
Progress (2): 88/191 kB | 40/74 kB
Progress (2): 88/191 kB | 44/74 kB
Progress (2): 92/191 kB | 44/74 kB
Progress (2): 92/191 kB | 48/74 kB
Progress (2): 96/191 kB | 48/74 kB
Progress (2): 98/191 kB | 48/74 kB
Progress (2): 98/191 kB | 52/74 kB
Progress (2): 98/191 kB | 56/74 kB
Progress (2): 102/191 kB | 56/74 kB
Progress (2): 102/191 kB | 60/74 kB
Progress (2): 106/191 kB | 60/74 kB
Progress (2): 106/191 kB | 64/74 kB
Progress (2): 110/191 kB | 64/74 kB
Progress (2): 110/191 kB | 68/74 kB
Progress (2): 114/191 kB | 68/74 kB
Progress (2): 114/191 kB | 72/74 kB
Progress (2): 118/191 kB | 72/74 kB
Progress (2): 118/191 kB | 74 kB   
Progress (2): 122/191 kB | 74 kB
Progress (2): 126/191 kB | 74 kB
Progress (2): 130/191 kB | 74 kB
Progress (2): 134/191 kB | 74 kB
Progress (2): 138/191 kB | 74 kB
Progress (2): 142/191 kB | 74 kB
Progress (2): 146/191 kB | 74 kB
Progress (2): 150/191 kB | 74 kB
Progress (2): 154/191 kB | 74 kB
Progress (2): 158/191 kB | 74 kB
Progress (2): 162/191 kB | 74 kB
Progress (2): 166/191 kB | 74 kB
Progress (2): 170/191 kB | 74 kB
Progress (2): 174/191 kB | 74 kB
Progress (2): 178/191 kB | 74 kB
Progress (2): 182/191 kB | 74 kB
Progress (2): 186/191 kB | 74 kB
Progress (2): 190/191 kB | 74 kB
Progress (2): 191 kB | 74 kB    
                            
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 180 kB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
Progress (2): 191 kB | 4.1/560 kB
Progress (2): 191 kB | 7.7/560 kB
Progress (2): 191 kB | 12/560 kB 
Progress (2): 191 kB | 16/560 kB
Progress (2): 191 kB | 20/560 kB
Progress (2): 191 kB | 24/560 kB
Progress (2): 191 kB | 28/560 kB
Progress (2): 191 kB | 32/560 kB
Progress (2): 191 kB | 33/560 kB
Progress (2): 191 kB | 37/560 kB
Progress (2): 191 kB | 41/560 kB
Progress (2): 191 kB | 45/560 kB
Progress (2): 191 kB | 49/560 kB
Progress (2): 191 kB | 53/560 kB
Progress (2): 191 kB | 57/560 kB
Progress (2): 191 kB | 61/560 kB
Progress (2): 191 kB | 65/560 kB
Progress (2): 191 kB | 66/560 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 454 kB/s)
Progress (1): 70/560 kB
                       
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar
Progress (1): 74/560 kB
Progress (1): 78/560 kB
Progress (1): 82/560 kB
Progress (1): 86/560 kB
Progress (1): 90/560 kB
Progress (1): 94/560 kB
Progress (1): 98/560 kB
Progress (1): 98/560 kB
Progress (1): 102/560 kB
Progress (1): 106/560 kB
Progress (1): 110/560 kB
Progress (1): 114/560 kB
Progress (1): 118/560 kB
Progress (1): 122/560 kB
Progress (1): 126/560 kB
Progress (1): 130/560 kB
Progress (1): 131/560 kB
Progress (1): 135/560 kB
Progress (1): 139/560 kB
Progress (1): 143/560 kB
Progress (1): 147/560 kB
Progress (1): 151/560 kB
Progress (1): 155/560 kB
Progress (1): 159/560 kB
Progress (1): 163/560 kB
Progress (1): 164/560 kB
Progress (1): 168/560 kB
Progress (1): 172/560 kB
Progress (1): 176/560 kB
Progress (1): 180/560 kB
Progress (1): 184/560 kB
Progress (1): 188/560 kB
Progress (1): 192/560 kB
Progress (1): 196/560 kB
Progress (1): 197/560 kB
Progress (1): 201/560 kB
Progress (1): 205/560 kB
Progress (1): 209/560 kB
Progress (1): 213/560 kB
Progress (1): 217/560 kB
Progress (1): 221/560 kB
Progress (1): 225/560 kB
Progress (1): 229/560 kB
Progress (1): 229/560 kB
Progress (1): 233/560 kB
Progress (1): 237/560 kB
Progress (1): 241/560 kB
Progress (1): 245/560 kB
Progress (1): 249/560 kB
Progress (1): 253/560 kB
Progress (1): 257/560 kB
Progress (1): 261/560 kB
Progress (1): 262/560 kB
Progress (1): 266/560 kB
Progress (1): 270/560 kB
Progress (1): 274/560 kB
Progress (1): 278/560 kB
Progress (1): 282/560 kB
Progress (1): 286/560 kB
Progress (1): 290/560 kB
Progress (1): 294/560 kB
Progress (1): 295/560 kB
Progress (1): 299/560 kB
Progress (1): 303/560 kB
Progress (1): 307/560 kB
Progress (1): 311/560 kB
Progress (1): 315/560 kB
Progress (1): 319/560 kB
Progress (1): 323/560 kB
Progress (1): 327/560 kB
Progress (1): 331/560 kB
Progress (1): 335/560 kB
Progress (2): 335/560 kB | 4.1/56 kB
Progress (2): 335/560 kB | 7.7/56 kB
Progress (2): 339/560 kB | 7.7/56 kB
Progress (2): 339/560 kB | 12/56 kB 
Progress (2): 343/560 kB | 12/56 kB
Progress (2): 343/560 kB | 16/56 kB
Progress (2): 347/560 kB | 16/56 kB
Progress (2): 347/560 kB | 20/56 kB
Progress (2): 351/560 kB | 20/56 kB
Progress (2): 351/560 kB | 24/56 kB
Progress (2): 355/560 kB | 24/56 kB
Progress (2): 359/560 kB | 24/56 kB
Progress (2): 359/560 kB | 28/56 kB
Progress (2): 359/560 kB | 32/56 kB
Progress (2): 363/560 kB | 32/56 kB
Progress (2): 367/560 kB | 32/56 kB
Progress (2): 367/560 kB | 36/56 kB
Progress (2): 371/560 kB | 36/56 kB
Progress (2): 371/560 kB | 40/56 kB
Progress (2): 375/560 kB | 40/56 kB
Progress (2): 375/560 kB | 44/56 kB
Progress (2): 379/560 kB | 44/56 kB
Progress (2): 379/560 kB | 48/56 kB
Progress (2): 383/560 kB | 48/56 kB
Progress (2): 383/560 kB | 52/56 kB
Progress (2): 387/560 kB | 52/56 kB
Progress (2): 387/560 kB | 56/56 kB
Progress (2): 391/560 kB | 56/56 kB
Progress (2): 391/560 kB | 56 kB   
Progress (2): 395/560 kB | 56 kB
Progress (2): 399/560 kB | 56 kB
Progress (2): 403/560 kB | 56 kB
Progress (2): 407/560 kB | 56 kB
Progress (2): 411/560 kB | 56 kB
Progress (2): 415/560 kB | 56 kB
Progress (2): 419/560 kB | 56 kB
Progress (2): 423/560 kB | 56 kB
Progress (2): 427/560 kB | 56 kB
Progress (2): 431/560 kB | 56 kB
Progress (2): 435/560 kB | 56 kB
Progress (2): 439/560 kB | 56 kB
Progress (2): 443/560 kB | 56 kB
Progress (2): 447/560 kB | 56 kB
Progress (2): 451/560 kB | 56 kB
Progress (2): 455/560 kB | 56 kB
Progress (2): 459/560 kB | 56 kB
Progress (2): 463/560 kB | 56 kB
Progress (2): 467/560 kB | 56 kB
Progress (2): 471/560 kB | 56 kB
Progress (2): 475/560 kB | 56 kB
Progress (2): 479/560 kB | 56 kB
Progress (2): 483/560 kB | 56 kB
Progress (2): 487/560 kB | 56 kB
Progress (2): 491/560 kB | 56 kB
Progress (2): 495/560 kB | 56 kB
Progress (2): 499/560 kB | 56 kB
Progress (2): 503/560 kB | 56 kB
Progress (2): 507/560 kB | 56 kB
Progress (2): 511/560 kB | 56 kB
Progress (2): 515/560 kB | 56 kB
Progress (2): 519/560 kB | 56 kB
Progress (2): 523/560 kB | 56 kB
Progress (2): 527/560 kB | 56 kB
Progress (2): 531/560 kB | 56 kB
Progress (2): 535/560 kB | 56 kB
Progress (2): 539/560 kB | 56 kB
Progress (2): 543/560 kB | 56 kB
Progress (2): 547/560 kB | 56 kB
Progress (2): 551/560 kB | 56 kB
Progress (2): 555/560 kB | 56 kB
Progress (2): 559/560 kB | 56 kB
                                
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 127 kB/s)
Progress (1): 560 kB
                    
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
Progress (2): 560 kB | 4.1/109 kB
Progress (2): 560 kB | 7.7/109 kB
Progress (2): 560 kB | 12/109 kB 
Progress (2): 560 kB | 16/109 kB
Progress (2): 560 kB | 20/109 kB
Progress (2): 560 kB | 24/109 kB
Progress (2): 560 kB | 28/109 kB
Progress (2): 560 kB | 32/109 kB
Progress (2): 560 kB | 33/109 kB
Progress (2): 560 kB | 37/109 kB
Progress (2): 560 kB | 41/109 kB
Progress (2): 560 kB | 45/109 kB
Progress (2): 560 kB | 49/109 kB
Progress (2): 560 kB | 53/109 kB
Progress (2): 560 kB | 57/109 kB
Progress (2): 560 kB | 61/109 kB
Progress (2): 560 kB | 65/109 kB
Progress (2): 560 kB | 66/109 kB
Progress (2): 560 kB | 70/109 kB
Progress (2): 560 kB | 74/109 kB
Progress (2): 560 kB | 78/109 kB
Progress (2): 560 kB | 82/109 kB
Progress (2): 560 kB | 86/109 kB
Progress (2): 560 kB | 90/109 kB
Progress (2): 560 kB | 94/109 kB
Progress (2): 560 kB | 98/109 kB
Progress (2): 560 kB | 102/109 kB
Progress (2): 560 kB | 106/109 kB
Progress (2): 560 kB | 109 kB    
                             
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.2 MB/s)
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 237 kB/s)
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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 25 kB/s)
Progress (1): 4.1/33 kB
Progress (1): 7.7/33 kB
Progress (2): 7.7/33 kB | 4.1/327 kB
Progress (2): 7.7/33 kB | 7.7/327 kB
Progress (2): 12/33 kB | 7.7/327 kB 
Progress (2): 16/33 kB | 7.7/327 kB
Progress (2): 16/33 kB | 12/327 kB 
Progress (2): 16/33 kB | 16/327 kB
Progress (2): 16/33 kB | 20/327 kB
Progress (2): 16/33 kB | 24/327 kB
Progress (2): 20/33 kB | 24/327 kB
Progress (2): 24/33 kB | 24/327 kB
Progress (2): 24/33 kB | 28/327 kB
Progress (2): 24/33 kB | 32/327 kB
Progress (3): 24/33 kB | 32/327 kB | 4.1/165 kB
Progress (3): 24/33 kB | 32/327 kB | 7.7/165 kB
Progress (3): 24/33 kB | 36/327 kB | 7.7/165 kB
Progress (3): 24/33 kB | 40/327 kB | 7.7/165 kB
Progress (3): 24/33 kB | 40/327 kB | 12/165 kB 
Progress (3): 24/33 kB | 40/327 kB | 16/165 kB
Progress (3): 24/33 kB | 44/327 kB | 16/165 kB
Progress (3): 24/33 kB | 48/327 kB | 16/165 kB
Progress (3): 24/33 kB | 48/327 kB | 20/165 kB
Progress (3): 24/33 kB | 48/327 kB | 24/165 kB
Progress (3): 24/33 kB | 52/327 kB | 24/165 kB
Progress (3): 24/33 kB | 56/327 kB | 24/165 kB
Progress (3): 28/33 kB | 56/327 kB | 24/165 kB
Progress (3): 32/33 kB | 56/327 kB | 24/165 kB
Progress (3): 33 kB | 56/327 kB | 24/165 kB   
Progress (3): 33 kB | 56/327 kB | 28/165 kB
Progress (3): 33 kB | 56/327 kB | 32/165 kB
Progress (3): 33 kB | 60/327 kB | 32/165 kB
Progress (3): 33 kB | 64/327 kB | 32/165 kB
Progress (3): 33 kB | 64/327 kB | 36/165 kB
Progress (3): 33 kB | 68/327 kB | 36/165 kB
Progress (3): 33 kB | 68/327 kB | 40/165 kB
Progress (3): 33 kB | 72/327 kB | 40/165 kB
Progress (3): 33 kB | 72/327 kB | 44/165 kB
Progress (3): 33 kB | 72/327 kB | 48/165 kB
Progress (3): 33 kB | 76/327 kB | 48/165 kB
Progress (3): 33 kB | 76/327 kB | 52/165 kB
Progress (3): 33 kB | 76/327 kB | 56/165 kB
Progress (3): 33 kB | 80/327 kB | 56/165 kB
Progress (3): 33 kB | 84/327 kB | 56/165 kB
Progress (3): 33 kB | 84/327 kB | 60/165 kB
Progress (3): 33 kB | 88/327 kB | 60/165 kB
Progress (3): 33 kB | 88/327 kB | 64/165 kB
Progress (3): 33 kB | 92/327 kB | 64/165 kB
Progress (3): 33 kB | 92/327 kB | 68/165 kB
Progress (3): 33 kB | 92/327 kB | 72/165 kB
Progress (3): 33 kB | 96/327 kB | 72/165 kB
Progress (3): 33 kB | 96/327 kB | 76/165 kB
Progress (3): 33 kB | 100/327 kB | 76/165 kB
Progress (3): 33 kB | 100/327 kB | 80/165 kB
Progress (3): 33 kB | 104/327 kB | 80/165 kB
Progress (3): 33 kB | 104/327 kB | 84/165 kB
Progress (3): 33 kB | 108/327 kB | 84/165 kB
Progress (3): 33 kB | 108/327 kB | 88/165 kB
Progress (3): 33 kB | 112/327 kB | 88/165 kB
Progress (3): 33 kB | 112/327 kB | 92/165 kB
Progress (3): 33 kB | 116/327 kB | 92/165 kB
Progress (3): 33 kB | 120/327 kB | 92/165 kB
Progress (3): 33 kB | 120/327 kB | 96/165 kB
Progress (3): 33 kB | 124/327 kB | 96/165 kB
Progress (3): 33 kB | 124/327 kB | 100/165 kB
Progress (3): 33 kB | 124/327 kB | 104/165 kB
Progress (3): 33 kB | 128/327 kB | 104/165 kB
Progress (3): 33 kB | 128/327 kB | 108/165 kB
Progress (3): 33 kB | 132/327 kB | 108/165 kB
Progress (3): 33 kB | 132/327 kB | 112/165 kB
Progress (3): 33 kB | 136/327 kB | 112/165 kB
Progress (3): 33 kB | 136/327 kB | 116/165 kB
Progress (3): 33 kB | 136/327 kB | 120/165 kB
Progress (3): 33 kB | 140/327 kB | 120/165 kB
Progress (3): 33 kB | 140/327 kB | 124/165 kB
Progress (3): 33 kB | 144/327 kB | 124/165 kB
Progress (3): 33 kB | 144/327 kB | 128/165 kB
Progress (3): 33 kB | 148/327 kB | 128/165 kB
Progress (3): 33 kB | 152/327 kB | 128/165 kB
Progress (3): 33 kB | 152/327 kB | 132/165 kB
Progress (3): 33 kB | 156/327 kB | 132/165 kB
Progress (3): 33 kB | 156/327 kB | 136/165 kB
Progress (3): 33 kB | 160/327 kB | 136/165 kB
Progress (3): 33 kB | 164/327 kB | 136/165 kB
Progress (3): 33 kB | 168/327 kB | 136/165 kB
Progress (3): 33 kB | 172/327 kB | 136/165 kB
Progress (3): 33 kB | 176/327 kB | 136/165 kB
Progress (3): 33 kB | 176/327 kB | 140/165 kB
Progress (3): 33 kB | 180/327 kB | 140/165 kB
Progress (3): 33 kB | 180/327 kB | 144/165 kB
Progress (3): 33 kB | 184/327 kB | 144/165 kB
Progress (3): 33 kB | 184/327 kB | 148/165 kB
Progress (3): 33 kB | 184/327 kB | 152/165 kB
Progress (3): 33 kB | 188/327 kB | 152/165 kB
Progress (3): 33 kB | 192/327 kB | 152/165 kB
Progress (3): 33 kB | 196/327 kB | 152/165 kB
Progress (3): 33 kB | 200/327 kB | 152/165 kB
Progress (3): 33 kB | 204/327 kB | 152/165 kB
Progress (3): 33 kB | 204/327 kB | 156/165 kB
Progress (3): 33 kB | 208/327 kB | 156/165 kB
Progress (3): 33 kB | 208/327 kB | 160/165 kB
Progress (3): 33 kB | 212/327 kB | 160/165 kB
Progress (3): 33 kB | 216/327 kB | 160/165 kB
Progress (3): 33 kB | 216/327 kB | 164/165 kB
Progress (3): 33 kB | 216/327 kB | 165 kB    
Progress (3): 33 kB | 220/327 kB | 165 kB
Progress (3): 33 kB | 224/327 kB | 165 kB
Progress (3): 33 kB | 228/327 kB | 165 kB
Progress (3): 33 kB | 232/327 kB | 165 kB
Progress (3): 33 kB | 236/327 kB | 165 kB
Progress (3): 33 kB | 240/327 kB | 165 kB
Progress (3): 33 kB | 244/327 kB | 165 kB
Progress (3): 33 kB | 248/327 kB | 165 kB
Progress (3): 33 kB | 252/327 kB | 165 kB
Progress (3): 33 kB | 256/327 kB | 165 kB
Progress (3): 33 kB | 260/327 kB | 165 kB
Progress (3): 33 kB | 264/327 kB | 165 kB
Progress (3): 33 kB | 268/327 kB | 165 kB
Progress (3): 33 kB | 272/327 kB | 165 kB
Progress (3): 33 kB | 276/327 kB | 165 kB
Progress (3): 33 kB | 280/327 kB | 165 kB
Progress (3): 33 kB | 284/327 kB | 165 kB
Progress (3): 33 kB | 288/327 kB | 165 kB
Progress (3): 33 kB | 292/327 kB | 165 kB
Progress (3): 33 kB | 296/327 kB | 165 kB
Progress (3): 33 kB | 300/327 kB | 165 kB
Progress (3): 33 kB | 304/327 kB | 165 kB
Progress (3): 33 kB | 308/327 kB | 165 kB
Progress (3): 33 kB | 312/327 kB | 165 kB
Progress (3): 33 kB | 316/327 kB | 165 kB
Progress (3): 33 kB | 320/327 kB | 165 kB
Progress (3): 33 kB | 324/327 kB | 165 kB
Progress (3): 33 kB | 327 kB | 165 kB    
                                     
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar (327 kB at 64 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 6.4 kB/s)
Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 32 kB/s)
[INFO] 
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/FieldAccessStrategy.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/ImplementationClass.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/JsonBindingProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/YassonJsonb.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/YassonProperties.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/AnnotationFinder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/AnnotationIntrospector.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ClassParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ComponentMatcher.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ConstructorPropertiesAnnotationIntrospector.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/InstanceCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonBindingBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbConfigProperties.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbContext.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbRiParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/MappingContext.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/Marshaller.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ProcessingContext.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ReflectionUtils.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/RuntimeTypeHolder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/RuntimeTypeInfo.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/Unmarshaller.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/UserDeserializerParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/VariableTypeInheritanceSearch.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/AbstractComponentBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/AdapterBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/BeanManagerInstanceCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/ComponentBindings.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/DefaultConstructorCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/DeserializerBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/JsonbComponentInstanceCreatorFactory.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/SerializerBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonArrayBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonArrayIterator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonGeneratorToStructureAdapter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonObjectBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonObjectIterator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureIterator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureToParserAdapter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/AnnotationTarget.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/ClassModel.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/CreatorModel.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/GetValueCommand.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/JsonbAnnotatedElement.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/JsonbCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/JsonbPropertyInfo.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/MethodHandleValuePropagation.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/Property.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/PropertyModel.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/PropertyValuePropagation.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/ReflectionPropagation.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/ReverseTreeMap.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/SetValueCommand.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ClassCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ClassCustomizationBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ComponentBoundCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ContainerCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/CreatorCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/Customization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/CustomizationBase.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/CustomizationBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/PropertyCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/PropertyCustomizationBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/PropertyOrdering.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/StrategiesProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/properties/MessageKeys.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/properties/Messages.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractContainerDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractContainerSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractDateTimeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractDateTimeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractDateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractItem.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractJsonpDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractJsonpSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractNumberDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractNumberSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractSerializerBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractValueTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractValueTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AdaptedObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AdaptedObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigDecimalTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigDecimalTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigIntegerTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigIntegerTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BooleanTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BooleanTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArrayBase64Deserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArrayBase64Serializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CalendarTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CalendarTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharacterTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharacterTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CollectionDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CollectionSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ContainerDeserializerUtils.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ContainerSerializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CurrentItem.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DateTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DefaultSerializers.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DeserializerBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DurationTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DurationTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/EmbeddedItem.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/EnumTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/EnumTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IDeserializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ISerializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/InstantTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/InstantTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntegerTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntegerTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonNumberTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonStringTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonValueDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonValueSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonbDateFormatter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonbNumberFormatter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapEntriesArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapToEntriesArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapToObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NullDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NullSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NumberTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NumberTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectSerializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalIntTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalIntTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalLongTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalLongTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/PeriodTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/PeriodTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ResolvedParameterizedType.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SerializerBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SerializerProviderWrapper.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlDateTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlDateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlTimestampTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlTimestampTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/StringTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/StringTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/TimeZoneTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/TimeZoneTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URITypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URITypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URLTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URLTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UUIDTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UUIDTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UserDeserializerDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UserSerializerSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneIdTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneIdTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/spi/JsonbComponentInstanceCreator.java...
Constructing Javadoc information...
Standard Doclet version 11.0.4
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/AbstractComponentBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/AdapterBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/BeanManagerInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/ComponentBindings.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/DefaultConstructorCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/DeserializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/JsonbComponentInstanceCreatorFactory.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/SerializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ClassCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ClassCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ComponentBoundCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ContainerCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/CreatorCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/Customization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/CustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/PropertyCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/PropertyCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/PropertyOrdering.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/StrategiesProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/AnnotationIntrospector.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/ComponentMatcher.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/InstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbConfigProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonBindingBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbRiParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbRiParser.LevelContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/MappingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/Marshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/ProcessingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/ReflectionUtils.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/RuntimeTypeHolder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/RuntimeTypeInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/Unmarshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/UserDeserializerParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/VariableTypeInheritanceSearch.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonArrayIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonGeneratorToStructureAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonObjectIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonObjectIterator.State.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonStructureToParserAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/AnnotationTarget.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/ClassModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/CreatorModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/JsonbAnnotatedElement.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/JsonbCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/JsonbPropertyInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/Property.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/PropertyModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/PropertyValuePropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/PropertyValuePropagation.OperationMode.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/ReflectionPropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/ReverseTreeMap.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/MessageKeys.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/Messages.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractContainerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractContainerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractDateTimeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractDateTimeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractJsonpDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractJsonpSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractNumberDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractNumberSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractSerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractValueTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractValueTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AdaptedObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AdaptedObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigDecimalTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigDecimalTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigIntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigIntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BooleanTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BooleanTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArrayBase64Deserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArrayBase64Serializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharacterTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharacterTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CollectionSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ContainerSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CurrentItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DefaultSerializers.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DeserializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DurationTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DurationTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/EmbeddedItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/EnumTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/EnumTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IDeserializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/InstantTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/InstantTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ISerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonbDateFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonbNumberFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonNumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonStringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonValueDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonValueSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapEntriesArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapToEntriesArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapToObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NullDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NullSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NumberTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalIntTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalIntTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalLongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalLongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/PeriodTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/PeriodTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ResolvedParameterizedType.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SerializerProviderWrapper.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlTimestampTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlTimestampTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/StringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/StringTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/TimeZoneTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/TimeZoneTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URITypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URITypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URLTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URLTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UserDeserializerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UserSerializerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UUIDTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UUIDTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneIdTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneIdTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/JsonbComponentInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/FieldAccessStrategy.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/ImplementationClass.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/JsonBindingProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/YassonJsonb.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/YassonProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/FieldAccessStrategy.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/ImplementationClass.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/JsonBindingProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/YassonJsonb.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/YassonProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/AnnotationIntrospector.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/ComponentMatcher.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/InstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonBindingBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbConfigProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbRiParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbRiParser.LevelContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/MappingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/Marshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/ProcessingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/ReflectionUtils.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/RuntimeTypeHolder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/RuntimeTypeInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/Unmarshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/UserDeserializerParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/VariableTypeInheritanceSearch.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/AbstractComponentBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/AdapterBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/BeanManagerInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/ComponentBindings.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/DefaultConstructorCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/DeserializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/JsonbComponentInstanceCreatorFactory.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/SerializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonArrayIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonGeneratorToStructureAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonObjectIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonObjectIterator.State.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonStructureToParserAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/AnnotationTarget.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/ClassModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/CreatorModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/JsonbAnnotatedElement.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/JsonbCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/JsonbPropertyInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/Property.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/PropertyModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/PropertyValuePropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/PropertyValuePropagation.OperationMode.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/ReflectionPropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/ReverseTreeMap.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ClassCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ClassCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ComponentBoundCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ContainerCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/CreatorCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/Customization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/CustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/PropertyCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/PropertyCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/PropertyOrdering.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/StrategiesProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/class-use/MessageKeys.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/class-use/Messages.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractContainerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractContainerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractDateTimeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractDateTimeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractJsonpDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractJsonpSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractNumberDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractNumberSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractSerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractValueTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractValueTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AdaptedObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AdaptedObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigDecimalTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigDecimalTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigIntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigIntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BooleanTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BooleanTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArrayBase64Deserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArrayBase64Serializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharacterTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharacterTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CollectionSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ContainerSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CurrentItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DefaultSerializers.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DeserializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DurationTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DurationTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/EmbeddedItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/EnumTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/EnumTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IDeserializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ISerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/InstantTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/InstantTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonNumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonStringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonValueDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonValueSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonbDateFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonbNumberFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapEntriesArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapToEntriesArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapToObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NullDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NullSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NumberTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalDoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalDoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalIntTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalIntTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalLongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalLongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/PeriodTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/PeriodTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ResolvedParameterizedType.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SerializerProviderWrapper.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlTimestampTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlTimestampTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/StringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/StringTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/TimeZoneTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/TimeZoneTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URITypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URITypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URLTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URLTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UUIDTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UUIDTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UserDeserializerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UserSerializerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/XMLGregorianCalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/XMLGregorianCalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneIdTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneIdTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneOffsetTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneOffsetTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZonedDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZonedDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/class-use/JsonbComponentInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/help-doc.html...
35 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[INFO] Building jar: /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ yasson ---
Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
Progress (1): 4.1/243 kB
Progress (1): 7.7/243 kB
Progress (1): 12/243 kB 
Progress (1): 16/243 kB
Progress (1): 20/243 kB
Progress (1): 24/243 kB
Progress (1): 28/243 kB
Progress (1): 32/243 kB
Progress (1): 33/243 kB
Progress (1): 37/243 kB
Progress (1): 41/243 kB
Progress (1): 45/243 kB
Progress (1): 49/243 kB
Progress (1): 53/243 kB
Progress (1): 57/243 kB
Progress (1): 61/243 kB
Progress (1): 65/243 kB
Progress (1): 66/243 kB
Progress (1): 70/243 kB
Progress (1): 74/243 kB
Progress (1): 78/243 kB
Progress (1): 82/243 kB
Progress (1): 86/243 kB
Progress (1): 90/243 kB
Progress (1): 94/243 kB
Progress (1): 98/243 kB
Progress (1): 98/243 kB
Progress (1): 102/243 kB
Progress (1): 106/243 kB
Progress (1): 110/243 kB
Progress (1): 114/243 kB
Progress (1): 118/243 kB
Progress (1): 122/243 kB
Progress (1): 126/243 kB
Progress (1): 130/243 kB
Progress (1): 131/243 kB
Progress (1): 135/243 kB
Progress (1): 139/243 kB
Progress (1): 143/243 kB
Progress (1): 147/243 kB
Progress (1): 151/243 kB
Progress (1): 155/243 kB
Progress (1): 159/243 kB
Progress (1): 163/243 kB
Progress (1): 164/243 kB
Progress (1): 168/243 kB
Progress (1): 172/243 kB
Progress (1): 176/243 kB
Progress (1): 180/243 kB
Progress (1): 184/243 kB
Progress (1): 188/243 kB
Progress (1): 192/243 kB
Progress (1): 196/243 kB
Progress (1): 197/243 kB
Progress (1): 201/243 kB
Progress (1): 205/243 kB
Progress (1): 209/243 kB
Progress (1): 213/243 kB
Progress (1): 217/243 kB
Progress (1): 221/243 kB
Progress (1): 225/243 kB
Progress (1): 229/243 kB
Progress (1): 233/243 kB
Progress (1): 237/243 kB
Progress (1): 241/243 kB
Progress (1): 243 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.jar (243 kB at 3.4 MB/s)
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ yasson ---
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 126 kB/s)
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 71 kB/s)
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 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 454 kB/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
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 (1): 4.1/230 kB
Progress (1): 7.7/230 kB
Progress (1): 12/230 kB 
Progress (1): 16/230 kB
Progress (1): 20/230 kB
Progress (1): 24/230 kB
Progress (1): 28/230 kB
Progress (1): 32/230 kB
Progress (1): 33/230 kB
Progress (1): 37/230 kB
Progress (1): 41/230 kB
Progress (2): 41/230 kB | 4.1/12 kB
Progress (2): 41/230 kB | 7.7/12 kB
Progress (2): 45/230 kB | 7.7/12 kB
Progress (2): 45/230 kB | 12/12 kB 
Progress (2): 49/230 kB | 12/12 kB
Progress (2): 49/230 kB | 12 kB   
Progress (2): 53/230 kB | 12 kB
Progress (2): 57/230 kB | 12 kB
Progress (2): 61/230 kB | 12 kB
Progress (2): 65/230 kB | 12 kB
Progress (2): 66/230 kB | 12 kB
Progress (2): 70/230 kB | 12 kB
Progress (2): 74/230 kB | 12 kB
Progress (2): 78/230 kB | 12 kB
Progress (2): 82/230 kB | 12 kB
Progress (2): 86/230 kB | 12 kB
Progress (2): 90/230 kB | 12 kB
Progress (2): 94/230 kB | 12 kB
Progress (2): 98/230 kB | 12 kB
Progress (2): 98/230 kB | 12 kB
Progress (2): 102/230 kB | 12 kB
Progress (2): 106/230 kB | 12 kB
Progress (2): 110/230 kB | 12 kB
Progress (2): 114/230 kB | 12 kB
Progress (2): 118/230 kB | 12 kB
Progress (2): 122/230 kB | 12 kB
Progress (2): 126/230 kB | 12 kB
Progress (2): 130/230 kB | 12 kB
Progress (2): 134/230 kB | 12 kB
Progress (2): 138/230 kB | 12 kB
Progress (2): 142/230 kB | 12 kB
Progress (2): 146/230 kB | 12 kB
Progress (2): 150/230 kB | 12 kB
Progress (2): 154/230 kB | 12 kB
Progress (2): 158/230 kB | 12 kB
Progress (2): 162/230 kB | 12 kB
Progress (2): 164/230 kB | 12 kB
Progress (2): 168/230 kB | 12 kB
Progress (2): 172/230 kB | 12 kB
Progress (2): 176/230 kB | 12 kB
Progress (2): 180/230 kB | 12 kB
Progress (2): 184/230 kB | 12 kB
Progress (2): 188/230 kB | 12 kB
Progress (2): 192/230 kB | 12 kB
Progress (2): 196/230 kB | 12 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.jar (12 kB at 242 kB/s)
Progress (1): 200/230 kB
Progress (1): 204/230 kB
Progress (1): 208/230 kB
Progress (1): 212/230 kB
Progress (1): 216/230 kB
Progress (1): 220/230 kB
Progress (1): 224/230 kB
Progress (1): 228/230 kB
Progress (1): 230 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 3.2 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/pom.xml to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-versions) @ yasson ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ yasson ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ yasson ---
[INFO] Storing buildNumber: 11/25/2019 04:16 PM at timestamp: 1574698598049
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/yasson-build' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/yasson-build
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:add-resource (add-resource) @ yasson ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ yasson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ yasson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (base-compile) @ yasson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ yasson ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ yasson ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ yasson ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (optional-modules-excluded) @ yasson ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (osgi-bundle) @ yasson ---
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ yasson ---
[INFO] Building jar: /home/jenkins/agent/workspace/yasson-build/target/yasson.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ yasson ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ yasson ---
[INFO] 
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/FieldAccessStrategy.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/ImplementationClass.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/JsonBindingProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/YassonJsonb.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/YassonProperties.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/AnnotationFinder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/AnnotationIntrospector.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ClassParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ComponentMatcher.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ConstructorPropertiesAnnotationIntrospector.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/InstanceCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonBindingBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbConfigProperties.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbContext.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/JsonbRiParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/MappingContext.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/Marshaller.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ProcessingContext.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/ReflectionUtils.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/RuntimeTypeHolder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/RuntimeTypeInfo.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/Unmarshaller.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/UserDeserializerParser.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/VariableTypeInheritanceSearch.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/AbstractComponentBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/AdapterBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/BeanManagerInstanceCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/ComponentBindings.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/DefaultConstructorCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/DeserializerBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/JsonbComponentInstanceCreatorFactory.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/components/SerializerBinding.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonArrayBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonArrayIterator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonGeneratorToStructureAdapter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonObjectBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonObjectIterator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureIterator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/jsonstructure/JsonStructureToParserAdapter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/AnnotationTarget.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/ClassModel.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/CreatorModel.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/GetValueCommand.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/JsonbAnnotatedElement.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/JsonbCreator.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/JsonbPropertyInfo.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/MethodHandleValuePropagation.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/Property.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/PropertyModel.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/PropertyValuePropagation.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/ReflectionPropagation.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/ReverseTreeMap.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/SetValueCommand.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ClassCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ClassCustomizationBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ComponentBoundCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/ContainerCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/CreatorCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/Customization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/CustomizationBase.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/CustomizationBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/PropertyCustomization.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/PropertyCustomizationBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/PropertyOrdering.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/model/customization/StrategiesProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/properties/MessageKeys.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/properties/Messages.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractContainerDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractContainerSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractDateTimeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractDateTimeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractDateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractItem.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractJsonpDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractJsonpSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractNumberDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractNumberSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractSerializerBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractValueTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AbstractValueTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AdaptedObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/AdaptedObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigDecimalTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigDecimalTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigIntegerTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BigIntegerTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BooleanTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/BooleanTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArrayBase64Deserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArrayBase64Serializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ByteTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CalendarTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CalendarTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharacterTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CharacterTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CollectionDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CollectionSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ContainerDeserializerUtils.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ContainerSerializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/CurrentItem.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DateTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DefaultSerializers.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DeserializerBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DoubleTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DurationTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/DurationTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/EmbeddedItem.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/EnumTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/EnumTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/FloatTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IDeserializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ISerializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/InstantTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/InstantTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntegerTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/IntegerTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonNumberTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonStringTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonValueDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonValueSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonbDateFormatter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/JsonbNumberFormatter.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalDateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LocalTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/LongTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapEntriesArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapToEntriesArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/MapToObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NullDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NullSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NumberTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/NumberTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ObjectSerializerProvider.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OffsetTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalIntTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalIntTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalLongTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalLongTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalObjectDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/OptionalObjectSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/PeriodTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/PeriodTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ResolvedParameterizedType.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SerializerBuilder.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SerializerProviderWrapper.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortArrayDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortArraySerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ShortTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlDateTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlDateTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlTimestampTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/SqlTimestampTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/StringTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/StringTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/TimeZoneTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/TimeZoneTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URITypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URITypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URLTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/URLTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UUIDTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UUIDTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UserDeserializerDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/UserSerializerSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneIdTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneIdTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeDeserializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeSerializer.java...
Loading source file /home/jenkins/agent/workspace/yasson-build/src/main/java/org/eclipse/yasson/spi/JsonbComponentInstanceCreator.java...
Constructing Javadoc information...
Standard Doclet version 11.0.4
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/AbstractComponentBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/AdapterBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/BeanManagerInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/ComponentBindings.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/DefaultConstructorCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/DeserializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/JsonbComponentInstanceCreatorFactory.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/SerializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ClassCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ClassCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ComponentBoundCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/ContainerCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/CreatorCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/Customization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/CustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/PropertyCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/PropertyCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/PropertyOrdering.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/StrategiesProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/AnnotationIntrospector.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/ComponentMatcher.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/InstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbConfigProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonBindingBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbRiParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/JsonbRiParser.LevelContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/MappingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/Marshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/ProcessingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/ReflectionUtils.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/RuntimeTypeHolder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/RuntimeTypeInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/Unmarshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/UserDeserializerParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/VariableTypeInheritanceSearch.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonArrayIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonGeneratorToStructureAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonObjectIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonObjectIterator.State.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/JsonStructureToParserAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/AnnotationTarget.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/ClassModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/CreatorModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/JsonbAnnotatedElement.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/JsonbCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/JsonbPropertyInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/Property.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/PropertyModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/PropertyValuePropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/PropertyValuePropagation.OperationMode.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/ReflectionPropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/ReverseTreeMap.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/MessageKeys.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/Messages.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractContainerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractContainerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractDateTimeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractDateTimeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractJsonpDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractJsonpSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractNumberDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractNumberSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractSerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractValueTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AbstractValueTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AdaptedObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/AdaptedObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigDecimalTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigDecimalTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigIntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BigIntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BooleanTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/BooleanTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArrayBase64Deserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArrayBase64Serializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ByteTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharacterTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharacterTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CharArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CollectionSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ContainerSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/CurrentItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DefaultSerializers.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DeserializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DurationTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/DurationTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/EmbeddedItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/EnumTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/EnumTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/FloatTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IDeserializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/InstantTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/InstantTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/IntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ISerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonbDateFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonbNumberFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonNumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonStringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonValueDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/JsonValueSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LocalTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/LongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapEntriesArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapToEntriesArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/MapToObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NullDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NullSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/NumberTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ObjectSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OffsetTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalDoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalIntTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalIntTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalLongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalLongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/OptionalObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/PeriodTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/PeriodTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ResolvedParameterizedType.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SerializerProviderWrapper.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ShortTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlTimestampTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/SqlTimestampTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/StringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/StringTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/TimeZoneTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/TimeZoneTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URITypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URITypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URLTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/URLTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UserDeserializerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UserSerializerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UUIDTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/UUIDTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/XMLGregorianCalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZonedDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneIdTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneIdTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/ZoneOffsetTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/JsonbComponentInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/FieldAccessStrategy.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/ImplementationClass.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/JsonBindingProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/YassonJsonb.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/YassonProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/package-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/package-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/FieldAccessStrategy.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/ImplementationClass.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/JsonBindingProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/YassonJsonb.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/class-use/YassonProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/AnnotationIntrospector.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/ComponentMatcher.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/InstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonBindingBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbConfigProperties.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbRiParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/JsonbRiParser.LevelContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/MappingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/Marshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/ProcessingContext.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/ReflectionUtils.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/RuntimeTypeHolder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/RuntimeTypeInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/Unmarshaller.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/UserDeserializerParser.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/class-use/VariableTypeInheritanceSearch.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/AbstractComponentBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/AdapterBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/BeanManagerInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/ComponentBindings.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/DefaultConstructorCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/DeserializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/JsonbComponentInstanceCreatorFactory.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/class-use/SerializerBinding.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonArrayIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonGeneratorToStructureAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonObjectIterator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonObjectIterator.State.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/class-use/JsonStructureToParserAdapter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/AnnotationTarget.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/ClassModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/CreatorModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/JsonbAnnotatedElement.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/JsonbCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/JsonbPropertyInfo.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/Property.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/PropertyModel.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/PropertyValuePropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/PropertyValuePropagation.OperationMode.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/ReflectionPropagation.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/class-use/ReverseTreeMap.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ClassCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ClassCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ComponentBoundCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/ContainerCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/CreatorCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/Customization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/CustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/PropertyCustomization.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/PropertyCustomizationBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/PropertyOrdering.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/class-use/StrategiesProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/class-use/MessageKeys.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/class-use/Messages.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractContainerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractContainerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractDateTimeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractDateTimeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractJsonpDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractJsonpSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractNumberDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractNumberSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractSerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractValueTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AbstractValueTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AdaptedObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/AdaptedObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigDecimalTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigDecimalTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigIntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BigIntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BooleanTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/BooleanTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArrayBase64Deserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArrayBase64Serializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ByteTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharacterTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CharacterTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CollectionSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ContainerSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/CurrentItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DefaultSerializers.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DeserializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DurationTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/DurationTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/EmbeddedItem.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/EnumTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/EnumTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/FloatTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IDeserializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ISerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/InstantTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/InstantTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntegerTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/IntegerTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonNumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonStringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonValueDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonValueSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonbDateFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/JsonbNumberFormatter.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LocalTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/LongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapEntriesArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapToEntriesArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/MapToObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NullDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NullSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NumberTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/NumberTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ObjectSerializerProvider.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OffsetTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalDoubleTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalDoubleTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalIntTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalIntTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalLongTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalLongTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalObjectDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/OptionalObjectSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/PeriodTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/PeriodTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ResolvedParameterizedType.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SerializerBuilder.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SerializerProviderWrapper.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortArrayDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortArraySerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ShortTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlDateTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlDateTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlTimestampTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/SqlTimestampTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/StringTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/StringTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/TimeZoneTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/TimeZoneTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URITypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URITypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URLTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/URLTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UUIDTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UUIDTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UserDeserializerDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/UserSerializerSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/XMLGregorianCalendarTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/XMLGregorianCalendarTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneIdTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneIdTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneOffsetTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZoneOffsetTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZonedDateTimeTypeDeserializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/class-use/ZonedDateTimeTypeSerializer.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/class-use/JsonbComponentInstanceCreator.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/components/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/jsonstructure/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/model/customization/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/properties/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/internal/serializer/package-use.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/org/eclipse/yasson/spi/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/yasson-build/target/apidocs/help-doc.html...
35 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[WARNING] javadoc: warning - Tag @link: reference not found: java.time
[INFO] Building jar: /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ yasson ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ yasson ---
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/pom.xml to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/.repository/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ yasson ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/pom.xml to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.jar.asc.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson.pom.asc.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT.pom.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-sources.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/yasson-build/target/yasson-javadoc.jar.asc to /home/jenkins/agent/workspace/yasson-build/target/nexus-staging/deferred/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-SNAPSHOT-javadoc.jar.asc
[INFO] Deploying remotely...
[INFO] Bulk deploying locally gathered artifacts from directory: 
[INFO]  * Bulk deploying locally gathered snapshot artifacts
Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 1.1/2.0 kB
Progress (1): 2.0 kB    
                    
Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.0 kB at 539 B/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.pom.asc.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.pom.asc.asc (833 B at 1.9 kB/s)
Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/maven-metadata.xml
Progress (1): 497 B
                   
Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/maven-metadata.xml (497 B at 4.6 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.2 kB
Progress (1): 2.2 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.2 kB at 2.2 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/maven-metadata.xml
Progress (1): 497 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/maven-metadata.xml (497 B at 102 B/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-sources.jar.asc.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-sources.jar.asc.asc (833 B at 6.4 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.4 kB at 6.8 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-sources.jar.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-sources.jar.asc (833 B at 7.2 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.4 kB at 7.0 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.jar.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.jar.asc (833 B at 208 B/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.4 kB at 7.0 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-sources.jar
Progress (1): 2.0/276 kB
Progress (1): 4.1/276 kB
Progress (1): 6.1/276 kB
Progress (1): 8.2/276 kB
Progress (1): 10/276 kB 
Progress (1): 12/276 kB
Progress (1): 14/276 kB
Progress (1): 16/276 kB
Progress (1): 18/276 kB
Progress (1): 20/276 kB
Progress (1): 23/276 kB
Progress (1): 25/276 kB
Progress (1): 27/276 kB
Progress (1): 29/276 kB
Progress (1): 31/276 kB
Progress (1): 33/276 kB
Progress (1): 35/276 kB
Progress (1): 37/276 kB
Progress (1): 39/276 kB
Progress (1): 41/276 kB
Progress (1): 43/276 kB
Progress (1): 45/276 kB
Progress (1): 47/276 kB
Progress (1): 49/276 kB
Progress (1): 51/276 kB
Progress (1): 53/276 kB
Progress (1): 55/276 kB
Progress (1): 57/276 kB
Progress (1): 59/276 kB
Progress (1): 61/276 kB
Progress (1): 63/276 kB
Progress (1): 66/276 kB
Progress (1): 68/276 kB
Progress (1): 70/276 kB
Progress (1): 72/276 kB
Progress (1): 74/276 kB
Progress (1): 76/276 kB
Progress (1): 78/276 kB
Progress (1): 80/276 kB
Progress (1): 82/276 kB
Progress (1): 84/276 kB
Progress (1): 86/276 kB
Progress (1): 88/276 kB
Progress (1): 90/276 kB
Progress (1): 92/276 kB
Progress (1): 94/276 kB
Progress (1): 96/276 kB
Progress (1): 98/276 kB
Progress (1): 100/276 kB
Progress (1): 102/276 kB
Progress (1): 104/276 kB
Progress (1): 106/276 kB
Progress (1): 109/276 kB
Progress (1): 111/276 kB
Progress (1): 113/276 kB
Progress (1): 115/276 kB
Progress (1): 117/276 kB
Progress (1): 119/276 kB
Progress (1): 121/276 kB
Progress (1): 123/276 kB
Progress (1): 125/276 kB
Progress (1): 127/276 kB
Progress (1): 129/276 kB
Progress (1): 131/276 kB
Progress (1): 133/276 kB
Progress (1): 135/276 kB
Progress (1): 137/276 kB
Progress (1): 139/276 kB
Progress (1): 141/276 kB
Progress (1): 143/276 kB
Progress (1): 145/276 kB
Progress (1): 147/276 kB
Progress (1): 150/276 kB
Progress (1): 152/276 kB
Progress (1): 154/276 kB
Progress (1): 156/276 kB
Progress (1): 158/276 kB
Progress (1): 160/276 kB
Progress (1): 162/276 kB
Progress (1): 164/276 kB
Progress (1): 166/276 kB
Progress (1): 168/276 kB
Progress (1): 170/276 kB
Progress (1): 172/276 kB
Progress (1): 174/276 kB
Progress (1): 176/276 kB
Progress (1): 178/276 kB
Progress (1): 180/276 kB
Progress (1): 182/276 kB
Progress (1): 184/276 kB
Progress (1): 186/276 kB
Progress (1): 188/276 kB
Progress (1): 190/276 kB
Progress (1): 193/276 kB
Progress (1): 195/276 kB
Progress (1): 197/276 kB
Progress (1): 199/276 kB
Progress (1): 201/276 kB
Progress (1): 203/276 kB
Progress (1): 205/276 kB
Progress (1): 207/276 kB
Progress (1): 209/276 kB
Progress (1): 211/276 kB
Progress (1): 213/276 kB
Progress (1): 215/276 kB
Progress (1): 217/276 kB
Progress (1): 219/276 kB
Progress (1): 221/276 kB
Progress (1): 223/276 kB
Progress (1): 225/276 kB
Progress (1): 227/276 kB
Progress (1): 229/276 kB
Progress (1): 231/276 kB
Progress (1): 233/276 kB
Progress (1): 236/276 kB
Progress (1): 238/276 kB
Progress (1): 240/276 kB
Progress (1): 242/276 kB
Progress (1): 244/276 kB
Progress (1): 246/276 kB
Progress (1): 248/276 kB
Progress (1): 250/276 kB
Progress (1): 252/276 kB
Progress (1): 254/276 kB
Progress (1): 256/276 kB
Progress (1): 258/276 kB
Progress (1): 260/276 kB
Progress (1): 262/276 kB
Progress (1): 264/276 kB
Progress (1): 266/276 kB
Progress (1): 268/276 kB
Progress (1): 270/276 kB
Progress (1): 272/276 kB
Progress (1): 274/276 kB
Progress (1): 276 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-sources.jar (276 kB at 552 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.4 kB at 7.3 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.pom.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.pom.asc (833 B at 7.2 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.4 kB at 5.9 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-javadoc.jar.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-javadoc.jar.asc (833 B at 7.0 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.4 kB
Progress (1): 2.4 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.4 kB at 7.5 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-javadoc.jar.asc.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-javadoc.jar.asc.asc (833 B at 6.9 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.6 kB at 7.1 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.jar
Progress (1): 2.0/349 kB
Progress (1): 4.1/349 kB
Progress (1): 6.1/349 kB
Progress (1): 8.2/349 kB
Progress (1): 10/349 kB 
Progress (1): 12/349 kB
Progress (1): 14/349 kB
Progress (1): 16/349 kB
Progress (1): 18/349 kB
Progress (1): 20/349 kB
Progress (1): 23/349 kB
Progress (1): 25/349 kB
Progress (1): 27/349 kB
Progress (1): 29/349 kB
Progress (1): 31/349 kB
Progress (1): 33/349 kB
Progress (1): 35/349 kB
Progress (1): 37/349 kB
Progress (1): 39/349 kB
Progress (1): 41/349 kB
Progress (1): 43/349 kB
Progress (1): 45/349 kB
Progress (1): 47/349 kB
Progress (1): 49/349 kB
Progress (1): 51/349 kB
Progress (1): 53/349 kB
Progress (1): 55/349 kB
Progress (1): 57/349 kB
Progress (1): 59/349 kB
Progress (1): 61/349 kB
Progress (1): 63/349 kB
Progress (1): 66/349 kB
Progress (1): 68/349 kB
Progress (1): 70/349 kB
Progress (1): 72/349 kB
Progress (1): 74/349 kB
Progress (1): 76/349 kB
Progress (1): 78/349 kB
Progress (1): 80/349 kB
Progress (1): 82/349 kB
Progress (1): 84/349 kB
Progress (1): 86/349 kB
Progress (1): 88/349 kB
Progress (1): 90/349 kB
Progress (1): 92/349 kB
Progress (1): 94/349 kB
Progress (1): 96/349 kB
Progress (1): 98/349 kB
Progress (1): 100/349 kB
Progress (1): 102/349 kB
Progress (1): 104/349 kB
Progress (1): 106/349 kB
Progress (1): 109/349 kB
Progress (1): 111/349 kB
Progress (1): 113/349 kB
Progress (1): 115/349 kB
Progress (1): 117/349 kB
Progress (1): 119/349 kB
Progress (1): 121/349 kB
Progress (1): 123/349 kB
Progress (1): 125/349 kB
Progress (1): 127/349 kB
Progress (1): 129/349 kB
Progress (1): 131/349 kB
Progress (1): 133/349 kB
Progress (1): 135/349 kB
Progress (1): 137/349 kB
Progress (1): 139/349 kB
Progress (1): 141/349 kB
Progress (1): 143/349 kB
Progress (1): 145/349 kB
Progress (1): 147/349 kB
Progress (1): 150/349 kB
Progress (1): 152/349 kB
Progress (1): 154/349 kB
Progress (1): 156/349 kB
Progress (1): 158/349 kB
Progress (1): 160/349 kB
Progress (1): 162/349 kB
Progress (1): 164/349 kB
Progress (1): 166/349 kB
Progress (1): 168/349 kB
Progress (1): 170/349 kB
Progress (1): 172/349 kB
Progress (1): 174/349 kB
Progress (1): 176/349 kB
Progress (1): 178/349 kB
Progress (1): 180/349 kB
Progress (1): 182/349 kB
Progress (1): 184/349 kB
Progress (1): 186/349 kB
Progress (1): 188/349 kB
Progress (1): 190/349 kB
Progress (1): 193/349 kB
Progress (1): 195/349 kB
Progress (1): 197/349 kB
Progress (1): 199/349 kB
Progress (1): 201/349 kB
Progress (1): 203/349 kB
Progress (1): 205/349 kB
Progress (1): 207/349 kB
Progress (1): 209/349 kB
Progress (1): 211/349 kB
Progress (1): 213/349 kB
Progress (1): 215/349 kB
Progress (1): 217/349 kB
Progress (1): 219/349 kB
Progress (1): 221/349 kB
Progress (1): 223/349 kB
Progress (1): 225/349 kB
Progress (1): 227/349 kB
Progress (1): 229/349 kB
Progress (1): 231/349 kB
Progress (1): 233/349 kB
Progress (1): 236/349 kB
Progress (1): 238/349 kB
Progress (1): 240/349 kB
Progress (1): 242/349 kB
Progress (1): 244/349 kB
Progress (1): 246/349 kB
Progress (1): 248/349 kB
Progress (1): 250/349 kB
Progress (1): 252/349 kB
Progress (1): 254/349 kB
Progress (1): 256/349 kB
Progress (1): 258/349 kB
Progress (1): 260/349 kB
Progress (1): 262/349 kB
Progress (1): 264/349 kB
Progress (1): 266/349 kB
Progress (1): 268/349 kB
Progress (1): 270/349 kB
Progress (1): 272/349 kB
Progress (1): 274/349 kB
Progress (1): 276/349 kB
Progress (1): 279/349 kB
Progress (1): 281/349 kB
Progress (1): 283/349 kB
Progress (1): 285/349 kB
Progress (1): 287/349 kB
Progress (1): 289/349 kB
Progress (1): 291/349 kB
Progress (1): 293/349 kB
Progress (1): 295/349 kB
Progress (1): 297/349 kB
Progress (1): 299/349 kB
Progress (1): 301/349 kB
Progress (1): 303/349 kB
Progress (1): 305/349 kB
Progress (1): 307/349 kB
Progress (1): 309/349 kB
Progress (1): 311/349 kB
Progress (1): 313/349 kB
Progress (1): 315/349 kB
Progress (1): 317/349 kB
Progress (1): 319/349 kB
Progress (1): 322/349 kB
Progress (1): 324/349 kB
Progress (1): 326/349 kB
Progress (1): 328/349 kB
Progress (1): 330/349 kB
Progress (1): 332/349 kB
Progress (1): 334/349 kB
Progress (1): 336/349 kB
Progress (1): 338/349 kB
Progress (1): 340/349 kB
Progress (1): 342/349 kB
Progress (1): 344/349 kB
Progress (1): 346/349 kB
Progress (1): 348/349 kB
Progress (1): 349 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.jar (349 kB at 890 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.pom
Progress (1): 2.0/26 kB
Progress (1): 4.1/26 kB
Progress (1): 6.1/26 kB
Progress (1): 8.2/26 kB
Progress (1): 10/26 kB 
Progress (1): 12/26 kB
Progress (1): 14/26 kB
Progress (1): 16/26 kB
Progress (1): 18/26 kB
Progress (1): 20/26 kB
Progress (1): 23/26 kB
Progress (1): 25/26 kB
Progress (1): 26 kB   
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.pom (26 kB at 58 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.6 kB at 4.8 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-javadoc.jar
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.1/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.2/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.3/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.4/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.5/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.6/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.7/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.8/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 0.9/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.0/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.1/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.2/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.3/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.4/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.5/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6/1.6 MB
Progress (1): 1.6 MB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21-javadoc.jar (1.6 MB at 289 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.6 kB
Progress (1): 2.6 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.6 kB at 5.6 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.jar.asc.asc
Progress (1): 833 B
                   
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/yasson-1.0.6-20191125.161647-21.jar.asc.asc (833 B at 6.1 kB/s)
Uploading to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml
Progress (1): 2.0/2.8 kB
Progress (1): 2.8 kB    
                    
Uploaded to ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/yasson/1.0.6-SNAPSHOT/maven-metadata.xml (2.8 kB at 8.1 kB/s)
[INFO]  * Bulk deploy of locally gathered snapshot artifacts finished.
[INFO] Remote deploy finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:20 min
[INFO] Finished at: 2019-11-25T16:17:09Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 69 killed;
[ssh-agent] Stopped.
Recording test results
Finished: SUCCESS