Pull request #1150 closed Connecting to https://api.github.com using eclipse-repairnator-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 072d5e2823de8c9f54336102074c287a9035d303+6eeffe91c0312791ade5ae45ac116b2b999376ae (f03abcec069cfb801d799f44a33f5c91759a05dc) Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘my-agent-pod-t5x9t-kcb3x’ Created Pod: repairnator/my-agent-pod-p92d3-7ml3c [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Scheduled] Successfully assigned my-agent-pod-p92d3-7ml3c to osnode-13.eclipse.org [Normal][repairnator/my-agent-pod-p92d3-7ml3c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][repairnator/my-agent-pod-p92d3-7ml3c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-vrrcv" [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Pulling] pulling image "repairnator/ci-env:latest" [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Pulled] Successfully pulled image "repairnator/ci-env:latest" [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Created] Created container [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Started] Started container [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Created] Created container [Normal][repairnator/my-agent-pod-p92d3-7ml3c][Started] Started container Agent my-agent-pod-p92d3-7ml3c is provisioned from template my-agent-pod-p92d3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.repairnator.svc.cluster.local/repairnator/job/repairnator-ci/job/PR-1150/1/" runUrl: "job/repairnator-ci/job/PR-1150/1/" labels: jenkins: "slave" jenkins/label: "my-agent-pod" name: "my-agent-pod-p92d3-7ml3c" spec: containers: - command: - "cat" image: "repairnator/ci-env:latest" name: "maven" resources: limits: memory: "4Gi" cpu: "2" requests: memory: "4Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.repairnator.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "my-agent-pod-p92d3-7ml3c" - name: "JENKINS_NAME" value: "my-agent-pod-p92d3-7ml3c" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.repairnator.svc.cluster.local/repairnator/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" name: "jnlp" resources: requests: cpu: "100m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - emptyDir: medium: "" name: "workspace-volume" Running on my-agent-pod-p92d3-7ml3c in /home/jenkins/agent/workspace/repairnator-ci_PR-1150 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/repairnator.git > git init /home/jenkins/agent/workspace/repairnator-ci_PR-1150 # timeout=10 Fetching upstream changes from https://github.com/eclipse/repairnator.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/repairnator.git +refs/pull/1150/head:refs/remotes/origin/PR-1150 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6eeffe91c0312791ade5ae45ac116b2b999376ae into PR head commit 072d5e2823de8c9f54336102074c287a9035d303 > git config remote.origin.url https://github.com/eclipse/repairnator.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/1150/head:refs/remotes/origin/PR-1150 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/repairnator.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/repairnator.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/repairnator.git +refs/pull/1150/head:refs/remotes/origin/PR-1150 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 072d5e2823de8c9f54336102074c287a9035d303 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge 6eeffe91c0312791ade5ae45ac116b2b999376ae # timeout=10 Merge succeeded, producing 7642f3a23314ff046b94bdbbd58450eebdf60602 Checking out Revision 7642f3a23314ff046b94bdbbd58450eebdf60602 (PR-1150) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7642f3a23314ff046b94bdbbd58450eebdf60602 # timeout=10 Commit message: "Merge commit '6eeffe91c0312791ade5ae45ac116b2b999376ae' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (repairnator-core) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-run.sh [INFO] Scanning for projects... [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 120 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 650 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 33 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 851 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.pom (6.5 kB at 270 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 122 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 905 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 730 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 147 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 230 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 76 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 198 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 38 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 62 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (1.3 kB at 55 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 71 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 45 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 59 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.pom (1.1 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 147 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 150 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 893 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 307 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 616 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 35 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 51 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 121 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 393 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.pom (2.2 kB at 111 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom (1.9 kB at 94 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 384 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 108 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 112 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 35 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 99 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.pom (2.0 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 106 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 141 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 309 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 420 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 199 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 398 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 418 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 269 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 122 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 241 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 234 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 124 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 38 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 943 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 269 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 99 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 17 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 50 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 33 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 33 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 67 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 109 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 76 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 53 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 32 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 68 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 56 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 49 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 57 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 52 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 32 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 109 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 69 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 81 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 75 kB/s) [INFO] Downloading from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from rso-public-grid: https://repository.sonatype.org/content/groups/sonatype-public-grid/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 47 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 168 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 286 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 181 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 992 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 740 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 134 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 595 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 56 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 484 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 722 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 535 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 196 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 18 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 77 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 735 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 833 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 687 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 78 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 225 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 83 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 575 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 40 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 102 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 260 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 520 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 248 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 374 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 318 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 282 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 170 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 237 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 699 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 699 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 219 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 579 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 531 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 88 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 128 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 78 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 271 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 282 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 64 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 147 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 171 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 92 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 225 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 32 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 219 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 203 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 535 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 704 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 124 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 51 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 886 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 507 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 239 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 710 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 539 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 7.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 213 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 270 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh/2.12/wagon-ssh-2.12.jar (32 kB at 607 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 118 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 3.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 37 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 59 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 6.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch.agentproxy.jsch/0.0.9/jsch.agentproxy.jsch-0.0.9.jar (4.4 kB at 32 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 86 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1.5 MB at 10 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 283 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar (33 kB at 201 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.jar (43 kB at 258 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-ssh-common/2.12/wagon-ssh-common-2.12.jar (27 kB at 155 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 86 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 71 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 292 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 141 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 755 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 134 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 737 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 931 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 135 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 735 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 28 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 983 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 715 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 67 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 34 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 149 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 6.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 193 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 48 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 18 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 359 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 45 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 529 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 81 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 69 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 566 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 669 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.8 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 38 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 62 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 271 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 111 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 191 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 491 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 128 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 551 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 864 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] ---------------< fr.inria.repairnator:repairnator-core >---------------- [INFO] Building repairnator-core 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.pom (4.5 kB at 223 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.7.9/org.jacoco.build-0.7.9.pom (35 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/jacoco-maven-plugin/0.7.9/jacoco-maven-plugin-0.7.9.jar (47 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.pom (11 kB at 523 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/2.5/maven-release-2.5.pom (4.8 kB at 242 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.5/maven-release-plugin-2.5.jar (50 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 206 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 686 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 704 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 427 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 484 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 780 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 656 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 567 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 540 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (5.6 kB at 309 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (18 kB at 971 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 810 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar (38 kB at 1.9 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/jtravis/jtravis/2.6/jtravis-2.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/jtravis/jtravis/2.6/jtravis-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/jtravis/jtravis/2.6/jtravis-2.6.pom (12 kB at 608 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.pom (2.3 kB at 121 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/parent/3.10.0/parent-3.10.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/parent/3.10.0/parent-3.10.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/parent/3.10.0/parent-3.10.0.pom (19 kB at 930 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.14.0/okio-1.14.0.pom (2.0 kB at 110 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio-parent/1.14.0/okio-parent-1.14.0.pom (4.9 kB at 256 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0.pom (1.4 kB at 76 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.0/gson-parent-2.8.0.pom (3.5 kB at 182 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.90/github-api-1.90.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/kohsuke/github-api/1.90/github-api-1.90.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/kohsuke/github-api/1.90/github-api-1.90.pom (6.5 kB at 343 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/pom/17/pom-17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/kohsuke/pom/17/pom-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/kohsuke/pom/17/pom-17.pom (5.8 kB at 308 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.7/commons-codec-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.7/commons-codec-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.7/commons-codec-1.7.pom (10 kB at 516 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/26/commons-parent-26.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/26/commons-parent-26.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/26/commons-parent-26.pom (48 kB at 2.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.2/jackson-databind-2.9.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.2/jackson-databind-2.9.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.2/jackson-databind-2.9.2.pom (5.9 kB at 293 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.2/jackson-base-2.9.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.2/jackson-base-2.9.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.2/jackson-base-2.9.2.pom (5.6 kB at 266 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.2/jackson-bom-2.9.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.2/jackson-bom-2.9.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.2/jackson-bom-2.9.2.pom (12 kB at 615 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 382 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 1.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 102 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 391 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 953 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.2/jackson-core-2.9.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.2/jackson-core-2.9.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.2/jackson-core-2.9.2.pom (3.4 kB at 155 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 527 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 921 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.pom (741 B at 16 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/infradna/tool/bridge-method-injector-parent/1.17/bridge-method-injector-parent-1.17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/infradna/tool/bridge-method-injector-parent/1.17/bridge-method-injector-parent-1.17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/infradna/tool/bridge-method-injector-parent/1.17/bridge-method-injector-parent-1.17.pom (4.1 kB at 119 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.pom (1.5 kB at 80 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom [INFO] Downloading from repo.jenkins-ci.org: http://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom [INFO] Downloaded from repo.jenkins-ci.org: http://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom (27 kB at 104 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.pom (13 kB at 613 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-parent/1.1.8/logback-parent-1.1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.1.8/logback-parent-1.1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.1.8/logback-parent-1.1.8.pom (18 kB at 630 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.pom (4.4 kB at 210 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 154 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 750 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.pom (1.7 kB at 90 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.pom (2.3 kB at 123 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/bson/3.2.2/bson-3.2.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/bson/3.2.2/bson-3.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/bson/3.2.2/bson-3.2.2.pom (1.3 kB at 70 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.pom (5.1 kB at 281 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/all/1.5.6/all-1.5.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.5.6/all-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.5.6/all-1.5.6.pom (20 kB at 1.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 59 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/docker-client/8.11.1/docker-client-8.11.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/spotify/docker-client/8.11.1/docker-client-8.11.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/spotify/docker-client/8.11.1/docker-client-8.11.1.pom (14 kB at 646 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/foss-root/5/foss-root-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/spotify/foss-root/5/foss-root-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/spotify/foss-root/5/foss-root-5.pom (8.3 kB at 298 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 154 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 711 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 360 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 521 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.pom (3.9 kB at 100 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.9.4/jackson-jaxrs-providers-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.9.4/jackson-jaxrs-providers-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.9.4/jackson-jaxrs-providers-2.9.4.pom (4.1 kB at 158 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.4/jackson-base-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.4/jackson-base-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.4/jackson-base-2.9.4.pom (5.6 kB at 311 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.4/jackson-bom-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.4/jackson-bom-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.4/jackson-bom-2.9.4.pom (12 kB at 683 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.pom (1.5 kB at 76 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.4/jackson-core-2.9.4.pom (3.4 kB at 179 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.4/jackson-databind-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.4/jackson-databind-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.4/jackson-databind-2.9.4.pom (5.9 kB at 255 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.pom (2.0 kB at 48 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-modules-base/2.9.4/jackson-modules-base-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.9.4/jackson-modules-base-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.9.4/jackson-modules-base-2.9.4.pom (2.6 kB at 129 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.pom (2.7 kB at 140 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.9.4/jackson-datatypes-collections-2.9.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.9.4/jackson-datatypes-collections-2.9.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.9.4/jackson-datatypes-collections-2.9.4.pom (1.7 kB at 40 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 298 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 427 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.pom (7.6 kB at 398 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.22.2/project-2.22.2.pom (84 kB at 3.1 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 34 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.4.0-b34/hk2-bom-2.4.0-b34.pom (21 kB at 1.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 492 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom (21 kB at 1.1 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.pom (10 kB at 495 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 707 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 266 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.pom (13 kB at 701 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/project/2.22.2/project-2.22.2.pom (2.8 kB at 147 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/project/2.22.2/project-2.22.2.pom (3.1 kB at 173 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.pom (4.6 kB at 240 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.4.0-b34/hk2-parent-2.4.0-b34.pom (48 kB at 2.2 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.pom (5.1 kB at 286 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.pom (6.8 kB at 188 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.4.0-b34/external-2.4.0-b34.pom (2.9 kB at 154 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.pom (6.5 kB at 342 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.pom (5.6 kB at 293 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (9.5 kB at 501 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom (6.2 kB at 326 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/pom/8/pom-8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/pom/8/pom-8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/pom/8/pom-8.pom (11 kB at 555 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.pom (4.5 kB at 115 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/connectors/project/2.22.2/project-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/project/2.22.2/project-2.22.2.pom (3.8 kB at 209 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.pom (6.4 kB at 336 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5/httpcomponents-client-4.5.pom (16 kB at 746 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.1/httpcore-4.4.1.pom (4.6 kB at 242 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.1/httpcomponents-core-4.4.1.pom (13 kB at 643 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 960 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.5 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 641 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.5 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.pom (4.8 kB at 106 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/media/project/2.22.2/project-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/project/2.22.2/project-2.22.2.pom (3.0 kB at 150 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.pom (4.6 kB at 123 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/ext/project/2.22.2/project-2.22.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.22.2/project-2.22.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.22.2/project-2.22.2.pom (3.8 kB at 182 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.5.4/jackson-jaxrs-base-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.5.4/jackson-jaxrs-base-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.5.4/jackson-jaxrs-base-2.5.4.pom (1.9 kB at 96 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.5.4/jackson-jaxrs-providers-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.5.4/jackson-jaxrs-providers-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.5.4/jackson-jaxrs-providers-2.5.4.pom (3.9 kB at 79 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.5.1/jackson-parent-2.5.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.5.1/jackson-parent-2.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.5.1/jackson-parent-2.5.1.pom (7.8 kB at 410 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/19/oss-parent-19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/19/oss-parent-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/19/oss-parent-19.pom (19 kB at 1.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.5.4/jackson-core-2.5.4.pom (4.8 kB at 239 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.5.4/jackson-databind-2.5.4.pom (5.9 kB at 308 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.5.0/jackson-annotations-2.5.0.pom (1.2 kB at 64 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.5/jackson-parent-2.5.pom (7.8 kB at 390 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/18/oss-parent-18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/18/oss-parent-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/18/oss-parent-18.pom (19 kB at 953 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.4/jackson-jaxrs-json-provider-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.4/jackson-jaxrs-json-provider-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.5.4/jackson-jaxrs-json-provider-2.5.4.pom (3.4 kB at 70 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.pom (4.3 kB at 131 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.5.4/jackson-annotations-2.5.4.pom (1.2 kB at 64 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 602 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 664 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.0 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.pom (5.5 kB at 276 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.5/httpcomponents-core-4.4.5.pom (13 kB at 684 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.pom (10 kB at 533 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.pom (8.2 kB at 430 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.15/jffi-1.2.15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.pom (9.2 kB at 485 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 102 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 289 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 500 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.pom (2.1 kB at 110 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom (2.1 kB at 110 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom (2.1 kB at 105 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.pom (2.1 kB at 116 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom (1.6 kB at 87 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.pom (3.5 kB at 174 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.pom (4.1 kB at 207 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.pom (6.3 kB at 334 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.pom (1.5 kB at 77 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.pom (1.1 kB at 57 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 1.2 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.pom (6.7 kB at 317 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.10.0.pr1/jackson-base-2.10.0.pr1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.0.pr1/jackson-base-2.10.0.pr1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.0.pr1/jackson-base-2.10.0.pr1.pom (6.6 kB at 332 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.10.0.pr1/jackson-bom-2.10.0.pr1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.0.pr1/jackson-bom-2.10.0.pr1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.0.pr1/jackson-bom-2.10.0.pr1.pom (12 kB at 594 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.10.pr1/jackson-parent-2.10.pr1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.10.pr1/jackson-parent-2.10.pr1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.10.pr1/jackson-parent-2.10.pr1.pom (8.3 kB at 435 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.pom (2.8 kB at 71 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.pom (4.1 kB at 206 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/martiansoftware/jsap/2.1/jsap-2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/jsap/2.1/jsap-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/jsap/2.1/jsap-2.1.pom (815 B at 43 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.2 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.8 MB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/18/apache-18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 307 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 49 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/jtravis/jtravis/2.6/jtravis-2.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.90/github-api-1.90.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.7/commons-codec-1.7.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mongodb/bson/3.2.2/bson-3.2.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/spotify/docker-client/8.11.1/docker-client-8.11.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/martiansoftware/jsap/2.1/jsap-2.1.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/jtravis/jtravis/2.6/jtravis-2.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/kohsuke/github-api/1.90/github-api-1.90.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/kohsuke/github-api/1.90/github-api-1.90.jar (331 kB at 7.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.7/commons-codec-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.10.0/okhttp-3.10.0.jar (412 kB at 9.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/jtravis/jtravis/2.6/jtravis-2.6.jar (74 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/1.14.0/okio-1.14.0.jar (86 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jenkins-ci/annotation-indexer/1.4/annotation-indexer-1.4.jar (16 kB at 237 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.7/commons-codec-1.7.jar (260 kB at 3.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/bson/3.2.2/bson-3.2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/infradna/tool/bridge-method-annotation/1.17/bridge-method-annotation-1.17.jar (3.2 kB at 43 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar (232 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/javax.mail/1.5.6/javax.mail-1.5.6.jar (608 kB at 5.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/spotify/docker-client/8.11.1/docker-client-8.11.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver/3.2.2/mongodb-driver-3.2.2.jar (346 kB at 3.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/bson/3.2.2/bson-3.2.2.jar (228 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/3.2.2/mongodb-driver-core-3.2.2.jar (913 kB at 7.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 500 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.jar (41 kB at 302 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.9.4/jackson-jaxrs-json-provider-2.9.4.jar (16 kB at 109 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.9.4/jackson-jaxrs-base-2.9.4.jar (32 kB at 217 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/spotify/docker-client/8.11.1/docker-client-8.11.1.jar (710 kB at 4.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.4/jackson-module-jaxb-annotations-2.9.4.jar (33 kB at 209 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.9.4/jackson-datatype-guava-2.9.4.jar (78 kB at 454 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar (116 kB at 676 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar (167 kB at 850 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 134 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar (971 kB at 4.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar (698 kB at 3.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar (20 kB at 93 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar (179 kB at 802 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar (15 kB at 65 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar (119 kB at 511 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 10 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar (6.0 kB at 24 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.22.2/jersey-apache-connector-2.22.2.jar (25 kB at 97 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar (181 kB at 700 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.22.2/jersey-media-json-jackson-2.22.2.jar (22 kB at 83 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.22.2/jersey-entity-filtering-2.22.2.jar (70 kB at 250 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 730 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5/httpclient-4.5.jar (728 kB at 2.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.18/jnr-unixsocket-0.18.jar (45 kB at 144 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (714 kB at 2.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.4/jnr-ffi-2.1.4.jar (679 kB at 2.0 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 185 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.5/httpcore-4.4.5.jar (327 kB at 954 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15.jar (151 kB at 430 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (53 kB at 145 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar (42 kB at 113 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar (20 kB at 56 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar (29 kB at 78 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar (28 kB at 71 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.15/jffi-1.2.15-native.jar (635 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar (220 kB at 560 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.8/jnr-constants-0.9.8.jar (358 kB at 893 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar (43 kB at 108 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.35/jnr-posix-3.0.35.jar (227 kB at 530 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.59/bcpkix-jdk15on-1.59.jar (793 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 713 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/martiansoftware/jsap/2.1/jsap-2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0.pr1/jackson-databind-2.10.0.pr1.jar (1.4 MB at 3.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0.pr1/jackson-annotations-2.10.0.pr1.jar (68 kB at 149 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0.pr1/jackson-core-2.10.0.pr1.jar (345 kB at 741 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/martiansoftware/jsap/2.1/jsap-2.1.jar (69 kB at 146 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.1.8/logback-classic-1.1.8.jar (305 kB at 641 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.1.8/logback-core-1.1.8.jar (471 kB at 957 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 966 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1.2 MB at 2.4 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.59/bcprov-jdk15on-1.59.jar (4.1 MB at 7.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 77 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 476 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 802 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 226 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 440 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 9.4 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 238 kB/s) [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 77 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 228 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 146 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 109 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 171 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 360 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 645 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 49 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 307 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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 84 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 26 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 319 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 82 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 343 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 165 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 121 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 172 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 104 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 88 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 96 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 202 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 204 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 444 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 214 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 141 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 38 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 693 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 27 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 73 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 73 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 65 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 33 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 356 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 126 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 498 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 295 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 544 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 103 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 76 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 113 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 799 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 88 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 193 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 100 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 113 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 161 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 238 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 491 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 132 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 73 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 536 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (2.8 kB at 150 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 124 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 185 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 271 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 76 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 110 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 150 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 122 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (1.6 kB at 85 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 106 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 kB at 83 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (1.6 kB at 88 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 956 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 711 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (1.6 kB at 88 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 207 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 297 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 123 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (3.4 kB at 179 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 776 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 409 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 277 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 212 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 340 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 804 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 157 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (1.6 kB at 84 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 135 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 305 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 53 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 167 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 106 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 103 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 150 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 105 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 57 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 402 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 409 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 338 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 552 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.4 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 525 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 478 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 19 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 48 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 51 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 9.1 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 9.5 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 196 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 125 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 18 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 448 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9.pom (3.5 kB at 176 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.pom (1.9 kB at 100 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.pom (2.0 kB at 110 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.2/asm-parent-5.2.pom (5.5 kB at 289 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.pom (2.0 kB at 113 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 4.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 842 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 962 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 3.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 238 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 424 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 333 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 3.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 599 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 864 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 2.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 278 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 278 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 292 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 316 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 83 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 977 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 98 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 67 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 58 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 158 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 6.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 239 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 248 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 1.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 66 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 164 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 43 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 29 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 337 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 657 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 225 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 571 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 366 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 125 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar (259 kB at 831 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-debug-all/5.2/asm-debug-all-5.2.jar (388 kB at 1.2 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.7.9/org.jacoco.core-0.7.9.jar (126 kB at 382 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.report/0.7.9/org.jacoco.report-0.7.9.jar (128 kB at 380 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/repairnator-ci_PR-1150/?/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 146 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 111 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 179 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 53 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 110 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 146 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 103 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 88 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 108 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 353 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 101 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 92 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 76 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 217 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 95 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 117 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 112 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 394 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 70 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 185 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 175 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 882 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 305 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 435 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 44 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 159 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 168 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 296 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 49 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 158 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 859 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 6.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 561 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 141 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 437 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 227 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 407 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 51 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 599 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 66 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 174 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 182 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 177 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 384 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 515 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 208 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 43 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 357 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 889 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 165 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 25 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 219 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 79 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 995 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 85 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 121 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 410 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 108 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 165 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 108 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 100 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 92 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 143 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 142 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 110 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 109 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 180 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 213 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 260 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 250 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 335 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 612 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 103 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 100 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 417 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 157 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 120 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 90 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 109 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 63 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 156 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 109 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 43 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 910 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 46 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 201 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 161 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 36 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 40 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 69 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 145 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 212 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 148 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 975 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 8.1 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 281 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 130 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 78 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 42 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 6.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 8.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 497 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 300 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 982 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 599 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 181 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 323 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 531 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 94 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 264 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 334 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 31 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 94 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 217 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 164 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 966 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 117 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 1.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 26 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 723 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 249 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 580 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 211 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.9 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (7.3 kB at 386 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.pom (1.6 kB at 81 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 kB at 703 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 773 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (3.5 kB at 185 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (3.2 kB at 168 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 176 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 880 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 7.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (293 kB at 11 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar (46 kB at 989 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 4.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 403 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 406 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 178 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 212 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 124 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 109 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 138 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 236 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 289 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar (196 kB at 1.5 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 kB at 108 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 35 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (3.3 kB at 163 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (2.6 kB at 78 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (75 kB at 1.8 MB/s) ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.utils.TestUtils Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in fr.inria.spirals.repairnator.utils.TestUtils Running fr.inria.spirals.repairnator.utils.TestDateUtils Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.011 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig Results : Tests run: 15, Failures: 0, Errors: 0, Skipped: 3 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.001 s [INFO] Finished at: 2020-12-08T13:59:55Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-pipeline) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + bash ./.ci/ci-run-with-core.sh + export M2_HOME=/usr/local/maven + M2_HOME=/usr/local/maven ++ xmlstarlet sel -t -v //_:project/_:properties/_:revision src/pom.xml + VERSION=3.3-SNAPSHOT + sed -i -e 's/\${revision}/3.3-SNAPSHOT/' src/repairnator-core/pom.xml + sed -i -e 's/\${revision}/3.3-SNAPSHOT/' src/pom.xml + sed -i -e 's/\${revision}/3.3-SNAPSHOT/' src/repairnator-pipeline//pom.xml + mvn clean install -B -f src/repairnator-core/ [INFO] Scanning for projects... [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] ---------------< fr.inria.repairnator:repairnator-core >---------------- [INFO] Building repairnator-core 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 20 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 587 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 304 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 709 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core --- [INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ repairnator-core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/repairnator-ci_PR-1150/?/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/classes [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.inria.spirals.repairnator.utils.TestUtils Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in fr.inria.spirals.repairnator.utils.TestUtils Running fr.inria.spirals.repairnator.utils.TestDateUtils Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.011 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig Results : Tests run: 15, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report (report) @ repairnator-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/jacoco.exec [INFO] Analyzed bundle 'repairnator-core' with 46 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 111 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 112 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 69 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 117 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 808 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 1.1 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 2.9 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 1.8 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-core --- [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 105 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 745 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 48 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 207 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 316 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 516 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 5.8 MB/s) [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/repairnator-ci_PR-1150/?/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1150/src/repairnator-core/pom.xml to /home/jenkins/agent/workspace/repairnator-ci_PR-1150/?/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.858 s [INFO] Finished at: 2020-12-08T14:00:02Z [INFO] ------------------------------------------------------------------------ + mvn '-Dtest=**' clean test -B -f src/repairnator-pipeline/ -DskipTests [INFO] Scanning for projects... [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] -------------< fr.inria.repairnator:repairnator-pipeline >-------------- [INFO] Building repairnator-pipeline 3.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom (6.6 kB at 80 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom (16 kB at 630 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.3 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/apache/21/apache-21.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/21/apache-21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 713 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 199 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 572 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.4 MB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 19 kB/s) [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/maven-metadata.xml (1.4 kB at 8.3 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/sorald-1.1-20200928.114859-2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/se/kth/castor/sorald/1.1-SNAPSHOT/sorald-1.1-20200928.114859-2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/sorald-1.1-20200928.114859-2.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/sorald-1.1-20200928.114859-2.pom (10 kB at 104 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/json/json/20190722/json-20190722.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/json/json/20190722/json-20190722.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20190722/json-20190722.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20190722/json-20190722.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20190722/json-20190722.pom (6.0 kB at 260 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 286 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.pom (7.8 kB at 337 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom (21 kB at 818 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.pom (2.7 kB at 88 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.pom (13 kB at 505 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.13.0/log4j-2.13.0.pom (65 kB at 1.6 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.pom (7.2 kB at 342 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 183 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 587 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 620 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom (4.0 kB at 183 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom (25 kB at 854 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 206 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 977 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/apache/19/apache-19.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/19/apache-19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 645 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 91 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.4/jackson-databind-2.9.10.4.pom (6.5 kB at 323 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-base/2.9.10.20200411/jackson-base-2.9.10.20200411.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-base/2.9.10.20200411/jackson-base-2.9.10.20200411.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.10.20200411/jackson-base-2.9.10.20200411.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.10.20200411/jackson-base-2.9.10.20200411.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.10.20200411/jackson-base-2.9.10.20200411.pom (5.5 kB at 276 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10.20200411/jackson-bom-2.9.10.20200411.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-bom/2.9.10.20200411/jackson-bom-2.9.10.20200411.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10.20200411/jackson-bom-2.9.10.20200411.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.10.20200411/jackson-bom-2.9.10.20200411.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.10.20200411/jackson-bom-2.9.10.20200411.pom (13 kB at 599 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 376 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 783 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom (2.6 kB at 130 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.10/jackson-core-2.9.10.pom (4.1 kB at 193 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.10/jackson-base-2.9.10.pom (5.5 kB at 275 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom (13 kB at 571 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 701 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.9 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 221 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 256 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.4 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 268 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 218 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.3 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 20 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 240 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 11 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.pom [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.pom [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.pom [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.pom (1.8 kB at 23 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/maven-metadata.xml (603 B at 9.6 kB/s) [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/java-5.14.0-20200506.172142-1.pom [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java/5.14.0-SNAPSHOT/java-5.14.0-20200506.172142-1.pom (13 kB at 186 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/parent/parent/52/parent-52.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/parent/parent/52/parent-52.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/parent/parent/52/parent-52.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/52/parent-52.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/52/parent-52.pom (32 kB at 1.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 17 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.pom [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.pom [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.pom [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.pom (11 kB at 130 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.pom (17 kB at 763 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.pom (1.5 kB at 68 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/sslr/sslr/1.23/sslr-1.23.pom (5.7 kB at 286 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/47/parent-47.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/47/parent-47.pom (32 kB at 1.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 46 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.pom (3.9 kB at 177 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/cglib/cglib-parent/3.2.5/cglib-parent-3.2.5.pom (9.8 kB at 43 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 370 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 495 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 204 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 118 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 45 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 255 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 145 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 58 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 231 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 901 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 230 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 174 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 488 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 147 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 149 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 158 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom (3.6 kB at 174 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.6.2/gson-2.6.2.pom (1.4 kB at 72 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.6.2/gson-parent-2.6.2.pom (3.6 kB at 179 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.pom (2.9 kB at 63 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.10.2.456/sonar-analyzer-commons-parent-1.10.2.456.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.10.2.456/sonar-analyzer-commons-parent-1.10.2.456.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.10.2.456/sonar-analyzer-commons-parent-1.10.2.456.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.10.2.456/sonar-analyzer-commons-parent-1.10.2.456.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons-parent/1.10.2.456/sonar-analyzer-commons-parent-1.10.2.456.pom (3.7 kB at 166 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/parent/parent/49/parent-49.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/parent/parent/49/parent-49.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/parent/parent/49/parent-49.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/49/parent-49.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/parent/parent/49/parent-49.pom (32 kB at 956 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/maven-metadata.xml (999 B at 17 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.pom [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.pom [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.pom [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.pom (26 kB at 355 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.pom (1.2 kB at 37 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.pom (2.1 kB at 100 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom (8.7 kB at 178 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom (15 kB at 690 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.pom (1.1 kB at 32 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom (3.4 kB at 162 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 127 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.pom (7.2 kB at 361 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 949 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.pom (4.9 kB at 260 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/32/oss-parent-32.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/32/oss-parent-32.pom (22 kB at 900 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.7.0.202003110725-r/org.eclipse.jgit-5.7.0.202003110725-r.pom (8.1 kB at 189 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.7.0.202003110725-r/org.eclipse.jgit-parent-5.7.0.202003110725-r.pom (35 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 147 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 154 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 245 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 215 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 142 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 537 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom (2.5 kB at 118 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 55 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 111 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.12/reflections-0.9.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 468 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 414 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml (611 B at 7.6 kB/s) [INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml (611 B at 3.7 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20201101.040209-59.pom [INFO] Downloaded from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20201101.040209-59.pom (10 kB at 94 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.pom (9.3 kB at 464 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.15/log4j-1.2.15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.15/log4j-1.2.15.pom (18 kB at 659 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.pom (993 B at 47 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom (4.6 kB at 209 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 510 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.pom (922 B at 49 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.1.0/spoon-core-8.1.0.pom (7.5 kB at 374 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.18.0/org.eclipse.jdt.core-3.18.0.pom (2.7 kB at 126 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10.3/jackson-databind-2.9.10.3.pom (6.5 kB at 308 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.10.20200223/jackson-base-2.9.10.20200223.pom (5.5 kB at 262 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.10.20200223/jackson-bom-2.9.10.20200223.pom (13 kB at 547 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.pom (8.7 kB at 436 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.0.0/spoon-core-8.0.0.pom (6.1 kB at 290 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.16.0/org.eclipse.jdt.core-3.16.0.pom (2.7 kB at 126 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml (696 B at 35 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.12.0/org.eclipse.core.resources-3.12.0.pom (2.5 kB at 72 kB/s) [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml (683 B at 33 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.5.100/org.eclipse.core.expressions-3.5.100.pom (1.9 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml (714 B at 36 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.12.0/org.eclipse.core.runtime-3.12.0.pom (3.2 kB at 88 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (809 B at 40 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.11.2/org.eclipse.osgi-3.11.2.pom (1.7 kB at 81 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.11.3/org.eclipse.osgi-3.11.3.pom (1.7 kB at 78 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 82 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 78 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 90 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 86 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 82 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 87 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 82 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 86 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 82 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 87 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 67 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 87 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 91 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml (718 B at 38 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.8.0/org.eclipse.equinox.common-3.8.0.pom (1.7 kB at 63 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.9.0/org.eclipse.equinox.common-3.9.0.pom (1.7 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.0/org.eclipse.equinox.common-3.10.0.pom (1.7 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.100/org.eclipse.equinox.common-3.10.100.pom (1.7 kB at 57 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.200/org.eclipse.equinox.common-3.10.200.pom (1.7 kB at 58 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.300/org.eclipse.equinox.common-3.10.300.pom (1.7 kB at 51 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.400/org.eclipse.equinox.common-3.10.400.pom (1.7 kB at 47 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 58 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.10.600/org.eclipse.equinox.common-3.10.600.pom (1.7 kB at 33 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.pom (1.7 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 51 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.pom (1.7 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml (782 B at 41 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.8.0/org.eclipse.core.jobs-3.8.0.pom (1.9 kB at 88 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.0/org.eclipse.core.jobs-3.9.0.pom (1.9 kB at 92 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.1/org.eclipse.core.jobs-3.9.1.pom (1.9 kB at 97 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.2/org.eclipse.core.jobs-3.9.2.pom (1.9 kB at 97 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.9.3/org.eclipse.core.jobs-3.9.3.pom (1.9 kB at 102 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.0/org.eclipse.core.jobs-3.10.0.pom (1.9 kB at 97 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.100/org.eclipse.core.jobs-3.10.100.pom (1.9 kB at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.200/org.eclipse.core.jobs-3.10.200.pom (2.0 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.300/org.eclipse.core.jobs-3.10.300.pom (2.0 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.400/org.eclipse.core.jobs-3.10.400.pom (2.0 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.500/org.eclipse.core.jobs-3.10.500.pom (2.0 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.600/org.eclipse.core.jobs-3.10.600.pom (2.0 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.pom (2.0 kB at 49 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml (714 B at 34 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.6.100/org.eclipse.equinox.registry-3.6.100.pom (1.9 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.7.0/org.eclipse.equinox.registry-3.7.0.pom (1.9 kB at 48 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.0/org.eclipse.equinox.registry-3.8.0.pom (1.9 kB at 51 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.100/org.eclipse.equinox.registry-3.8.100.pom (1.9 kB at 47 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.200/org.eclipse.equinox.registry-3.8.200.pom (2.0 kB at 31 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.300/org.eclipse.equinox.registry-3.8.300.pom (2.0 kB at 51 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.400/org.eclipse.equinox.registry-3.8.400.pom (2.0 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.500/org.eclipse.equinox.registry-3.8.500.pom (2.0 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.600/org.eclipse.equinox.registry-3.8.600.pom (2.0 kB at 72 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.pom (2.0 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.pom (2.0 kB at 59 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml (651 B at 33 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.6.1/org.eclipse.equinox.preferences-3.6.1.pom (2.2 kB at 49 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.0/org.eclipse.equinox.preferences-3.7.0.pom (2.2 kB at 58 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.100/org.eclipse.equinox.preferences-3.7.100.pom (2.2 kB at 72 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.200/org.eclipse.equinox.preferences-3.7.200.pom (2.2 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.300/org.eclipse.equinox.preferences-3.7.300.pom (2.2 kB at 62 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.400/org.eclipse.equinox.preferences-3.7.400.pom (2.2 kB at 57 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.500/org.eclipse.equinox.preferences-3.7.500.pom (2.2 kB at 62 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.600/org.eclipse.equinox.preferences-3.7.600.pom (2.2 kB at 64 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.pom (2.2 kB at 62 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 24 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml (687 B at 34 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.5.100/org.eclipse.core.contenttype-3.5.100.pom (2.3 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.6.0/org.eclipse.core.contenttype-3.6.0.pom (2.3 kB at 72 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.0/org.eclipse.core.contenttype-3.7.0.pom (2.3 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.100/org.eclipse.core.contenttype-3.7.100.pom (2.3 kB at 77 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.200/org.eclipse.core.contenttype-3.7.200.pom (2.3 kB at 61 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.300/org.eclipse.core.contenttype-3.7.300.pom (2.3 kB at 78 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.400/org.eclipse.core.contenttype-3.7.400.pom (2.3 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.500/org.eclipse.core.contenttype-3.7.500.pom (2.3 kB at 78 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.pom (2.3 kB at 73 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom (2.3 kB at 67 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.pom (2.3 kB at 61 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml (645 B at 34 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.400/org.eclipse.equinox.app-1.3.400.pom (2.1 kB at 68 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.500/org.eclipse.equinox.app-1.3.500.pom (2.1 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.3.600/org.eclipse.equinox.app-1.3.600.pom (2.1 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.0/org.eclipse.equinox.app-1.4.0.pom (2.1 kB at 51 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.100/org.eclipse.equinox.app-1.4.100.pom (2.1 kB at 74 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.200/org.eclipse.equinox.app-1.4.200.pom (2.1 kB at 71 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.300/org.eclipse.equinox.app-1.4.300.pom (2.1 kB at 67 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.pom (2.1 kB at 71 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom (2.1 kB at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.pom (2.1 kB at 58 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.13.0/org.eclipse.core.runtime-3.13.0.pom (3.2 kB at 88 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.14.0/org.eclipse.core.runtime-3.14.0.pom (3.2 kB at 93 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.0/org.eclipse.core.runtime-3.15.0.pom (3.2 kB at 90 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.100/org.eclipse.core.runtime-3.15.100.pom (3.2 kB at 106 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.200/org.eclipse.core.runtime-3.15.200.pom (3.2 kB at 103 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.15.300/org.eclipse.core.runtime-3.15.300.pom (3.2 kB at 79 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.16.0/org.eclipse.core.runtime-3.16.0.pom (3.0 kB at 94 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.17.0/org.eclipse.core.runtime-3.17.0.pom (3.0 kB at 83 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.pom (3.0 kB at 86 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom (3.0 kB at 100 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.pom (3.0 kB at 103 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.0/org.eclipse.core.expressions-3.6.0.pom (1.9 kB at 55 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.100/org.eclipse.core.expressions-3.6.100.pom (1.9 kB at 50 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.200/org.eclipse.core.expressions-3.6.200.pom (1.9 kB at 55 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.300/org.eclipse.core.expressions-3.6.300.pom (2.0 kB at 67 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.400/org.eclipse.core.expressions-3.6.400.pom (2.0 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.500/org.eclipse.core.expressions-3.6.500.pom (2.0 kB at 49 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.600/org.eclipse.core.expressions-3.6.600.pom (2.0 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.pom (2.0 kB at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom (2.0 kB at 58 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.pom (2.0 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml (620 B at 31 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.6.1/org.eclipse.core.filesystem-1.6.1.pom (2.3 kB at 77 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.0/org.eclipse.core.filesystem-1.7.0.pom (2.3 kB at 70 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.100/org.eclipse.core.filesystem-1.7.100.pom (2.3 kB at 64 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.200/org.eclipse.core.filesystem-1.7.200.pom (2.3 kB at 56 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.300/org.eclipse.core.filesystem-1.7.300.pom (2.3 kB at 82 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.400/org.eclipse.core.filesystem-1.7.400.pom (2.3 kB at 48 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.500/org.eclipse.core.filesystem-1.7.500.pom (2.3 kB at 61 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.600/org.eclipse.core.filesystem-1.7.600.pom (2.3 kB at 77 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom (2.3 kB at 26 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.0/org.eclipse.core.resources-3.13.0.pom (2.5 kB at 74 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.100/org.eclipse.core.resources-3.13.100.pom (2.5 kB at 70 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.200/org.eclipse.core.resources-3.13.200.pom (2.5 kB at 82 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.300/org.eclipse.core.resources-3.13.300.pom (2.5 kB at 87 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.400/org.eclipse.core.resources-3.13.400.pom (2.5 kB at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.500/org.eclipse.core.resources-3.13.500.pom (2.5 kB at 59 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.600/org.eclipse.core.resources-3.13.600.pom (2.5 kB at 84 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom (2.5 kB at 59 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.pom (2.5 kB at 68 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml (708 B at 37 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.6.0/org.eclipse.text-3.6.0.pom (2.1 kB at 103 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml (649 B at 31 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://maven.inria.fr/artifactory/spoon-public-snapshot/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.8.0/org.eclipse.core.commands-3.8.0.pom (1.9 kB at 63 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.8.1/org.eclipse.core.commands-3.8.1.pom (1.9 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.0/org.eclipse.core.commands-3.9.0.pom (1.9 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.100/org.eclipse.core.commands-3.9.100.pom (1.9 kB at 73 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.200/org.eclipse.core.commands-3.9.200.pom (1.9 kB at 53 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.300/org.eclipse.core.commands-3.9.300.pom (1.9 kB at 52 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.400/org.eclipse.core.commands-3.9.400.pom (1.9 kB at 69 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.500/org.eclipse.core.commands-3.9.500.pom (1.9 kB at 71 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.600/org.eclipse.core.commands-3.9.600.pom (1.9 kB at 57 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom (1.9 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.6.100/org.eclipse.text-3.6.100.pom (2.1 kB at 104 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.6.300/org.eclipse.text-3.6.300.pom (2.1 kB at 99 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.7.0/org.eclipse.text-3.7.0.pom (2.4 kB at 121 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.8.0/org.eclipse.text-3.8.0.pom (2.4 kB at 106 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.8.100/org.eclipse.text-3.8.100.pom (2.4 kB at 122 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.8.200/org.eclipse.text-3.8.200.pom (2.4 kB at 122 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.9.0/org.eclipse.text-3.9.0.pom (2.4 kB at 129 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.0/org.eclipse.text-3.10.0.pom (2.4 kB at 122 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.pom (2.4 kB at 122 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom (2.4 kB at 122 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.pom (2.4 kB at 117 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 777 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.10/jackson-databind-2.9.10.pom (6.4 kB at 307 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/gumtreediff/core/2.1.2/core-2.1.2.pom (2.3 kB at 117 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/atteo/classindex/classindex/3.4/classindex-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/atteo/classindex/classindex/3.4/classindex-3.4.pom (3.4 kB at 171 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/atteo/classindex/parent/3.4/parent-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/atteo/classindex/parent/3.4/parent-3.4.pom (1.3 kB at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/atteo/parent/1.14/parent-1.14.pom (16 kB at 808 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.pom (1.3 kB at 60 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/mpkorstanje/simmetrics/3.2.3/simmetrics-3.2.3.pom (7.3 kB at 330 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 611 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.6 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/apache/15/apache-15.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/apache/15/apache-15.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/15/apache-15.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 762 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.pom (1.4 kB at 72 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.pom (1.9 kB at 100 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.2/gson-parent-2.8.2.pom (3.7 kB at 194 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.pom (2.5 kB at 134 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht/1.0.1/jgrapht-1.0.1.pom (6.5 kB at 310 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom (2.5 kB at 133 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom (3.8 kB at 199 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/3.5.3.201412180710-r/org.eclipse.jgit-3.5.3.201412180710-r.pom (6.2 kB at 152 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/3.5.3.201412180710-r/org.eclipse.jgit-parent-3.5.3.201412180710-r.pom (23 kB at 778 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom (3.2 kB at 162 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom (4.3 kB at 217 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom (6.0 kB at 300 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1.3/httpcomponents-client-4.1.3.pom (12 kB at 638 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/5/project-5.pom (23 kB at 1.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom (7.4 kB at 352 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1.4/httpcomponents-core-4.1.4.pom (9.8 kB at 489 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 765 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 642 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 500 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.pom (5.6 kB at 278 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/1.3.0.201202151440-r/org.eclipse.jgit-1.3.0.201202151440-r.pom (5.9 kB at 156 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/1.3.0.201202151440-r/org.eclipse.jgit-parent-1.3.0.201202151440-r.pom (16 kB at 68 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (3.4 kB at 179 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.pom (28 kB at 955 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.pom (5.1 kB at 256 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.pom (13 kB at 670 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom (963 B at 48 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 853 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.6 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 336 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 784 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 263 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 561 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.7.3/jackson-core-2.7.3.pom (5.1 kB at 266 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom (8.1 kB at 388 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/25/oss-parent-25.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/25/oss-parent-25.pom (19 kB at 776 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.7.3/jackson-databind-2.7.3.pom (5.2 kB at 247 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom (1.5 kB at 77 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.pom (3.5 kB at 174 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom (6.8 kB at 339 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom (2.2 kB at 108 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom (1.9 kB at 99 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/excalibur/excalibur/1/excalibur-1.pom (8.0 kB at 398 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom (2.9 kB at 115 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 61 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.pom (1.3 kB at 66 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 112 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 614 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom (7.5 kB at 355 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 35 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 323 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 494 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.6/commons-csv-1.6.pom (21 kB at 921 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom (13 kB at 597 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom (62 kB at 1.7 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.pom (23 kB at 926 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom (1.1 kB at 57 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.9.6/picocli-3.9.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.9.6/picocli-3.9.6.pom (1.4 kB at 76 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 401 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom (10 kB at 475 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 86 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 536 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 120 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 47 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 255 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 76 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 410 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.2 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.pom (3.0 kB at 149 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom (1.4 kB at 71 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom (13 kB at 550 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom (9.3 kB at 228 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom (27 kB at 1.0 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.11/reflections-0.9.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.11/reflections-0.9.11.pom (9.9 kB at 469 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.pom (9.8 kB at 492 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/releases/: https://tdurieux.github.io/maven-repository/releases/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.4 kB/s) [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.4 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20201013.065620-1.pom [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20201013.065620-1.pom (9.0 kB at 41 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 864 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/json/json/20180130/json-20180130.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/json/json/20180130/json-20180130.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20180130/json-20180130.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20180130/json-20180130.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20180130/json-20180130.pom (5.7 kB at 298 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0.201803080745-r.pom (9.5 kB at 135 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.11.0.201803080745-r/org.eclipse.jgit-parent-4.11.0.201803080745-r.pom (29 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 287 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.7/gumtree-spoon-ast-diff-1.7.pom (8.3 kB at 394 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.0.0/spoon-core-7.0.0.pom (22 kB at 946 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.13.102/org.eclipse.jdt.core-3.13.102.pom (2.6 kB at 51 kB/s) [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 202 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/gumtreediff/core/2.1.0/core-2.1.0.pom (2.2 kB at 102 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.pom (915 B at 44 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/nanohttpd/nanohttpd-project/2.2.0/nanohttpd-project-2.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/nanohttpd/nanohttpd-project/2.2.0/nanohttpd-project-2.2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/nanohttpd/nanohttpd-project/2.2.0/nanohttpd-project-2.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/nanohttpd/nanohttpd-project/2.2.0/nanohttpd-project-2.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/nanohttpd/nanohttpd-project/2.2.0/nanohttpd-project-2.2.0.pom (14 kB at 685 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.pom (2.7 kB at 144 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ml/dmlc/xgboost-jvm/0.72/xgboost-jvm-0.72.pom (18 kB at 850 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.pom (1.9 kB at 101 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom (1.4 kB at 71 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/typesafe/config/1.2.1/config-1.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/typesafe/config/1.2.1/config-1.2.1.pom (1.9 kB at 89 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.pom (5.7 kB at 283 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07.pom (3.1 kB at 147 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom (1.9 kB at 97 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (5.5 kB at 275 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.pom (1.6 kB at 79 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.pom (3.0 kB at 150 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom (10 kB at 545 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.pom (2.4 kB at 118 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom (1.4 kB at 68 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom (1.6 kB at 83 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.pom (2.5 kB at 120 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom (1.4 kB at 71 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.pom (2.2 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom (1.4 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.pom (9.3 kB at 176 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.8.0.201706111038-r/org.eclipse.jgit-parent-4.8.0.201706111038-r.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit-parent/4.8.0.201706111038-r/org.eclipse.jgit-parent-4.8.0.201706111038-r.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.8.0.201706111038-r/org.eclipse.jgit-parent-4.8.0.201706111038-r.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.8.0.201706111038-r/org.eclipse.jgit-parent-4.8.0.201706111038-r.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.8.0.201706111038-r/org.eclipse.jgit-parent-4.8.0.201706111038-r.pom (29 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.6/httpclient-4.3.6.pom (5.2 kB at 260 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.6/httpcomponents-client-4.3.6.pom (16 kB at 638 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.3/httpcore-4.3.3.pom (4.6 kB at 219 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.3/httpcomponents-core-4.3.3.pom (13 kB at 573 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 874 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.7 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 251 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.pom (748 B at 17 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7/plexus-containers-1.7.pom (4.8 kB at 238 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.pom (3.6 kB at 128 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.21.0/surefire-2.21.0.pom (28 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.pom (2.0 kB at 101 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 137 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 77 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 16 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 188 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 936 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 112 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 79 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.pom (11 kB at 496 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/7.5.0/spoon-core-7.5.0.pom (6.6 kB at 314 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom (6.4 kB at 339 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (5.5 kB at 290 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (12 kB at 619 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (4.1 kB at 214 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 829 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 182 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/junit/junit/4.10/junit-4.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/junit/junit/4.10/junit-4.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/junit/junit/4.10/junit-4.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom (2.3 kB at 123 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 25 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 309 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.pom (9.8 kB at 491 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.pom (10 kB at 503 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.pom (6.6 kB at 332 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest-parent/1.4.7/pitest-parent-1.4.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest-parent/1.4.7/pitest-parent-1.4.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-parent/1.4.7/pitest-parent-1.4.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-parent/1.4.7/pitest-parent-1.4.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-parent/1.4.7/pitest-parent-1.4.7.pom (9.0 kB at 451 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest/1.4.7/pitest-1.4.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest/1.4.7/pitest-1.4.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest/1.4.7/pitest-1.4.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest/1.4.7/pitest-1.4.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest/1.4.7/pitest-1.4.7.pom (7.9 kB at 378 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.pom (2.4 kB at 125 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 65 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 89 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 92 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.pom (2.4 kB at 126 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 120 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 62 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.pom (2.2 kB at 105 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.pom (6.3 kB at 317 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.0-alpha0/slf4j-api-2.0.0-alpha0.pom (1.7 kB at 87 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.0-alpha0/slf4j-parent-2.0.0-alpha0.pom (16 kB at 766 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/wumpz/diffutils/3.0/diffutils-3.0.pom (9.4 kB at 429 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.pom (9.0 kB at 33 kB/s) [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.text/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 625 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.pom (2.7 kB at 136 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/gzoltar/com.gzoltar.build/1.7.2/com.gzoltar.build-1.7.2.pom (17 kB at 671 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.24.1-GA/javassist-3.24.1-GA.pom (11 kB at 513 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.core/0.8.1/org.jacoco.core-0.8.1.pom (2.3 kB at 111 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacoco/org.jacoco.build/0.8.1/org.jacoco.build-0.8.1.pom (38 kB at 1.4 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0/asm-6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0/asm-6.0.pom (1.9 kB at 97 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0/asm-parent-6.0.pom (5.5 kB at 289 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/6.0/asm-commons-6.0.pom (2.1 kB at 105 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/6.0/asm-tree-6.0.pom (2.1 kB at 104 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/6.0/asm-analysis-6.0.pom (2.1 kB at 100 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/6.0/asm-util-6.0.pom (2.1 kB at 104 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 918 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.2 kB/s) [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 5.6 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.pom (5.3 kB at 23 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom (20 kB at 855 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.jdt.core/3.13.50.v20171007-0855/org.eclipse.jdt.core-3.13.50.v20171007-0855.pom (1.0 kB at 51 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 108 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 605 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 78 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from EvoSuite: http://www.evosuite.org/m2/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 3.7 kB/s) [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloading from maven.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 5.9 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/nopol-0.2-20180308.143049-1.pom [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/nopol-0.2-20180308.143049-1.pom (17 kB at 83 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.9-RC1/reflections-0.9.9-RC1.pom (3.6 kB at 189 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections-parent/0.9.9-RC1/reflections-parent-0.9.9-RC1.pom (3.4 kB at 171 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 304 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 103 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.16.1-GA/javassist-3.16.1-GA.pom (9.0 kB at 452 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 338 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 329 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 333 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (12 kB at 495 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (15 kB at 589 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (5.0 kB at 239 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 142 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 590 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.pom (462 B at 960 B/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.0.0/spoon-core-6.0.0.pom (18 kB at 268 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.pom (4.2 kB at 14 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/sacha/infra/0.1/infra-0.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [WARNING] Checksum validation failed, expected a818d65074e6501a6664e95e8b1f20cc5c5f5780 but is be183395f0431f772aa9600cfff665f4c9d009fc from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom: Checksum validation failed, expected a818d65074e6501a6664e95e8b1f20cc5c5f5780 but is be183395f0431f772aa9600cfff665f4c9d009fc [WARNING] Checksum validation failed, expected a818d65074e6501a6664e95e8b1f20cc5c5f5780 but is be183395f0431f772aa9600cfff665f4c9d009fc from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/sacha/infra/0.1/infra-0.1.pom (3.4 kB at 8.8 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from inria: http://spoon.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://spoon.gforge.inria.fr/repositories/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.pom (462 B at 1.2 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3/commons-cli-1.3.pom (10 kB at 208 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/cloudbees/diff4j/1.2/diff4j-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/cloudbees/diff4j/1.2/diff4j-1.2.pom (3.2 kB at 161 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/cloudbees/cloudbees-oss-parent/4/cloudbees-oss-parent-4.pom (8.2 kB at 242 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/localizer/localizer/1.12/localizer-1.12.pom (690 B at 34 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/localizer/localizer-parent/1.12/localizer-parent-1.12.pom (1.7 kB at 85 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/json/json/20160810/json-20160810.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/json/json/20160810/json-20160810.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20160810/json-20160810.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20160810/json-20160810.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20160810/json-20160810.pom (5.7 kB at 315 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.pom (3.5 kB at 176 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.pom (3.1 kB at 157 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.pom (3.0 kB at 124 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.pom (5.4 kB at 269 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.pom (1.3 kB at 63 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/10/oss-parent-10.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/10/oss-parent-10.pom (23 kB at 803 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.pom (6.0 kB at 299 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 305 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 386 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.pom (2.4 kB at 61 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/fge/btf/1.2/btf-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/fge/btf/1.2/btf-1.2.pom (1.5 kB at 30 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/fge/uri-template/0.9/uri-template-0.9.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/fge/uri-template/0.9/uri-template-0.9.pom (2.8 kB at 146 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.pom (1.3 kB at 63 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 204 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/mail/mailapi/1.4.3/mailapi-1.4.3.pom (3.9 kB at 196 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.4.3/all-1.4.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.4.3/all-1.4.3.pom (13 kB at 559 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.pom (33 kB at 1.1 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.pom (2.4 kB at 128 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber-parent/8.0.0/libphonenumber-parent-8.0.0.pom (5.6 kB at 282 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom (14 kB at 606 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom (5.2 kB at 272 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom (2.8 kB at 75 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom (13 kB at 427 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.pom (68 kB at 1.7 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-parent/5.7.0/activemq-parent-5.7.0.pom (51 kB at 1.7 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom (2.7 kB at 134 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 344 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.pom (2.6 kB at 136 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 kB at 545 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 kB at 838 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (1.8 kB at 74 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 kB at 528 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.pom (3.2 kB at 167 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.pom (3.0 kB at 149 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/protobuf/activemq-protobuf-pom/1.1/activemq-protobuf-pom-1.1.pom (11 kB at 271 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.pom (6.1 kB at 306 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client-project/1.3/mqtt-client-project-1.3.pom (11 kB at 476 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.pom (2.8 kB at 141 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-project/1.11/hawtdispatch-project-1.11.pom (13 kB at 585 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.pom (3.0 kB at 149 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.pom (2.5 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.pom (7.0 kB at 368 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-parent/3.0.7.RELEASE/spring-parent-3.0.7.RELEASE.pom (8.4 kB at 365 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.pom (2.6 kB at 122 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 15 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.pom (2.0 kB at 102 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.pom (2.2 kB at 111 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.pom (2.2 kB at 109 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.pom (1.6 kB at 54 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.pom (18 kB at 682 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 kB at 1.4 MB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 262 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0f47cdb2556b8003d717c62325fef4dbf09a2bae/nopol-0f47cdb2556b8003d717c62325fef4dbf09a2bae.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0f47cdb2556b8003d717c62325fef4dbf09a2bae/nopol-0f47cdb2556b8003d717c62325fef4dbf09a2bae.pom [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0f47cdb2556b8003d717c62325fef4dbf09a2bae/nopol-0f47cdb2556b8003d717c62325fef4dbf09a2bae.pom (17 kB at 56 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloading from tdurieux.github.io/maven-repository/snapshots/: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.2 kB/s) [WARNING] Could not transfer metadata fr.inria.gforge.spoon:spoon-core:7.5.0-SNAPSHOT/maven-metadata.xml from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml 503 Service Unavailable [WARNING] Could not transfer metadata fr.inria.gforge.spoon:spoon-core:7.5.0-SNAPSHOT/maven-metadata.xml from/to oss-snapshot (https://oss.sonatype.org/content/repositories/snapshots/): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml 503 Service Unavailable [WARNING] Failure to transfer fr.inria.gforge.spoon:spoon-core:7.5.0-SNAPSHOT/maven-metadata.xml from https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of ossrh has elapsed or updates are forced. Original error: Could not transfer metadata fr.inria.gforge.spoon:spoon-core:7.5.0-SNAPSHOT/maven-metadata.xml from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml 503 Service Unavailable [WARNING] Failure to transfer fr.inria.gforge.spoon:spoon-core:7.5.0-SNAPSHOT/maven-metadata.xml from https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of oss-snapshot has elapsed or updates are forced. Original error: Could not transfer metadata fr.inria.gforge.spoon:spoon-core:7.5.0-SNAPSHOT/maven-metadata.xml from/to oss-snapshot (https://oss.sonatype.org/content/repositories/snapshots/): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml 503 Service Unavailable [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from sachaproject.gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloading from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom [INFO] Downloaded from gforge.inria.fr-snapshot: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/spoon-core-7.5.0-20190727.224133-116.pom (6.8 kB at 30 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/json/json/20190722/json-20190722.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/info/picocli/picocli/3.9.6/picocli-3.9.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20201013.065620-1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/automatic-diff-dissection-1.1-20201013.065620-1.jar (88 kB at 26 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest/1.4.7/pitest-1.4.7.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/CocoSpoon-1.0.0-20190408.122227-1.jar (21 kB at 4.1 kB/s) [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0f47cdb2556b8003d717c62325fef4dbf09a2bae/nopol-0f47cdb2556b8003d717c62325fef4dbf09a2bae.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/json/json/20190722/json-20190722.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/info/picocli/picocli/3.9.6/picocli-3.9.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest/1.4.7/pitest-1.4.7.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/inria/sacha/automaticRepair/astor/20190919/astor-20190919.jar (955 kB at 192 kB/s) [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0f47cdb2556b8003d717c62325fef4dbf09a2bae/nopol-0f47cdb2556b8003d717c62325fef4dbf09a2bae.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloading from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloaded from tdurieux-maven-repository-release: https://tdurieux.github.io/maven-repository/releases/fr/inria/gforge/spirals/nopol/0f47cdb2556b8003d717c62325fef4dbf09a2bae/nopol-0f47cdb2556b8003d717c62325fef4dbf09a2bae.jar (608 kB at 90 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20190722/json-20190722.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/sorald-1.1-20200928.114859-2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/info/picocli/picocli/3.9.6/picocli-3.9.6.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest/1.4.7/pitest-1.4.7.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloading from ossrh: https://oss.sonatype.org/content/repositories/snapshots/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20190722/json-20190722.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20190722/json-20190722.jar (65 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 4.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.13.0/log4j-to-slf4j-2.13.0.jar (17 kB at 160 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 2.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 835 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar (778 kB at 5.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 3.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/8.2.0-beta-12/spoon-core-8.2.0-beta-12.jar (1.8 MB at 9.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/sslr/sslr-core/1.23/sslr-core-1.23.jar (198 kB at 995 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/cglib/cglib-nodep/3.2.5/cglib-nodep-3.2.5.jar (353 kB at 1.8 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 515 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 316 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 226 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 332 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-commons/1.10.2.456/sonar-analyzer-commons-1.10.2.456.jar (73 kB at 297 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 135 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-xml-parsing/1.10.2.456/sonar-xml-parsing-1.10.2.456.jar (32 kB at 121 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/sonarqube/sonar-plugin-api/7.4-alpha2/sonar-plugin-api-7.4-alpha2.jar (4.0 MB at 15 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-recognizers/1.10.2.456/sonar-analyzer-recognizers-1.10.2.456.jar (9.7 kB at 35 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonarsource/analyzer-commons/sonar-analyzer-test-commons/1.10.2.456/sonar-analyzer-test-commons-1.10.2.456.jar (59 kB at 205 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 700 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar (1.4 MB at 4.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.12/reflections-0.9.12.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.0/woodstox-core-5.2.0.jar (518 kB at 1.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 313 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.1/stax2-api-4.1.jar (170 kB at 499 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 595 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.15/log4j-1.2.15.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar (1.2 MB at 3.2 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 2.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.15/log4j-1.2.15.jar (392 kB at 1.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 129 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar (300 kB at 694 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.jar (389 kB at 868 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/labs/gumtree-spoon-ast-diff/1.23/gumtree-spoon-ast-diff-1.23.jar (41 kB at 90 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/atteo/classindex/classindex/3.4/classindex-3.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/lingala/zip4j/zip4j/1.3.2/zip4j-1.3.2.jar (131 kB at 287 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/atteo/classindex/classindex/3.4/classindex-3.4.jar (32 kB at 67 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/gumtreediff/core/2.1.2/core-2.1.2.jar (231 kB at 480 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.20.0/org.eclipse.jdt.core-3.20.0.jar (7.0 MB at 15 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/mpkorstanje/simmetrics-core/3.2.3/simmetrics-core-3.2.3.jar (100 kB at 206 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/plutext/jaxb-svg11/1.0.2/jaxb-svg11-1.0.2.jar (280 kB at 546 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.0.1/jgrapht-core-1.0.1.jar (565 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gitective/gitective-core/0.9.9/gitective-core-0.9.9.jar (117 kB at 217 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar (16 kB at 30 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/engio/mbassador/1.2.4.2/mbassador-1.2.4.2.jar (97 kB at 175 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar (33 kB at 58 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar (61 kB at 105 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.1/xmlgraphics-commons-2.1.jar (645 kB at 1.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/arnx/wmf2svg/0.9.8/wmf2svg-0.9.8.jar (87 kB at 141 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar (276 kB at 444 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar (149 kB at 226 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 251 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 594 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar (3.2 MB at 4.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spoonlabs/coming/5.1.0/coming-5.1.0.jar (25 MB at 32 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.6/commons-csv-1.6.jar (42 kB at 55 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.jar (266 kB at 335 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/docx4j/docx4j/3.3.0/docx4j-3.3.0.jar (5.1 MB at 6.4 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.9.6/picocli-3.9.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar (233 kB at 288 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar (16 kB at 20 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.11.2/log4j-core-2.11.2.jar (1.6 MB at 2.0 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/3.9.6/picocli-3.9.6.jar (265 kB at 321 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 5.5 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.6 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 227 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 10 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar (2.5 MB at 2.9 MB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 16 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 4.0 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/tech/sourced/siva-java/0.1.3/siva-java-0.1.3.jar (13 kB at 14 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/nanohttpd/nanohttpd/2.2.0/nanohttpd-2.2.0.jar (47 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/typesafe/config/1.2.1/config-1.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 3.1 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/typesafe/config/1.2.1/config-1.2.1.jar (220 kB at 238 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ml/dmlc/xgboost4j/0.72/xgboost4j-0.72.jar (2.1 MB at 2.3 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/reflectasm/reflectasm/1.07/reflectasm-1.07-shaded.jar (66 kB at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/minlog/1.2/minlog-1.2.jar (5.0 kB at 5.1 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/typesafe/akka/akka-actor_2.11/2.3.11/akka-actor_2.11-2.3.11.jar (2.6 MB at 2.7 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/1.2/objenesis-1.2.jar (36 kB at 37 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/kryo/kryo/2.21/kryo-2.21.jar (363 kB at 348 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.jar (5.7 MB at 5.5 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar (648 kB at 599 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar (424 kB at 387 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar (46 kB at 42 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 144 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar (15 MB at 13 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 28 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 207 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7/plexus-component-annotations-1.7.jar (4.3 kB at 3.5 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-report-parser/2.21.0/surefire-report-parser-2.21.0.jar (63 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.21.0/surefire-logger-api-2.21.0.jar (13 kB at 11 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 8.2 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 142 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 49 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 129 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/4.8.0.201706111038-r/org.eclipse.jgit-4.8.0.201706111038-r.jar (2.5 MB at 1.9 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar (4.6 MB at 3.6 MB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 12 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 43 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/eu/stamp-project/assert-fixer/1.0.8/assert-fixer-1.0.8.jar (46 kB at 36 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest/1.4.7/pitest-1.4.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/eu/stamp-project/test-runner/2.1.1/test-runner-2.1.1.jar (151 kB at 116 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/eu/stamp-project/descartes/1.2.4/descartes-1.2.4.jar (140 kB at 106 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-entry/1.4.7/pitest-entry-1.4.7.jar (608 kB at 459 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.3.2/junit-jupiter-api-5.3.2.jar (115 kB at 87 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 1.6 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 5.3 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest/1.4.7/pitest-1.4.7.jar (708 kB at 524 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 57 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.3.2/junit-jupiter-engine-5.3.2.jar (150 kB at 110 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 101 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 19 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 68 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.3.2/junit-jupiter-params-5.3.2.jar (501 kB at 362 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/pitest/pitest-junit5-plugin/0.8/pitest-junit5-plugin-0.8.jar (453 kB at 325 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/wumpz/diffutils/3.0/diffutils-3.0.jar (46 kB at 33 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 405 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-validator/2.2.10/json-schema-validator-2.2.10.jar (237 kB at 166 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.jar (31 kB at 22 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easytesting/fest-assert/1.4/fest-assert-1.4.jar (78 kB at 55 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/fge/btf/1.2/btf-1.2.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/jackson-coreutils/1.9/jackson-coreutils-1.9.jar (31 kB at 22 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/fge/uri-template/0.9/uri-template-0.9.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/java-json-tools/json-schema-core/1.2.10/json-schema-core-1.2.10.jar (174 kB at 121 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/fge/btf/1.2/btf-1.2.jar (8.9 kB at 6.2 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/fge/msg-simple/1.1/msg-simple-1.1.jar (37 kB at 25 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/gzoltar/com.gzoltar.core/1.7.2/com.gzoltar.core-1.7.2.jar (149 kB at 101 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/mail/mailapi/1.4.3/mailapi-1.4.3.jar (250 kB at 169 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/fge/uri-template/0.9/uri-template-0.9.jar (57 kB at 39 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.7.1/rhino-1.7.7.1.jar (1.3 MB at 845 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.9.7/joda-time-2.9.7.jar (633 kB at 421 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/libphonenumber/libphonenumber/8.0.0/libphonenumber-8.0.0.jar (327 kB at 216 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar (30 kB at 20 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 13 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (78 kB at 52 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 12 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.1.1/geronimo-jms_1.1_spec-1.1.1.jar (32 kB at 21 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/kahadb/5.7.0/kahadb-5.7.0.jar (185 kB at 120 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar (63 kB at 41 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/protobuf/activemq-protobuf/1.1/activemq-protobuf-1.1.jar (148 kB at 95 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch-transport/1.11/hawtdispatch-transport-1.11.jar (105 kB at 67 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/mqtt-client/mqtt-client/1.3/mqtt-client-1.3.jar (111 kB at 71 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/hawtdispatch/hawtdispatch/1.11/hawtdispatch-1.11.jar (109 kB at 69 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-j2ee-management_1.1_spec/1.0.1/geronimo-j2ee-management_1.1_spec-1.0.1.jar (20 kB at 13 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar (321 kB at 201 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar (670 kB at 418 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 2.8 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar (384 kB at 236 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar (170 kB at 104 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar (557 kB at 341 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar (53 kB at 32 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/cloudbees/diff4j/1.2/diff4j-1.2.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.jar (273 kB at 166 kB/s) [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 76 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/localizer/localizer/1.12/localizer-1.12.jar (6.7 kB at 4.0 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/cloudbees/diff4j/1.2/diff4j-1.2.jar (53 kB at 31 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-core/5.7.0/activemq-core-5.7.0.jar (4.0 MB at 2.3 MB/s) [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.jar [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.jar [INFO] Downloading from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.jar [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks-testkit/5.14.0-SNAPSHOT/java-checks-testkit-5.14.0-20200506.172324-1.jar (26 kB at 396 kB/s) [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-frontend/5.14.0-SNAPSHOT/java-frontend-5.14.0-20200506.172229-1.jar (991 kB at 6.6 MB/s) [INFO] Downloaded from fermadeiral-maven-repository-snapshots: https://fermadeiral.github.io/maven-repository/snapshots/org/sonarsource/java/java-checks/5.14.0-SNAPSHOT/java-checks-5.14.0-20200506.172423-1.jar (2.1 MB at 7.9 MB/s) [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloading from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/microsoft/z3/z3/0.0.1/z3-0.0.1.jar (134 kB at 187 kB/s) [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/org/smtlib/smtlib/0.9.7.1/smtlib-0.9.7.1.jar (408 kB at 503 kB/s) [WARNING] Could not validate integrity of download from http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar: Checksum validation failed, no checksums available [WARNING] Checksum validation failed, no checksums available from gforge.inria.fr-release for http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar [INFO] Downloaded from gforge.inria.fr-release: http://sachaproject.gforge.inria.fr/repositories/releases/com/gzoltar/gzoltar/0.1.1/gzoltar-0.1.1.jar (3.3 MB at 2.0 MB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:46 min [INFO] Finished at: 2020-12-08T14:04:49Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project repairnator-pipeline: Could not resolve dependencies for project fr.inria.repairnator:repairnator-pipeline:jar:3.3-SNAPSHOT: Could not transfer artifact se.kth.castor:sorald:jar:1.1-20200928.114859-2 from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots): Transfer failed for https://oss.sonatype.org/content/repositories/snapshots/se/kth/castor/sorald/1.1-SNAPSHOT/sorald-1.1-20200928.114859-2.jar 503 Service Unavailable -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-realtime) Stage "repairnator-realtime" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-jenkins-plugin) Stage "repairnator-jenkins-plugin" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (repairnator-maven-repair) Stage "repairnator-maven-repair" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE