Skip to content
Success

Console Output

Started by upstream project "lyo-core-master" build number 49549
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent default-agent-hwp6x is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-hwp6x"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "c5f5bdb7ab035ade0d88f06283ae118a5789b10278443453d96a1fe0f24f0729"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-hwp6x"
    - name: "JENKINS_NAME"
      value: "default-agent-hwp6x"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:5e2449faafc9c1662697946057b511572fa666289255069526c1d5057be0c0f3"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-lyo"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Building remotely on default-agent-hwp6x in workspace /home/jenkins/workspace/lyo-server-master
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-zjsrzyPjnvoj/agent.69
SSH_AGENT_PID=71
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/lyo-server-master@tmp/private_key_8567888589207346013.key (/home/jenkins/workspace/lyo-server-master@tmp/private_key_8567888589207346013.key)
[ssh-agent] Using credentials genie.lyo (ssh://genie.lyo@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lyo.server.git
 > /usr/bin/git init /home/jenkins/workspace/lyo-server-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.server.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo.server.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo.server.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo.server.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.server.git
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo.server.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
Checking out Revision 74c3e644cbd1ddcd9803ff4dc932cc16d6c99589 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 74c3e644cbd1ddcd9803ff4dc932cc16d6c99589
Commit message: "Remove old deps"
 > /usr/bin/git rev-list --no-walk 74c3e644cbd1ddcd9803ff4dc932cc16d6c99589 # timeout=10
[lyo-server-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean package javadoc:aggregate -B
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] lyo-server-build                                                   [pom]
[INFO] Eclipse Lyo OAuth Provider - Core Library                          [jar]
[INFO] Lyo OAuth Consumer Store                                           [jar]
[INFO] Eclipse Lyo OAuth Provider - Template Webapp                       [war]
[INFO] OSLC4J Wink Application                                            [jar]
[INFO] OSLC4J Registry                                                    [war]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 740 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 704 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 319 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 575 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 929 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 401 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 745 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 720 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 691 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 575 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 kB at 541 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 996 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (209 kB at 8.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 318 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 8.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 792 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 892 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom (6.7 kB at 476 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar (30 kB at 751 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom (15 kB at 812 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar (362 kB at 9.1 MB/s)
[INFO] 
[INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >-----------
[INFO] Building lyo-server-build 4.0.0-SNAPSHOT                           [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-server-build ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 565 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 271 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 492 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 643 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 357 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.5 MB/s)
[INFO] 
[INFO] -----------------< org.eclipse.lyo.server:oauth-core >------------------
[INFO] Building Eclipse Lyo OAuth Provider - Core Library 4.0.0-SNAPSHOT  [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 567 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 455 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 919 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 486 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 1.1 MB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth/20100527/oauth-20100527.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth/20100527/oauth-20100527.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth/20100527/oauth-20100527.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth/20100527/oauth-20100527.pom (553 B at 29 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth-core-parent/20090531/oauth-core-parent-20090531.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth-core-parent/20090531/oauth-core-parent-20090531.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-core-parent/20090531/oauth-core-parent-20090531.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-core-parent/20090531/oauth-core-parent-20090531.pom (1.1 kB at 46 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/oauth-parent/20090531/oauth-parent-20090531.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/oauth-parent/20090531/oauth-parent-20090531.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/oauth-parent/20090531/oauth-parent-20090531.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/oauth-parent/20090531/oauth-parent-20090531.pom (3.3 kB at 88 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.pom (2.6 kB at 80 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.pom (893 B at 294 B/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.pom (5.1 kB at 421 B/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/glassfish/api-pom/3.1-b33/api-pom-3.1-b33.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/api-pom/3.1-b33/api-pom-3.1-b33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/api-pom/3.1-b33/api-pom-3.1-b33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/api-pom/3.1-b33/api-pom-3.1-b33.pom (4.9 kB at 2.0 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/glassfish/glassfish-parent/3.1-b33/glassfish-parent-3.1-b33.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/glassfish-parent/3.1-b33/glassfish-parent-3.1-b33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/glassfish-parent/3.1-b33/glassfish-parent-3.1-b33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/glassfish-parent/3.1-b33/glassfish-parent-3.1-b33.pom (60 kB at 17 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/glassfish/pom/8/pom-8.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/pom/8/pom-8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/8/pom-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/8/pom-8.pom (11 kB at 377 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/junit/junit/4.12/junit-4.12.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/junit/junit/4.12/junit-4.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 816 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 32 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 58 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth/20100527/oauth-20100527.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/junit/junit/4.12/junit-4.12.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth/20100527/oauth-20100527.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/junit/junit/4.12/junit-4.12.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth/20100527/oauth-20100527.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth/20100527/oauth-20100527.jar (44 kB at 597 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-consumer/20100527/oauth-consumer-20100527.jar (23 kB at 246 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 479 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.servlet/3.1-b33/javax.servlet-3.1-b33.jar (84 kB at 15 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/oauth/core/oauth-provider/20100527/oauth-provider-20100527.jar (12 kB at 2.1 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth-core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 690 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 441 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 527 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 218 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 479 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 356 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 591 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 445 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 725 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 829 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 531 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 419 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 672 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 859 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 546 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 542 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 81 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 151 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 269 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 405 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 758 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 662 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 351 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 813 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 41 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 249 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 353 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oauth-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 945 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 487 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 253 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 308 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 365 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 636 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 372 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 727 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 566 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 308 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 680 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 700 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 385 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 824 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 751 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 271 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 314 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 212 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 713 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 411 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 444 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 512 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 297 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 374 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 76 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 24 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 617 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 190 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 483 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 32 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 11 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /home/jenkins/workspace/lyo-server-master/oauth-core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oauth-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oauth-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/lyo-server-master/oauth-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oauth-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 346 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 983 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 247 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 519 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 758 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 846 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 4.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 203 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 3.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 417 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 101 kB/s)
[INFO] Surefire report directory: /home/jenkins/workspace/lyo-server-master/oauth-core/target/surefire-reports
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (2.4 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 kB at 1.1 MB/s)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.lyo.server.oauth.provider.core.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 980 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 873 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 4.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 834 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 3.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 247 kB/s)
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oauth-core >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oauth-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oauth-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 4.9 MB/s)
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oauth-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 665 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 372 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 584 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 804 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (5.8 kB at 304 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 408 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 700 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 930 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 260 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 564 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 538 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 602 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 549 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 485 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 380 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 690 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 774 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 849 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 554 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 967 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 891 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom (19 kB at 640 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (3.8 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (2.5 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 441 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 4.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 555 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 545 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 356 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 748 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 643 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 655 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 414 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 730 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 421 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 336 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 199 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 425 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 226 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 47 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 285 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 214 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 546 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 816 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 183 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 576 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar (180 kB at 530 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 900 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 660 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (185 kB at 519 kB/s)
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.core...
Loading source files for package org.eclipse.lyo.server.oauth.core.consumer...
Loading source files for package org.eclipse.lyo.server.oauth.core.token...
Loading source files for package org.eclipse.lyo.server.oauth.core.utils...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/Application.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/serialized-form.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/help-doc.html...
8 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/Application.java:26: warning - Tag @see: can't find setApplication(Authentication) in org.eclipse.lyo.server.oauth.core.OAuthConfiguration
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/AuthenticationException.java:24: warning - Tag @see: can't find login(String, char[]) in org.eclipse.lyo.server.oauth.core.Application
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:93: warning - @param argument "key" is not a parameter name.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.java:119: warning - Tag @see: can't find markRequestTokenAuthorized(HttpServletRequest, OAuthAccessor) in org.eclipse.lyo.server.oauth.core.token.TokenStrategy
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:175: warning - @return tag has no arguments.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:185: warning - @return tag has no arguments.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:349: warning - @param argument "sessionConnector" is not a parameter name.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:349: warning - Tag @link: reference not found: Connector
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.lyo.server:oauth-consumer-store >-------------
[INFO] Building Lyo OAuth Consumer Store 4.0.0-SNAPSHOT                   [3/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom (2.0 kB at 156 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena/3.12.0/jena-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.12.0/jena-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.12.0/jena-3.12.0.pom (39 kB at 2.4 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/21/apache-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 1.4 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom (5.5 kB at 369 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom (7.3 kB at 293 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom (9.5 kB at 222 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 174 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 563 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom (4.3 kB at 197 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 446 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 2.3 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/18/apache-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 540 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 525 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.3 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom (5.4 kB at 207 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom (3.6 kB at 165 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom (19 kB at 758 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 548 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 924 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 500 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/16/apache-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 669 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 760 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.0 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/19/apache-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 553 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom (2.1 kB at 68 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom (6.2 kB at 183 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom (15 kB at 430 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 1.7 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom (5.1 kB at 159 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom (13 kB at 519 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom (34 kB at 1.7 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom (5.6 kB at 235 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom (15 kB at 568 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom (12 kB at 534 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 382 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/33/oss-parent-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 992 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 42 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (4.1 kB at 162 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (5.5 kB at 239 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (12 kB at 563 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 376 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/34/oss-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 1.1 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom (6.4 kB at 280 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 97 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 340 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 690 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom (6.2 kB at 282 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom (2.5 kB at 70 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 873 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 2.0 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom (964 B at 42 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom (14 kB at 489 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom (4.2 kB at 174 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom (3.5 kB at 153 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom (2.6 kB at 103 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom (1.7 kB at 50 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom (2.5 kB at 83 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom (1.6 kB at 52 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom (5.3 kB at 212 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar (138 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar (42 kB at 770 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar (527 kB at 7.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar (1.8 MB at 23 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar (221 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (165 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 4.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar (766 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar (3.1 MB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar (326 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar (1.7 MB at 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar (2.9 MB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar (67 kB at 278 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar (246 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar (1.3 MB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar (162 kB at 612 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar (16 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar (97 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar (265 kB at 992 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar (138 kB at 479 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar (22 kB at 74 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar (78 kB at 269 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 137 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar (53 kB at 176 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 857 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth-consumer-store ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-consumer-store ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oauth-consumer-store ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/classes
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.java: /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-consumer-store ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oauth-consumer-store ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oauth-consumer-store ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth-consumer-store ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oauth-consumer-store >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oauth-consumer-store <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oauth-consumer-store ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oauth-consumer-store ---
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.consumerstore...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:337: warning - @return tag has no arguments.
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ----------------< org.eclipse.lyo.server:oauth-webapp >-----------------
[INFO] Building Eclipse Lyo OAuth Provider - Template Webapp 4.0.0-SNAPSHOT [4/6]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom (6.5 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar (79 kB at 811 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/servlet/jstl/1.2/jstl-1.2.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/servlet/jstl/1.2/jstl-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.pom (356 B at 266 B/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 902 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 266 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom (30 kB at 1.6 MB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 385 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom (3.1 kB at 141 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom (42 kB at 1.2 MB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom (337 B at 12 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom (486 B at 15 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 33 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 50 kB/s)
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/servlet/jstl/1.2/jstl-1.2.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
[INFO] Downloading from oauth: http://oauth.googlecode.com/svn/code/maven/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/servlet/jstl/1.2/jstl-1.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar (873 kB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar (78 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar (128 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 787 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar (104 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 251 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.jar (414 kB at 90 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oauth-webapp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oauth-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oauth-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oauth-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oauth-webapp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ oauth-webapp ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom (11 kB at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom (14 kB at 341 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom (4.0 kB at 252 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 527 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom (2.9 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar (33 kB at 390 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar (431 kB at 4.7 MB/s)
[INFO] Packaging webapp
[INFO] Assembling webapp [oauth-webapp] in [/home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/workspace/lyo-server-master/oauth-webapp/src/main/webapp]
[INFO] Webapp assembled in [37 msecs]
[INFO] Building war: /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oauth-webapp >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oauth-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oauth-webapp ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oauth-webapp ---
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.webapp.services...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/HTTPConstants.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/HTTPConstants.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp-javadoc.jar
[INFO] 
[INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-wink >---------------
[INFO] Building OSLC4J Wink Application 4.0.0-SNAPSHOT                    [5/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 53 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core/4.0.0-SNAPSHOT/oslc4j-core-4.0.0-20190924.094508-32.pom
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core/4.0.0-SNAPSHOT/oslc4j-core-4.0.0-20190924.094508-32.pom (3.7 kB at 203 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/4.0.0-SNAPSHOT/maven-metadata.xml (623 B at 31 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/4.0.0-SNAPSHOT/oslc4j-core-build-4.0.0-20190924.094502-32.pom
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/4.0.0-SNAPSHOT/oslc4j-core-build-4.0.0-20190924.094502-32.pom (7.6 kB at 363 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom (35 kB at 1.9 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom (8.7 kB at 396 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom (15 kB at 562 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-json4j-provider/1.2.1-incubating/wink-json4j-provider-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j-provider/1.2.1-incubating/wink-json4j-provider-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j-provider/1.2.1-incubating/wink-json4j-provider-1.2.1-incubating.pom (2.4 kB at 7.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-providers/1.2.1-incubating/wink-providers-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-providers/1.2.1-incubating/wink-providers-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-providers/1.2.1-incubating/wink-providers-1.2.1-incubating.pom (2.5 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-common/1.2.1-incubating/wink-common-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-common/1.2.1-incubating/wink-common-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-common/1.2.1-incubating/wink-common-1.2.1-incubating.pom (5.6 kB at 19 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 189 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.pom (3.2 kB at 71 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 238 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 660 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 877 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-client/1.2.1-incubating/wink-client-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-client/1.2.1-incubating/wink-client-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-client/1.2.1-incubating/wink-client-1.2.1-incubating.pom (5.0 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-server/1.2.1-incubating/wink-server-1.2.1-incubating.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-server/1.2.1-incubating/wink-server-1.2.1-incubating.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-server/1.2.1-incubating/wink-server-1.2.1-incubating.pom (6.5 kB at 24 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.pom (11 kB at 556 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/stax/stax-api/1.0.1/stax-api-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom (1.5 kB at 49 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core/4.0.0-SNAPSHOT/oslc4j-core-4.0.0-20190924.094508-32.jar
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-core/4.0.0-SNAPSHOT/oslc4j-core-4.0.0-20190924.094508-32.jar (108 kB at 5.4 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-common/1.2.1-incubating/wink-common-1.2.1-incubating.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-json4j-provider/1.2.1-incubating/wink-json4j-provider-1.2.1-incubating.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-client/1.2.1-incubating/wink-client-1.2.1-incubating.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-server/1.2.1-incubating/wink-server-1.2.1-incubating.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/stax/stax-api/1.0.1/stax-api-1.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-common/1.2.1-incubating/wink-common-1.2.1-incubating.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j-provider/1.2.1-incubating/wink-json4j-provider-1.2.1-incubating.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar (140 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-annotation_1.1_spec/1.0/geronimo-annotation_1.1_spec-1.0.jar (22 kB at 237 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-client/1.2.1-incubating/wink-client-1.2.1-incubating.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 488 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-server/1.2.1-incubating/wink-server-1.2.1-incubating.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar (1.2 MB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.3/commons-lang-2.3.jar (245 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar (27 kB at 101 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-common/1.2.1-incubating/wink-common-1.2.1-incubating.jar (589 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-client/1.2.1-incubating/wink-client-1.2.1-incubating.jar (57 kB at 101 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-server/1.2.1-incubating/wink-server-1.2.1-incubating.jar (272 kB at 353 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j-provider/1.2.1-incubating/wink-json4j-provider-1.2.1-incubating.jar (11 kB at 14 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-wink ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-wink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oslc4j-wink/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-wink ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-wink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oslc4j-wink/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-wink ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-wink ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-wink ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc4j-wink >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc4j-wink <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc4j-wink ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oslc4j-wink ---
[INFO] 
Loading source files for package org.eclipse.lyo.oslc4j.application...
Loading source files for package org.eclipse.lyo.oslc4j.client...
Loading source files for package org.eclipse.lyo.oslc4j.utils...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/OslcResourceShapeResource.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/OslcWinkApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/OslcRestClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/ServiceProviderRegistryClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/ServiceProviderRegistryURIs.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/AcceptUtil.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/class-use/OslcWinkApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/class-use/OslcResourceShapeResource.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/class-use/ServiceProviderRegistryURIs.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/class-use/OslcRestClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/class-use/ServiceProviderRegistryClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/class-use/AcceptUtil.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.lyo.oslc4j.core:oslc4j-registry >-------------
[INFO] Building OSLC4J Registry 4.0.0-SNAPSHOT                            [6/6]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 30 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/4.0.0-SNAPSHOT/oslc4j-json4j-provider-4.0.0-20190924.094525-32.pom
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/4.0.0-SNAPSHOT/oslc4j-json4j-provider-4.0.0-20190924.094525-32.pom (2.6 kB at 185 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 77 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/4.0.0-SNAPSHOT/oslc4j-jena-provider-4.0.0-20190924.094518-32.pom
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/4.0.0-SNAPSHOT/oslc4j-jena-provider-4.0.0-20190924.094518-32.pom (3.5 kB at 234 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 130 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 108 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/1/apache-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 262 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom (23 kB at 1.4 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom (1.1 kB at 45 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 945 kB/s)
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/4.0.0-SNAPSHOT/oslc4j-json4j-provider-4.0.0-20190924.094525-32.jar
[INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/4.0.0-SNAPSHOT/oslc4j-jena-provider-4.0.0-20190924.094518-32.jar
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/4.0.0-SNAPSHOT/oslc4j-json4j-provider-4.0.0-20190924.094525-32.jar (42 kB at 1.7 MB/s)
[INFO] Downloaded from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/4.0.0-SNAPSHOT/oslc4j-jena-provider-4.0.0-20190924.094518-32.jar (71 kB at 2.1 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar (12 kB at 285 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 4.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar (455 kB at 9.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 8.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 18 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-registry ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-registry ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-registry ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/jenkins/workspace/lyo-server-master/oslc4j-registry/target/classes
[WARNING] /home/jenkins/workspace/lyo-server-master/oslc4j-registry/src/main/java/org/eclipse/lyo/oslc4j/core/resources/Oslc4JRegistryApplication.java: /home/jenkins/workspace/lyo-server-master/oslc4j-registry/src/main/java/org/eclipse/lyo/oslc4j/core/resources/Oslc4JRegistryApplication.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/workspace/lyo-server-master/oslc4j-registry/src/main/java/org/eclipse/lyo/oslc4j/core/resources/Oslc4JRegistryApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-registry ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-registry ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-registry ---
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ oslc4j-registry ---
[INFO] Packaging webapp
[INFO] Assembling webapp [oslc4j-registry] in [/home/jenkins/workspace/lyo-server-master/oslc4j-registry/target/oslc4j-registry-4.0.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/workspace/lyo-server-master/oslc4j-registry/src/main/webapp]
[INFO] Webapp assembled in [76 msecs]
[INFO] Building war: /home/jenkins/workspace/lyo-server-master/oslc4j-registry/target/oslc4j-registry-4.0.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >-----------
[INFO] Building lyo-server-build 4.0.0-SNAPSHOT                           [7/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) > generate-sources @ lyo-server-build >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) < generate-sources @ lyo-server-build <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ lyo-server-build ---
[WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.core...
Loading source files for package org.eclipse.lyo.server.oauth.core.consumer...
Loading source files for package org.eclipse.lyo.server.oauth.core.token...
Loading source files for package org.eclipse.lyo.server.oauth.core.utils...
Loading source files for package org.eclipse.lyo.server.oauth.consumerstore...
Loading source files for package org.eclipse.lyo.server.oauth.webapp.services...
Loading source files for package org.eclipse.lyo.oslc4j.application...
Loading source files for package org.eclipse.lyo.oslc4j.client...
Loading source files for package org.eclipse.lyo.oslc4j.utils...
Loading source files for package org.eclipse.lyo.oslc4j.core.resources...
Loading source files for package org.eclipse.lyo.oslc4j.core.servlet...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/Application.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/HTTPConstants.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/OslcResourceShapeResource.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/OslcWinkApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/OslcRestClient.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/ServiceProviderRegistryClient.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/ServiceProviderRegistryURIs.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/utils/AcceptUtil.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/Oslc4JRegistryApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/ServiceProviderCatalogResource.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/ServiceProviderResource.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/ServiceProviderCatalogSingleton.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/utils/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/utils/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/utils/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/serialized-form.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/HTTPConstants.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/class-use/OslcWinkApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/class-use/OslcResourceShapeResource.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/class-use/ServiceProviderRegistryURIs.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/class-use/OslcRestClient.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/class-use/ServiceProviderRegistryClient.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/utils/class-use/AcceptUtil.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/class-use/ServiceProviderResource.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/class-use/Oslc4JRegistryApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/class-use/ServiceProviderCatalogResource.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/class-use/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/class-use/ServiceProviderCatalogSingleton.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/application/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/client/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/resources/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/core/servlet/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/oslc4j/utils/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/target/site/apidocs/help-doc.html...
9 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/Application.java:26: warning - Tag @see: can't find setApplication(Authentication) in org.eclipse.lyo.server.oauth.core.OAuthConfiguration
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/AuthenticationException.java:24: warning - Tag @see: can't find login(String, char[]) in org.eclipse.lyo.server.oauth.core.Application
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:93: warning - @param argument "key" is not a parameter name.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.java:119: warning - Tag @see: can't find markRequestTokenAuthorized(HttpServletRequest, OAuthAccessor) in org.eclipse.lyo.server.oauth.core.token.TokenStrategy
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:175: warning - @return tag has no arguments.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:185: warning - @return tag has no arguments.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:349: warning - @param argument "sessionConnector" is not a parameter name.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:349: warning - Tag @link: reference not found: Connector
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:337: warning - @return tag has no arguments.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for lyo-server-build 4.0.0-SNAPSHOT:
[INFO] 
[INFO] lyo-server-build ................................... SUCCESS [  1.882 s]
[INFO] Eclipse Lyo OAuth Provider - Core Library .......... SUCCESS [ 41.987 s]
[INFO] Lyo OAuth Consumer Store ........................... SUCCESS [  3.496 s]
[INFO] Eclipse Lyo OAuth Provider - Template Webapp ....... SUCCESS [  9.224 s]
[INFO] OSLC4J Wink Application ............................ SUCCESS [  3.876 s]
[INFO] OSLC4J Registry .................................... SUCCESS [  1.195 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:03 min
[INFO] Finished at: 2019-09-24T09:47:41Z
[INFO] ------------------------------------------------------------------------
[lyo-server-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml deploy -B -DskipTests
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] lyo-server-build                                                   [pom]
[INFO] Eclipse Lyo OAuth Provider - Core Library                          [jar]
[INFO] Lyo OAuth Consumer Store                                           [jar]
[INFO] Eclipse Lyo OAuth Provider - Template Webapp                       [war]
[INFO] OSLC4J Wink Application                                            [jar]
[INFO] OSLC4J Registry                                                    [war]
[INFO] 
[INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >-----------
[INFO] Building lyo-server-build 4.0.0-SNAPSHOT                           [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lyo-server-build ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 205 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 519 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 847 kB/s)
[INFO] Installing /home/jenkins/workspace/lyo-server-master/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/lyo-server-build-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ lyo-server-build ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 5.8 MB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/maven-metadata.xml (624 B at 26 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/lyo-server-build-4.0.0-20190924.094747-36.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/lyo-server-build-4.0.0-20190924.094747-36.pom (6.4 kB at 48 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/maven-metadata.xml (408 B at 2.8 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/4.0.0-SNAPSHOT/maven-metadata.xml (624 B at 7.1 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/server/lyo-server-build/maven-metadata.xml (408 B at 3.4 kB/s)
[INFO] 
[INFO] -----------------< org.eclipse.lyo.server:oauth-core >------------------
[INFO] Building Eclipse Lyo OAuth Provider - Core Library 4.0.0-SNAPSHOT  [2/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oauth-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oauth-core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oauth-core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oauth-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth-core ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oauth-core >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oauth-core <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oauth-core ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oauth-core ---
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.core...
Loading source files for package org.eclipse.lyo.server.oauth.core.consumer...
Loading source files for package org.eclipse.lyo.server.oauth.core.token...
Loading source files for package org.eclipse.lyo.server.oauth.core.utils...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/Application.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/serialized-form.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-core/target/apidocs/help-doc.html...
8 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/Application.java:26: warning - Tag @see: can't find setApplication(Authentication) in org.eclipse.lyo.server.oauth.core.OAuthConfiguration
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/AuthenticationException.java:24: warning - Tag @see: can't find login(String, char[]) in org.eclipse.lyo.server.oauth.core.Application
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:93: warning - @param argument "key" is not a parameter name.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.java:119: warning - Tag @see: can't find markRequestTokenAuthorized(HttpServletRequest, OAuthAccessor) in org.eclipse.lyo.server.oauth.core.token.TokenStrategy
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:175: warning - @return tag has no arguments.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:185: warning - @return tag has no arguments.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:349: warning - @param argument "sessionConnector" is not a parameter name.
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:349: warning - Tag @link: reference not found: Connector
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oauth-core ---
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-core/target/oauth-core-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ oauth-core ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 61 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36.jar (27 kB at 344 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36.pom (2.7 kB at 27 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/maven-metadata.xml (435 B at 7.1 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 9.1 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/maven-metadata.xml (435 B at 4.4 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36-sources.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36-sources.jar (22 kB at 234 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36-javadoc.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/oauth-core-4.0.0-20190924.094750-36-javadoc.jar (143 kB at 1.7 MB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-core/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 16 kB/s)
[INFO] 
[INFO] ------------< org.eclipse.lyo.server:oauth-consumer-store >-------------
[INFO] Building Lyo OAuth Consumer Store 4.0.0-SNAPSHOT                   [3/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-consumer-store ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oauth-consumer-store ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-consumer-store ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oauth-consumer-store ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oauth-consumer-store ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oauth-consumer-store ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oauth-consumer-store >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oauth-consumer-store <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oauth-consumer-store ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oauth-consumer-store ---
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.consumerstore...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/apidocs/help-doc.html...
1 warning
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:337: warning - @return tag has no arguments.
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oauth-consumer-store ---
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-consumer-store/target/oauth-consumer-store-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ oauth-consumer-store ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 68 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36.jar (13 kB at 145 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36.pom (2.4 kB at 23 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/maven-metadata.xml (445 B at 5.1 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 15 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/maven-metadata.xml (445 B at 5.3 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36-sources.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36-sources.jar (6.4 kB at 89 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 14 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36-javadoc.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/oauth-consumer-store-4.0.0-20190924.094751-36-javadoc.jar (36 kB at 509 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-consumer-store/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 16 kB/s)
[INFO] 
[INFO] ----------------< org.eclipse.lyo.server:oauth-webapp >-----------------
[INFO] Building Eclipse Lyo OAuth Provider - Template Webapp 4.0.0-SNAPSHOT [4/6]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oauth-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oauth-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oauth-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oauth-webapp/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oauth-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oauth-webapp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ oauth-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [oauth-webapp] in [/home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/workspace/lyo-server-master/oauth-webapp/src/main/webapp]
[INFO] Webapp assembled in [23 msecs]
[INFO] Building war: /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oauth-webapp >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oauth-webapp <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oauth-webapp ---
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oauth-webapp ---
[INFO] 
Loading source files for package org.eclipse.lyo.server.oauth.webapp.services...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/HTTPConstants.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/HTTPConstants.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ServletListener.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oauth-webapp ---
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp.war to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-webapp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oauth-webapp/target/oauth-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ oauth-webapp ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 64 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36.war
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36.war (1.6 MB at 10 MB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36.pom (3.4 kB at 27 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/maven-metadata.xml (437 B at 2.5 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 14 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/maven-metadata.xml (437 B at 5.7 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36-sources.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36-sources.jar (10 kB at 142 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36-javadoc.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/oauth-webapp-4.0.0-20190924.094753-36-javadoc.jar (48 kB at 469 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/server/oauth-webapp/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 10.0 kB/s)
[INFO] 
[INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-wink >---------------
[INFO] Building OSLC4J Wink Application 4.0.0-SNAPSHOT                    [5/6]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-wink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oslc4j-wink/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-wink ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-wink ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-server-master/oslc4j-wink/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-wink ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-wink ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-wink ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc4j-wink >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc4j-wink <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc4j-wink ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ oslc4j-wink ---
[INFO] 
Loading source files for package org.eclipse.lyo.oslc4j.application...
Loading source files for package org.eclipse.lyo.oslc4j.client...
Loading source files for package org.eclipse.lyo.oslc4j.utils...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/OslcResourceShapeResource.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/OslcWinkApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/OslcRestClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/ServiceProviderRegistryClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/ServiceProviderRegistryURIs.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/AcceptUtil.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/class-use/OslcWinkApplication.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/class-use/OslcResourceShapeResource.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/class-use/ServiceProviderRegistryURIs.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/class-use/OslcRestClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/class-use/ServiceProviderRegistryClient.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/class-use/AcceptUtil.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/application/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/client/package-use.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/org/eclipse/lyo/oslc4j/utils/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/apidocs/help-doc.html...
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Building jar: /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oslc4j-wink ---
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oslc4j-wink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oslc4j-wink/target/oslc4j-wink-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ oslc4j-wink ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 11 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36.jar (16 kB at 198 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36.pom (3.5 kB at 53 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/maven-metadata.xml (481 B at 3.9 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 14 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/maven-metadata.xml (481 B at 5.7 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36-sources.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36-sources.jar (11 kB at 102 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 14 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36-javadoc.jar
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/oslc4j-wink-4.0.0-20190924.094755-36-javadoc.jar (65 kB at 828 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-wink/4.0.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 12 kB/s)
[INFO] 
[INFO] ------------< org.eclipse.lyo.oslc4j.core:oslc4j-registry >-------------
[INFO] Building OSLC4J Registry 4.0.0-SNAPSHOT                            [6/6]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-registry ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-registry ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-registry ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-registry ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-registry ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ oslc4j-registry ---
[INFO] Packaging webapp
[INFO] Assembling webapp [oslc4j-registry] in [/home/jenkins/workspace/lyo-server-master/oslc4j-registry/target/oslc4j-registry-4.0.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/workspace/lyo-server-master/oslc4j-registry/src/main/webapp]
[INFO] Webapp assembled in [38 msecs]
[INFO] Building war: /home/jenkins/workspace/lyo-server-master/oslc4j-registry/target/oslc4j-registry-4.0.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ oslc4j-registry ---
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oslc4j-registry/target/oslc4j-registry-4.0.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/oslc4j-registry-4.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/workspace/lyo-server-master/oslc4j-registry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/oslc4j-registry-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ oslc4j-registry ---
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/maven-metadata.xml (795 B at 8.2 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/oslc4j-registry-4.0.0-20190924.094757-36.war
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/oslc4j-registry-4.0.0-20190924.094757-36.war (20 MB at 21 MB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/oslc4j-registry-4.0.0-20190924.094757-36.pom
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/oslc4j-registry-4.0.0-20190924.094757-36.pom (6.3 kB at 78 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/maven-metadata.xml
[INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/maven-metadata.xml (362 B at 4.8 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/4.0.0-SNAPSHOT/maven-metadata.xml (795 B at 6.6 kB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/maven-metadata.xml
[INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/lyo/oslc4j/core/oslc4j-registry/maven-metadata.xml (362 B at 3.5 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for lyo-server-build 4.0.0-SNAPSHOT:
[INFO] 
[INFO] lyo-server-build ................................... SUCCESS [  6.108 s]
[INFO] Eclipse Lyo OAuth Provider - Core Library .......... SUCCESS [  2.633 s]
[INFO] Lyo OAuth Consumer Store ........................... SUCCESS [  1.595 s]
[INFO] Eclipse Lyo OAuth Provider - Template Webapp ....... SUCCESS [  1.841 s]
[INFO] OSLC4J Wink Application ............................ SUCCESS [  1.695 s]
[INFO] OSLC4J Registry .................................... SUCCESS [  2.202 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.201 s
[INFO] Finished at: 2019-09-24T09:47:58Z
[INFO] ------------------------------------------------------------------------
[lyo-server-master] $ /bin/sh -xe /tmp/jenkins312067353055285983.sh
+ DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/server
+ /opt/tools/apache-maven/latest/bin/mvn -q '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
+ VERSION=4.0.0-SNAPSHOT
+ ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/server/4.0.0-SNAPSHOT
+ ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/server/latest
+ ssh genie.lyo@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lyo/docs/server
+ scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/server/4.0.0-SNAPSHOT
+ scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/server/latest
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 71 killed;
[ssh-agent] Stopped.
Recording test results
Finished: SUCCESS