Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Build eclipse-glsp/glsp-eclipse-integration/master (#34) FAILURE

Job: eclipse-glsp/glsp-eclipse-integration/master
Build Number: 34
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-eclipse-integration/job/master/34/
Push event to branch master
Started by user Tobias Ortmayr
Rebuilds build #33
Running as Tobias Ortmayr
Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 56116e3095d4797f473d234e3717034b2937b3c4
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes glsp/glsp-eclipse-agent-pod-s7v3c-wkr7m
Agent glsp-eclipse-agent-pod-s7v3c-wkr7m is provisioned from template glsp-eclipse-agent-pod-s7v3c
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-eclipse-integration/job/master/34/";
    runUrl: "job/eclipse-glsp/job/glsp-eclipse-integration/job/master/34/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "828d24b950fb5abc3f9d2e66515bb1cd9d6f0f58"
    jenkins/label: "glsp-eclipse-agent-pod"
  name: "glsp-eclipse-agent-pod-s7v3c-wkr7m"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins"
    image: "eclipseglsp/ci:alpine-v4.0"
    name: "ci"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "glsp-eclipse-agent-pod-s7v3c-wkr7m"
    - name: "JENKINS_NAME"
      value: "glsp-eclipse-agent-pod-s7v3c-wkr7m"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/";
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3044.vb_940a_a_e4f72e"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on glsp-eclipse-agent-pod-s7v3c-wkr7m in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-glsp
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-glsp/glsp-eclipse-integration.git
 > git init /home/jenkins/agent/workspace/_glsp-eclipse-integration_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-eclipse-integration.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub app GLSP
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp-eclipse-integration.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-eclipse-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 56116e3095d4797f473d234e3717034b2937b3c4 (master)
Commit message: "Update to Jetty 10 (#70)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 56116e3095d4797f473d234e3717034b2937b3c4 # timeout=10
 > git rev-list --no-walk 56116e3095d4797f473d234e3717034b2937b3c4 # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build client)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ lerna run prepare && yarn copy:client
lerna notice cli v6.4.1
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target prepare for 2 projects:

    - @eclipse-glsp-examples/workflow-webapp
    - @eclipse-glsp/ide

 

> @eclipse-glsp/ide:prepare

@eclipse-glsp/ide: yarn run v1.22.19
@eclipse-glsp/ide: $ yarn clean && yarn build
@eclipse-glsp/ide: $ rimraf lib tsconfig.tsbuildinfo
@eclipse-glsp/ide: $ tsc -b
@eclipse-glsp/ide: Done in 4.39s.

> @eclipse-glsp-examples/workflow-webapp:prepare

@eclipse-glsp-examples/workflow-webapp: yarn run v1.22.19
@eclipse-glsp-examples/workflow-webapp: $ yarn clean && yarn build
@eclipse-glsp-examples/workflow-webapp: $ rimraf lib tsconfig.tsbuildinfo app/bundle.js app/bundle.js.map
@eclipse-glsp-examples/workflow-webapp: $ tsc -b && webpack
@eclipse-glsp-examples/workflow-webapp: asset bundle.js 2.56 MiB [emitted] (name: main) 1 related asset
@eclipse-glsp-examples/workflow-webapp: asset aeb98e0beefa59d80a39.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42 66.3 KiB [emitted] [immutable] [from: ../../node_modules/@vscode/codicons/dist/codicon.ttf?7cea6a135a6c0359d1f6d18e6b2c5c42] (auxiliary name: main)
@eclipse-glsp-examples/workflow-webapp: asset node_modules_vscode-ws-jsonrpc_lib_index_js.bundle.js 22.7 KiB [emitted] 1 related asset
@eclipse-glsp-examples/workflow-webapp: runtime modules 7.12 KiB 11 modules
@eclipse-glsp-examples/workflow-webapp: orphan modules 11 bytes [orphan] 1 module
@eclipse-glsp-examples/workflow-webapp: modules by path ../../node_modules/ 2.14 MiB (javascript) 66.3 KiB (asset) 463 modules
@eclipse-glsp-examples/workflow-webapp: modules by path ../../packages/ide/lib/ 15.8 KiB
@eclipse-glsp-examples/workflow-webapp:   modules by path ../../packages/ide/lib/features/ 10.3 KiB 4 modules
@eclipse-glsp-examples/workflow-webapp:   + 3 modules
@eclipse-glsp-examples/workflow-webapp: modules by path ./ 9.14 KiB
@eclipse-glsp-examples/workflow-webapp:   modules by path ./lib/*.js 5.96 KiB 3 modules
@eclipse-glsp-examples/workflow-webapp:   modules by path ./css/*.css 3.18 KiB 2 modules
@eclipse-glsp-examples/workflow-webapp: modules by mime type image/svg+xml 1.57 KiB
@eclipse-glsp-examples/workflow-webapp:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 396 bytes [built] [code generated]
@eclipse-glsp-examples/workflow-webapp:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 406 bytes [built] [code generated]
@eclipse-glsp-examples/workflow-webapp:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 407 bytes [built] [code generated]
@eclipse-glsp-examples/workflow-webapp:   data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3.. 403 bytes [built] [code generated]
@eclipse-glsp-examples/workflow-webapp: webpack 5.75.0 compiled successfully in 5117 ms
@eclipse-glsp-examples/workflow-webapp: Done in 10.23s.

 

 >  Lerna (powered by Nx)   Successfully ran target prepare for 2 projects


yarn run v1.22.19
$ copyfiles -f ./examples/workflow-webapp/app/* ../server/example/org.eclipse.glsp.ide.workflow.editor/diagram
Done in 0.18s.
Done in 45.19s.
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git diff --name-only
+ grep -q ^yarn.lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Server)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -B '-Dmaven.repo.local=/home/jenkins/agent/workspace/_glsp-eclipse-integration_master/.m2' -DskipTests -Dcheckstyle.skip
[INFO] Scanning for projects...
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom (2.1 kB at 4.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 241 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom (7.1 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom (1.1 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom (1.1 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 72 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 349 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 117 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 331 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 185 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 731 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (16 kB at 230 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 294 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (18 kB at 271 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 220 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 66 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 9.1 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom (1.8 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom (1.0 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 11 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 90 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 396 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom (1.7 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom (1.4 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 144 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom (1.0 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom (2.3 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 2.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 629 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar (56 kB at 167 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 205 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 150 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 534 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 271 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 192 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.4 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 6.1 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 73 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 219 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 2.4 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 25 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar (28 kB at 44 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar (46 kB at 71 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 6.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 53 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar (297 kB at 4.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar (167 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar (65 kB at 996 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 175 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 155 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 647 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom (16 kB at 244 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 938 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom (7.7 kB at 117 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 147 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 577 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom (15 kB at 229 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar (31 kB at 463 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar (45 kB at 667 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom (2.1 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom (965 B at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar (91 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar (40 kB at 583 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 108 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 167 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 519 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (17 kB at 259 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 423 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 659 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 66 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 218 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 103 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 210 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 229 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 116 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 315 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 106 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 202 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 126 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 118 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 297 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 429 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (15 kB at 242 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 216 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 166 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 244 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 5.8 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 122 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 159 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 65 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 81 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 374 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 74 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 59 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 219 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 92 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 495 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 390 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar (140 kB at 1.9 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom (1.7 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar (14 kB at 219 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 216 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 170 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 1.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 60 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 174 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 388 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (15 kB at 206 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 342 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom (2.4 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar (30 kB at 397 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom (3.0 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 169 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 837 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (15 kB at 221 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom (2.2 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 173 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 426 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 81 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 392 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 712 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 716 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 187 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 606 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 243 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom (8.3 kB at 130 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar (88 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 65 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 214 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom (3.5 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom (3.4 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom (1.9 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom (3.3 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom (3.3 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom (3.3 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom (3.3 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom (3.4 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom (3.4 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom (2.1 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 44 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 410 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 168 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 226 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 115 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 350 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 499 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (4.1 kB at 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/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 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 7.8 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 90 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.2/junit-4.13.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 416 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 145 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 336 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 244 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar (26 kB at 382 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 929 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 580 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 7.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 3.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 2.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 2.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 14 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 315 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 519 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 1.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 2.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/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 443 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 86 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 622 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 322 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 135 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 59 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 633 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 49 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 67 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 70 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 196 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 536 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 59 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 614 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 202 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 300 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (13 kB at 200 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 355 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 206 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 358 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (14 kB at 225 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 340 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar (8.9 kB at 137 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 183 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 3.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 325 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 172 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 517 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (14 kB at 225 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom (1.8 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar (37 kB at 329 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 5.2 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 33 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar (22 kB at 336 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 2.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 165 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 657 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 476 kB/s)
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.releng.target/r2022-12.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@cfc4601...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-p2/10.0.13/jetty-p2-10.0.13-p2site.zip
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-p2/10.0.13/jetty-p2-10.0.13-p2site.zip (99 kB at 850 kB/s)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/pom.xml
[INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B)
[INFO] Fetching bcpg_1.72.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB)
[INFO] Fetching bcprov_1.72.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB)
[INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.99kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_72.1.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.72MB)
[INFO] Fetching com.sun.jna_5.12.1.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.03kB)
[INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB)
[INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.4.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB)
[INFO] Fetching org.apache.logging.log4j.api_2.19.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (310.12kB)
[INFO] Fetching org.apache.logging.log4j.core_2.19.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (1.78MB)
[INFO] Fetching org.apache.logging.log4j.slf4j2-impl_2.19.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (27.07kB)
[INFO] Fetching slf4j.api_2.0.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (59.92kB)
[INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.23.0.20221114-1200.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.57kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB)
[INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.glsp.graph_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (180.31kB)
[INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.lsp4j_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.lsp4j.websocket_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.2kB)
[INFO] Fetching org.eclipse.glsp.server.websocket_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.glsp.server_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (275.95kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.jar (796 kB at 20 MB/s)
[INFO] Fetching jetty-server10.0.13jar from mvn:org.eclipse.jetty:jetty-server:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.jar (31 kB at 977 kB/s)
[INFO] Fetching websocket-javax-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.jar (568 kB at 11 MB/s)
[INFO] Fetching jetty-util10.0.13jar from mvn:org.eclipse.jetty:jetty-util:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.jar (166 kB at 4.6 MB/s)
[INFO] Fetching jetty-servlet10.0.13jar from mvn:org.eclipse.jetty:jetty-servlet:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.jar (47 kB at 1.3 MB/s)
[INFO] Fetching websocket-javax-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-server:10.0.13:jar:
[INFO] Fetching javax.websocket_1.1.0.20180730.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (42.28kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.jar (159 kB at 3.9 MB/s)
[INFO] Fetching jetty-webapp10.0.13jar from mvn:org.eclipse.jetty:jetty-webapp:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.jar (249 kB at 14 MB/s)
[INFO] Fetching jetty-http10.0.13jar from mvn:org.eclipse.jetty:jetty-http:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.jar (216 kB at 6.4 MB/s)
[INFO] Fetching jetty-io10.0.13jar from mvn:org.eclipse.jetty:jetty-io:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.jar (393 kB at 22 MB/s)
[INFO] Fetching jetty-client10.0.13jar from mvn:org.eclipse.jetty:jetty-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.jar (121 kB at 3.8 MB/s)
[INFO] Fetching websocket-javax-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-common:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.jar (195 kB at 6.3 MB/s)
[INFO] Fetching websocket-core-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-common:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.jar (33 kB at 1.5 MB/s)
[INFO] Fetching websocket-core-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.jar (18 kB at 1.1 MB/s)
[INFO] Fetching websocket-servlet10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-servlet:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.jar (65 kB at 2.0 MB/s)
[INFO] Fetching websocket-core-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-server:10.0.13:jar:
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB)
[INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.jar (17 kB at 1.1 MB/s)
[INFO] Fetching jetty-alpn-client10.0.13jar from mvn:org.eclipse.jetty:jetty-alpn-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.jar (121 kB at 2.8 MB/s)
[INFO] Fetching jetty-security10.0.13jar from mvn:org.eclipse.jetty:jetty-security:10.0.13:jar:
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.12.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.42kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.jar (72 kB at 3.3 MB/s)
[INFO] Fetching jetty-xml10.0.13jar from mvn:org.eclipse.jetty:jetty-xml:10.0.13:jar:
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.15MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.workflow.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (224.57kB)
[INFO] Fetching org.eclipse.elk.core_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (558.52kB)
[INFO] Fetching org.eclipse.elk.graph_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (105.15kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.elk.graph.text_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (231.25kB)
[INFO] Fetching org.eclipse.xtext_2.29.0.v20221121-0917.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB)
[INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.glsp.example.workflow_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (96.46kB)
[INFO] Fetching org.eclipse.glsp.layout_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (14.04kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.repository:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Eclipse IDE Integration Parent                                [pom]
[INFO] org.eclipse.glsp.ide.editor                             [eclipse-plugin]
[INFO] org.eclipse.glsp.ide.workflow.editor                    [eclipse-plugin]
[INFO] GLSP Eclipse IDE Integration Releng                                [pom]
[INFO] org.eclipse.glsp.ide.feature                           [eclipse-feature]
[INFO] org.eclipse.glsp.ide.repository                     [eclipse-repository]
[INFO] 
[INFO] ----------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.parent >----------
[INFO] Building GLSP Eclipse IDE Integration Parent 1.1.0-SNAPSHOT        [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.ide.parent ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 144 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 221 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom (3.4 kB at 55 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 129 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 131 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 198 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 3.1 MB/s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.ide.parent ---
[INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom (4.1 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom (136 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 9.9 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom (3.6 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom (4.4 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 281 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 300 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 888 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 200 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1000 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (15 kB at 244 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 194 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 226 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 157 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/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 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 113 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 142 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 163 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 347 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 266 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 100 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 84 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 258 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 110 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 133 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 142 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 123 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 171 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 63 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 176 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 119 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 146 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 148 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 487 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (4.5 kB at 72 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 254 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 403 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (15 kB at 237 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 127 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 182 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 337 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 115 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 123 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 252 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 146 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 202 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 287 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 247 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 97 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 243 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 87 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 111 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 118 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 119 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 92 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 155 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 192 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 135 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 5.5 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 2.5 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 276 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 264 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 316 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 284 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 86 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 97 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 2.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 2.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 2.4 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 172 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 2.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 9.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 147 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 185 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom (3.4 kB at 44 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.1 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 154 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 155 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 199 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 269 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 250 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 279 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 60 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 167 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 310 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 113 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 136 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 280 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar (7.0 kB at 124 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 4.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 6.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar (402 kB at 5.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar (1.6 MB at 16 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 445 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/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 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 14 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 66 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 427 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 2.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 180 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 146 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar (5.8 MB at 16 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 100 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 133 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 379 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 253 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 168 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 241 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 439 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 314 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 945 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 299 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 87 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 273 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 250 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 308 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 458 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 1.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 258 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 200 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 240 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 428 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 108 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 539 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 375 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 281 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 130 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 624 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 115 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 204 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 124 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 4.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 260 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 7.9 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 429 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 249 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 121 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 53 kB/s)
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.ide.parent ---
[INFO] 
[INFO] ----------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.editor >----------
[INFO] Building org.eclipse.glsp.ide.editor 1.1.0-SNAPSHOT                [2/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom (1.6 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom (1.1 kB at 570 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom (4.9 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom (2.3 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 8.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 702 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.4/org.apache.felix.scr-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.4/org.apache.felix.scr-2.2.4.pom (15 kB at 7.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 7.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.9/animal-sniffer-parent-1.9.pom (4.3 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 342 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.pom (2.8 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.pom (1.3 kB at 654 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.0.0/org.osgi.util.function-1.0.0.pom (1.3 kB at 646 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.0.0/org.osgi.util.promise-1.0.0.pom (1.3 kB at 645 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.pom (16 kB at 457 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.19.0/log4j-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.19.0/log4j-2.19.0.pom (71 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom (3.3 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom (20 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.19.0/log4j-bom-2.19.0.pom (9.2 kB at 287 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 313 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.pom (24 kB at 951 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.pom (9.6 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.pom (2.3 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.pom (1.3 kB at 663 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.12/jetty-util-ajax-10.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.12/jetty-util-ajax-10.0.12.pom (1.5 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.12/jetty-project-10.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/10.0.12/jetty-project-10.0.12.pom (101 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom (19 kB at 649 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom (13 kB at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom (7.5 kB at 471 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.pom (3.5 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.29.0/org.eclipse.xtext.xbase.lib-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.29.0/org.eclipse.xtext.xbase.lib-2.29.0.pom (5.4 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.29.0/xtext-dev-bom-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/xtext-dev-bom/2.29.0/xtext-dev-bom-2.29.0.pom (17 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 452 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar (403 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.4/org.apache.felix.scr-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 36 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.scr/2.2.4/org.apache.felix.scr-2.2.4.jar (403 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component/1.5.0/org.osgi.service.component-1.5.0.jar (66 kB at 991 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 550 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.extender/1.0.1/org.osgi.namespace.extender-1.0.1.jar (12 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar (1.4 MB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.jar (28 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar (318 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar (61 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.event/1.4.1/org.osgi.service.event-1.4.1.jar (48 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.namespace.implementation/1.0.0/org.osgi.namespace.implementation-1.0.0.jar (12 kB at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.12/jetty-util-ajax-10.0.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar (1.9 MB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.29.0/org.eclipse.xtext.xbase.lib-2.29.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.29.0/org.eclipse.xtext.xbase.lib-2.29.0.jar (166 kB at 475 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/10.0.12/jetty-util-ajax-10.0.12.jar (64 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.jar (566 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 517 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (0 B at 0 B/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 52 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar (11 MB at 24 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 6.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar (14 MB at 26 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.ide.editor ---
[INFO] The project's OSGi version is 1.1.0.202301240959
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.ide.editor ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 129 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom (2.4 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom (1.6 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom (1.7 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 67 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar (3.5 kB at 52 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar (18 kB at 258 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 390 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar (3.2 MB at 34 MB/s)
[INFO] Resolving class path of org.eclipse.glsp.ide.editor...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.0.v20221111-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.78kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.3.0.v20221111-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.38kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.11kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.200.v20221111-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.59kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (251.02kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.41kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.47kB)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.ide.editor ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 191 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 128 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 230 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 111 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 385 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 113 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 44 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (6.5 kB at 105 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 107 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 6.7 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 480 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (15 kB at 221 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 130 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 196 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 344 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 134 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 326 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 132 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 101 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 89 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 196 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 69 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 199 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 416 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 201 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 195 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 346 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 165 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 888 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 490 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 98 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 184 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.ide.editor ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/target/classes
[WARNING] /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/src/org/eclipse/glsp/ide/editor/ui/ChromiumKeyBindingFunction.java:[135] 
	if ((browser.getStyle() & SWT.CHROMIUM) == 0 && (browser.getStyle() & SWT.EDGE) == 0) {
	                              ^^^^^^^^
The field SWT.CHROMIUM is deprecated
[WARNING] /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/src/org/eclipse/glsp/ide/editor/ui/ChromiumSelectionFunction.java:[63] 
	if ((browser.getStyle() & SWT.CHROMIUM) == 0) {
	                              ^^^^^^^^
The field SWT.CHROMIUM is deprecated
2 problems (2 warnings)
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.ide.editor ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom (5.2 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom (2.7 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 493 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 603 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 4.6 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 173 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 98 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar (425 kB at 2.4 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar (3.2 MB at 15 MB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.ide.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.ide.editor ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 244 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.pom (24 kB at 329 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 223 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 704 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 796 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 3.5 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.12/junit-4.12.jar (315 kB at 4.6 MB/s)
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.ide.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/target/org.eclipse.glsp.ide.editor-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.ide.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/target/org.eclipse.glsp.ide.editor-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.ide.editor ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.ide.editor ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.ide.editor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -----< org.eclipse.glsp.ide:org.eclipse.glsp.ide.workflow.editor >------
[INFO] Building org.eclipse.glsp.ide.workflow.editor 1.1.0-SNAPSHOT       [3/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.29.0/org.eclipse.xtext-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.29.0/org.eclipse.xtext-2.29.0.pom (11 kB at 789 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.29.0/org.eclipse.xtext.util-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.29.0/org.eclipse.xtext.util-2.29.0.pom (8.1 kB at 624 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.29.0/org.eclipse.xtend.lib-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.29.0/org.eclipse.xtend.lib-2.29.0.pom (5.6 kB at 401 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.29.0/org.eclipse.xtend.lib.macro-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.29.0/org.eclipse.xtend.lib.macro-2.29.0.pom (5.4 kB at 495 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom (1.3 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom (1.7 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.3 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom (1.3 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom (1.3 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom (1.3 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom (1.3 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom (1.3 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom (1.9 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom (1.9 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom (1.9 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom (1.9 kB at 161 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom (1.9 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.pom (9.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom (19 kB at 9.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.pom (1.9 kB at 970 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.1 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom (1.7 kB at 840 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom (1.5 kB at 749 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (1.3 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom (1.7 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom (1.3 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom (1.7 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom (1.7 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom (1.7 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom (1.7 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom (2.3 kB at 233 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom (2.3 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom (2.3 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom (2.3 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom (2.3 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom (2.3 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom (4.0 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.2/antlr-master-3.2.pom (8.6 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.29.0/org.eclipse.xtext-2.29.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.jar (150 kB at 30 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 29 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar (334 kB at 9.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.jar (376 kB at 4.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.0.1/guice-5.0.1.jar (773 kB at 8.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.jar (1.5 MB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.29.0/org.eclipse.xtext.util-2.29.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.29.0/org.eclipse.xtend.lib-2.29.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext/2.29.0/org.eclipse.xtext-2.29.0.jar (2.8 MB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.29.0/org.eclipse.xtend.lib.macro-2.29.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib/2.29.0/org.eclipse.xtend.lib-2.29.0.jar (113 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.29.0/org.eclipse.xtend.lib.macro-2.29.0.jar (80 kB at 695 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/xtext/org.eclipse.xtext.util/2.29.0/org.eclipse.xtext.util-2.29.0.jar (321 kB at 2.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.jar (1.4 MB at 12 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] The project's OSGi version is 1.1.0.202301240959
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Resolving class path of org.eclipse.glsp.ide.workflow.editor...
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/target/org.eclipse.glsp.ide.workflow.editor-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/target/org.eclipse.glsp.ide.workflow.editor-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] ----------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.releng >----------
[INFO] Building GLSP Eclipse IDE Integration Releng 1.1.0-SNAPSHOT        [4/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.ide.releng ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.ide.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.ide.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.ide.releng ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.ide.releng ---
[INFO] 
[INFO] ---------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.feature >----------
[INFO] Building org.eclipse.glsp.ide.feature 1.1.0-SNAPSHOT               [5/6]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.glsp.ide.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.ide.feature ---
[INFO] The project's OSGi version is 1.1.0.202301240959
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.glsp.ide.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.feature/target/org.eclipse.glsp.ide.feature-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.ide.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.feature/target/org.eclipse.glsp.ide.feature-1.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.ide.feature ---
[INFO] 
[INFO] --------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.repository >--------
[INFO] Building org.eclipse.glsp.ide.repository 1.1.0-SNAPSHOT            [6/6]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.glsp.ide.repository ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 81 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 74 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 617 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 201 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 66 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.4 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 3.1 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 3.2 MB/s)
[INFO] Clean is skipped.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.glsp.ide.repository ---
[INFO] The project's OSGi version is 1.1.0.202301240959
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.glsp.ide.repository ---
[INFO] Clean is skipped.
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.glsp.ide.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.glsp.ide.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.glsp.ide.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.repository/target/org.eclipse.glsp.ide.repository-1.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.glsp.ide.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.glsp.ide.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Eclipse IDE Integration Parent 1.1.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Eclipse IDE Integration Parent ................ SUCCESS [ 14.919 s]
[INFO] org.eclipse.glsp.ide.editor ........................ SUCCESS [ 11.495 s]
[INFO] org.eclipse.glsp.ide.workflow.editor ............... SUCCESS [  2.072 s]
[INFO] GLSP Eclipse IDE Integration Releng ................ SUCCESS [  0.004 s]
[INFO] org.eclipse.glsp.ide.feature ....................... SUCCESS [  0.191 s]
[INFO] org.eclipse.glsp.ide.repository .................... SUCCESS [  2.505 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:12 min
[INFO] Finished at: 2023-01-24T10:01:08Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codestyle)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server
[Pipeline] {
[Pipeline] sh
+ mvn checkstyle:check -B
[INFO] Scanning for projects...
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom (2.1 kB at 4.5 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 255 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom (7.1 kB at 107 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom (1.1 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom (1.1 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 74 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 353 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 121 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 70 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 336 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 219 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 999 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (16 kB at 245 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 303 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (18 kB at 288 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 227 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 9.4 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom (1.8 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom (1.0 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 396 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 146 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom (1.0 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom (2.3 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar (56 kB at 794 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 691 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 900 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 224 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 158 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 577 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 293 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 2.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 201 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.8 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 6.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 2.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 231 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 26 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar (46 kB at 76 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar (28 kB at 47 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 6.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 49 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar (297 kB at 4.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar (167 kB at 2.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar (65 kB at 981 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.pom (12 kB at 175 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/32/maven-plugins-32.pom (11 kB at 146 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/32/maven-parent-32.pom (43 kB at 594 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/20/apache-20.pom (16 kB at 237 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.8.0/maven-compiler-plugin-3.8.0.jar (62 kB at 938 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom (7.7 kB at 119 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 143 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 577 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/14/apache-14.pom (15 kB at 233 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar (31 kB at 477 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar (45 kB at 720 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.pom (2.1 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-release/2.7.5/tycho-release-2.7.5.pom (965 B at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-versions-plugin/2.7.5/tycho-versions-plugin-2.7.5.jar (91 kB at 1.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-source-plugin/2.7.5/tycho-source-plugin-2.7.5.jar (40 kB at 629 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 108 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 167 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 679 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (17 kB at 272 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 423 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 680 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 221 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 104 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 210 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 218 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 111 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 325 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 215 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 107 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 120 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 66 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 297 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 436 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (15 kB at 209 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 173 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 174 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 252 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom (2.5 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 5.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 124 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 162 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 44 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 393 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 223 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 89 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 510 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 396 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar (140 kB at 2.1 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 2.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom (1.7 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar (14 kB at 219 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 233 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 164 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 1.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 204 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 393 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (15 kB at 195 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 391 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom (2.4 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar (30 kB at 464 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 164 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 770 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (15 kB at 215 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom (2.2 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 178 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 479 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 448 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 837 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 306 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 798 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 1.7 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 268 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 653 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 4.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom (8.3 kB at 87 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar (88 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 218 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom (3.5 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom (3.4 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom (2.9 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom (3.4 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom (2.9 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom (3.4 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom (2.1 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 416 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom (11 kB at 185 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 237 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 122 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 356 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 523 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (4.1 kB at 65 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/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 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 7.8 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.2/junit-4.13.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 422 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 184 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 81 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 341 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 251 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 644 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar (26 kB at 394 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 903 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 15 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 2.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 3.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 17 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 2.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 2.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 2.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 2.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 309 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 2.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 kB at 501 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar (13 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 642 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/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 447 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 333 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 73 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 138 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 663 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 58 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 51 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 69 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 72 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 198 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 544 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 78 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 643 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 91 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 206 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 387 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (13 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 367 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 206 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 358 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (14 kB at 225 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 361 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar (8.9 kB at 141 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 185 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 3.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 320 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 169 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 517 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (14 kB at 222 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 1.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom (1.8 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar (37 kB at 595 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 4.1 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 35 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom (1.9 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar (22 kB at 353 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 2.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.pom (5.2 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 168 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 689 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/3.1.0/maven-clean-plugin-3.1.0.jar (30 kB at 492 kB/s)
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.releng.target/r2022-12.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@2f2f92f...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-p2/10.0.13/jetty-p2-10.0.13-p2site.zip
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-p2/10.0.13/jetty-p2-10.0.13-p2site.zip (99 kB at 880 kB/s)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/pom.xml
[INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B)
[INFO] Fetching bcpg_1.72.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.64kB)
[INFO] Fetching bcprov_1.72.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB)
[INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.99kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.92MB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (816.86kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_72.1.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.72MB)
[INFO] Fetching com.sun.jna_5.12.1.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB)
[INFO] Fetching com.sun.jna.platform_5.12.1.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.03kB)
[INFO] Fetching javax.annotation_1.3.5.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.09kB)
[INFO] Fetching org.eclipse.osgi_3.18.200.v20221116-1324.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.47MB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.54kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.4.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB)
[INFO] Fetching org.apache.logging.log4j.api_2.19.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (310.12kB)
[INFO] Fetching org.apache.logging.log4j.core_2.19.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (1.78MB)
[INFO] Fetching org.apache.logging.log4j.slf4j2-impl_2.19.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (27.07kB)
[INFO] Fetching slf4j.api_2.0.0.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (59.92kB)
[INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.23.0.20221114-1200.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.57kB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.ui_3.201.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.core.resources_3.18.100.v20221025-2047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (891.79kB)
[INFO] Fetching org.eclipse.jface.text_3.22.0.v20221119-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.ide_3.20.0.v20221027-2208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB)
[INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (289.68kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.100.v20220926-1344.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3MB)
[INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB)
[INFO] Fetching org.eclipse.swt_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.jface_3.28.0.v20221024-1426.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.14.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.96kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.700.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.15kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.jface.databinding_1.14.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB)
[INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB)
[INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.600.v20221106-1146.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.25kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.glsp.graph_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (180.31kB)
[INFO] Fetching org.eclipse.ui.workbench_3.127.0.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.lsp4j_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.lsp4j.websocket_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.19.0.v20221118-0359.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.2kB)
[INFO] Fetching org.eclipse.glsp.server.websocket_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.glsp.server_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (275.95kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.jar (796 kB at 57 MB/s)
[INFO] Fetching jetty-server10.0.13jar from mvn:org.eclipse.jetty:jetty-server:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.jar (31 kB at 1.3 MB/s)
[INFO] Fetching websocket-javax-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.jar (568 kB at 28 MB/s)
[INFO] Fetching jetty-util10.0.13jar from mvn:org.eclipse.jetty:jetty-util:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.jar (166 kB at 14 MB/s)
[INFO] Fetching jetty-servlet10.0.13jar from mvn:org.eclipse.jetty:jetty-servlet:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.jar (47 kB at 4.7 MB/s)
[INFO] Fetching websocket-javax-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-server:10.0.13:jar:
[INFO] Fetching javax.websocket_1.1.0.20180730.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (42.28kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.jar (159 kB at 7.9 MB/s)
[INFO] Fetching jetty-webapp10.0.13jar from mvn:org.eclipse.jetty:jetty-webapp:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.jar (249 kB at 10 MB/s)
[INFO] Fetching jetty-http10.0.13jar from mvn:org.eclipse.jetty:jetty-http:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.jar (216 kB at 3.9 MB/s)
[INFO] Fetching jetty-io10.0.13jar from mvn:org.eclipse.jetty:jetty-io:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.jar (393 kB at 19 MB/s)
[INFO] Fetching jetty-client10.0.13jar from mvn:org.eclipse.jetty:jetty-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.jar (121 kB at 7.5 MB/s)
[INFO] Fetching websocket-javax-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-javax-common:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.jar (195 kB at 14 MB/s)
[INFO] Fetching websocket-core-common10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-common:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.jar (33 kB at 3.3 MB/s)
[INFO] Fetching websocket-core-client10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.jar (18 kB at 8.8 MB/s)
[INFO] Fetching websocket-servlet10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-servlet:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.jar (65 kB at 7.2 MB/s)
[INFO] Fetching websocket-core-server10.0.13jar from mvn:org.eclipse.jetty.websocket:websocket-core-server:10.0.13:jar:
[INFO] Fetching org.eclipse.jdt.core_3.32.0.v20221108-1853.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.0.v20221026-1918.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.2MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.800.v20221107-1851.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (570.86kB)
[INFO] Fetching org.eclipse.jdt.debug_3.20.0.v20220922-0905.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (916.98kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.900.v20221001-0715.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.100.v20221122-0749.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.03MB)
[INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB)
[INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.9.600.v20220902-2219.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (402.87kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.jar (17 kB at 8.5 MB/s)
[INFO] Fetching jetty-alpn-client10.0.13jar from mvn:org.eclipse.jetty:jetty-alpn-client:10.0.13:jar:
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.jar (121 kB at 40 MB/s)
[INFO] Fetching jetty-security10.0.13jar from mvn:org.eclipse.jetty:jetty-security:10.0.13:jar:
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.12.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.42kB)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.jar (72 kB at 14 MB/s)
[INFO] Fetching jetty-xml10.0.13jar from mvn:org.eclipse.jetty:jetty-xml:10.0.13:jar:
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.0.v20221123-2302.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.15MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.workflow.editor:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (169.92kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (224.57kB)
[INFO] Fetching org.eclipse.elk.core_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (558.52kB)
[INFO] Fetching org.eclipse.elk.graph_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (105.15kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (1.13MB)
[INFO] Fetching org.eclipse.elk.graph.text_0.8.1.jar from https://download.eclipse.org/elk/updates/releases/0.8.1/plugins/ (231.25kB)
[INFO] Fetching org.eclipse.xtext_2.29.0.v20221121-0917.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.65MB)
[INFO] Fetching org.eclipse.xtext.util_2.29.0.v20221121-0917.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (313.38kB)
[INFO] Fetching org.eclipse.xtend.lib_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.25kB)
[INFO] Fetching org.eclipse.glsp.example.workflow_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (96.46kB)
[INFO] Fetching org.eclipse.glsp.layout_1.1.0.202301232259.jar from https://download.eclipse.org/glsp/server/p2/nightly/1.1/1.1.0.202301232259/plugins/ (14.04kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.29.0.v20221121-0915.jar from http://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.09kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.glsp.ide:org.eclipse.glsp.ide.repository:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Eclipse IDE Integration Parent                                [pom]
[INFO] org.eclipse.glsp.ide.editor                             [eclipse-plugin]
[INFO] org.eclipse.glsp.ide.workflow.editor                    [eclipse-plugin]
[INFO] GLSP Eclipse IDE Integration Releng                                [pom]
[INFO] org.eclipse.glsp.ide.feature                           [eclipse-feature]
[INFO] org.eclipse.glsp.ide.repository                     [eclipse-repository]
[INFO] 
[INFO] ----------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.parent >----------
[INFO] Building GLSP Eclipse IDE Integration Parent 1.1.0-SNAPSHOT        [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.ide.parent ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom (4.1 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom (136 kB at 2.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom (1.4 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 10 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom (3.6 kB at 57 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom (4.4 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 295 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 305 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 888 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 168 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 968 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (15 kB at 252 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 197 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 230 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 39 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 145 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/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 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 111 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 151 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 174 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 347 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 266 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 107 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 63 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 275 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 11 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 78 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 110 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 133 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 147 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 122 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 176 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 66 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 55 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 181 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 39 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 125 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 59 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 151 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 156 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 510 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (4.5 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 299 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 403 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/9/apache-9.pom (15 kB at 245 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 56 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 129 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 63 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom (3.4 kB at 55 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 229 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 354 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 121 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 145 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 264 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 153 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 208 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 296 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 259 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 98 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 259 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 89 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 119 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 122 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 125 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 100 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 158 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 202 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 119 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 5.9 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 2.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.8 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 84 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 290 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 277 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 321 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 97 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 66 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 294 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 113 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 100 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 2.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.4 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 2.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 2.5 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 97 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 178 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 2.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 11 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 70 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 159 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 174 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/2/apache-2.pom (3.4 kB at 55 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 2.4 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 48 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 174 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 114 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 160 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 212 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 287 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 112 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 311 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 293 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 102 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 82 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 172 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 325 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 131 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 145 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 285 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar (7.0 kB at 141 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar (402 kB at 5.2 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 4.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 4.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar (1.6 MB at 14 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/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 sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 435 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 16 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/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 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 94 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 60 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 399 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 164 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar (5.8 MB at 17 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 138 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 2.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 100 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 128 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 356 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 246 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 164 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 232 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 417 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 307 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 920 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 90 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 292 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 267 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 245 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 303 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 445 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 1.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 254 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 197 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 232 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 81 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 399 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 102 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 493 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 341 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 258 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 571 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 118 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 106 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 188 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 114 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 4.0 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 240 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 7.3 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 398 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 113 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 226 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 49 kB/s)
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ----------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.editor >----------
[INFO] Building org.eclipse.glsp.ide.editor 1.1.0-SNAPSHOT                [2/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.ide.editor ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] -----< org.eclipse.glsp.ide:org.eclipse.glsp.ide.workflow.editor >------
[INFO] Building org.eclipse.glsp.ide.workflow.editor 1.1.0-SNAPSHOT       [3/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.ide.workflow.editor ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ----------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.releng >----------
[INFO] Building GLSP Eclipse IDE Integration Releng 1.1.0-SNAPSHOT        [4/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.ide.releng ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.feature >----------
[INFO] Building org.eclipse.glsp.ide.feature 1.1.0-SNAPSHOT               [5/6]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.ide.feature ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------< org.eclipse.glsp.ide:org.eclipse.glsp.ide.repository >--------
[INFO] Building org.eclipse.glsp.ide.repository 1.1.0-SNAPSHOT            [6/6]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ org.eclipse.glsp.ide.repository ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Eclipse IDE Integration Parent 1.1.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Eclipse IDE Integration Parent ................ SUCCESS [ 14.794 s]
[INFO] org.eclipse.glsp.ide.editor ........................ SUCCESS [  2.184 s]
[INFO] org.eclipse.glsp.ide.workflow.editor ............... SUCCESS [  0.319 s]
[INFO] GLSP Eclipse IDE Integration Releng ................ SUCCESS [  0.101 s]
[INFO] org.eclipse.glsp.ide.feature ....................... SUCCESS [  0.096 s]
[INFO] org.eclipse.glsp.ide.repository .................... SUCCESS [  0.102 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  58.511 s
[INFO] Finished at: 2023-01-24T10:02:22Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client
[Pipeline] {
[Pipeline] sh
+ yarn lint:ci
yarn run v1.22.19
$ lerna run lint:ci
lerna notice cli v6.4.1
lerna info ci enabled

 >  Lerna (powered by Nx)   Running target lint:ci for 2 projects:

    - @eclipse-glsp-examples/workflow-webapp
    - @eclipse-glsp/ide

 

> @eclipse-glsp/ide:"lint:ci"

@eclipse-glsp/ide: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/ide: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

> @eclipse-glsp-examples/workflow-webapp:"lint:ci"

@eclipse-glsp-examples/workflow-webapp: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp-examples/workflow-webapp: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

 

 >  Lerna (powered by Nx)   Successfully ran target lint:ci for 2 projects


Done in 13.67s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
Post stage
[Pipeline] recordIssues
[CheckStyle] Using default pattern '**/checkstyle-result.xml' since user defined pattern is not set
[CheckStyle] Searching for all files in '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master' that match the pattern '**/checkstyle-result.xml'
[CheckStyle] Traversing of symbolic links: enabled
[CheckStyle] -> found 6 files
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/example/org.eclipse.glsp.ide.workflow.editor/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully processed file 'server/example/org.eclipse.glsp.ide.workflow.editor/target/checkstyle-result.xml'
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/plugins/org.eclipse.glsp.ide.editor/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully processed file 'server/plugins/org.eclipse.glsp.ide.editor/target/checkstyle-result.xml'
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.feature/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully processed file 'server/releng/org.eclipse.glsp.ide.feature/target/checkstyle-result.xml'
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/org.eclipse.glsp.ide.repository/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully processed file 'server/releng/org.eclipse.glsp.ide.repository/target/checkstyle-result.xml'
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/releng/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully processed file 'server/releng/target/checkstyle-result.xml'
[CheckStyle] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/server/target/checkstyle-result.xml
[CheckStyle] -> found 0 issues (skipped 0 duplicates)
[CheckStyle] Successfully processed file 'server/target/checkstyle-result.xml'
[CheckStyle] Skipping post processing
[CheckStyle] No filter has been set, publishing all 0 issues
[CheckStyle] Repository miner is not configured, skipping repository mining
[CheckStyle] Reference build recorder is not configured
[CheckStyle] Obtaining reference build from same job (master)
[CheckStyle] Using reference build 'eclipse-glsp/glsp-eclipse-integration/master #33' to compute new, fixed, and outstanding issues
[CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[CheckStyle] Evaluating quality gates
[CheckStyle] -> PASSED - Total (any severity): 0 - Quality Gate: 1
[CheckStyle] -> All quality gates have been passed
[CheckStyle] Health report is disabled - skipping
[CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'eclipse-glsp/glsp-eclipse-integration/master #34'.
[GitHub Checks] GitHub check (name: CheckStyle, status: completed) has been published.
[Pipeline] recordIssues
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master')
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master')
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 3 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 3 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Reference build recorder is not configured
[Maven] Obtaining reference build from same job (master)
[Maven] Using reference build 'eclipse-glsp/glsp-eclipse-integration/master #33' to compute new, fixed, and outstanding issues
[Maven] Issues delta (vs. reference build): outstanding: 3, new: 0, fixed: 0
[Maven] No quality gates have been set - skipping
[Maven] Health report is disabled - skipping
[Maven] Created analysis result for 3 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'eclipse-glsp/glsp-eclipse-integration/master #34'.
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 2 issues (skipped 0 duplicates)
[Java Compiler] Post processing issues on 'glsp-eclipse-agent-pod-s7v3c-wkr7m' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master'
[Java Compiler] -> resolved paths in source directory (2 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 2 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 2 affected files
[Java Compiler] No filter has been set, publishing all 2 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 2 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipse-glsp/jobs/glsp-eclipse-integration/branches/master/builds/34/files-with-issues'
[Java Compiler] -> 2 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (master)
[Java Compiler] Using reference build 'eclipse-glsp/glsp-eclipse-integration/master #33' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 2, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 2 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipse-glsp/glsp-eclipse-integration/master #34'.
[Pipeline] recordIssues
[ESLint] Searching for all files in '/home/jenkins/agent/workspace/_glsp-eclipse-integration_master' that match the pattern 'client/node_modules/**/*/eslint.xml'
[ESLint] Traversing of symbolic links: enabled
[ESLint] -> found 2 files
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client/node_modules/@eclipse-glsp-examples/workflow-webapp/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'client/node_modules/@eclipse-glsp-examples/workflow-webapp/eslint.xml'
[ESLint] Successfully parsed file /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client/node_modules/@eclipse-glsp/ide/eslint.xml
[ESLint] -> found 0 issues (skipped 0 duplicates)
[ESLint] Successfully processed file 'client/node_modules/@eclipse-glsp/ide/eslint.xml'
[ESLint] Skipping post processing
[ESLint] No filter has been set, publishing all 0 issues
[ESLint] Repository miner is not configured, skipping repository mining
[ESLint] Reference build recorder is not configured
[ESLint] Obtaining reference build from same job (master)
[ESLint] Using reference build 'eclipse-glsp/glsp-eclipse-integration/master #33' to compute new, fixed, and outstanding issues
[ESLint] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[ESLint] Evaluating quality gates
[ESLint] -> PASSED - Total (any severity): 0 - Quality Gate: 1
[ESLint] -> All quality gates have been passed
[ESLint] Health report is disabled - skipping
[ESLint] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-eclipse-integration/master #34'.
[GitHub Checks] GitHub check (name: ESLint, status: completed) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep -q '^server\|client/packages/'
[Pipeline] stage
[Pipeline] { (Deploy client (NPM))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/_glsp-eclipse-integration_master/client
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $NPM_AUTH_TOKEN
[Pipeline] {
[Pipeline] sh
+ printf '//registry.npmjs.org/:_authToken=****
'
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ git config user.email eclipse-glsp-bot@xxxxxxxxxxx
[Pipeline] sh
+ git config user.name eclipse-glsp-bot
[Pipeline] sh
+ yarn publish:next
yarn run v1.22.19
$ SHA=$(git rev-parse --short HEAD) && lerna publish preminor --exact --canary --preid next.${SHA} --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes --no-verify-access
lerna notice cli v6.4.1
lerna info ci enabled
lerna WARN verify-access --verify-access=false and --no-verify-access are no longer needed, because the legacy preemptive access verification is now disabled by default. Requests will fail with appropriate errors when not authorized correctly.
lerna info canary enabled
lerna WARN force-publish all packages
lerna info Assuming all packages changed

Found 1 package to publish:
 - @eclipse-glsp/ide => 1.1.0-next.56116e3.100+56116e3

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna ERR! E403 You cannot publish over the previously published versions: 1.1.0-next.56116e3.100.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy server (P2))
Stage "Deploy server (P2)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Build result FAILURE: Send email notification to glsp-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: glsp-build@xxxxxxxxxxx

Back to the top