Skip to content
Success

Console Output

Started by user Scott M Stark
Running as Scott M Stark
Agent default-agent-8rsh3 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-8rsh3"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "4aac32ac7fa51e1ce83bbde2318b3813caa561ff4013927167ff3cd27fcb607b"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-8rsh3"
    - name: "JENKINS_NAME"
      value: "default-agent-8rsh3"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/"
    - 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-cdi"
      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-8rsh3 in workspace /home/jenkins/workspace/CDIReleaseScript
[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-5magmB6hmjQ6/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/CDIReleaseScript@tmp/private_key_2093195530081346533.key (/home/jenkins/workspace/CDIReleaseScript@tmp/private_key_2093195530081346533.key)
[ssh-agent] Using credentials genie.cdi (ssh://genie.cdi@projects-storage.eclipse.org)
using credential b6fb38e4-4324-4ff4-9e8a-ebc1104f05fb
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/cdi
 > /usr/bin/git init /home/jenkins/workspace/CDIReleaseScript # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/cdi
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/eclipse-ee4j/cdi # 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-ee4j/cdi # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/cdi
using GIT_ASKPASS to set credentials GitHub bot
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10
Checking out Revision d0dc5399f14c4efedf51e7f1019dea8fc508b8b6 (refs/remotes/origin/EE4J_8)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f d0dc5399f14c4efedf51e7f1019dea8fc508b8b6
Commit message: "Remove incorrect repo"
 > /usr/bin/git rev-list --no-walk d0dc5399f14c4efedf51e7f1019dea8fc508b8b6 # timeout=10
[CDIReleaseScript] $ /bin/sh -ex /tmp/jenkins5338382711897917826.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/oracle
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.5
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ MVN_EXTRA='--batch-mode -Poss-release -Pstaging'
+ BUILD_DIR=/home/jenkins/workspace/CDIReleaseScript/api
+ cd /home/jenkins/workspace/CDIReleaseScript/api
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 928B20E9AD5298CC: public key "Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 928B20E9AD5298CC: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
+ gpg --list-keys --with-colons
+ awk -F: '/fpr:/ {print $10}'
+ sort -u
+ echo -e+  '5\ny\n'
gpg --batch --command-fd 0 --expert --edit-key 4021EEEAFF5DE8404DCD0A270AA3E5C3D232E79B trust
Secret subkeys are available.

pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ unknown] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ unknown] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

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

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


pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ unknown] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

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

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2024-07-22
pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ultimate] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ultimate] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

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

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


pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ultimate] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

+ '[' false '=' true ]
+ RELEASE_VERSION=2.0.2
+ RELEASE_TAG=2.0.2-RELEASE
+ echo 'Release version: 2.0.2'
Release version: 2.0.2
+ echo 'Release tag:     2.0.2-RELEASE'
Release tag:     2.0.2-RELEASE
+ git config --global user.email el-bot@eclipse.org
+ git config --global user.name 'Eclipse EL-api Bot'
+ '[[' false '=' true ]]
+ MVN_DEPLOY_ARGS=nexus-staging:deploy
+ GIT_ORIGIN=origin
+ cd /home/jenkins/workspace/CDIReleaseScript
+ git branch --delete 2.0.2
error: branch '2.0.2' not found.
+ git checkout -b 2.0.2
Switched to a new branch '2.0.2'
+ git tag --delete 2.0.2-RELEASE
error: tag '2.0.2-RELEASE' not found.
+ cd /home/jenkins/workspace/CDIReleaseScript/api
+ mvn --batch-mode -Poss-release -Pstaging -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate '-Dexpression=project.artifactId'
+ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
+ ARTIFACT_ID=jakarta.enterprise.cdi-api
+ mvn --batch-mode -Poss-release -Pstaging -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate '-Dexpression=project.groupId'
+ grep -Ev '(^\[)'
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
+ GROUP_ID=jakarta.enterprise
+ echo '-[ Deploy artifacts to staging repository ]-------------------------------------'
-[ Deploy artifacts to staging repository ]-------------------------------------
+ cd /home/jenkins/workspace/CDIReleaseScript/api
+ mvn --version
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix"
+ mvn -X -U -C -B -DskipTests '-Ddoclint=none' -Poss-release clean package source:jar javadoc:jar '-Dmaven.javadoc.failOnError=false' gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
[DEBUG]   Imported: javax.enterprise.util.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: plain
[DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
[DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
[DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
[DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
[DEBUG] Using local repository at /home/jenkins/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=729273, ConflictMarker.markTime=411473, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=397593, ConflictIdSorter.topsortTime=228964, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4610304, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=345509310, DefaultDependencyCollector.transformTime=7968304}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8:
[DEBUG]    org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.7:compile
[DEBUG]    com.google.guava:guava:jar:14.0.1:compile
[DEBUG]    org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile
[DEBUG]       org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       com.intellij:annotations:jar:9.0.4:compile
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       joda-time:joda-time:jar:2.2:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG]          org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG]             javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]          com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG]          com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[DEBUG]          commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]    org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG]       org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]    ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Created new class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Importing foreign packages into class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]   Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: com.google.guava:guava:jar:14.0.1
[DEBUG]   Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02
[DEBUG]   Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: com.intellij:annotations:jar:9.0.4
[DEBUG]   Included: commons-io:commons-io:jar:2.4
[DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.7
[DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG]   Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG]   Included: joda-time:joda-time:jar:2.2
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7
[DEBUG]   Included: javax.ws.rs:jsr311-api:jar:1.1.1
[DEBUG]   Included: com.sun.jersey:jersey-core:jar:1.17.1
[DEBUG]   Included: javax.validation:validation-api:jar:1.1.0.Final
[DEBUG]   Included: com.sun.jersey:jersey-client:jar:1.17.1
[DEBUG]   Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.7.7
[DEBUG]   Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG]   Included: ch.qos.logback:logback-core:jar:1.1.2
[DEBUG]   Included: ch.qos.logback:logback-classic:jar:1.1.2
[DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Created new class realm project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=191714, ConflictMarker.markTime=172408, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=89980, ConflictIdSorter.topsortTime=37164, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1192426, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=8187837, DefaultDependencyCollector.transformTime=1701558}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8:
[DEBUG]    org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.7:compile
[DEBUG]    com.google.guava:guava:jar:14.0.1:compile
[DEBUG]    org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile
[DEBUG]       org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       com.intellij:annotations:jar:9.0.4:compile
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       joda-time:joda-time:jar:2.2:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG]          org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG]             javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]          com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG]          com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[DEBUG]          commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]    org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG]       org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]    ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Extension realms for project org.eclipse.ee4j:project:pom:1.0.5: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2, parent: ClassRealm[maven.api, parent: null]]
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[WARNING] 'parent.relativePath' of POM jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 (/home/jenkins/workspace/CDIReleaseScript/api/pom.xml) points at org.eclipse.ee4j.cdi:cdi-parent instead of org.eclipse.ee4j:project, please verify your project structure @ line 21, column 10
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 319, column 12
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 183, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 195, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 162, column 29
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml (848 B at 8.1 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties
[INFO] Downloaded from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-enforcer-plugin/maven-metadata.xml (542 B at 1.3 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging)
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-enforcer-plugin to 3.0.0-M2 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (843 B at 26 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties
[INFO] Downloaded from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-source-plugin/maven-metadata.xml (460 B at 3.0 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging)
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-source-plugin to 3.1.0 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (1.1 kB at 61 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties
[INFO] Downloaded from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugins/maven-javadoc-plugin/maven-metadata.xml (380 B at 2.4 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging)
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-javadoc-plugin to 3.1.1 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[DEBUG] Resolving plugin prefix source from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix source to org.apache.maven.plugins:maven-source-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix javadoc from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix javadoc to org.apache.maven.plugins:maven-javadoc-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix gpg from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix gpg to org.apache.maven.plugins:maven-gpg-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix install from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix install to org.apache.maven.plugins:maven-install-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Tasks:   [clean, package, source:jar, javadoc:jar, gpg:sign, install:install, nexus-staging:deploy]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO] 
[INFO] -----------< jakarta.enterprise:jakarta.enterprise.cdi-api >------------
[INFO] Building CDI APIs 2.0.2
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Resolving plugin prefix source from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix source to org.apache.maven.plugins:maven-source-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix javadoc from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix javadoc to org.apache.maven.plugins:maven-javadoc-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix gpg from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix gpg to org.apache.maven.plugins:maven-gpg-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix install from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix install to org.apache.maven.plugins:maven-install-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Dependencies (collect): [test]
[DEBUG] Dependencies (resolve): [compile, runtime, test]
[DEBUG] Repositories (dependencies): [sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging, default, releases), jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Repositories (plugins)     : [sonatype-nexus-staging (https://oss.sonatype.org/content/repositories/staging, default, releases), jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <directory default-value="${project.build.directory}"/>
  <excludeDefaultDirectories default-value="false">${clean.excludeDefaultDirectories}</excludeDefaultDirectories>
  <failOnError default-value="true">${maven.clean.failOnError}</failOnError>
  <followSymLinks default-value="false">${clean.followSymLinks}</followSymLinks>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <reportDirectory default-value="${project.reporting.outputDirectory}"/>
  <retryOnError default-value="true">${maven.clean.retryOnError}</retryOnError>
  <skip default-value="false">${clean.skip}</skip>
  <testOutputDirectory default-value="${project.build.testOutputDirectory}"/>
  <verbose>${clean.verbose}</verbose>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <fail default-value="true">${enforcer.fail}</fail>
  <failFast default-value="false">${enforcer.failFast}</failFast>
  <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
  <mojoExecution default-value="${mojoExecution}"/>
  <project default-value="${project}"/>
  <rules>
    <requireMavenVersion>
      <version>[3.0.4,)</version>
      <message>Maven 3.0 through 3.0.3 inclusive does not pass
                                                correct settings.xml to Maven Release Plugin.</message>
    </requireMavenVersion>
  </rules>
  <session default-value="${session}"/>
  <skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.compileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] --- init fork of jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 for org.apache.felix:maven-bundle-plugin:2.5.4:manifest (bundle-manifest) ---
[DEBUG] Dependencies (collect): [test]
[DEBUG] Dependencies (resolve): [compile]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <fail default-value="true">${enforcer.fail}</fail>
  <failFast default-value="false">${enforcer.failFast}</failFast>
  <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
  <mojoExecution default-value="${mojoExecution}"/>
  <project default-value="${project}"/>
  <rules>
    <requireMavenVersion>
      <version>[3.0.4,)</version>
      <message>Maven 3.0 through 3.0.3 inclusive does not pass
                                                correct settings.xml to Maven Release Plugin.</message>
    </requireMavenVersion>
  </rules>
  <session default-value="${session}"/>
  <skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.resources}"/>
  <session default-value="${session}"/>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.compileClasspathElements}"/>
  <compileSourceRoots default-value="${project.compileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <projectArtifact default-value="${project.artifact}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skipMain>${maven.main.skip}</skipMain>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] --- exit fork of jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 for org.apache.felix:maven-bundle-plugin:2.5.4:manifest (bundle-manifest) ---
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.felix:maven-bundle-plugin:2.5.4:manifest (bundle-manifest)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildDirectory default-value="${project.build.directory}"/>
  <dumpClasspath>${dumpClasspath}</dumpClasspath>
  <dumpInstructions>${dumpInstructions}</dumpInstructions>
  <excludeDependencies>${excludeDependencies}</excludeDependencies>
  <finalName default-value="${project.build.finalName}"/>
  <instructions>
    <Export-Package>javax.decorator;version=2.0,
							javax.enterprise.*;version=2.0,</Export-Package>
    <Import-Package>javax.el; version=2.2,
							*</Import-Package>
  </instructions>
  <m_mavenSession default-value="${session}"/>
  <manifestLocation default-value="${project.build.outputDirectory}/META-INF">${manifestLocation}</manifestLocation>
  <niceManifest default-value="false">${niceManifest}</niceManifest>
  <outputDirectory default-value="${project.build.outputDirectory}"/>
  <project default-value="${project}"/>
  <rebuildBundle>${rebuildBundle}</rebuildBundle>
  <unpackBundle>${unpackBundle}</unpackBundle>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <buildFilters default-value="${project.build.filters}"/>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <escapeString>${maven.resources.escapeString}</escapeString>
  <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
  <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
  <project default-value="${project}"/>
  <resources default-value="${project.testResources}"/>
  <session default-value="${session}"/>
  <skip>${maven.test.skip}</skip>
  <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
  <useBuildFilters default-value="true"/>
  <useDefaultDelimiters default-value="true"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <basedir default-value="${basedir}"/>
  <buildDirectory default-value="${project.build.directory}"/>
  <classpathElements default-value="${project.testClasspathElements}"/>
  <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
  <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
  <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
  <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
  <debug default-value="true">${maven.compiler.debug}</debug>
  <debuglevel>${maven.compiler.debuglevel}</debuglevel>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <executable>${maven.compiler.executable}</executable>
  <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
  <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
  <fork default-value="false">${maven.compiler.fork}</fork>
  <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
  <maxmem>${maven.compiler.maxmem}</maxmem>
  <meminitial>${maven.compiler.meminitial}</meminitial>
  <mojoExecution>${mojoExecution}</mojoExecution>
  <optimize default-value="false">${maven.compiler.optimize}</optimize>
  <outputDirectory default-value="${project.build.testOutputDirectory}"/>
  <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
  <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
  <skip>${maven.test.skip}</skip>
  <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
  <source default-value="1.5">${maven.compiler.source}</source>
  <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
  <target default-value="1.5">${maven.compiler.target}</target>
  <testSource>${maven.compiler.testSource}</testSource>
  <testTarget>${maven.compiler.testTarget}</testTarget>
  <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
  <verbose default-value="false">${maven.compiler.verbose}</verbose>
  <mavenSession default-value="${session}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
  <argLine>${argLine}</argLine>
  <basedir default-value="${basedir}"/>
  <childDelegation default-value="false">${childDelegation}</childDelegation>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
  <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
  <dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
  <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
  <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
  <encoding default-value="${project.reporting.outputEncoding}">${surefire.encoding}</encoding>
  <excludedGroups>${excludedGroups}</excludedGroups>
  <excludes>
    <exclude>**/privileged/**</exclude>
  </excludes>
  <excludesFile>${surefire.excludesFile}</excludesFile>
  <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
  <failIfNoTests>${failIfNoTests}</failIfNoTests>
  <forkCount default-value="1">${forkCount}</forkCount>
  <forkMode default-value="once">${forkMode}</forkMode>
  <forkedProcessExitTimeoutInSeconds default-value="30">${surefire.exitTimeout}</forkedProcessExitTimeoutInSeconds>
  <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
  <groups>${groups}</groups>
  <includesFile>${surefire.includesFile}</includesFile>
  <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
  <junitPlatformArtifactName default-value="org.junit.platform:junit-platform-engine">${junitPlatformArtifactName}</junitPlatformArtifactName>
  <jvm>${jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <objectFactory>${objectFactory}</objectFactory>
  <parallel>${parallel}</parallel>
  <parallelMavenExecution default-value="${session.parallel}"/>
  <parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
  <parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
  <parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
  <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
  <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
  <pluginDescriptor default-value="${plugin}"/>
  <printSummary default-value="true">${surefire.printSummary}</printSummary>
  <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
  <projectBuildDirectory default-value="${project.build.directory}"/>
  <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
  <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
  <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
  <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
  <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
  <rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
  <reuseForks default-value="true">${reuseForks}</reuseForks>
  <runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
  <shutdown default-value="testset">${surefire.shutdown}</shutdown>
  <skip default-value="false">${maven.test.skip}</skip>
  <skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
  <systemPropertyVariables>
    <serviceDir>/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/META-INF/services/</serviceDir>
  </systemPropertyVariables>
  <tempDir default-value="surefire">${tempDir}</tempDir>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
  <threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
  <threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (privileged-test)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
  <argLine>-Djava.security.manager -Djava.security.policy=/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/java.policy</argLine>
  <basedir default-value="${basedir}"/>
  <childDelegation default-value="false">${childDelegation}</childDelegation>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
  <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
  <dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
  <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
  <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
  <encoding default-value="${project.reporting.outputEncoding}">${surefire.encoding}</encoding>
  <excludedGroups>${excludedGroups}</excludedGroups>
  <excludesFile>${surefire.excludesFile}</excludesFile>
  <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
  <failIfNoTests>${failIfNoTests}</failIfNoTests>
  <forkCount default-value="1">${forkCount}</forkCount>
  <forkMode default-value="once">${forkMode}</forkMode>
  <forkedProcessExitTimeoutInSeconds default-value="30">${surefire.exitTimeout}</forkedProcessExitTimeoutInSeconds>
  <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
  <groups>${groups}</groups>
  <includes>
    <include>**/privileged/**</include>
  </includes>
  <includesFile>${surefire.includesFile}</includesFile>
  <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
  <junitPlatformArtifactName default-value="org.junit.platform:junit-platform-engine">${junitPlatformArtifactName}</junitPlatformArtifactName>
  <jvm>${jvm}</jvm>
  <localRepository default-value="${localRepository}"/>
  <objectFactory>${objectFactory}</objectFactory>
  <parallel>${parallel}</parallel>
  <parallelMavenExecution default-value="${session.parallel}"/>
  <parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
  <parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
  <parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
  <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
  <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
  <pluginDescriptor default-value="${plugin}"/>
  <printSummary default-value="true">${surefire.printSummary}</printSummary>
  <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
  <projectBuildDirectory default-value="${project.build.directory}"/>
  <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
  <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
  <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
  <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
  <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
  <rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
  <reuseForks default-value="true">${reuseForks}</reuseForks>
  <runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
  <shutdown default-value="testset">${surefire.shutdown}</shutdown>
  <skip default-value="false">${maven.test.skip}</skip>
  <skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount>
  <skipExec>${maven.test.skip.exec}</skipExec>
  <skipTests default-value="false">${skipTests}</skipTests>
  <suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
  <systemPropertyVariables>
    <serviceDir>/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/META-INF/services/</serviceDir>
  </systemPropertyVariables>
  <tempDir default-value="surefire">${tempDir}</tempDir>
  <test>${test}</test>
  <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
  <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
  <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
  <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
  <threadCount>${threadCount}</threadCount>
  <threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
  <threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
  <threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
  <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
  <useFile default-value="true">${surefire.useFile}</useFile>
  <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
  <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
  <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
  <workingDirectory>${basedir}</workingDirectory>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <archive>
    <manifestFile>/home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF</manifestFile>
  </archive>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
  <forceCreation default-value="false">${jar.forceCreation}</forceCreation>
  <outputDirectory default-value="${project.build.directory}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
  <skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
  <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-source-plugin:3.1.0:jar-no-fork (attach-sources)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <attach default-value="true">${maven.source.attach}</attach>
  <classifier default-value="sources">${maven.source.classifier}</classifier>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <excludeResources default-value="false">${maven.source.excludeResources}</excludeResources>
  <finalName default-value="${project.build.finalName}"/>
  <forceCreation default-value="false">${maven.source.forceCreation}</forceCreation>
  <includePom default-value="false">${maven.source.includePom}</includePom>
  <outputDirectory default-value="${project.build.directory}"/>
  <project default-value="${project}"/>
  <reactorProjects default-value="${reactorProjects}"/>
  <session default-value="${session}"/>
  <skipSource default-value="false">${maven.source.skip}</skipSource>
  <useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes>
  <useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar (attach-javadocs)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <additionalJOption>${additionalJOption}</additionalJOption>
  <applyJavadocSecurityFix default-value="true">${maven.javadoc.applyJavadocSecurityFix}</applyJavadocSecurityFix>
  <attach default-value="true">${attach}</attach>
  <author default-value="true">${author}</author>
  <bootclasspath>${bootclasspath}</bootclasspath>
  <bootclasspathArtifacts>${bootclasspathArtifacts}</bootclasspathArtifacts>
  <bottom default-value="Copyright &amp;#169; {inceptionYear}&amp;#x2013;{currentYear} {organizationName}. All rights reserved.">${bottom}</bottom>
  <breakiterator default-value="false">${breakiterator}</breakiterator>
  <charset>${charset}</charset>
  <classifier default-value="javadoc">${maven.javadoc.classifier}</classifier>
  <debug default-value="false">${debug}</debug>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <destDir>${destDir}</destDir>
  <detectJavaApiLink default-value="true">${detectJavaApiLink}</detectJavaApiLink>
  <detectLinks default-value="false">${detectLinks}</detectLinks>
  <detectOfflineLinks default-value="true">${detectOfflineLinks}</detectOfflineLinks>
  <docencoding default-value="${project.reporting.outputEncoding}">${docencoding}</docencoding>
  <docfilessubdirs default-value="false">${docfilessubdirs}</docfilessubdirs>
  <doclet>${doclet}</doclet>
  <docletArtifact>${docletArtifact}</docletArtifact>
  <docletArtifacts>${docletArtifacts}</docletArtifacts>
  <docletPath>${docletPath}</docletPath>
  <doclint>${doclint}</doclint>
  <doctitle default-value="${project.name} ${project.version} API">${doctitle}</doctitle>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <excludePackageNames>${excludePackageNames}</excludePackageNames>
  <excludedocfilessubdir>${excludedocfilessubdir}</excludedocfilessubdir>
  <extdirs>${extdirs}</extdirs>
  <failOnError default-value="true">${maven.javadoc.failOnError}</failOnError>
  <failOnWarnings default-value="false">${maven.javadoc.failOnWarnings}</failOnWarnings>
  <finalName>${project.build.finalName}</finalName>
  <footer>${footer}</footer>
  <header>${header}</header>
  <helpfile>${helpfile}</helpfile>
  <includeDependencySources default-value="false"/>
  <includeTransitiveDependencySources default-value="false"/>
  <isOffline default-value="${settings.offline}"/>
  <jarOutputDirectory>${project.build.directory}</jarOutputDirectory>
  <javaApiLinks>${javaApiLinks}</javaApiLinks>
  <javadocDirectory default-value="${basedir}/src/main/javadoc"/>
  <javadocExecutable>${javadocExecutable}</javadocExecutable>
  <javadocOptionsDir default-value="${project.build.directory}/javadoc-bundle-options"/>
  <javadocVersion>${javadocVersion}</javadocVersion>
  <keywords default-value="false">${keywords}</keywords>
  <links>${links}</links>
  <linksource default-value="false">${linksource}</linksource>
  <localRepository>${localRepository}</localRepository>
  <locale>${locale}</locale>
  <maxmemory>${maxmemory}</maxmemory>
  <minmemory>${minmemory}</minmemory>
  <mojo default-value="${mojoExecution}"/>
  <nocomment default-value="false">${nocomment}</nocomment>
  <nodeprecated default-value="false">${nodeprecated}</nodeprecated>
  <nodeprecatedlist default-value="false">${nodeprecatedlist}</nodeprecatedlist>
  <nohelp default-value="false">${nohelp}</nohelp>
  <noindex default-value="false">${noindex}</noindex>
  <nonavbar default-value="false">${nonavbar}</nonavbar>
  <nooverview default-value="false">${nooverview}</nooverview>
  <noqualifier>${noqualifier}</noqualifier>
  <nosince default-value="false">${nosince}</nosince>
  <notimestamp default-value="false">${notimestamp}</notimestamp>
  <notree default-value="false">${notree}</notree>
  <offlineLinks>${offlineLinks}</offlineLinks>
  <old default-value="false">${old}</old>
  <outputDirectory default-value="${project.build.directory}/apidocs">${destDir}</outputDirectory>
  <overview default-value="${basedir}/src/main/javadoc/overview.html">${overview}</overview>
  <packagesheader>${packagesheader}</packagesheader>
  <project default-value="${project}"/>
  <quiet default-value="false">${quiet}</quiet>
  <reactorProjects>${reactorProjects}</reactorProjects>
  <release default-value="${maven.compiler.release}"/>
  <resourcesArtifacts>${resourcesArtifacts}</resourcesArtifacts>
  <serialwarn default-value="false">${serialwarn}</serialwarn>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <show default-value="protected">${show}</show>
  <skip default-value="false">${maven.javadoc.skip}</skip>
  <source>${source}</source>
  <sourceDependencyCacheDir default-value="${project.build.directory}/distro-javadoc-sources"/>
  <sourcepath>${sourcepath}</sourcepath>
  <sourcetab>${sourcetab}</sourcetab>
  <splitindex default-value="false">${splitindex}</splitindex>
  <stylesheet default-value="java">${stylesheet}</stylesheet>
  <stylesheetfile>${stylesheetfile}</stylesheetfile>
  <subpackages>${subpackages}</subpackages>
  <taglet>${taglet}</taglet>
  <tagletArtifact>${tagletArtifact}</tagletArtifact>
  <tagletArtifacts>${tagletArtifacts}</tagletArtifacts>
  <tagletpath>${tagletpath}</tagletpath>
  <taglets>${taglets}</taglets>
  <tags>${tags}</tags>
  <top>${top}</top>
  <use default-value="true">${use}</use>
  <useDefaultManifestFile default-value="false"/>
  <useStandardDocletOptions default-value="true">${useStandardDocletOptions}</useStandardDocletOptions>
  <validateLinks default-value="false">${validateLinks}</validateLinks>
  <verbose default-value="false">${verbose}</verbose>
  <version default-value="true">${version}</version>
  <windowtitle default-value="${project.name} ${project.version} API">${windowtitle}</windowtitle>
</configuration>
[DEBUG] --- init fork of jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 for org.apache.maven.plugins:maven-source-plugin:3.1.0:jar (default-cli) ---
[DEBUG] Dependencies (collect): [test]
[DEBUG] Dependencies (resolve): []
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <fail default-value="true">${enforcer.fail}</fail>
  <failFast default-value="false">${enforcer.failFast}</failFast>
  <ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
  <mojoExecution default-value="${mojoExecution}"/>
  <project default-value="${project}"/>
  <rules>
    <requireMavenVersion>
      <version>[3.0.4,)</version>
      <message>Maven 3.0 through 3.0.3 inclusive does not pass
                                                correct settings.xml to Maven Release Plugin.</message>
    </requireMavenVersion>
  </rules>
  <session default-value="${session}"/>
  <skip default-value="false">${enforcer.skip}</skip>
</configuration>
[DEBUG] --- exit fork of jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 for org.apache.maven.plugins:maven-source-plugin:3.1.0:jar (default-cli) ---
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-source-plugin:3.1.0:jar (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <attach default-value="true">${maven.source.attach}</attach>
  <classifier default-value="sources">${maven.source.classifier}</classifier>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <excludeResources default-value="false">${maven.source.excludeResources}</excludeResources>
  <finalName default-value="${project.build.finalName}"/>
  <forceCreation default-value="false">${maven.source.forceCreation}</forceCreation>
  <includePom default-value="false">${maven.source.includePom}</includePom>
  <outputDirectory default-value="${project.build.directory}"/>
  <project default-value="${project}"/>
  <reactorProjects default-value="${reactorProjects}"/>
  <session default-value="${session}"/>
  <skipSource default-value="false">${maven.source.skip}</skipSource>
  <useDefaultExcludes default-value="true">${maven.source.useDefaultExcludes}</useDefaultExcludes>
  <useDefaultManifestFile default-value="false">${maven.source.useDefaultManifestFile}</useDefaultManifestFile>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <additionalJOption>${additionalJOption}</additionalJOption>
  <applyJavadocSecurityFix default-value="true">${maven.javadoc.applyJavadocSecurityFix}</applyJavadocSecurityFix>
  <attach default-value="true">${attach}</attach>
  <author default-value="true">${author}</author>
  <bootclasspath>${bootclasspath}</bootclasspath>
  <bootclasspathArtifacts>${bootclasspathArtifacts}</bootclasspathArtifacts>
  <bottom default-value="Copyright &amp;#169; {inceptionYear}&amp;#x2013;{currentYear} {organizationName}. All rights reserved.">${bottom}</bottom>
  <breakiterator default-value="false">${breakiterator}</breakiterator>
  <charset>${charset}</charset>
  <classifier default-value="javadoc">${maven.javadoc.classifier}</classifier>
  <debug default-value="false">${debug}</debug>
  <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
  <destDir>${destDir}</destDir>
  <detectJavaApiLink default-value="true">${detectJavaApiLink}</detectJavaApiLink>
  <detectLinks default-value="false">${detectLinks}</detectLinks>
  <detectOfflineLinks default-value="true">${detectOfflineLinks}</detectOfflineLinks>
  <docencoding default-value="${project.reporting.outputEncoding}">${docencoding}</docencoding>
  <docfilessubdirs default-value="false">${docfilessubdirs}</docfilessubdirs>
  <doclet>${doclet}</doclet>
  <docletArtifact>${docletArtifact}</docletArtifact>
  <docletArtifacts>${docletArtifacts}</docletArtifacts>
  <docletPath>${docletPath}</docletPath>
  <doclint>${doclint}</doclint>
  <doctitle default-value="${project.name} ${project.version} API">${doctitle}</doctitle>
  <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
  <excludePackageNames>${excludePackageNames}</excludePackageNames>
  <excludedocfilessubdir>${excludedocfilessubdir}</excludedocfilessubdir>
  <extdirs>${extdirs}</extdirs>
  <failOnError default-value="true">${maven.javadoc.failOnError}</failOnError>
  <failOnWarnings default-value="false">${maven.javadoc.failOnWarnings}</failOnWarnings>
  <finalName>${project.build.finalName}</finalName>
  <footer>${footer}</footer>
  <header>${header}</header>
  <helpfile>${helpfile}</helpfile>
  <includeDependencySources default-value="false"/>
  <includeTransitiveDependencySources default-value="false"/>
  <isOffline default-value="${settings.offline}"/>
  <jarOutputDirectory>${project.build.directory}</jarOutputDirectory>
  <javaApiLinks>${javaApiLinks}</javaApiLinks>
  <javadocDirectory default-value="${basedir}/src/main/javadoc"/>
  <javadocExecutable>${javadocExecutable}</javadocExecutable>
  <javadocOptionsDir default-value="${project.build.directory}/javadoc-bundle-options"/>
  <javadocVersion>${javadocVersion}</javadocVersion>
  <keywords default-value="false">${keywords}</keywords>
  <links>${links}</links>
  <linksource default-value="false">${linksource}</linksource>
  <localRepository>${localRepository}</localRepository>
  <locale>${locale}</locale>
  <maxmemory>${maxmemory}</maxmemory>
  <minmemory>${minmemory}</minmemory>
  <mojo default-value="${mojoExecution}"/>
  <nocomment default-value="false">${nocomment}</nocomment>
  <nodeprecated default-value="false">${nodeprecated}</nodeprecated>
  <nodeprecatedlist default-value="false">${nodeprecatedlist}</nodeprecatedlist>
  <nohelp default-value="false">${nohelp}</nohelp>
  <noindex default-value="false">${noindex}</noindex>
  <nonavbar default-value="false">${nonavbar}</nonavbar>
  <nooverview default-value="false">${nooverview}</nooverview>
  <noqualifier>${noqualifier}</noqualifier>
  <nosince default-value="false">${nosince}</nosince>
  <notimestamp default-value="false">${notimestamp}</notimestamp>
  <notree default-value="false">${notree}</notree>
  <offlineLinks>${offlineLinks}</offlineLinks>
  <old default-value="false">${old}</old>
  <outputDirectory default-value="${project.build.directory}/apidocs">${destDir}</outputDirectory>
  <overview default-value="${basedir}/src/main/javadoc/overview.html">${overview}</overview>
  <packagesheader>${packagesheader}</packagesheader>
  <project default-value="${project}"/>
  <quiet default-value="false">${quiet}</quiet>
  <reactorProjects>${reactorProjects}</reactorProjects>
  <release default-value="${maven.compiler.release}"/>
  <resourcesArtifacts>${resourcesArtifacts}</resourcesArtifacts>
  <serialwarn default-value="false">${serialwarn}</serialwarn>
  <session default-value="${session}"/>
  <settings default-value="${settings}"/>
  <show default-value="protected">${show}</show>
  <skip default-value="false">${maven.javadoc.skip}</skip>
  <source>${source}</source>
  <sourceDependencyCacheDir default-value="${project.build.directory}/distro-javadoc-sources"/>
  <sourcepath>${sourcepath}</sourcepath>
  <sourcetab>${sourcetab}</sourcetab>
  <splitindex default-value="false">${splitindex}</splitindex>
  <stylesheet default-value="java">${stylesheet}</stylesheet>
  <stylesheetfile>${stylesheetfile}</stylesheetfile>
  <subpackages>${subpackages}</subpackages>
  <taglet>${taglet}</taglet>
  <tagletArtifact>${tagletArtifact}</tagletArtifact>
  <tagletArtifacts>${tagletArtifacts}</tagletArtifacts>
  <tagletpath>${tagletpath}</tagletpath>
  <taglets>${taglets}</taglets>
  <tags>${tags}</tags>
  <top>${top}</top>
  <use default-value="true">${use}</use>
  <useDefaultManifestFile default-value="false"/>
  <useStandardDocletOptions default-value="true">${useStandardDocletOptions}</useStandardDocletOptions>
  <validateLinks default-value="false">${validateLinks}</validateLinks>
  <verbose default-value="false">${verbose}</verbose>
  <version default-value="true">${version}</version>
  <windowtitle default-value="${project.name} ${project.version} API">${windowtitle}</windowtitle>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <ascDirectory default-value="${project.build.directory}/gpg"/>
  <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
  <executable>${gpg.executable}</executable>
  <gpgArguments>
    <arg>--pinentry-mode</arg>
    <arg>loopback</arg>
  </gpgArguments>
  <homedir>${gpg.homedir}</homedir>
  <interactive default-value="${settings.interactiveMode}"/>
  <keyname>${gpg.keyname}</keyname>
  <lockMode>${gpg.lockMode}</lockMode>
  <passphrase>${gpg.passphrase}</passphrase>
  <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
  <project default-value="${project}"/>
  <publicKeyring>${gpg.publicKeyring}</publicKeyring>
  <secretKeyring>${gpg.secretKeyring}</secretKeyring>
  <settings default-value="${settings}"/>
  <skip default-value="false">${gpg.skip}</skip>
  <useAgent default-value="true">${gpg.useagent}</useAgent>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <createChecksum default-value="false">${createChecksum}</createChecksum>
  <localRepository>${localRepository}</localRepository>
  <packaging default-value="${project.packaging}"/>
  <pomFile default-value="${project.file}"/>
  <skip default-value="false">${maven.install.skip}</skip>
  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <altStagingDirectory>${altStagingDirectory}</altStagingDirectory>
  <artifact default-value="${project.artifact}"/>
  <attachedArtifacts default-value="${project.attachedArtifacts}"/>
  <autoDropAfterRelease default-value="true">${autoDropAfterRelease}</autoDropAfterRelease>
  <autoReleaseAfterClose default-value="false">false</autoReleaseAfterClose>
  <detectBuildFailures default-value="true">${detectBuildFailures}</detectBuildFailures>
  <keepStagingRepositoryOnCloseRuleFailure>${keepStagingRepositoryOnCloseRuleFailure}</keepStagingRepositoryOnCloseRuleFailure>
  <keepStagingRepositoryOnFailure>${keepStagingRepositoryOnFailure}</keepStagingRepositoryOnFailure>
  <mavenSession default-value="${session}"/>
  <mojoExecution default-value="${mojoExecution}"/>
  <nexusUrl>https://oss.sonatype.org/</nexusUrl>
  <offline default-value="${settings.offline}"/>
  <packaging default-value="${project.packaging}"/>
  <pluginArtifactId default-value="${plugin.artifactId}"/>
  <pluginGroupId default-value="${plugin.groupId}"/>
  <pluginVersion default-value="${plugin.version}"/>
  <pomFile default-value="${project.file}"/>
  <serverId>ossrh</serverId>
  <skipLocalStaging>${skipLocalStaging}</skipLocalStaging>
  <skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo>
  <skipRemoteStaging>${skipRemoteStaging}</skipRemoteStaging>
  <skipStaging>${skipStaging}</skipStaging>
  <skipStagingRepositoryClose>${skipStagingRepositoryClose}</skipStagingRepositoryClose>
  <sslAllowAll default-value="false">${maven.wagon.http.ssl.allowall}</sslAllowAll>
  <sslInsecure default-value="false">${maven.wagon.http.ssl.insecure}</sslInsecure>
  <stagingDescription>${stagingDescription}</stagingDescription>
  <stagingProfileId>7edbe315063867</stagingProfileId>
  <stagingProgressPauseDurationSeconds default-value="3">${stagingProgressPauseDurationSeconds}</stagingProgressPauseDurationSeconds>
  <stagingProgressTimeoutMinutes default-value="5">${stagingProgressTimeoutMinutes}</stagingProgressTimeoutMinutes>
  <stagingRepositoryId>${stagingRepositoryId}</stagingRepositoryId>
  <updateReleaseInfo>${updateReleaseInfo}</updateReleaseInfo>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom (12 kB at 7.0 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom (13 kB at 12 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom (17 kB at 48 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 kB at 79 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom (20 kB at 86 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom (13 kB at 23 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 11 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/testng/testng/6.8.8/testng-6.8.8.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/testng/testng/6.8.8/testng-6.8.8.pom (7.3 kB at 18 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/testng/testng/6.8.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/3/oss-parent-3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/3/oss-parent-3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 176 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/3/oss-parent-3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 75 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 94 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/beanshell/2.0b4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/beust/jcommander/1.27/jcommander-1.27.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/beust/jcommander/1.27/jcommander-1.27.pom (7.2 kB at 13 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/beust/jcommander/1.27/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=31305, ConflictMarker.markTime=36801, ConflictMarker.nodeCount=10, ConflictIdSorter.graphTime=9536, ConflictIdSorter.topsortTime=7531, ConflictIdSorter.conflictIdCount=9, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=184884, ConflictResolver.conflictItemCount=9, DefaultDependencyCollector.collectTime=7265101701, DefaultDependencyCollector.transformTime=276849}
[DEBUG] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]    jakarta.el:jakarta.el-api:jar:3.0.3:compile
[DEBUG]    jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile
[DEBUG]       jakarta.annotation:jakarta.annotation-api:jar:1.3.4:compile
[DEBUG]       jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile
[DEBUG]          jakarta.transaction:jakarta.transaction-api:jar:1.3.2:compile
[DEBUG]    jakarta.inject:jakarta.inject-api:jar:1.0:compile
[DEBUG]    org.testng:testng:jar:6.8.8:test
[DEBUG]       org.beanshell:bsh:jar:2.0b4:test
[DEBUG]       com.beust:jcommander:jar:1.27:test
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar (25 kB at 63 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar (12 kB at 27 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/testng/testng/6.8.8/testng-6.8.8.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar (64 kB at 101 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar (28 kB at 21 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/beust/jcommander/1.27/jcommander-1.27.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 2.6 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/beust/jcommander/1.27/jcommander-1.27.jar (56 kB at 30 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar (80 kB at 28 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/testng/testng/6.8.8/testng-6.8.8.jar (836 kB at 157 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/testng/testng/6.8.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/beust/jcommander/1.27/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 5.6 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar.lastUpdated
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 214 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 440 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/16/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=16600, ConflictMarker.markTime=8256, ConflictMarker.nodeCount=3, ConflictIdSorter.graphTime=6468, ConflictIdSorter.topsortTime=5615, ConflictIdSorter.conflictIdCount=3, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=52393, ConflictResolver.conflictItemCount=3, DefaultDependencyCollector.collectTime=1088804475, DefaultDependencyCollector.transformTime=103560}
[DEBUG] org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 10 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-clean-plugin:2.5
[DEBUG]   Included: org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-clean-plugin:2.5:clean from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-clean-plugin:2.5, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean' with basic configurator -->
[DEBUG]   (f) directory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) excludeDefaultDirectories = false
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) followSymLinks = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (f) reportDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/site
[DEBUG]   (f) retryOnError = true
[DEBUG]   (f) skip = false
[DEBUG]   (f) testOutputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG] -- end configuration --
[DEBUG] Skipping non-existing directory /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG] Skipping non-existing directory /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG] Skipping non-existing directory /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG] Skipping non-existing directory /home/jenkins/workspace/CDIReleaseScript/api/target/site
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 71 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.2 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/3.0/maven-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 186 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 860 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 135 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 243 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 283 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 184 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 200 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 69 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 457 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 633 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/6/forge-parent-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 27 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 252 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 200 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 986 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 202 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 691 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 368 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 111 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 106 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 57 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 268 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 786 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 174 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 121 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 47 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 107 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 124 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 58 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 454 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 64 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 123 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 102 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 171 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.pom (2.3 kB at 1.6 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/junit-4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 2.0 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 4.9 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-parent/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 141 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 110 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 191 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.2 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/30/maven-parent-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/18/apache-18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/18/apache-18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/18/apache-18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 979 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/18/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/18/apache-18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 151 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 782 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.1 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.0 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/41/commons-parent-41.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/41/commons-parent-41.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/41/commons-parent-41.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/41/commons-parent-41.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.7 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/41/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/41/commons-parent-41.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 605 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 255 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/20/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/24/maven-parent-24.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 3.4 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/24/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/24/maven-parent-24.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/14/apache-14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/14/apache-14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/14/apache-14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 699 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/14/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/14/apache-14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 7.2 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 126 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 237 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 49 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 688 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 1.5 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/5/apache-5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 256 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=131117, ConflictMarker.markTime=51005, ConflictMarker.nodeCount=96, ConflictIdSorter.graphTime=85944, ConflictIdSorter.topsortTime=24099, ConflictIdSorter.conflictIdCount=39, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=730101, ConflictResolver.conflictItemCount=95, DefaultDependencyCollector.collectTime=44378655253, DefaultDependencyCollector.transformTime=1041002}
[DEBUG] org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M2:
[DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
[DEBUG]    org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M2:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]          junit:junit:jar:4.11:compile
[DEBUG]             org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M2:compile
[DEBUG]       org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile
[DEBUG]          org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile
[DEBUG]             commons-io:commons-io:jar:2.5:compile
[DEBUG]       org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG]       commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.beanshell:bsh:jar:2.0b4:compile
[DEBUG]       org.apache.maven.shared:maven-dependency-tree:jar:2.2:compile
[DEBUG]          org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG]       org.apache.maven:maven-compat:jar:3.0:compile
[DEBUG]          org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.11/junit-4.11.jar (245 kB at 87 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 15 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 42 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.11/junit-4.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 4.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 9.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 418 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 6.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 434 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 481 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 528 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 700 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 394 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 886 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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 837 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[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 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 443 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
[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 91 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.8 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/3.0.1/maven-common-artifact-filters-3.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[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 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 636 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 375 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.2 MB/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/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 344 kB/s)
[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 273 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 827 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 2.3 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0/maven-model-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2
[DEBUG]   Included: org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0-M2
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.1.0
[DEBUG]   Included: org.apache.maven.enforcer:enforcer-api:jar:3.0.0-M2
[DEBUG]   Included: junit:junit:jar:4.11
[DEBUG]   Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG]   Included: org.apache.maven.enforcer:enforcer-rules:jar:3.0.0-M2
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.1.0
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG]   Included: org.beanshell:bsh:jar:2.0b4
[DEBUG]   Included: org.apache.maven.shared:maven-dependency-tree:jar:2.2
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce' with basic configurator -->
[DEBUG]   (s) fail = true
[DEBUG]   (s) failFast = false
[DEBUG]   (f) ignoreCache = false
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce {execution: enforce-maven}
[DEBUG]   (s) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) version = [3.0.4,)
[DEBUG]   (s) message = Maven 3.0 through 3.0.3 inclusive does not pass
                                                correct settings.xml to Maven Release Plugin.
[DEBUG]   (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@4bbb49b0]
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Detected Maven Version: 3.6.0
[DEBUG] Detected Maven Version: 3.6.0 is allowed in the range [3.0.4,).
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 208 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 362 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 483 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/17/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 428 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 36 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 278 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 143 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 188 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/10/spice-parent-10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 315 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/3/forge-parent-3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 504 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 52 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 158 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 966 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=123799, ConflictMarker.markTime=31873, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=103242, ConflictIdSorter.topsortTime=17463, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=542139, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=7043609409, DefaultDependencyCollector.transformTime=834674}
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]       junit:junit:jar:3.8.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.1:compile
[DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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] 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/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[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] 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/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 2.2 MB/s)
[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 8.4 MB/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 1.2 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 134 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 3.6 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
[DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.1
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/home/jenkins/workspace/CDIReleaseScript/api, file.encoding.pkg=sun.io, sonatypeOssDistMgmtReleasesUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/, maven-surefire-plugin.version=2.22.0, env.JENKINS_TUNNEL=jenkins-discovery.cdi.svc.cluster.local:50000, java.home=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.JENKINS_NAME=default-agent-8rsh3, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.65, env.GIT_URL=https://github.com/eclipse-ee4j/cdi, classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf, java.endorsed.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/endorsed, env.KUBERNETES_PORT=tcp://172.30.40.1:443, maven-bundle-plugin.version=2.5.4, env.JENKINS_UI_PORT_80_TCP=tcp://172.30.40.63:80, env.HUDSON_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, env.KUBERNETES_SERVICE_PORT_DNS_TCP=53, env.NODE_NAME=default-agent-8rsh3, env.KEYRING=****, java.version=1.8.0_202, env.JENKINS_UI_PORT=tcp://172.30.40.63:80, env.NODE_LABELS=default-agent-8rsh3, env.JENKINS_SERVER_COOKIE=1bcea6f127b9f32e, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.LANGUAGE=en_US:en, skipTests=true, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.65:50000, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, env.JENKINS_AGENT_NAME=default-agent-8rsh3, user.name=default, env.LANG=en_US.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, doclint=none, env.JAVA_TOOL_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap, env.LC_ALL=en_US.UTF-8, java.specification.name=Java Platform API Specification, user.timezone=, path.separator=:, env.MAVEN_CMD_LINE_ARGS= -X -U -C -B -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar -Dmaven.javadoc.failOnError=false gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging, file.encoding=UTF-8, env.KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1, env.HOME=/home/jenkins, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -U -C -B -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar -Dmaven.javadoc.failOnError=false gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging, env.RUN_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect, env.KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53, env.DRY_RUN=false, env.KUBERNETES_PORT_53_UDP_PROTO=udp, env.BUILD_TAG=jenkins-CDIReleaseScript-17, env.HOSTNAME=default-agent-8rsh3, java.io.tmpdir=/tmp, user.language=en, line.separator=
, env.OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64, env.JOB_NAME=CDIReleaseScript, java.vm.info=mixed mode, env.BUILD_DISPLAY_NAME=#17, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.OVERWRITE=true, env.JOB_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/display/redirect, env.JENKINS_UI_SERVICE_PORT=80, env.BUILD_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/, env.KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.awt.printerjob=sun.print.PSPrinterJob, env.JENKINS_DISCOVERY_PORT=tcp://172.30.40.65:50000, env.HUDSON_SERVER_COOKIE=1bcea6f127b9f32e, env.KUBERNETES_SERVICE_PORT_DNS=53, env.KUBERNETES_PORT_53_TCP_PORT=53, env.BUILD_NUMBER=17, os.name=Linux, java.specification.vendor=Oracle Corporation, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.JOB_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/, env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent, release.arguments=, java.library.path=/usr/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.HUDSON_URL=https://ci.eclipse.org/cdi/, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, env.JNLP_PROTOCOL_OPTS=-XshowSettings:vm -Xmx256m -Djdk.nativeCrypto=false -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true, library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native, env.JENKINS_URL=https://ci.eclipse.org/cdi/, java.class.version=52.0, env.SHLVL=4, maven.multiModuleProjectDirectory=/home/jenkins/workspace/CDIReleaseScript/api, env.LD_LIBRARY_PATH=/usr/lib, env.JENKINS_UI_SERVICE_HOST=172.30.40.63, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.JAVA_VERSION=jdk8u212-b04_openj9-0.14.2, env.KUBERNETES_SERVICE_PORT=443, env.GIT_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, env.JENKINS_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_PORT=443, env.LIST_FIRST=false, env.IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect?page=changes, sun.boot.library.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/amd64, project.build.sourceEncoding=UTF-8, maven.javadoc.failOnError=false, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.KUBERNETES_PORT_53_TCP_PROTO=tcp, java.vm.specification.version=1.8, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, env.MAVEN_PROJECTBASEDIR=/home/jenkins/workspace/CDIReleaseScript/api, java.ext.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.10.0-957.10.1.el7.x86_64, user.home=/home/jenkins, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest, env.KUBERNETES_PORT_53_UDP_PORT=53, user.dir=/home/jenkins/workspace/CDIReleaseScript/api, maven.conf=/opt/tools/apache-maven/latest/conf, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, env.KUBERNETES_SERVICE_HOST=172.30.40.1, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.PWD=/home/jenkins/workspace/CDIReleaseScript/api, sun.cpu.endian=little, env._JAVA_OPTIONS=-XX:MaxRAMPercentage=64.0, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.GIT_PREVIOUS_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, atinject.api.version=1.0, java.vm.version=25.202-b08, java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar, env.JENKINS_SECRET=4aac32ac7fa51e1ce83bbde2318b3813caa561ff4013927167ff3cd27fcb607b, os.arch=amd64, maven.build.version=Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z), env.KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53, sun.java.launcher=SUN_STANDARD, env.BUILD_ID=17, java.vm.specification.vendor=Oracle Corporation, file.separator=/, env.GIT_BRANCH=origin/EE4J_8, java.runtime.version=1.8.0_202-b08, env.SSH_AUTH_SOCK=/tmp/ssh-5magmB6hmjQ6/agent.56, sun.boot.class.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes, env.JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.63, env.WORKSPACE=/home/jenkins/workspace/CDIReleaseScript, maven.version=3.6.0, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, user.country=US, env.EXECUTOR_NUMBER=0, maven.home=/opt/tools/apache-maven/latest, maven.compiler.target=1.8, uel.api.version=3.0.3, env.KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1, env.JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.65, env.JOB_BASE_NAME=CDIReleaseScript, java.vendor=Oracle Corporation, interceptor.api.version=1.2.5, maven.compiler.source=1.8, env.HUDSON_COOKIE=6fd75675-feae-4a04-a497-a2fd4179cf7c, java.specification.version=1.8, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 3 resources
[DEBUG] file beans_1_0.xsd has a filtered file extension
[DEBUG] copy /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources/beans_1_0.xsd to /home/jenkins/workspace/CDIReleaseScript/api/target/classes/beans_1_0.xsd
[DEBUG] file beans_1_1.xsd has a filtered file extension
[DEBUG] copy /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources/beans_1_1.xsd to /home/jenkins/workspace/CDIReleaseScript/api/target/classes/beans_1_1.xsd
[DEBUG] file beans_2_0.xsd has a filtered file extension
[DEBUG] copy /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources/beans_2_0.xsd to /home/jenkins/workspace/CDIReleaseScript/api/target/classes/beans_2_0.xsd
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 83 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 859 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.9/maven-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 95 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 92 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 519 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 158 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 165 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 55 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 108 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 66 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 79 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 169 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 129 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 123 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 46 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 61 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 213 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 238 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 380 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/18/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 296 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 127 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/19/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 91 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 1.1 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 529 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 115 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 180 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 56 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 39 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 5.7 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 2.1 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 7.2 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 3.7 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 145 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 88 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 62 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 49 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 163 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 222 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 63 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 71 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 41 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 57 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 343 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 34 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 157 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 46 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 151 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 192 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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.4 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 49 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 43 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 65 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 131 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 142 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 252 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 122 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 1.1 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean/3.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean/3.4/xbean-3.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 112 B/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/log4j/log4j/1.2.12/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 297 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 165 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/google/1/google-1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/com/google/google/1/google-1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/google/1/google-1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 71 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/google/1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/google/1/google-1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 557 B/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.2/junit-3.8.2.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=152611, ConflictMarker.markTime=80406, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=110735, ConflictIdSorter.topsortTime=39220, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=497973, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=46534322673, DefaultDependencyCollector.transformTime=893166}
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.0.9:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
[DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile
[DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG]          log4j:log4j:jar:1.2.12:compile
[DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG]       com.google.collections:google-collections:jar:1.0:compile
[DEBUG]       junit:junit:jar:3.8.2:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 168 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 53 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/log4j/log4j/1.2.12/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/log4j/log4j/1.2.12/log4j-1.2.12.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.2/junit-3.8.2.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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/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] 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] 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.5 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-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 2.5 MB/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/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 5.7 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 380 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-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 226 kB/s)
[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 631 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.jar
[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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 1.2 MB/s)
[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.6 MB/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] 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-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 279 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.jar
[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 1.8 MB/s)
[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 327 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] 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-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 131 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.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 92 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.jar
[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 277 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.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 306 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/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 463 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/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 1.2 MB/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 32 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] 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 34 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.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 133 kB/s)
[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 94 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] 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/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 167 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/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 299 kB/s)
[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.4 MB/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 3.4 MB/s)
[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 236 kB/s)
[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 701 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/google/collections/google-collections/1.0/google-collections-1.0.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
[DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2
[DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG]   Included: log4j:log4j:jar:1.2.12
[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG]   Included: com.google.collections:google-collections:jar:1.0
[DEBUG]   Included: junit:junit:jar:3.8.2
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG]   (f) basedir = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (f) buildDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) classpathElements = [/home/jenkins/workspace/CDIReleaseScript/api/target/classes, /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar, /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar, /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar, /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar, /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar]
[DEBUG]   (f) compileSourceRoots = [/home/jenkins/workspace/CDIReleaseScript/api/src/main/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/generated-sources/annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (f) projectArtifact = jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.8
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/jenkins/workspace/CDIReleaseScript/api/src/main/java]
[DEBUG] Classpath: [/home/jenkins/workspace/CDIReleaseScript/api/target/classes
 /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
 /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
 /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
 /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
 /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
 /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar]
[DEBUG] Output directory: /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AfterDeploymentValidation.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessBean.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/BusyConversationException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/spi/Contextual.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessManagedBean.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/PassivationCapable.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/DefinitionException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Instance.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/TransactionPhase.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/NormalScope.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/spi/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/BeanManager.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/CDIProvider.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/literal/NamedLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/SecurityActions.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/Event.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Annotated.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/BeforeShutdown.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProducerFactory.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/Conversation.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Default.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/control/RequestContextController.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/ContextException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/New.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/InjectionTarget.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/spi/AlterableContext.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Stereotype.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/CDI.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/control/ActivateRequestContext.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Alternative.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/NonexistentConversationException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/ApplicationScoped.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/ContextNotActiveException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedMethod.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/Observes.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/BeanConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Vetoed.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Decorator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessProducer.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/ImmutableNotificationOptions.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/AmbiguousResolutionException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/UnproxyableResolutionException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Decorated.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/InjectionPoint.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Typed.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SecurityActions.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/Initialized.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Model.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/Dependent.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedCallable.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessProducerField.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/se/SeContainerInitializer.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedField.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/ObserverException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/Destroyed.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/CreationException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/EventContext.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/ConversationScoped.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/WithAnnotations.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/NotificationOptions.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/literal/QualifierLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/literal/SingletonLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/BeforeBeanDiscovery.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/ResolutionException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/ObservesAsync.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessProducerMethod.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Unmanaged.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/literal/InjectLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AfterTypeDiscovery.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedParameter.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedType.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/InterceptionFactory.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/Reception.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/InterceptionType.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessSessionBean.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/UnsatisfiedResolutionException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Extension.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Bean.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticBean.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/DeploymentException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AfterBeanDiscovery.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/decorator/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/decorator/Decorator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Intercepted.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessAnnotatedType.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessBeanAttributes.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/spi/Context.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/se/SeContainer.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/IllegalProductException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/AnnotationLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionPoint.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessInjectionTarget.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ObserverMethod.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/TypeLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/SessionScoped.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/ProcessObserverMethod.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/EventMetadata.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/InjectionException.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedConstructor.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/TransientReference.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/decorator/Delegate.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/configurator/ProducerConfigurator.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/InjectionTargetFactory.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Producer.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Produces.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/BeanAttributes.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/spi/CreationalContext.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/AnnotatedMember.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Disposes.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Specializes.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Prioritized.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/BeforeDestroyed.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/RequestScoped.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/Any.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]  /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
[DEBUG] Source roots:
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/src/main/java
[DEBUG] Command line options:
[DEBUG] -d /home/jenkins/workspace/CDIReleaseScript/api/target/classes -classpath /home/jenkins/workspace/CDIReleaseScript/api/target/classes:/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar:/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar:/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar:/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar: -sourcepath /home/jenkins/workspace/CDIReleaseScript/api/src/main/java: -s /home/jenkins/workspace/CDIReleaseScript/api/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 131 source files to /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:manifest (bundle-manifest) > process-classes @ jakarta.enterprise.cdi-api >>>
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=28108, ConflictMarker.markTime=12665, ConflictMarker.nodeCount=10, ConflictIdSorter.graphTime=8781, ConflictIdSorter.topsortTime=8182, ConflictIdSorter.conflictIdCount=9, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=109878, ConflictResolver.conflictItemCount=9, DefaultDependencyCollector.collectTime=313825, DefaultDependencyCollector.transformTime=174934}
[DEBUG] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]    jakarta.el:jakarta.el-api:jar:3.0.3:compile
[DEBUG]    jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile
[DEBUG]       jakarta.annotation:jakarta.annotation-api:jar:1.3.4:compile
[DEBUG]       jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile
[DEBUG]          jakarta.transaction:jakarta.transaction-api:jar:1.3.2:compile
[DEBUG]    jakarta.inject:jakarta.inject-api:jar:1.0:compile
[DEBUG]    org.testng:testng:jar:6.8.8:test
[DEBUG]       org.beanshell:bsh:jar:2.0b4:test
[DEBUG]       com.beust:jcommander:jar:1.27:test
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce' with basic configurator -->
[DEBUG]   (s) fail = true
[DEBUG]   (s) failFast = false
[DEBUG]   (f) ignoreCache = false
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce {execution: enforce-maven}
[DEBUG]   (s) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) version = [3.0.4,)
[DEBUG]   (s) message = Maven 3.0 through 3.0.3 inclusive does not pass
                                                correct settings.xml to Maven Release Plugin.
[DEBUG]   (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@403cff1c]
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion -937310275 was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/home/jenkins/workspace/CDIReleaseScript/api, file.encoding.pkg=sun.io, sonatypeOssDistMgmtReleasesUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/, maven-surefire-plugin.version=2.22.0, env.JENKINS_TUNNEL=jenkins-discovery.cdi.svc.cluster.local:50000, java.home=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.JENKINS_NAME=default-agent-8rsh3, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.65, env.GIT_URL=https://github.com/eclipse-ee4j/cdi, classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf, java.endorsed.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/endorsed, env.KUBERNETES_PORT=tcp://172.30.40.1:443, maven-bundle-plugin.version=2.5.4, env.JENKINS_UI_PORT_80_TCP=tcp://172.30.40.63:80, env.HUDSON_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, env.KUBERNETES_SERVICE_PORT_DNS_TCP=53, env.NODE_NAME=default-agent-8rsh3, env.KEYRING=****, java.version=1.8.0_202, env.JENKINS_UI_PORT=tcp://172.30.40.63:80, env.NODE_LABELS=default-agent-8rsh3, env.JENKINS_SERVER_COOKIE=1bcea6f127b9f32e, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.LANGUAGE=en_US:en, skipTests=true, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.65:50000, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, env.JENKINS_AGENT_NAME=default-agent-8rsh3, user.name=default, env.LANG=en_US.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, doclint=none, env.JAVA_TOOL_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap, env.LC_ALL=en_US.UTF-8, java.specification.name=Java Platform API Specification, user.timezone=, path.separator=:, env.MAVEN_CMD_LINE_ARGS= -X -U -C -B -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar -Dmaven.javadoc.failOnError=false gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging, file.encoding=UTF-8, env.KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1, env.HOME=/home/jenkins, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -U -C -B -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar -Dmaven.javadoc.failOnError=false gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging, env.RUN_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect, env.KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53, env.DRY_RUN=false, env.KUBERNETES_PORT_53_UDP_PROTO=udp, env.BUILD_TAG=jenkins-CDIReleaseScript-17, env.HOSTNAME=default-agent-8rsh3, java.io.tmpdir=/tmp, user.language=en, line.separator=
, env.OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64, env.JOB_NAME=CDIReleaseScript, java.vm.info=mixed mode, env.BUILD_DISPLAY_NAME=#17, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.OVERWRITE=true, env.JOB_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/display/redirect, env.JENKINS_UI_SERVICE_PORT=80, env.BUILD_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/, env.KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.awt.printerjob=sun.print.PSPrinterJob, env.JENKINS_DISCOVERY_PORT=tcp://172.30.40.65:50000, env.HUDSON_SERVER_COOKIE=1bcea6f127b9f32e, env.KUBERNETES_SERVICE_PORT_DNS=53, env.KUBERNETES_PORT_53_TCP_PORT=53, env.BUILD_NUMBER=17, os.name=Linux, java.specification.vendor=Oracle Corporation, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.JOB_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/, env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent, release.arguments=, java.library.path=/usr/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.HUDSON_URL=https://ci.eclipse.org/cdi/, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, env.JNLP_PROTOCOL_OPTS=-XshowSettings:vm -Xmx256m -Djdk.nativeCrypto=false -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true, library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native, env.JENKINS_URL=https://ci.eclipse.org/cdi/, java.class.version=52.0, env.SHLVL=4, maven.multiModuleProjectDirectory=/home/jenkins/workspace/CDIReleaseScript/api, env.LD_LIBRARY_PATH=/usr/lib, env.JENKINS_UI_SERVICE_HOST=172.30.40.63, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.JAVA_VERSION=jdk8u212-b04_openj9-0.14.2, env.KUBERNETES_SERVICE_PORT=443, env.GIT_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, env.JENKINS_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_PORT=443, env.LIST_FIRST=false, env.IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect?page=changes, sun.boot.library.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/amd64, project.build.sourceEncoding=UTF-8, maven.javadoc.failOnError=false, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.KUBERNETES_PORT_53_TCP_PROTO=tcp, java.vm.specification.version=1.8, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, env.MAVEN_PROJECTBASEDIR=/home/jenkins/workspace/CDIReleaseScript/api, java.ext.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.10.0-957.10.1.el7.x86_64, user.home=/home/jenkins, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest, env.KUBERNETES_PORT_53_UDP_PORT=53, user.dir=/home/jenkins/workspace/CDIReleaseScript/api, maven.conf=/opt/tools/apache-maven/latest/conf, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, env.KUBERNETES_SERVICE_HOST=172.30.40.1, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.PWD=/home/jenkins/workspace/CDIReleaseScript/api, sun.cpu.endian=little, env._JAVA_OPTIONS=-XX:MaxRAMPercentage=64.0, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.GIT_PREVIOUS_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, atinject.api.version=1.0, java.vm.version=25.202-b08, java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar, env.JENKINS_SECRET=4aac32ac7fa51e1ce83bbde2318b3813caa561ff4013927167ff3cd27fcb607b, os.arch=amd64, maven.build.version=Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z), env.KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53, sun.java.launcher=SUN_STANDARD, env.BUILD_ID=17, java.vm.specification.vendor=Oracle Corporation, file.separator=/, env.GIT_BRANCH=origin/EE4J_8, java.runtime.version=1.8.0_202-b08, env.SSH_AUTH_SOCK=/tmp/ssh-5magmB6hmjQ6/agent.56, sun.boot.class.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes, env.JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.63, env.WORKSPACE=/home/jenkins/workspace/CDIReleaseScript, maven.version=3.6.0, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, user.country=US, env.EXECUTOR_NUMBER=0, maven.home=/opt/tools/apache-maven/latest, maven.compiler.target=1.8, uel.api.version=3.0.3, env.KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1, env.JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.65, env.JOB_BASE_NAME=CDIReleaseScript, java.vendor=Oracle Corporation, interceptor.api.version=1.2.5, maven.compiler.source=1.8, env.HUDSON_COOKIE=6fd75675-feae-4a04-a497-a2fd4179cf7c, java.specification.version=1.8, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 3 resources
[DEBUG] file beans_1_0.xsd has a filtered file extension
[DEBUG] copy /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources/beans_1_0.xsd to /home/jenkins/workspace/CDIReleaseScript/api/target/classes/beans_1_0.xsd
[DEBUG] file beans_1_1.xsd has a filtered file extension
[DEBUG] copy /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources/beans_1_1.xsd to /home/jenkins/workspace/CDIReleaseScript/api/target/classes/beans_1_1.xsd
[DEBUG] file beans_2_0.xsd has a filtered file extension
[DEBUG] copy /home/jenkins/workspace/CDIReleaseScript/api/src/main/resources/beans_2_0.xsd to /home/jenkins/workspace/CDIReleaseScript/api/target/classes/beans_2_0.xsd
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
[DEBUG]   (f) basedir = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (f) buildDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) classpathElements = [/home/jenkins/workspace/CDIReleaseScript/api/target/classes, /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar, /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar, /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar, /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar, /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar]
[DEBUG]   (f) compileSourceRoots = [/home/jenkins/workspace/CDIReleaseScript/api/src/main/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedSourcesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/generated-sources/annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (f) projectArtifact = jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.8
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/jenkins/workspace/CDIReleaseScript/api/src/main/java]
[DEBUG] Classpath: [/home/jenkins/workspace/CDIReleaseScript/api/target/classes
 /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
 /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
 /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
 /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
 /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
 /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar]
[DEBUG] Output directory: /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/event/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/context/spi/package-info.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/decorator/package-info.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]  /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
[DEBUG] Source roots:
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/src/main/java
[DEBUG] Command line options:
[DEBUG] -d /home/jenkins/workspace/CDIReleaseScript/api/target/classes -classpath /home/jenkins/workspace/CDIReleaseScript/api/target/classes:/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar:/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar:/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar:/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar: -sourcepath /home/jenkins/workspace/CDIReleaseScript/api/src/main/java: -s /home/jenkins/workspace/CDIReleaseScript/api/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 131 source files to /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:manifest (bundle-manifest) < process-classes @ jakarta.enterprise.cdi-api <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:manifest (bundle-manifest) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 46 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.pom (1.3 kB at 8.3 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 155 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 10 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 16 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/easymock-2.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 205 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 27 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom (6.7 kB at 416 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.7/maven-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.7/maven-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 kB at 660 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.0.7/maven-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom (2.0 kB at 118 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3.0 kB at 179 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.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.7/maven-plugin-parameter-documenter-2.0.7.pom (1.9 kB at 96 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.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.7/maven-reporting-api-2.0.7.pom (1.8 kB at 110 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom (1.4 kB at 76 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom (2.0 kB at 124 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (1.6 kB at 66 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom (1.9 kB at 53 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom (1.7 kB at 46 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom (2.6 kB at 165 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom (2.6 kB at 175 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom (1.9 kB at 122 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom (1.5 kB at 91 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom (2.0 kB at 56 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom (1.3 kB at 63 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 175 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 165 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 108 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 169 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 424 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 173 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 1.3 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.0/maven-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 136 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 202 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 128 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 194 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 38 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 99 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 102 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 185 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 948 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 214 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 82 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 643 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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.1 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/10/maven-parent-10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 138 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 383 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 96 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 67 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 70 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 134 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 485 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 56 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 188 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 85 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 83 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 61 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 54 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 268 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 58 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 480 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 370 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 290 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 414 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 7.8 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/oro-2.0.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 102 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 649 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 78 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 80 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 93 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 83 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 59 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=186185, ConflictMarker.markTime=66635, ConflictMarker.nodeCount=199, ConflictIdSorter.graphTime=40002, ConflictIdSorter.topsortTime=30644, ConflictIdSorter.conflictIdCount=52, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1148626, ConflictResolver.conflictItemCount=116, DefaultDependencyCollector.collectTime=49066021626, DefaultDependencyCollector.transformTime=1494410}
[DEBUG] org.apache.felix:maven-bundle-plugin:jar:2.5.4:
[DEBUG]    org.osgi:org.osgi.core:jar:4.3.1:compile
[DEBUG]    biz.aQute.bnd:biz.aQute.bndlib:jar:2.4.1:compile
[DEBUG]    org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6:compile
[DEBUG]       org.easymock:easymock:jar:2.4:compile
[DEBUG]    org.apache.felix:org.apache.felix.utils:jar:1.6.0:compile
[DEBUG]       org.osgi:org.osgi.compendium:jar:4.2.0:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7:compile
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:2.0.7:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.0.7:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.7:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.7:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.7:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG]       org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG]          org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.10:compile
[DEBUG]    org.sonatype.plexus:plexus-build-api:jar:0.0.7:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.0:compile
[DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.0:compile
[DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile
[DEBUG]       org.apache.velocity:velocity:jar:1.5:compile
[DEBUG]          commons-lang:commons-lang:jar:2.1:compile
[DEBUG]          oro:oro:jar:2.0.8:compile
[DEBUG]       org.apache.maven.doxia:doxia-decoration-model:jar:1.0:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-apt:jar:1.0:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-fml:jar:1.0:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xdoc:jar:1.0:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.0:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 129 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.jar (2.0 MB at 604 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/biz/aQute/bnd/biz.aQute.bndlib/2.4.1/biz.aQute.bndlib-2.4.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 2.4 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.7/maven-plugin-parameter-documenter-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar (153 kB at 2.1 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.7/maven-reporting-api-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar (49 kB at 622 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 7.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.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.7/maven-plugin-parameter-documenter-2.0.7.jar (21 kB at 206 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.7/maven-repository-metadata-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar (88 kB at 726 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.7/maven-error-diagnostics-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar (35 kB at 289 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar (9.9 kB at 80 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.7/maven-plugin-registry-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar (86 kB at 681 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.7/maven-plugin-api-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar (24 kB at 191 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.7/maven-plugin-descriptor-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar (117 kB at 809 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.7/maven-artifact-manager-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar (29 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar (13 kB at 86 kB/s)
[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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar (37 kB at 239 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar (14 kB at 81 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.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 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar (57 kB at 296 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 966 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar (10 kB at 54 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.7/plexus-build-api-0.0.7.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/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 275 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/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 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-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/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 43 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 36 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] 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 43 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 178 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-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 868 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] 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 207 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.jar
[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.3 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 711 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/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 168 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.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 215 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.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 1.8 MB/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.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 83 kB/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 56 kB/s)
[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 141 kB/s)
[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 62 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 14 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.5/velocity-1.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.felix:maven-bundle-plugin:2.5.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.felix:maven-bundle-plugin:2.5.4
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.felix:maven-bundle-plugin:2.5.4
[DEBUG]   Included: org.apache.felix:maven-bundle-plugin:jar:2.5.4
[DEBUG]   Included: org.osgi:org.osgi.core:jar:4.3.1
[DEBUG]   Included: biz.aQute.bnd:biz.aQute.bndlib:jar:2.4.1
[DEBUG]   Included: org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6
[DEBUG]   Included: org.easymock:easymock:jar:2.4
[DEBUG]   Included: org.apache.felix:org.apache.felix.utils:jar:1.6.0
[DEBUG]   Included: org.osgi:org.osgi.compendium:jar:4.2.0
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG]   Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.10
[DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.5
[DEBUG]   Included: commons-lang:commons-lang:jar:2.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-apt:jar:1.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-fml:jar:1.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.0
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.0
[DEBUG] Configuring mojo org.apache.felix:maven-bundle-plugin:2.5.4:manifest from plugin realm ClassRealm[plugin>org.apache.felix:maven-bundle-plugin:2.5.4, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.felix:maven-bundle-plugin:2.5.4:manifest' with basic configurator -->
[DEBUG]   (f) buildDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) finalName = jakarta.enterprise.cdi-api-2.0.2
[DEBUG]   (f) instructions = {Export-Package=javax.decorator;version=2.0,
							javax.enterprise.*;version=2.0,, Import-Package=javax.el; version=2.2,
							*}
[DEBUG]   (f) m_mavenSession = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) manifestLocation = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF
[DEBUG]   (f) niceManifest = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG] -- end configuration --
[DEBUG] BND Instructions:
#-----------------------------------------------------------------------
#Fri Aug 09 14:55:58 GMT 2019
pom.id=jakarta.enterprise\:jakarta.enterprise.cdi-api\:jar\:2.0.2
env.OLDPWD=/home/jenkins/workspace/CDIReleaseScript/api
file.encoding.pkg=sun.io
pom.organization.name=JBoss by Red Hat, Inc.
sonatypeOssDistMgmtReleasesUrl=https\://oss.sonatype.org/service/local/staging/deploy/maven2/
maven-surefire-plugin.version=2.22.0
env.JENKINS_TUNNEL=jenkins-discovery.cdi.svc.cluster.local\:50000
java.home=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre
env.JENKINS_UI_SERVICE_PORT_HTTP=80
env.JENKINS_NAME=default-agent-8rsh3
env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.65
env.GIT_URL=https\://github.com/eclipse-ee4j/cdi
pom.contributors=[]
project.build.developers=[org.apache.maven.model.Developer@5031786b, org.apache.maven.model.Developer@40830e1e, org.apache.maven.model.Developer@4f578fc2, org.apache.maven.model.Developer@26350832, org.apache.maven.model.Developer@7d1cdebf, org.apache.maven.model.Developer@25b7ccfc, org.apache.maven.model.Developer@56ed6e17]
classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf
project.description=APIs for CDI (Contexts and Dependency Injection for Java)
pom.pomFile=/home/jenkins/workspace/CDIReleaseScript/api/pom.xml
java.endorsed.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/endorsed
Bundle-DocURL=https\://jboss.org
project.build.groupId=jakarta.enterprise
pom.organization=org.apache.maven.model.Organization@716a6343
env.KUBERNETES_PORT=tcp\://172.30.40.1\:443
maven-bundle-plugin.version=2.5.4
env.JENKINS_UI_PORT_80_TCP=tcp\://172.30.40.63\:80
env.HUDSON_HOME=/var/jenkins_home
project.build.scm=org.apache.maven.model.Scm@2d17b6ad
env.KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1
sun.os.patch.level=unknown
java.vendor.url=http\://java.oracle.com/
env.KUBERNETES_SERVICE_PORT_DNS_TCP=53
env.NODE_NAME=default-agent-8rsh3
env.KEYRING=****
pom.profiles=[Profile {id\: jboss-public-repository, source\: pom}, Profile {id\: staging, source\: pom}]
maven-symbolicname=jakarta.enterprise.cdi-api
java.version=1.8.0_202
env.JENKINS_UI_PORT=tcp\://172.30.40.63\:80
env.NODE_LABELS=default-agent-8rsh3
env.JENKINS_SERVER_COOKIE=1bcea6f127b9f32e
project.build.contributors=[]
env.KUBERNETES_PORT_443_TCP_PROTO=tcp
java.vendor.url.bug=http\://bugreport.sun.com/bugreport/
env.LANGUAGE=en_US\:en
skipTests=true
env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp\://172.30.40.65\:50000
env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
pom.description=APIs for CDI (Contexts and Dependency Injection for Java)
project.build.organization=org.apache.maven.model.Organization@716a6343
env.JENKINS_AGENT_NAME=default-agent-8rsh3
user.name=default
env.LANG=en_US.UTF-8
project.build.pomFile=/home/jenkins/workspace/CDIReleaseScript/api/pom.xml
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=UTF-8
java.runtime.name=Java(TM) SE Runtime Environment
project.build.outputdirectory=/home/jenkins/workspace/CDIReleaseScript/api/target/classes
doclint=none
env.JAVA_TOOL_OPTIONS=-XX\:+IgnoreUnrecognizedVMOptions -XX\:+UseContainerSupport -XX\:+UnlockExperimentalVMOptions -XX\:+UseCGroupMemoryLimitForHeap
env.LC_ALL=en_US.UTF-8
project.version=2.0.2
java.specification.name=Java Platform API Specification
user.timezone=
pom.mailingLists=[org.apache.maven.model.MailingList@564b221e, org.apache.maven.model.MailingList@72e36d0f]
path.separator=\:
project.contributors=[]
project.inceptionYear=2008
pom.artifactId=jakarta.enterprise.cdi-api
env.MAVEN_CMD_LINE_ARGS=\ -X -U -C -B -DskipTests -Ddoclint\=none -Poss-release clean package source\:jar javadoc\:jar -Dmaven.javadoc.failOnError\=false gpg\:sign install\:install nexus-staging\:deploy --batch-mode -Poss-release -Pstaging
project.name=CDI APIs
project.organization.name=JBoss by Red Hat, Inc.
file.encoding=UTF-8
pom.url=http\://cdi-spec.org
project.organization=org.apache.maven.model.Organization@716a6343
env.KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1
env.HOME=/home/jenkins
sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -U -C -B -DskipTests -Ddoclint\=none -Poss-release clean package source\:jar javadoc\:jar -Dmaven.javadoc.failOnError\=false gpg\:sign install\:install nexus-staging\:deploy --batch-mode -Poss-release -Pstaging
env.RUN_DISPLAY_URL=https\://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect
env.KUBERNETES_PORT_53_UDP=udp\://172.30.40.1\:53
env.DRY_RUN=false
env.KUBERNETES_PORT_53_UDP_PROTO=udp
project.id=jakarta.enterprise\:jakarta.enterprise.cdi-api\:jar\:2.0.2
env.BUILD_TAG=jenkins-CDIReleaseScript-17
env.HOSTNAME=default-agent-8rsh3
Export-Package=javax.decorator;version\=2.0,javax.enterprise.*;version\=2.0,
Bundle-License=https\://repository.jboss.org/licenses/apache-2.0.txt
java.io.tmpdir=/tmp
project.build.mailingLists=[org.apache.maven.model.MailingList@564b221e, org.apache.maven.model.MailingList@72e36d0f]
user.language=en
Include-Resource=beans_1_0.xsd\=src/main/resources/beans_1_0.xsd,beans_1_1.xsd\=src/main/resources/beans_1_1.xsd,beans_2_0.xsd\=src/main/resources/beans_2_0.xsd
line.separator=\n
project.build.directory=/home/jenkins/workspace/CDIReleaseScript/api/target
env.OPENJ9_JAVA_OPTIONS=-XX\:+IgnoreUnrecognizedVMOptions -XX\:+UseContainerSupport -XX\:+IdleTuningCompactOnIdle -XX\:+IdleTuningGcOnIdle -XX\:MaxRAMPercentage\=64
pom.issueManagement=org.apache.maven.model.IssueManagement@204d101
env.JOB_NAME=CDIReleaseScript
java.vm.info=mixed mode
env.BUILD_DISPLAY_NAME=\#17
sonatypeOssDistMgmtSnapshotsUrl=https\://oss.sonatype.org/content/repositories/snapshots/
java.vm.specification.name=Java Virtual Machine Specification
env.OVERWRITE=true
env.JOB_DISPLAY_URL=https\://ci.eclipse.org/cdi/job/CDIReleaseScript/display/redirect
env.JENKINS_UI_SERVICE_PORT=80
env.BUILD_URL=https\://ci.eclipse.org/cdi/job/CDIReleaseScript/17/
project.build.id=jakarta.enterprise\:jakarta.enterprise.cdi-api\:jar\:2.0.2
env.KUBERNETES_PORT_443_TCP=tcp\://172.30.40.1\:443
project.issueManagement=org.apache.maven.model.IssueManagement@204d101
env.JENKINS_UI_PORT_80_TCP_PORT=80
project.build.licenses=[org.apache.maven.model.License@43e55cfb]
pom.modelVersion=4.0.0
project.licenses=[org.apache.maven.model.License@43e55cfb]
project.developers=[org.apache.maven.model.Developer@5031786b, org.apache.maven.model.Developer@40830e1e, org.apache.maven.model.Developer@4f578fc2, org.apache.maven.model.Developer@26350832, org.apache.maven.model.Developer@7d1cdebf, org.apache.maven.model.Developer@25b7ccfc, org.apache.maven.model.Developer@56ed6e17]
java.awt.printerjob=sun.print.PSPrinterJob
project.url=http\://cdi-spec.org
-removeheaders=Include-Resource,Private-Package
env.JENKINS_DISCOVERY_PORT=tcp\://172.30.40.65\:50000
env.HUDSON_SERVER_COOKIE=1bcea6f127b9f32e
env.KUBERNETES_SERVICE_PORT_DNS=53
pom.version=2.0.2
env.KUBERNETES_PORT_53_TCP_PORT=53
pom.scm=org.apache.maven.model.Scm@2d17b6ad
-plugin=org.apache.felix.bundleplugin.ScrPlugin,org.apache.felix.bundleplugin.BlueprintPlugin,aQute.lib.spring.SpringXMLType
project.mailingLists=[org.apache.maven.model.MailingList@564b221e, org.apache.maven.model.MailingList@72e36d0f]
pom.packaging=jar
project.build.parent=org.eclipse.ee4j\:project\:pom\:1.0.5
Bundle-Description=APIs for CDI (Contexts and Dependency Injection for Java)
project.projectDirectory=/home/jenkins/workspace/CDIReleaseScript/api
env.BUILD_NUMBER=17
os.name=Linux
project.build.modelVersion=4.0.0
java.specification.vendor=Oracle Corporation
env.TERM=xterm
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
env.JOB_URL=https\://ci.eclipse.org/cdi/job/CDIReleaseScript/
env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent
release.arguments=
java.library.path=/usr/lib\:/usr/java/packages/lib/amd64\:/usr/lib64\:/lib64\:/lib\:/usr/lib
project.build.build=org.apache.maven.model.Build@58179860
env.PATH=/opt/tools/apache-maven/latest/bin\:/opt/tools/java/oracle/jdk-8/latest/bin\:/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin
env.HUDSON_URL=https\://ci.eclipse.org/cdi/
env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
env.JNLP_PROTOCOL_OPTS=-XshowSettings\:vm -Xmx256m -Djdk.nativeCrypto\=false -Dsun.zip.disableMemoryMapping\=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled\=true
pom.build=org.apache.maven.model.Build@58179860
library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native
env.JENKINS_URL=https\://ci.eclipse.org/cdi/
java.class.version=52.0
env.SHLVL=4
maven.multiModuleProjectDirectory=/home/jenkins/workspace/CDIReleaseScript/api
env.LD_LIBRARY_PATH=/usr/lib
env.JENKINS_UI_SERVICE_HOST=172.30.40.63
project.build.version=2.0.2
env.KUBERNETES_SERVICE_PORT_HTTPS=443
env.JAVA_VERSION=jdk8u212-b04_openj9-0.14.2
project.build.issueManagement=org.apache.maven.model.IssueManagement@204d101
env.KUBERNETES_SERVICE_PORT=443
env.GIT_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6
pom.parent=org.eclipse.ee4j\:project\:pom\:1.0.5
pom.projectDirectory=/home/jenkins/workspace/CDIReleaseScript/api
env.JENKINS_HOME=/var/jenkins_home
env.KUBERNETES_PORT_443_TCP_PORT=443
project.modelVersion=4.0.0
env.LIST_FIRST=false
env.IBM_JAVA_OPTIONS=-XX\:+IgnoreUnrecognizedVMOptions -XX\:+UseContainerSupport -XX\:+IdleTuningCompactOnIdle -XX\:+IdleTuningGcOnIdle -XX\:MaxRAMPercentage\=64
env.RUN_CHANGES_DISPLAY_URL=https\://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect?page\=changes
Bundle-SymbolicName=jakarta.enterprise.cdi-api
sun.boot.library.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/amd64
project.build.sourceEncoding=UTF-8
Private-Package=javax.enterprise.inject.spi.configurator,javax.enterprise.inject.spi,javax.enterprise.inject.literal,javax.enterprise.inject.se,javax.enterprise.inject,javax.enterprise.context.spi,javax.enterprise.context.control,javax.enterprise.context,javax.enterprise.util,javax.enterprise.event,javax.decorator
project.build.artifactId=jakarta.enterprise.cdi-api
maven.javadoc.failOnError=false
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
pom.name=CDI APIs
pom.developers=[org.apache.maven.model.Developer@5031786b, org.apache.maven.model.Developer@40830e1e, org.apache.maven.model.Developer@4f578fc2, org.apache.maven.model.Developer@26350832, org.apache.maven.model.Developer@7d1cdebf, org.apache.maven.model.Developer@25b7ccfc, org.apache.maven.model.Developer@56ed6e17]
project.build=org.apache.maven.model.Build@58179860
env.KUBERNETES_PORT_53_TCP_PROTO=tcp
project.scm=org.apache.maven.model.Scm@2d17b6ad
project.baseDir=/home/jenkins/workspace/CDIReleaseScript/api
project.build.name=CDI APIs
java.vm.specification.version=1.8
project.build.inceptionYear=2008
project.build.description=APIs for CDI (Contexts and Dependency Injection for Java)
project.groupId=jakarta.enterprise
Bundle-Version=2.0.2
awt.toolkit=sun.awt.X11.XToolkit
project.build.profiles=[Profile {id\: jboss-public-repository, source\: pom}, Profile {id\: staging, source\: pom}]
sun.cpu.isalist=
env.MAVEN_PROJECTBASEDIR=/home/jenkins/workspace/CDIReleaseScript/api
project.profiles=[Profile {id\: jboss-public-repository, source\: pom}, Profile {id\: staging, source\: pom}]
java.ext.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext\:/usr/java/packages/lib/ext
Import-Package=javax.el; version\=2.2,*
os.version=3.10.0-957.10.1.el7.x86_64
user.home=/home/jenkins
java.vm.vendor=Oracle Corporation
env.JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
env.KUBERNETES_PORT_53_UDP_PORT=53
user.dir=/home/jenkins/workspace/CDIReleaseScript/api
maven.conf=/opt/tools/apache-maven/latest/conf
env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
env.JENKINS_DISCOVERY_SERVICE_PORT=50000
env.KUBERNETES_SERVICE_HOST=172.30.40.1
env.PWD=/home/jenkins/workspace/CDIReleaseScript/api
project.organization.url=https\://jboss.org
project.parent=org.eclipse.ee4j\:project\:pom\:1.0.5
sun.cpu.endian=little
env._JAVA_OPTIONS=-XX\:MaxRAMPercentage\=64.0
pom.licenses=[org.apache.maven.model.License@43e55cfb]
project.dir=/home/jenkins/workspace/CDIReleaseScript/api
env.JENKINS_UI_PORT_80_TCP_PROTO=tcp
classifier=
env.GIT_PREVIOUS_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6
java.vm.version=25.202-b08
atinject.api.version=1.0
java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar
env.JENKINS_SECRET=4aac32ac7fa51e1ce83bbde2318b3813caa561ff4013927167ff3cd27fcb607b
os.arch=amd64
Bundle-Vendor=JBoss by Red Hat, Inc.
maven.build.version=Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18\:41\:47Z)
project.build.url=http\://cdi-spec.org
project.build.projectDirectory=/home/jenkins/workspace/CDIReleaseScript/api
env.KUBERNETES_PORT_53_TCP=tcp\://172.30.40.1\:53
sun.java.launcher=SUN_STANDARD
pom.inceptionYear=2008
project.packaging=jar
env.BUILD_ID=17
java.vm.specification.vendor=Oracle Corporation
pom.organization.url=https\://jboss.org
file.separator=/
env.GIT_BRANCH=origin/EE4J_8
java.runtime.version=1.8.0_202-b08
project.pomFile=/home/jenkins/workspace/CDIReleaseScript/api/pom.xml
sun.boot.class.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar\:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes
env.SSH_AUTH_SOCK=/tmp/ssh-5magmB6hmjQ6/agent.56
env.JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.63
project.build.packaging=jar
env.WORKSPACE=/home/jenkins/workspace/CDIReleaseScript
maven.version=3.6.0
env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6
project.artifactId=jakarta.enterprise.cdi-api
user.country=US
env.EXECUTOR_NUMBER=0
maven.home=/opt/tools/apache-maven/latest
maven.compiler.target=1.8
uel.api.version=3.0.3
env.KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1
env.JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.65
env.JOB_BASE_NAME=CDIReleaseScript
-sourcepath=/home/jenkins/workspace/CDIReleaseScript/api/src/main/java
pom.groupId=jakarta.enterprise
java.vendor=Oracle Corporation
Bundle-Name=CDI APIs
interceptor.api.version=1.2.5
env.HUDSON_COOKIE=6fd75675-feae-4a04-a497-a2fd4179cf7c
maven.compiler.source=1.8
java.specification.version=1.8
sun.arch.data.model=64
#-----------------------------------------------------------------------

[DEBUG] BND Classpath:
#-----------------------------------------------------------------------
-classpath:\
 /home/jenkins/workspace/CDIReleaseScript/api/target/classes,\
 /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar,\
 /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar,\
 /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar,\
 /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar,\
 /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar,\
 /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
#-----------------------------------------------------------------------

[DEBUG] BND Manifest:
#-----------------------------------------------------------------------
Manifest-Version: 1.0
Bnd-LastModified: 1565362559255
Bundle-Description: APIs for CDI (Contexts and Dependency Injection for 
 Java)
Bundle-DocURL: https://jboss.org
Bundle-License: https://repository.jboss.org/licenses/apache-2.0.txt
Bundle-ManifestVersion: 2
Bundle-Name: CDI APIs
Bundle-SymbolicName: jakarta.enterprise.cdi-api
Bundle-Vendor: JBoss by Red Hat, Inc.
Bundle-Version: 2.0.2
Created-By: 1.8.0_202 (Oracle Corporation)
Export-Package: 
 javax.decorator;version="2.0";uses:="javax.enterprise.inject",
 javax.enterprise.context;version="2.0";uses:="javax.enterprise.util,jav
 ax.inject",
 javax.enterprise.context.control;version="2.0";uses:="javax.enterprise.
 context,javax.interceptor",
 javax.enterprise.context.spi;version="2.0",
 javax.enterprise.event;version="2.0";uses:="javax.enterprise.util",
 javax.enterprise.inject;version="2.0";uses:="javax.enterprise.context,j
 avax.enterprise.util,javax.inject",
 javax.enterprise.inject.literal;version="2.0";uses:="javax.enterprise.u
 til,javax.inject",
 javax.enterprise.inject.se;version="2.0";uses:="javax.enterprise.inject
 ,javax.enterprise.inject.spi",
 javax.enterprise.inject.spi;version="2.0";uses:="javax.el,javax.enterpr
 ise.context.spi,javax.enterprise.event,javax.enterprise.inject,javax.en
 terprise.inject.spi.configurator,javax.interceptor",
 javax.enterprise.inject.spi.configurator;version="2.0";uses:="javax.ent
 erprise.context.spi,javax.enterprise.event,javax.enterprise.inject,java
 x.enterprise.inject.spi,javax.enterprise.util",
 javax.enterprise.util;version="2.0"
Import-Package: 
 javax.el;version="2.2",
 javax.inject,
 javax.interceptor;version="[1.2,2)"
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
Tool: Bnd-2.4.1.201501161923
#-----------------------------------------------------------------------

[DEBUG] Final Manifest:
#-----------------------------------------------------------------------
Manifest-Version: 1.0
Bnd-LastModified: 1565362559255
Build-Jdk: 1.8.0_202
Built-By: default
Bundle-Description: APIs for CDI (Contexts and Dependency Injection for 
 Java)
Bundle-DocURL: https://jboss.org
Bundle-License: https://repository.jboss.org/licenses/apache-2.0.txt
Bundle-ManifestVersion: 2
Bundle-Name: CDI APIs
Bundle-SymbolicName: jakarta.enterprise.cdi-api
Bundle-Vendor: JBoss by Red Hat, Inc.
Bundle-Version: 2.0.2
Created-By: Apache Maven Bundle Plugin
Export-Package: 
 javax.decorator;version="2.0";uses:="javax.enterprise.inject",
 javax.enterprise.context;version="2.0";uses:="javax.enterprise.util,jav
 ax.inject",
 javax.enterprise.context.control;version="2.0";uses:="javax.enterprise.
 context,javax.interceptor",
 javax.enterprise.context.spi;version="2.0",
 javax.enterprise.event;version="2.0";uses:="javax.enterprise.util",
 javax.enterprise.inject;version="2.0";uses:="javax.enterprise.context,j
 avax.enterprise.util,javax.inject",
 javax.enterprise.inject.literal;version="2.0";uses:="javax.enterprise.u
 til,javax.inject",
 javax.enterprise.inject.se;version="2.0";uses:="javax.enterprise.inject
 ,javax.enterprise.inject.spi",
 javax.enterprise.inject.spi;version="2.0";uses:="javax.el,javax.enterpr
 ise.context.spi,javax.enterprise.event,javax.enterprise.inject,javax.en
 terprise.inject.spi.configurator,javax.interceptor",
 javax.enterprise.inject.spi.configurator;version="2.0";uses:="javax.ent
 erprise.context.spi,javax.enterprise.event,javax.enterprise.inject,java
 x.enterprise.inject.spi,javax.enterprise.util",
 javax.enterprise.util;version="2.0"
Import-Package: 
 javax.el;version="2.2",
 javax.inject,
 javax.interceptor;version="[1.2,2)"
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
Tool: Bnd-2.4.1.201501161923
#-----------------------------------------------------------------------

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:testResources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:testResources' with basic configurator -->
[DEBUG]   (f) buildFilters = []
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) escapeWindowsPaths = true
[DEBUG]   (s) includeEmptyDirs = false
[DEBUG]   (s) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG]   (s) overwrite = false
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: /home/jenkins/workspace/CDIReleaseScript/api/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) supportMultiLineFiltering = false
[DEBUG]   (f) useBuildFilters = true
[DEBUG]   (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[DEBUG] properties used {env.OLDPWD=/home/jenkins/workspace/CDIReleaseScript/api, file.encoding.pkg=sun.io, sonatypeOssDistMgmtReleasesUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/, maven-surefire-plugin.version=2.22.0, env.JENKINS_TUNNEL=jenkins-discovery.cdi.svc.cluster.local:50000, java.home=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre, env.JENKINS_UI_SERVICE_PORT_HTTP=80, env.JENKINS_NAME=default-agent-8rsh3, env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.65, env.GIT_URL=https://github.com/eclipse-ee4j/cdi, classworlds.conf=/opt/tools/apache-maven/latest/bin/m2.conf, java.endorsed.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/endorsed, env.KUBERNETES_PORT=tcp://172.30.40.1:443, maven-bundle-plugin.version=2.5.4, env.JENKINS_UI_PORT_80_TCP=tcp://172.30.40.63:80, env.HUDSON_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, env.KUBERNETES_SERVICE_PORT_DNS_TCP=53, env.NODE_NAME=default-agent-8rsh3, env.KEYRING=****, java.version=1.8.0_202, env.JENKINS_UI_PORT=tcp://172.30.40.63:80, env.NODE_LABELS=default-agent-8rsh3, env.JENKINS_SERVER_COOKIE=1bcea6f127b9f32e, env.KUBERNETES_PORT_443_TCP_PROTO=tcp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.LANGUAGE=en_US:en, skipTests=true, env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.65:50000, env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, env.JENKINS_AGENT_NAME=default-agent-8rsh3, user.name=default, env.LANG=en_US.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, doclint=none, env.JAVA_TOOL_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap, env.LC_ALL=en_US.UTF-8, java.specification.name=Java Platform API Specification, user.timezone=, path.separator=:, env.MAVEN_CMD_LINE_ARGS= -X -U -C -B -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar -Dmaven.javadoc.failOnError=false gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging, file.encoding=UTF-8, env.KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1, env.HOME=/home/jenkins, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -X -U -C -B -DskipTests -Ddoclint=none -Poss-release clean package source:jar javadoc:jar -Dmaven.javadoc.failOnError=false gpg:sign install:install nexus-staging:deploy --batch-mode -Poss-release -Pstaging, env.RUN_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect, env.KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53, env.DRY_RUN=false, env.KUBERNETES_PORT_53_UDP_PROTO=udp, env.BUILD_TAG=jenkins-CDIReleaseScript-17, env.HOSTNAME=default-agent-8rsh3, java.io.tmpdir=/tmp, user.language=en, line.separator=
, env.OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64, env.JOB_NAME=CDIReleaseScript, java.vm.info=mixed mode, env.BUILD_DISPLAY_NAME=#17, sonatypeOssDistMgmtSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/, java.vm.specification.name=Java Virtual Machine Specification, env.OVERWRITE=true, env.JOB_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/display/redirect, env.JENKINS_UI_SERVICE_PORT=80, env.BUILD_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/, env.KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443, env.JENKINS_UI_PORT_80_TCP_PORT=80, java.awt.printerjob=sun.print.PSPrinterJob, env.JENKINS_DISCOVERY_PORT=tcp://172.30.40.65:50000, env.HUDSON_SERVER_COOKIE=1bcea6f127b9f32e, env.KUBERNETES_SERVICE_PORT_DNS=53, env.KUBERNETES_PORT_53_TCP_PORT=53, env.BUILD_NUMBER=17, os.name=Linux, java.specification.vendor=Oracle Corporation, env.TERM=xterm, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, env.JOB_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/, env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent, release.arguments=, java.library.path=/usr/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, env.PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, env.HUDSON_URL=https://ci.eclipse.org/cdi/, env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, env.JNLP_PROTOCOL_OPTS=-XshowSettings:vm -Xmx256m -Djdk.nativeCrypto=false -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true, library.jansi.path=/opt/tools/apache-maven/latest/lib/jansi-native, env.JENKINS_URL=https://ci.eclipse.org/cdi/, java.class.version=52.0, env.SHLVL=4, maven.multiModuleProjectDirectory=/home/jenkins/workspace/CDIReleaseScript/api, env.LD_LIBRARY_PATH=/usr/lib, env.JENKINS_UI_SERVICE_HOST=172.30.40.63, env.KUBERNETES_SERVICE_PORT_HTTPS=443, env.JAVA_VERSION=jdk8u212-b04_openj9-0.14.2, env.KUBERNETES_SERVICE_PORT=443, env.GIT_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, env.JENKINS_HOME=/var/jenkins_home, env.KUBERNETES_PORT_443_TCP_PORT=443, env.LIST_FIRST=false, env.IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64, env.RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/cdi/job/CDIReleaseScript/17/display/redirect?page=changes, sun.boot.library.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/amd64, project.build.sourceEncoding=UTF-8, maven.javadoc.failOnError=false, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.KUBERNETES_PORT_53_TCP_PROTO=tcp, java.vm.specification.version=1.8, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, env.MAVEN_PROJECTBASEDIR=/home/jenkins/workspace/CDIReleaseScript/api, java.ext.dirs=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/ext:/usr/java/packages/lib/ext, os.version=3.10.0-957.10.1.el7.x86_64, user.home=/home/jenkins, java.vm.vendor=Oracle Corporation, env.JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest, env.KUBERNETES_PORT_53_UDP_PORT=53, user.dir=/home/jenkins/workspace/CDIReleaseScript/api, maven.conf=/opt/tools/apache-maven/latest/conf, env.JENKINS_DISCOVERY_SERVICE_PORT=50000, env.KUBERNETES_SERVICE_HOST=172.30.40.1, env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, env.PWD=/home/jenkins/workspace/CDIReleaseScript/api, sun.cpu.endian=little, env._JAVA_OPTIONS=-XX:MaxRAMPercentage=64.0, env.JENKINS_UI_PORT_80_TCP_PROTO=tcp, env.GIT_PREVIOUS_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, atinject.api.version=1.0, java.vm.version=25.202-b08, java.class.path=/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar, env.JENKINS_SECRET=4aac32ac7fa51e1ce83bbde2318b3813caa561ff4013927167ff3cd27fcb607b, os.arch=amd64, maven.build.version=Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z), env.KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53, sun.java.launcher=SUN_STANDARD, env.BUILD_ID=17, java.vm.specification.vendor=Oracle Corporation, file.separator=/, env.GIT_BRANCH=origin/EE4J_8, java.runtime.version=1.8.0_202-b08, env.SSH_AUTH_SOCK=/tmp/ssh-5magmB6hmjQ6/agent.56, sun.boot.class.path=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/resources.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/rt.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/sunrsasign.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jsse.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jce.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/charsets.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/jfr.jar:/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/classes, env.JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.63, env.WORKSPACE=/home/jenkins/workspace/CDIReleaseScript, maven.version=3.6.0, env.GIT_PREVIOUS_SUCCESSFUL_COMMIT=d0dc5399f14c4efedf51e7f1019dea8fc508b8b6, user.country=US, env.EXECUTOR_NUMBER=0, maven.home=/opt/tools/apache-maven/latest, maven.compiler.target=1.8, uel.api.version=3.0.3, env.KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1, env.JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.65, env.JOB_BASE_NAME=CDIReleaseScript, java.vendor=Oracle Corporation, interceptor.api.version=1.2.5, maven.compiler.source=1.8, env.HUDSON_COOKIE=6fd75675-feae-4a04-a497-a2fd4179cf7c, java.specification.version=1.8, sun.arch.data.model=64}
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[DEBUG] resource with targetPath null
directory /home/jenkins/workspace/CDIReleaseScript/api/src/test/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 4 resources
[DEBUG] file dummy has a filtered file extension
[DEBUG] filtering /home/jenkins/workspace/CDIReleaseScript/api/src/test/resources/META-INF/services/dummy to /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/META-INF/services/dummy
[DEBUG] file fake has a filtered file extension
[DEBUG] filtering /home/jenkins/workspace/CDIReleaseScript/api/src/test/resources/META-INF/services/fake to /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/META-INF/services/fake
[DEBUG] file full-beans-1_1.xml has a filtered file extension
[DEBUG] filtering /home/jenkins/workspace/CDIReleaseScript/api/src/test/resources/full-beans-1_1.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/full-beans-1_1.xml
[DEBUG] file java.policy has a filtered file extension
[DEBUG] filtering /home/jenkins/workspace/CDIReleaseScript/api/src/test/resources/java.policy to /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/java.policy
[DEBUG] no use filter components
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile' with basic configurator -->
[DEBUG]   (f) basedir = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (f) buildDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) classpathElements = [/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes, /home/jenkins/workspace/CDIReleaseScript/api/target/classes, /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar, /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar, /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar, /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar, /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar, /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar, /home/jenkins/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.jar, /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar, /home/jenkins/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar]
[DEBUG]   (f) compileSourceRoots = [/home/jenkins/workspace/CDIReleaseScript/api/src/test/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = true
[DEBUG]   (f) forceJavacCompilerUse = false
[DEBUG]   (f) fork = false
[DEBUG]   (f) generatedTestSourcesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/generated-test-sources/test-annotations
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile {execution: default-testCompile}
[DEBUG]   (f) optimize = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skipMultiThreadWarning = false
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) target = 1.8
[DEBUG]   (f) useIncrementalCompilation = true
[DEBUG]   (f) verbose = false
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG] -- end configuration --
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/home/jenkins/workspace/CDIReleaseScript/api/src/test/java]
[DEBUG] Classpath: [/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
 /home/jenkins/workspace/CDIReleaseScript/api/target/classes
 /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
 /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
 /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
 /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
 /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
 /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
 /home/jenkins/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.jar
 /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
 /home/jenkins/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar]
[DEBUG] Output directory: /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG] CompilerReuseStrategy: reuseCreated
[DEBUG] useIncrementalCompilation enabled
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedTypeTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/RepeatBean.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/privileged/annotation/MyAnnotationLiteral.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedTypeHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/privileged/CDIPrivilegedTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/event/NotificationOptionsTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedParameterHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/DummyCDIProviderWithNullCDI.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedCallableHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedFieldTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/se/SeContainerInitializerTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/privileged/annotation/MyAnnotation.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/privileged/FakeCDIProvider.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/AnnotationLiteralTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedParameterTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedMemberHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedMethodTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedConstructorTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/Repeater.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/Foo.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/Repeaters.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/CDITest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AbstractAnnotatedTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedMethodHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/parameter/AnnotatedParameterTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/privileged/annotation/AnnotationLiteralTest.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedConstructorHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/DummyCDIProvider2.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/se/DummySeContainerInitializer2.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/annotated/AnnotatedFieldHolder.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/se/DummySeContainerInitializer.java
[DEBUG] Stale source detected: /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/DummyCDIProvider.java
[INFO] Changes detected - recompiling the module!
[DEBUG] Classpath:
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]  /home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar
[DEBUG]  /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar
[DEBUG]  /home/jenkins/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.jar
[DEBUG]  /home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[DEBUG]  /home/jenkins/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar
[DEBUG] Source roots:
[DEBUG]  /home/jenkins/workspace/CDIReleaseScript/api/src/test/java
[DEBUG] Command line options:
[DEBUG] -d /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes -classpath /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes:/home/jenkins/workspace/CDIReleaseScript/api/target/classes:/home/jenkins/.m2/repository/jakarta/el/jakarta.el-api/3.0.3/jakarta.el-api-3.0.3.jar:/home/jenkins/.m2/repository/jakarta/interceptor/jakarta.interceptor-api/1.2.5/jakarta.interceptor-api-1.2.5.jar:/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar:/home/jenkins/.m2/repository/jakarta/ejb/jakarta.ejb-api/3.2.6/jakarta.ejb-api-3.2.6.jar:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.2/jakarta.transaction-api-1.3.2.jar:/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar:/home/jenkins/.m2/repository/org/testng/testng/6.8.8/testng-6.8.8.jar:/home/jenkins/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar:/home/jenkins/.m2/repository/com/beust/jcommander/1.27/jcommander-1.27.jar: -sourcepath /home/jenkins/workspace/CDIReleaseScript/api/src/test/java: -s /home/jenkins/workspace/CDIReleaseScript/api/target/generated-test-sources/test-annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 32 source files to /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/se/DummySeContainerInitializer2.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/test/java/org/jboss/cdi/api/test/se/DummySeContainerInitializer2.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 366 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.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.5/maven-plugin-annotations-3.5.pom (1.7 kB at 84 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.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.5/maven-plugin-tools-3.5.pom (16 kB at 852 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.5/maven-plugin-tools-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 208 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 122 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 433 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom (24 kB at 32 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.12/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.12/junit-4.12.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 148 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 549 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/15/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 186 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 147 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 129 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 155 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5/ow2-1.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 702 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/ow2/1.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/ow2/1.5/ow2-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 17 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 36 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/9/oss-parent-9.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=71424, ConflictMarker.markTime=28359, ConflictMarker.nodeCount=114, ConflictIdSorter.graphTime=26528, ConflictIdSorter.topsortTime=20495, ConflictIdSorter.conflictIdCount=37, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=865059, ConflictResolver.conflictItemCount=79, DefaultDependencyCollector.collectTime=11190612490, DefaultDependencyCollector.transformTime=1025208}
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.0:
[DEBUG]    org.apache.maven.surefire:maven-surefire-common:jar:2.22.0:compile
[DEBUG]       org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]       org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5:compile
[DEBUG]       org.apache.maven.surefire:surefire-api:jar:2.22.0:compile
[DEBUG]          org.apache.maven.surefire:surefire-logger-api:jar:2.22.0:compile
[DEBUG]       org.apache.maven.surefire:surefire-booter:jar:2.22.0:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:1.5.15:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile
[DEBUG]          org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]             junit:junit:jar:4.12:compile
[DEBUG]                org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]             backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]          org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]       org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-core:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile
[DEBUG]          org.slf4j:slf4j-jdk14:jar:1.5.6:runtime
[DEBUG]             org.slf4j:slf4j-api:jar:1.5.6:runtime
[DEBUG]          org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime
[DEBUG]          org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile
[DEBUG]          org.apache.maven:maven-monitor:jar:2.2.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1:compile
[DEBUG]          org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]             org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]       org.apache.maven:maven-toolchain:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-java:jar:0.9.8:compile
[DEBUG]          org.ow2.asm:asm:jar:6.1.1:compile
[DEBUG]          com.thoughtworks.qdox:qdox:jar:2.0-M7:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.jar (315 kB at 244 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 5.6 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 8.7 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 10 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 90 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.12/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/4.12/junit-4.12.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar
[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/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 2.5 MB/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/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 144 kB/s)
[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 132 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.jar
[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/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 837 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/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar (14 kB at 140 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-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 434 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-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 2.4 MB/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] 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/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 317 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/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 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-interpolation/1.11/plexus-interpolation-1.11.jar
[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 268 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-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 501 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] 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 206 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.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 347 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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 592 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] 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.1 MB/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.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 70 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 1.1 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-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
[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 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
[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 126 kB/s)
[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 146 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 182 kB/s)
[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 189 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 479 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5/maven-plugin-annotations-3.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.0
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.0
[DEBUG]   Included: org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.0
[DEBUG]   Included: org.apache.maven.surefire:maven-surefire-common:jar:2.22.0
[DEBUG]   Included: org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5
[DEBUG]   Included: org.apache.maven.surefire:surefire-api:jar:2.22.0
[DEBUG]   Included: org.apache.maven.surefire:surefire-logger-api:jar:2.22.0
[DEBUG]   Included: org.apache.maven.surefire:surefire-booter:jar:2.22.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.15
[DEBUG]   Included: junit:junit:jar:4.12
[DEBUG]   Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: org.slf4j:slf4j-jdk14:jar:1.5.6
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.5.6
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:0.9.8
[DEBUG]   Included: org.ow2.asm:asm:jar:6.1.1
[DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M7
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.0, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test' with basic configurator -->
[DEBUG]   (s) additionalClasspathElements = []
[DEBUG]   (s) basedir = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (s) childDelegation = false
[DEBUG]   (s) classesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (s) classpathDependencyExcludes = []
[DEBUG]   (s) dependenciesToScan = []
[DEBUG]   (s) disableXmlReport = false
[DEBUG]   (s) enableAssertions = true
[DEBUG]   (s) excludes = [**/privileged/**]
[DEBUG]   (f) forkCount = 1
[DEBUG]   (s) forkMode = once
[DEBUG]   (s) forkedProcessExitTimeoutInSeconds = 30
[DEBUG]   (s) junitArtifactName = junit:junit
[DEBUG]   (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine
[DEBUG]   (s) localRepository =       id: local
      url: file:///home/jenkins/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) parallelMavenExecution = false
[DEBUG]   (s) parallelOptimized = true
[DEBUG]   (s) perCoreThreadCount = true
[DEBUG]   (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.0:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.0:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.0:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.0:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.0:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.8:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.1.1:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M7:compile}
[DEBUG]   (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.0:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test'
---
[DEBUG]   (s) printSummary = true
[DEBUG]   (s) projectArtifactMap = {jakarta.el:jakarta.el-api=jakarta.el:jakarta.el-api:jar:3.0.3:compile, jakarta.interceptor:jakarta.interceptor-api=jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:1.3.4:compile, jakarta.ejb:jakarta.ejb-api=jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile, jakarta.transaction:jakarta.transaction-api=jakarta.transaction:jakarta.transaction-api:jar:1.3.2:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:1.0:compile, org.testng:testng=org.testng:testng:jar:6.8.8:test, org.beanshell:bsh=org.beanshell:bsh:jar:2.0b4:test, com.beust:jcommander=com.beust:jcommander:jar:1.27:test}
[DEBUG]   (s) projectBuildDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (s) redirectTestOutputToFile = false
[DEBUG]   (s) remoteRepositories = [      id: sonatype-nexus-staging
      url: https://oss.sonatype.org/content/repositories/staging
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
,       id: jboss-public-repository-group
      url: https://repository.jboss.org/nexus/content/groups/public
   layout: default
snapshots: [enabled => false, update => never]
 releases: [enabled => true, update => never]
,       id: eclipse.maven.central.mirror
      url: https://repo.eclipse.org/content/repositories/maven_central/
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => never]
]
[DEBUG]   (s) reportFormat = brief
[DEBUG]   (s) reportsDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/surefire-reports
[DEBUG]   (f) rerunFailingTestsCount = 0
[DEBUG]   (f) reuseForks = true
[DEBUG]   (s) runOrder = filesystem
[DEBUG]   (f) shutdown = testset
[DEBUG]   (s) skip = false
[DEBUG]   (f) skipAfterFailureCount = 0
[DEBUG]   (s) skipTests = true
[DEBUG]   (s) suiteXmlFiles = []
[DEBUG]   (s) systemPropertyVariables = {serviceDir=/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/META-INF/services/}
[DEBUG]   (s) tempDir = surefire
[DEBUG]   (s) testClassesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG]   (s) testFailureIgnore = false
[DEBUG]   (s) testNGArtifactName = org.testng:testng
[DEBUG]   (s) testSourceDirectory = /home/jenkins/workspace/CDIReleaseScript/api/src/test/java
[DEBUG]   (s) threadCountClasses = 0
[DEBUG]   (s) threadCountMethods = 0
[DEBUG]   (s) threadCountSuites = 0
[DEBUG]   (s) trimStackTrace = true
[DEBUG]   (s) useFile = true
[DEBUG]   (s) useManifestOnlyJar = true
[DEBUG]   (s) useSystemClassLoader = true
[DEBUG]   (s) useUnlimitedThreads = false
[DEBUG]   (s) workingDirectory = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (s) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG] -- end configuration --
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (privileged-test) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-surefire-plugin:2.22.0, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test' with basic configurator -->
[DEBUG]   (s) additionalClasspathElements = []
[DEBUG]   (s) argLine = -Djava.security.manager -Djava.security.policy=/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/java.policy
[DEBUG]   (s) basedir = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (s) childDelegation = false
[DEBUG]   (s) classesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (s) classpathDependencyExcludes = []
[DEBUG]   (s) dependenciesToScan = []
[DEBUG]   (s) disableXmlReport = false
[DEBUG]   (s) enableAssertions = true
[DEBUG]   (f) forkCount = 1
[DEBUG]   (s) forkMode = once
[DEBUG]   (s) forkedProcessExitTimeoutInSeconds = 30
[DEBUG]   (s) includes = [**/privileged/**]
[DEBUG]   (s) junitArtifactName = junit:junit
[DEBUG]   (s) junitPlatformArtifactName = org.junit.platform:junit-platform-engine
[DEBUG]   (s) localRepository =       id: local
      url: file:///home/jenkins/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) parallelMavenExecution = false
[DEBUG]   (s) parallelOptimized = true
[DEBUG]   (s) perCoreThreadCount = true
[DEBUG]   (s) pluginArtifactMap = {org.apache.maven.plugins:maven-surefire-plugin=org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.22.0:, org.apache.maven.surefire:maven-surefire-common=org.apache.maven.surefire:maven-surefire-common:jar:2.22.0:compile, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.2.1:compile, org.apache.maven.plugin-tools:maven-plugin-annotations=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5:compile, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.22.0:compile, org.apache.maven.surefire:surefire-logger-api=org.apache.maven.surefire:surefire-logger-api:jar:2.22.0:compile, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.22.0:compile, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.2.1:compile, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.15:compile, org.apache.maven:maven-plugin-descriptor=org.apache.maven:maven-plugin-descriptor:jar:2.2.1:compile, org.codehaus.plexus:plexus-container-default=org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile, junit:junit=junit:junit:jar:4.12:compile, org.hamcrest:hamcrest-core=org.hamcrest:hamcrest-core:jar:1.3:compile, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.2.1:compile, org.apache.maven:maven-settings=org.apache.maven:maven-settings:jar:2.2.1:compile, org.apache.maven:maven-profile=org.apache.maven:maven-profile:jar:2.2.1:compile, org.apache.maven:maven-artifact-manager=org.apache.maven:maven-artifact-manager:jar:2.2.1:compile, backport-util-concurrent:backport-util-concurrent=backport-util-concurrent:backport-util-concurrent:jar:3.1:compile, org.apache.maven:maven-plugin-registry=org.apache.maven:maven-plugin-registry:jar:2.2.1:compile, org.codehaus.plexus:plexus-interpolation=org.codehaus.plexus:plexus-interpolation:jar:1.11:compile, org.apache.maven:maven-model=org.apache.maven:maven-model:jar:2.2.1:compile, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.2.1:compile, org.apache.maven:maven-plugin-parameter-documenter=org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.1:compile, org.slf4j:slf4j-jdk14=org.slf4j:slf4j-jdk14:jar:1.5.6:runtime, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.5.6:runtime, org.slf4j:jcl-over-slf4j=org.slf4j:jcl-over-slf4j:jar:1.5.6:runtime, org.apache.maven.reporting:maven-reporting-api=org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile, org.apache.maven:maven-repository-metadata=org.apache.maven:maven-repository-metadata:jar:2.2.1:compile, org.apache.maven:maven-error-diagnostics=org.apache.maven:maven-error-diagnostics:jar:2.2.1:compile, org.apache.maven:maven-monitor=org.apache.maven:maven-monitor:jar:2.2.1:compile, classworlds:classworlds=classworlds:classworlds:jar:1.1:compile, org.sonatype.plexus:plexus-sec-dispatcher=org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile, org.sonatype.plexus:plexus-cipher=org.sonatype.plexus:plexus-cipher:jar:1.4:compile, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:2.2.1:compile, org.codehaus.plexus:plexus-java=org.codehaus.plexus:plexus-java:jar:0.9.8:compile, org.ow2.asm:asm=org.ow2.asm:asm:jar:6.1.1:compile, com.thoughtworks.qdox:qdox=com.thoughtworks.qdox:qdox:jar:2.0-M7:compile}
[DEBUG]   (f) pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.HelpMojo', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.0:help'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.maven.plugin.surefire.SurefirePlugin', role hint: 'org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test'
---
[DEBUG]   (s) printSummary = true
[DEBUG]   (s) projectArtifactMap = {jakarta.el:jakarta.el-api=jakarta.el:jakarta.el-api:jar:3.0.3:compile, jakarta.interceptor:jakarta.interceptor-api=jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile, jakarta.annotation:jakarta.annotation-api=jakarta.annotation:jakarta.annotation-api:jar:1.3.4:compile, jakarta.ejb:jakarta.ejb-api=jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile, jakarta.transaction:jakarta.transaction-api=jakarta.transaction:jakarta.transaction-api:jar:1.3.2:compile, jakarta.inject:jakarta.inject-api=jakarta.inject:jakarta.inject-api:jar:1.0:compile, org.testng:testng=org.testng:testng:jar:6.8.8:test, org.beanshell:bsh=org.beanshell:bsh:jar:2.0b4:test, com.beust:jcommander=com.beust:jcommander:jar:1.27:test}
[DEBUG]   (s) projectBuildDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (s) redirectTestOutputToFile = false
[DEBUG]   (s) remoteRepositories = [      id: sonatype-nexus-staging
      url: https://oss.sonatype.org/content/repositories/staging
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
,       id: jboss-public-repository-group
      url: https://repository.jboss.org/nexus/content/groups/public
   layout: default
snapshots: [enabled => false, update => never]
 releases: [enabled => true, update => never]
,       id: eclipse.maven.central.mirror
      url: https://repo.eclipse.org/content/repositories/maven_central/
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => never]
]
[DEBUG]   (s) reportFormat = brief
[DEBUG]   (s) reportsDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/surefire-reports
[DEBUG]   (f) rerunFailingTestsCount = 0
[DEBUG]   (f) reuseForks = true
[DEBUG]   (s) runOrder = filesystem
[DEBUG]   (f) shutdown = testset
[DEBUG]   (s) skip = false
[DEBUG]   (f) skipAfterFailureCount = 0
[DEBUG]   (s) skipTests = true
[DEBUG]   (s) suiteXmlFiles = []
[DEBUG]   (s) systemPropertyVariables = {serviceDir=/home/jenkins/workspace/CDIReleaseScript/api/target/test-classes/META-INF/services/}
[DEBUG]   (s) tempDir = surefire
[DEBUG]   (s) testClassesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/test-classes
[DEBUG]   (s) testFailureIgnore = false
[DEBUG]   (s) testNGArtifactName = org.testng:testng
[DEBUG]   (s) testSourceDirectory = /home/jenkins/workspace/CDIReleaseScript/api/src/test/java
[DEBUG]   (s) threadCountClasses = 0
[DEBUG]   (s) threadCountMethods = 0
[DEBUG]   (s) threadCountSuites = 0
[DEBUG]   (s) trimStackTrace = true
[DEBUG]   (s) useFile = true
[DEBUG]   (s) useManifestOnlyJar = true
[DEBUG]   (s) useSystemClassLoader = true
[DEBUG]   (s) useUnlimitedThreads = false
[DEBUG]   (s) workingDirectory = /home/jenkins/workspace/CDIReleaseScript/api
[DEBUG]   (s) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG] -- end configuration --
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jakarta.enterprise.cdi-api ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=29940, ConflictMarker.markTime=42989, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=33343, ConflictIdSorter.topsortTime=17564, ConflictIdSorter.conflictIdCount=28, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=498952, ConflictResolver.conflictItemCount=70, DefaultDependencyCollector.collectTime=47461386, DefaultDependencyCollector.transformTime=638975}
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:jar:2.4:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]          org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:runtime
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:2.5:compile
[DEBUG]       org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]          org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]          org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]             org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]          org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]          commons-cli:commons-cli:jar:1.0:compile
[DEBUG]          org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]          org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]          org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[DEBUG]    commons-lang:commons-lang:jar:2.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0:compile
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-jar-plugin:2.4
[DEBUG]   Included: org.apache.maven.plugins:maven-jar-plugin:jar:2.4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:2.5
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:2.0.2
[DEBUG]   Included: commons-lang:commons-lang:jar:2.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-jar-plugin:2.4:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-jar-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.4:jar' with basic configurator -->
[DEBUG]   (s) manifestFile = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@63b15742
[DEBUG]   (f) classesDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/classes
[DEBUG]   (f) defaultManifestFile = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) finalName = jakarta.enterprise.cdi-api-2.0.2
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) skipIfEmpty = false
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar not found.)
[INFO] Building jar: /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory javax/
[DEBUG] adding directory javax/enterprise/
[DEBUG] adding directory javax/enterprise/inject/
[DEBUG] adding directory javax/enterprise/inject/spi/
[DEBUG] adding directory javax/enterprise/inject/spi/configurator/
[DEBUG] adding directory javax/enterprise/inject/literal/
[DEBUG] adding directory javax/enterprise/inject/se/
[DEBUG] adding directory javax/enterprise/context/
[DEBUG] adding directory javax/enterprise/context/spi/
[DEBUG] adding directory javax/enterprise/context/control/
[DEBUG] adding directory javax/enterprise/util/
[DEBUG] adding directory javax/enterprise/event/
[DEBUG] adding directory javax/decorator/
[DEBUG] adding entry beans_1_0.xsd
[DEBUG] adding entry beans_1_1.xsd
[DEBUG] adding entry beans_2_0.xsd
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator$EventConsumer.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ProducerConfigurator.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMethod.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedCallable.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMember.class
[DEBUG] adding entry javax/enterprise/inject/spi/Annotated.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedParameter.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedType.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedConstructor.class
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedField.class
[DEBUG] adding entry javax/enterprise/inject/spi/WithAnnotations.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessObserverMethod.class
[DEBUG] adding entry javax/enterprise/inject/spi/Extension.class
[DEBUG] adding entry javax/enterprise/inject/spi/ObserverMethod.class
[DEBUG] adding entry javax/enterprise/inject/spi/Prioritized.class
[DEBUG] adding entry javax/enterprise/inject/spi/EventContext.class
[DEBUG] adding entry javax/enterprise/inject/spi/EventMetadata.class
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionPoint.class
[DEBUG] adding entry javax/enterprise/inject/spi/Bean.class
[DEBUG] adding entry javax/enterprise/inject/spi/BeanAttributes.class
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeBeanDiscovery.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerMethod.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBean.class
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged$UnmanagedInstance.class
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged$1.class
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged.class
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTarget.class
[DEBUG] adding entry javax/enterprise/inject/spi/Producer.class
[DEBUG] adding entry javax/enterprise/inject/spi/BeanManager.class
[DEBUG] adding entry javax/enterprise/inject/spi/Decorator.class
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionType.class
[DEBUG] adding entry javax/enterprise/inject/spi/Interceptor.class
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTargetFactory.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProducerFactory.class
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionFactory.class
[DEBUG] adding entry javax/enterprise/inject/spi/AfterTypeDiscovery.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSessionBean.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessManagedBean.class
[DEBUG] adding entry javax/enterprise/inject/spi/SessionBeanType.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticBean.class
[DEBUG] adding entry javax/enterprise/inject/spi/AfterBeanDiscovery.class
[DEBUG] adding entry javax/enterprise/inject/spi/DeploymentException.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessAnnotatedType.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBeanAttributes.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionPoint.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionTarget.class
[DEBUG] adding entry javax/enterprise/inject/spi/AfterDeploymentValidation.class
[DEBUG] adding entry javax/enterprise/inject/spi/PassivationCapable.class
[DEBUG] adding entry javax/enterprise/inject/spi/DefinitionException.class
[DEBUG] adding entry javax/enterprise/inject/spi/CDIProvider.class
[DEBUG] adding entry javax/enterprise/inject/spi/CDI.class
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeShutdown.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducer.class
[DEBUG] adding entry javax/enterprise/inject/spi/SecurityActions.class
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerField.class
[DEBUG] adding entry javax/enterprise/inject/literal/QualifierLiteral.class
[DEBUG] adding entry javax/enterprise/inject/literal/SingletonLiteral.class
[DEBUG] adding entry javax/enterprise/inject/literal/InjectLiteral.class
[DEBUG] adding entry javax/enterprise/inject/literal/NamedLiteral.class
[DEBUG] adding entry javax/enterprise/inject/se/SeContainer.class
[DEBUG] adding entry javax/enterprise/inject/se/SeContainerInitializer.class
[DEBUG] adding entry javax/enterprise/inject/ResolutionException.class
[DEBUG] adding entry javax/enterprise/inject/InjectionException.class
[DEBUG] adding entry javax/enterprise/inject/Instance.class
[DEBUG] adding entry javax/enterprise/inject/UnsatisfiedResolutionException.class
[DEBUG] adding entry javax/enterprise/inject/Intercepted.class
[DEBUG] adding entry javax/enterprise/inject/Stereotype.class
[DEBUG] adding entry javax/enterprise/inject/IllegalProductException.class
[DEBUG] adding entry javax/enterprise/inject/TransientReference$Literal.class
[DEBUG] adding entry javax/enterprise/inject/TransientReference.class
[DEBUG] adding entry javax/enterprise/inject/Produces.class
[DEBUG] adding entry javax/enterprise/inject/Disposes.class
[DEBUG] adding entry javax/enterprise/inject/Specializes$Literal.class
[DEBUG] adding entry javax/enterprise/inject/Specializes.class
[DEBUG] adding entry javax/enterprise/inject/Any$Literal.class
[DEBUG] adding entry javax/enterprise/inject/Any.class
[DEBUG] adding entry javax/enterprise/inject/Default$Literal.class
[DEBUG] adding entry javax/enterprise/inject/Default.class
[DEBUG] adding entry javax/enterprise/inject/New$Literal.class
[DEBUG] adding entry javax/enterprise/inject/New.class
[DEBUG] adding entry javax/enterprise/inject/Alternative$Literal.class
[DEBUG] adding entry javax/enterprise/inject/Alternative.class
[DEBUG] adding entry javax/enterprise/inject/Vetoed$Literal.class
[DEBUG] adding entry javax/enterprise/inject/Vetoed.class
[DEBUG] adding entry javax/enterprise/inject/Decorated.class
[DEBUG] adding entry javax/enterprise/inject/AmbiguousResolutionException.class
[DEBUG] adding entry javax/enterprise/inject/UnproxyableResolutionException.class
[DEBUG] adding entry javax/enterprise/inject/Typed$Literal.class
[DEBUG] adding entry javax/enterprise/inject/Typed.class
[DEBUG] adding entry javax/enterprise/inject/Model.class
[DEBUG] adding entry javax/enterprise/inject/CreationException.class
[DEBUG] adding entry javax/enterprise/context/spi/Contextual.class
[DEBUG] adding entry javax/enterprise/context/spi/CreationalContext.class
[DEBUG] adding entry javax/enterprise/context/spi/Context.class
[DEBUG] adding entry javax/enterprise/context/spi/AlterableContext.class
[DEBUG] adding entry javax/enterprise/context/control/RequestContextController.class
[DEBUG] adding entry javax/enterprise/context/control/ActivateRequestContext.class
[DEBUG] adding entry javax/enterprise/context/ConversationScoped$Literal.class
[DEBUG] adding entry javax/enterprise/context/ConversationScoped.class
[DEBUG] adding entry javax/enterprise/context/NormalScope.class
[DEBUG] adding entry javax/enterprise/context/SessionScoped$Literal.class
[DEBUG] adding entry javax/enterprise/context/SessionScoped.class
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed$Literal.class
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed.class
[DEBUG] adding entry javax/enterprise/context/RequestScoped$Literal.class
[DEBUG] adding entry javax/enterprise/context/RequestScoped.class
[DEBUG] adding entry javax/enterprise/context/BusyConversationException.class
[DEBUG] adding entry javax/enterprise/context/ContextException.class
[DEBUG] adding entry javax/enterprise/context/Conversation.class
[DEBUG] adding entry javax/enterprise/context/ContextNotActiveException.class
[DEBUG] adding entry javax/enterprise/context/NonexistentConversationException.class
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped$Literal.class
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped.class
[DEBUG] adding entry javax/enterprise/context/Dependent$Literal.class
[DEBUG] adding entry javax/enterprise/context/Dependent.class
[DEBUG] adding entry javax/enterprise/context/Initialized$Literal.class
[DEBUG] adding entry javax/enterprise/context/Initialized.class
[DEBUG] adding entry javax/enterprise/context/Destroyed$Literal.class
[DEBUG] adding entry javax/enterprise/context/Destroyed.class
[DEBUG] adding entry javax/enterprise/util/AnnotationLiteral.class
[DEBUG] adding entry javax/enterprise/util/TypeLiteral.class
[DEBUG] adding entry javax/enterprise/util/SecurityActions.class
[DEBUG] adding entry javax/enterprise/util/Nonbinding$Literal.class
[DEBUG] adding entry javax/enterprise/util/Nonbinding.class
[DEBUG] adding entry javax/enterprise/event/NotificationOptions$Builder.class
[DEBUG] adding entry javax/enterprise/event/NotificationOptions.class
[DEBUG] adding entry javax/enterprise/event/Reception.class
[DEBUG] adding entry javax/enterprise/event/TransactionPhase.class
[DEBUG] adding entry javax/enterprise/event/ObservesAsync.class
[DEBUG] adding entry javax/enterprise/event/Event.class
[DEBUG] adding entry javax/enterprise/event/Observes.class
[DEBUG] adding entry javax/enterprise/event/ImmutableNotificationOptions$Builder.class
[DEBUG] adding entry javax/enterprise/event/ImmutableNotificationOptions$1.class
[DEBUG] adding entry javax/enterprise/event/ImmutableNotificationOptions.class
[DEBUG] adding entry javax/enterprise/event/ObserverException.class
[DEBUG] adding entry javax/decorator/Decorator.class
[DEBUG] adding entry javax/decorator/Delegate.class
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/jakarta.enterprise/
[DEBUG] adding directory META-INF/maven/jakarta.enterprise/jakarta.enterprise.cdi-api/
[DEBUG] adding entry META-INF/maven/jakarta.enterprise/jakarta.enterprise.cdi-api/pom.xml
[DEBUG] adding entry META-INF/maven/jakarta.enterprise/jakarta.enterprise.cdi-api/pom.properties
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (attach-sources) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 159 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 255 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 243 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/33/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 352 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 193 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.2 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 317 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 253 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 26 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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.8 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/42/commons-parent-42.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 959 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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.5 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 2.5 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 2.7 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/xz-1.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 106 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=64831, ConflictMarker.markTime=24440, ConflictMarker.nodeCount=74, ConflictIdSorter.graphTime=21694, ConflictIdSorter.topsortTime=22009, ConflictIdSorter.conflictIdCount=31, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=396492, ConflictResolver.conflictItemCount=73, DefaultDependencyCollector.collectTime=21063681988, DefaultDependencyCollector.transformTime=542195}
[DEBUG] org.apache.maven.plugins:maven-source-plugin:jar:3.1.0:
[DEBUG]    org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.4:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:3.4.0:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG]       commons-io:commons-io:jar:2.5:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:4.1.0:compile
[DEBUG]       org.codehaus.plexus:plexus-io:jar:3.1.1:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.18:compile
[DEBUG]       org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]       org.tukaani:xz:jar:1.8:runtime
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 10 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 18 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.8/xz-1.8.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 738 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/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 2.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 2.4 MB/s)
[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 6.6 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.1.0
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.1.0
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-source-plugin:3.1.0
[DEBUG]   Included: org.apache.maven.plugins:maven-source-plugin:jar:3.1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.4
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.4.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:4.1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.1.1
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.18
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.1.0:jar-no-fork from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.1.0, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.1.0:jar-no-fork' with basic configurator -->
[DEBUG]   (f) attach = true
[DEBUG]   (f) classifier = sources
[DEBUG]   (f) defaultManifestFile = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) excludeResources = false
[DEBUG]   (f) finalName = jakarta.enterprise.cdi-api-2.0.2
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) includePom = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) skipSource = false
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: false (Destination /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar not found.)
[INFO] Building jar: /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory javax/
[DEBUG] adding directory javax/decorator/
[DEBUG] adding directory javax/enterprise/
[DEBUG] adding directory javax/enterprise/context/
[DEBUG] adding directory javax/enterprise/context/control/
[DEBUG] adding directory javax/enterprise/context/spi/
[DEBUG] adding directory javax/enterprise/event/
[DEBUG] adding directory javax/enterprise/inject/
[DEBUG] adding directory javax/enterprise/inject/literal/
[DEBUG] adding directory javax/enterprise/inject/se/
[DEBUG] adding directory javax/enterprise/inject/spi/
[DEBUG] adding directory javax/enterprise/inject/spi/configurator/
[DEBUG] adding directory javax/enterprise/util/
[DEBUG] adding entry javax/decorator/Decorator.java
[DEBUG] adding entry javax/decorator/Delegate.java
[DEBUG] adding entry javax/decorator/package-info.java
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped.java
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed.java
[DEBUG] adding entry javax/enterprise/context/BusyConversationException.java
[DEBUG] adding entry javax/enterprise/context/ContextException.java
[DEBUG] adding entry javax/enterprise/context/ContextNotActiveException.java
[DEBUG] adding entry javax/enterprise/context/Conversation.java
[DEBUG] adding entry javax/enterprise/context/ConversationScoped.java
[DEBUG] adding entry javax/enterprise/context/Dependent.java
[DEBUG] adding entry javax/enterprise/context/Destroyed.java
[DEBUG] adding entry javax/enterprise/context/Initialized.java
[DEBUG] adding entry javax/enterprise/context/NonexistentConversationException.java
[DEBUG] adding entry javax/enterprise/context/NormalScope.java
[DEBUG] adding entry javax/enterprise/context/RequestScoped.java
[DEBUG] adding entry javax/enterprise/context/SessionScoped.java
[DEBUG] adding entry javax/enterprise/context/control/ActivateRequestContext.java
[DEBUG] adding entry javax/enterprise/context/control/RequestContextController.java
[DEBUG] adding entry javax/enterprise/context/package-info.java
[DEBUG] adding entry javax/enterprise/context/spi/AlterableContext.java
[DEBUG] adding entry javax/enterprise/context/spi/Context.java
[DEBUG] adding entry javax/enterprise/context/spi/Contextual.java
[DEBUG] adding entry javax/enterprise/context/spi/CreationalContext.java
[DEBUG] adding entry javax/enterprise/context/spi/package-info.java
[DEBUG] adding entry javax/enterprise/event/Event.java
[DEBUG] adding entry javax/enterprise/event/ImmutableNotificationOptions.java
[DEBUG] adding entry javax/enterprise/event/NotificationOptions.java
[DEBUG] adding entry javax/enterprise/event/ObserverException.java
[DEBUG] adding entry javax/enterprise/event/Observes.java
[DEBUG] adding entry javax/enterprise/event/ObservesAsync.java
[DEBUG] adding entry javax/enterprise/event/Reception.java
[DEBUG] adding entry javax/enterprise/event/TransactionPhase.java
[DEBUG] adding entry javax/enterprise/event/package-info.java
[DEBUG] adding entry javax/enterprise/inject/Alternative.java
[DEBUG] adding entry javax/enterprise/inject/AmbiguousResolutionException.java
[DEBUG] adding entry javax/enterprise/inject/Any.java
[DEBUG] adding entry javax/enterprise/inject/CreationException.java
[DEBUG] adding entry javax/enterprise/inject/Decorated.java
[DEBUG] adding entry javax/enterprise/inject/Default.java
[DEBUG] adding entry javax/enterprise/inject/Disposes.java
[DEBUG] adding entry javax/enterprise/inject/IllegalProductException.java
[DEBUG] adding entry javax/enterprise/inject/InjectionException.java
[DEBUG] adding entry javax/enterprise/inject/Instance.java
[DEBUG] adding entry javax/enterprise/inject/Intercepted.java
[DEBUG] adding entry javax/enterprise/inject/Model.java
[DEBUG] adding entry javax/enterprise/inject/New.java
[DEBUG] adding entry javax/enterprise/inject/Produces.java
[DEBUG] adding entry javax/enterprise/inject/ResolutionException.java
[DEBUG] adding entry javax/enterprise/inject/Specializes.java
[DEBUG] adding entry javax/enterprise/inject/Stereotype.java
[DEBUG] adding entry javax/enterprise/inject/TransientReference.java
[DEBUG] adding entry javax/enterprise/inject/Typed.java
[DEBUG] adding entry javax/enterprise/inject/UnproxyableResolutionException.java
[DEBUG] adding entry javax/enterprise/inject/UnsatisfiedResolutionException.java
[DEBUG] adding entry javax/enterprise/inject/Vetoed.java
[DEBUG] adding entry javax/enterprise/inject/literal/InjectLiteral.java
[DEBUG] adding entry javax/enterprise/inject/literal/NamedLiteral.java
[DEBUG] adding entry javax/enterprise/inject/literal/QualifierLiteral.java
[DEBUG] adding entry javax/enterprise/inject/literal/SingletonLiteral.java
[DEBUG] adding entry javax/enterprise/inject/se/SeContainer.java
[DEBUG] adding entry javax/enterprise/inject/se/SeContainerInitializer.java
[DEBUG] adding entry javax/enterprise/inject/spi/AfterBeanDiscovery.java
[DEBUG] adding entry javax/enterprise/inject/spi/AfterDeploymentValidation.java
[DEBUG] adding entry javax/enterprise/inject/spi/AfterTypeDiscovery.java
[DEBUG] adding entry javax/enterprise/inject/spi/Annotated.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedCallable.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedConstructor.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedField.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMember.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMethod.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedParameter.java
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedType.java
[DEBUG] adding entry javax/enterprise/inject/spi/Bean.java
[DEBUG] adding entry javax/enterprise/inject/spi/BeanAttributes.java
[DEBUG] adding entry javax/enterprise/inject/spi/BeanManager.java
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeBeanDiscovery.java
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeShutdown.java
[DEBUG] adding entry javax/enterprise/inject/spi/CDI.java
[DEBUG] adding entry javax/enterprise/inject/spi/CDIProvider.java
[DEBUG] adding entry javax/enterprise/inject/spi/Decorator.java
[DEBUG] adding entry javax/enterprise/inject/spi/DefinitionException.java
[DEBUG] adding entry javax/enterprise/inject/spi/DeploymentException.java
[DEBUG] adding entry javax/enterprise/inject/spi/EventContext.java
[DEBUG] adding entry javax/enterprise/inject/spi/EventMetadata.java
[DEBUG] adding entry javax/enterprise/inject/spi/Extension.java
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionPoint.java
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTarget.java
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTargetFactory.java
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionFactory.java
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionType.java
[DEBUG] adding entry javax/enterprise/inject/spi/Interceptor.java
[DEBUG] adding entry javax/enterprise/inject/spi/ObserverMethod.java
[DEBUG] adding entry javax/enterprise/inject/spi/PassivationCapable.java
[DEBUG] adding entry javax/enterprise/inject/spi/Prioritized.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessAnnotatedType.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBean.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBeanAttributes.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionPoint.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionTarget.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessManagedBean.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessObserverMethod.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducer.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerField.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerMethod.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSessionBean.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticBean.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.java
[DEBUG] adding entry javax/enterprise/inject/spi/Producer.java
[DEBUG] adding entry javax/enterprise/inject/spi/ProducerFactory.java
[DEBUG] adding entry javax/enterprise/inject/spi/SecurityActions.java
[DEBUG] adding entry javax/enterprise/inject/spi/SessionBeanType.java
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged.java
[DEBUG] adding entry javax/enterprise/inject/spi/WithAnnotations.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ProducerConfigurator.java
[DEBUG] adding entry javax/enterprise/inject/spi/package-info.java
[DEBUG] adding entry javax/enterprise/util/AnnotationLiteral.java
[DEBUG] adding entry javax/enterprise/util/Nonbinding.java
[DEBUG] adding entry javax/enterprise/util/SecurityActions.java
[DEBUG] adding entry javax/enterprise/util/TypeLiteral.java
[DEBUG] adding entry javax/enterprise/util/package-info.java
[DEBUG] adding entry beans_1_0.xsd
[DEBUG] adding entry beans_1_1.xsd
[DEBUG] adding entry beans_2_0.xsd
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/jakarta.enterprise/
[DEBUG] adding directory META-INF/maven/jakarta.enterprise/jakarta.enterprise.cdi-api/
[DEBUG] adding entry META-INF/maven/jakarta.enterprise/jakarta.enterprise.cdi-api/pom.xml
[DEBUG] adding entry META-INF/maven/jakarta.enterprise/jakarta.enterprise.cdi-api/pom.properties
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom (4.3 kB at 269 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 307 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 283 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 928 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 206 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 239 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 1.0 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.14/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.6/xz-1.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 4.0 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/tukaani/xz/1.6/xz-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 48 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.22/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 173 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 166 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 341 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 254 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 340 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.3 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/25/maven-parent-25.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/15/apache-15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/15/apache-15.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/15/apache-15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 802 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/15/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/15/apache-15.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 382 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 735 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 9.7 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 35 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 73 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 953 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 90 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 418 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 852 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 239 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 239 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 441 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.0.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 560 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.0.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.1/project-4.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/4.1/project-4.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.1/project-4.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 910 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.1/project-4.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 306 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 584 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.0/project-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.0/project-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 874 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/project/4.0/project-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 1.1 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/5/commons-parent-5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/5/commons-parent-5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 1.0 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/5/commons-parent-5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 226 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 10 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlunit/xmlunit/1.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlunit/xmlunit/1.5/xmlunit-1.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 189 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 178 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 91 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 164 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 176 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 116 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/4.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 494 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 736 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 910 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 21 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 58 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 412 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 412 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1/commons-logging-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/logkit/logkit/1.0.1/logkit-1.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.6 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/logkit/logkit/1.0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/logkit/logkit/1.0.1/logkit-1.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.8 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/avalon-framework/avalon-framework/4.1.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 12 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/servlet/servlet-api/2.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 188 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 65 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.6/commons-digester-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 144 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 7.1 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0/commons-logging-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 11 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 196 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 141 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xml-apis/xml-apis/1.0.b2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 531 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 310 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.9 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/sslext-1.2-0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/sslext-1.2-0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 30 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/sslext-1.2-0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 227 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 410 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-parent/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-master/4/struts-master-4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-master/4/struts-master-4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-master/4/struts-master-4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-master/4/struts-master-4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 623 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-master/4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-master/4/struts-master-4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/2/apache-2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/apache/2/apache-2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/2/apache-2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 155 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/2/apache-2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/antlr-2.7.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/antlr-2.7.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 9.1 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/antlr-2.7.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 192 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 182 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 483 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.6.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 413 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 745 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 1.7 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 345 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 755 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 1.0 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 3.1 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/34/commons-parent-34.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 10 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 298 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 264 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/7.0/asm-7.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 184 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/asm-7.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 27 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 229 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 284 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 782 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/43/commons-parent-43.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/43/commons-parent-43.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/43/commons-parent-43.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/43/commons-parent-43.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 3.5 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/43/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-parent/43/commons-parent-43.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 9.2 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/objenesis/objenesis/2.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 25 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/objenesis/objenesis-parent/2.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 18 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 19 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 143 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 52 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=168404, ConflictMarker.markTime=63354, ConflictMarker.nodeCount=237, ConflictIdSorter.graphTime=51986, ConflictIdSorter.topsortTime=56705, ConflictIdSorter.conflictIdCount=81, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1482318, ConflictResolver.conflictItemCount=188, DefaultDependencyCollector.collectTime=68012277253, DefaultDependencyCollector.transformTime=1851076}
[DEBUG] org.apache.maven.plugins:maven-javadoc-plugin:jar:3.1.1:
[DEBUG]    org.apache.maven:maven-core:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0:runtime
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.7:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.7:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.7:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.0:compile
[DEBUG]    org.apache.maven:maven-settings:jar:3.0:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:3.0:compile
[DEBUG]    org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
[DEBUG]    org.apache.maven:maven-archiver:jar:3.2.0:compile
[DEBUG]       org.apache.maven.shared:maven-shared-utils:jar:3.2.0:compile
[DEBUG]    org.apache.maven.shared:maven-invoker:jar:3.0.0:compile
[DEBUG]    org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0:compile
[DEBUG]    org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1:compile
[DEBUG]       commons-codec:commons-codec:jar:1.11:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.5:compile
[DEBUG]    org.apache.maven.doxia:doxia-sink-api:jar:1.7:compile
[DEBUG]       org.apache.maven.doxia:doxia-logging-api:jar:1.7:compile
[DEBUG]    org.apache.maven.doxia:doxia-site-renderer:jar:1.7.4:compile
[DEBUG]       org.apache.maven.doxia:doxia-core:jar:1.7:compile
[DEBUG]          xmlunit:xmlunit:jar:1.5:compile
[DEBUG]       org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
[DEBUG]       org.apache.maven.doxia:doxia-skin-model:jar:1.7.4:compile
[DEBUG]       org.apache.maven.doxia:doxia-module-xhtml:jar:1.7:compile
[DEBUG]       org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.2:compile
[DEBUG]       org.apache.velocity:velocity:jar:1.7:compile
[DEBUG]       org.apache.velocity:velocity-tools:jar:2.0:compile
[DEBUG]          commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[DEBUG]          commons-chain:commons-chain:jar:1.1:compile
[DEBUG]          commons-validator:commons-validator:jar:1.3.1:compile
[DEBUG]          dom4j:dom4j:jar:1.1:compile
[DEBUG]          oro:oro:jar:2.0.8:compile
[DEBUG]          sslext:sslext:jar:1.2-0:compile
[DEBUG]          org.apache.struts:struts-core:jar:1.3.8:compile
[DEBUG]             antlr:antlr:jar:2.7.2:compile
[DEBUG]          org.apache.struts:struts-taglib:jar:1.3.8:compile
[DEBUG]          org.apache.struts:struts-tiles:jar:1.3.8:compile
[DEBUG]       commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]       commons-lang:commons-lang:jar:2.4:compile
[DEBUG]    org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[DEBUG]    org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG]    commons-io:commons-io:jar:2.5:compile
[DEBUG]    org.apache.httpcomponents:httpclient:jar:4.5.8:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.11:compile
[DEBUG]       commons-logging:commons-logging:jar:1.2:compile
[DEBUG]    com.thoughtworks.qdox:qdox:jar:2.0-M10:compile
[DEBUG]    org.codehaus.plexus:plexus-java:jar:1.0.3:compile
[DEBUG]       org.ow2.asm:asm:jar:7.0:compile
[DEBUG]    org.codehaus.plexus:plexus-archiver:jar:3.6.0:compile
[DEBUG]       org.apache.commons:commons-compress:jar:1.16.1:compile
[DEBUG]          org.objenesis:objenesis:jar:2.6:compile
[DEBUG]       org.iq80.snappy:snappy:jar:0.4:compile
[DEBUG]       org.tukaani:xz:jar:1.8:runtime
[DEBUG]    org.codehaus.plexus:plexus-io:jar:3.1.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG]    org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 31 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 77 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/7.0/asm-7.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 15 kB/s)
[INFO] Downloaded from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 79 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlunit/xmlunit/1.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/xmlunit/xmlunit/1.5/xmlunit-1.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/sslext-1.2-0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/antlr-2.7.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/objenesis/objenesis/2.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/objenesis/objenesis/2.6/objenesis-2.6.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/antlr/antlr/2.7.2/antlr-2.7.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/7.0/asm-7.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/sslext-1.2-0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/antlr-2.7.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 3.1 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.7/doxia-sink-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 168 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 141 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.7.4/doxia-site-renderer-1.7.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 551 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 407 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 98 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.7/doxia-module-xhtml-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 97 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.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-30/plexus-container-default-1.0-alpha-30.jar (237 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-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 6.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 27 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 5.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 49 kB/s)
[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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 149 kB/s)
[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.jar (62 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 108 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-6/plexus-interactivity-api-1.0-alpha-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 9.9 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 63 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 2.3 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 37 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 47 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity/1.7/velocity-1.7.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/dom4j/dom4j/1.1/dom4j-1.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/sslext/sslext/1.2-0/sslext-1.2-0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/antlr/antlr/2.7.2/antlr-2.7.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/ow2/asm/asm/7.0/asm-7.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.1.1
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.1.1
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.1.1
[DEBUG]   Included: org.apache.maven.plugins:maven-javadoc-plugin:jar:3.1.1
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.7
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0
[DEBUG]   Included: org.apache.maven:maven-archiver:jar:3.2.0
[DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.0
[DEBUG]   Included: org.apache.maven.shared:maven-invoker:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0
[DEBUG]   Included: org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1
[DEBUG]   Included: commons-codec:commons-codec:jar:1.11
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-logging-api:jar:1.7
[DEBUG]   Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.7.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-core:jar:1.7
[DEBUG]   Included: xmlunit:xmlunit:jar:1.5
[DEBUG]   Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-skin-model:jar:1.7.4
[DEBUG]   Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.7
[DEBUG]   Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-velocity:jar:1.2
[DEBUG]   Included: org.apache.velocity:velocity:jar:1.7
[DEBUG]   Included: org.apache.velocity:velocity-tools:jar:2.0
[DEBUG]   Included: commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG]   Included: commons-digester:commons-digester:jar:1.8
[DEBUG]   Included: commons-chain:commons-chain:jar:1.1
[DEBUG]   Included: commons-validator:commons-validator:jar:1.3.1
[DEBUG]   Included: dom4j:dom4j:jar:1.1
[DEBUG]   Included: oro:oro:jar:2.0.8
[DEBUG]   Included: sslext:sslext:jar:1.2-0
[DEBUG]   Included: org.apache.struts:struts-core:jar:1.3.8
[DEBUG]   Included: antlr:antlr:jar:2.7.2
[DEBUG]   Included: org.apache.struts:struts-taglib:jar:1.3.8
[DEBUG]   Included: org.apache.struts:struts-tiles:jar:1.3.8
[DEBUG]   Included: commons-collections:commons-collections:jar:3.2.1
[DEBUG]   Included: commons-lang:commons-lang:jar:2.4
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG]   Included: commons-io:commons-io:jar:2.5
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.5.8
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.4.11
[DEBUG]   Included: commons-logging:commons-logging:jar:1.2
[DEBUG]   Included: com.thoughtworks.qdox:qdox:jar:2.0-M10
[DEBUG]   Included: org.codehaus.plexus:plexus-java:jar:1.0.3
[DEBUG]   Included: org.ow2.asm:asm:jar:7.0
[DEBUG]   Included: org.codehaus.plexus:plexus-archiver:jar:3.6.0
[DEBUG]   Included: org.apache.commons:commons-compress:jar:1.16.1
[DEBUG]   Included: org.objenesis:objenesis:jar:2.6
[DEBUG]   Included: org.iq80.snappy:snappy:jar:0.4
[DEBUG]   Included: org.tukaani:xz:jar:1.8
[DEBUG]   Included: org.codehaus.plexus:plexus-io:jar:3.1.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.1.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar' with basic configurator -->
[DEBUG]   (f) applyJavadocSecurityFix = true
[DEBUG]   (f) attach = true
[DEBUG]   (f) author = true
[DEBUG]   (f) bootclasspathArtifacts = []
[DEBUG]   (f) bottom = Copyright &#169; {inceptionYear}&#x2013;{currentYear} {organizationName}. All rights reserved.
[DEBUG]   (f) breakiterator = false
[DEBUG]   (f) classifier = javadoc
[DEBUG]   (f) debug = false
[DEBUG]   (f) defaultManifestFile = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) detectJavaApiLink = true
[DEBUG]   (f) detectLinks = false
[DEBUG]   (f) detectOfflineLinks = true
[DEBUG]   (f) docfilessubdirs = false
[DEBUG]   (f) docletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG]   (f) docletArtifacts = []
[DEBUG]   (f) doclint = none
[DEBUG]   (f) doctitle = CDI APIs 2.0.2 API
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = false
[DEBUG]   (f) failOnWarnings = false
[DEBUG]   (f) finalName = jakarta.enterprise.cdi-api-2.0.2
[DEBUG]   (f) includeDependencySources = false
[DEBUG]   (f) includeTransitiveDependencySources = false
[DEBUG]   (f) isOffline = false
[DEBUG]   (f) jarOutputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) javaApiLinks = {}
[DEBUG]   (f) javadocDirectory = /home/jenkins/workspace/CDIReleaseScript/api/src/main/javadoc
[DEBUG]   (f) javadocOptionsDir = /home/jenkins/workspace/CDIReleaseScript/api/target/javadoc-bundle-options
[DEBUG]   (f) keywords = false
[DEBUG]   (f) links = []
[DEBUG]   (f) linksource = false
[DEBUG]   (f) localRepository =       id: local
      url: file:///home/jenkins/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) mojo = org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar {execution: attach-javadocs}
[DEBUG]   (f) nocomment = false
[DEBUG]   (f) nodeprecated = false
[DEBUG]   (f) nodeprecatedlist = false
[DEBUG]   (f) nohelp = false
[DEBUG]   (f) noindex = false
[DEBUG]   (f) nonavbar = false
[DEBUG]   (f) nooverview = false
[DEBUG]   (f) nosince = false
[DEBUG]   (f) notimestamp = false
[DEBUG]   (f) notree = false
[DEBUG]   (f) offlineLinks = []
[DEBUG]   (f) old = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs
[DEBUG]   (f) overview = /home/jenkins/workspace/CDIReleaseScript/api/src/main/javadoc/overview.html
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) quiet = false
[DEBUG]   (f) reactorProjects = [MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml]
[DEBUG]   (f) resourcesArtifacts = []
[DEBUG]   (f) serialwarn = false
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@67f3b72d
[DEBUG]   (f) show = protected
[DEBUG]   (f) skip = false
[DEBUG]   (f) sourceDependencyCacheDir = /home/jenkins/workspace/CDIReleaseScript/api/target/distro-javadoc-sources
[DEBUG]   (f) splitindex = false
[DEBUG]   (f) stylesheet = java
[DEBUG]   (f) tagletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG]   (f) tagletArtifacts = []
[DEBUG]   (f) taglets = []
[DEBUG]   (f) tags = []
[DEBUG]   (f) use = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG]   (f) useStandardDocletOptions = true
[DEBUG]   (f) validateLinks = false
[DEBUG]   (f) verbose = false
[DEBUG]   (f) version = true
[DEBUG]   (f) windowtitle = CDI APIs 2.0.2 API
[DEBUG] -- end configuration --
[DEBUG] No maven-compiler-plugin defined in ${build.plugins} or in ${project.build.pluginManagement} for the jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2. Added Javadoc API link according the javadoc executable version i.e.: 1.8.0
[DEBUG] Found Java API link: https://docs.oracle.com/javase/8/docs/api/
[DEBUG] Trying to add links for modules...
[DEBUG] /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages
[INFO] 
Loading source files for package javax.decorator...
Loading source files for package javax.enterprise.context...
Loading source files for package javax.enterprise.context.control...
Loading source files for package javax.enterprise.context.spi...
Loading source files for package javax.enterprise.event...
Loading source files for package javax.enterprise.inject...
Loading source files for package javax.enterprise.inject.literal...
Loading source files for package javax.enterprise.inject.se...
Loading source files for package javax.enterprise.inject.spi...
Loading source files for package javax.enterprise.inject.spi.configurator...
Loading source files for package javax.enterprise.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/Delegate.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ApplicationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ApplicationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/BeforeDestroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/BeforeDestroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/BusyConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ContextException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ContextNotActiveException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Conversation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ConversationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ConversationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Dependent.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Dependent.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Destroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Destroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Initialized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Initialized.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/NonexistentConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/NormalScope.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/RequestScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/RequestScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/SessionScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/SessionScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/ActivateRequestContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/RequestContextController.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/AlterableContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/Context.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/Contextual.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/CreationalContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/Event.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/NotificationOptions.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/NotificationOptions.Builder.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/ObserverException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/Observes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/ObservesAsync.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/Reception.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/TransactionPhase.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Alternative.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Alternative.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/AmbiguousResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Any.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Any.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/CreationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Decorated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Default.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Default.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Disposes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/IllegalProductException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/InjectionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Instance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Intercepted.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Model.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/New.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/New.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Produces.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/ResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Specializes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Specializes.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Stereotype.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/TransientReference.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/TransientReference.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Typed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Typed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/UnproxyableResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/UnsatisfiedResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Vetoed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Vetoed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/InjectLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/NamedLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/QualifierLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/SingletonLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/SeContainer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/SeContainerInitializer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AfterBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AfterDeploymentValidation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AfterTypeDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Annotated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedCallable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedConstructor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedMember.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedParameter.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Bean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeanManager.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeforeBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeforeShutdown.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/CDI.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/CDIProvider.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/DefinitionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/DeploymentException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/EventContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/EventMetadata.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Extension.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InjectionTargetFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InterceptionFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InterceptionType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Interceptor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/PassivationCapable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Prioritized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessBeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessInjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessInjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessManagedBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessProducer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessProducerField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessProducerMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSessionBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSyntheticBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Producer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProducerFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/SessionBeanType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Unmanaged.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Unmanaged.UnmanagedInstance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/WithAnnotations.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/BeanConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.EventConsumer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/ProducerConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/AnnotationLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/Nonbinding.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/Nonbinding.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/TypeLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/serialized-form.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/class-use/Delegate.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/class-use/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/SessionScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/SessionScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/RequestScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/RequestScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/NormalScope.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/NonexistentConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Initialized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Initialized.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Destroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Destroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Dependent.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Dependent.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ConversationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ConversationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Conversation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ContextNotActiveException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ContextException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/BusyConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/BeforeDestroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/BeforeDestroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ApplicationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ApplicationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/class-use/RequestContextController.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/class-use/ActivateRequestContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/CreationalContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/Contextual.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/Context.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/AlterableContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/TransactionPhase.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/Reception.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/ObservesAsync.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/Observes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/ObserverException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/NotificationOptions.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/NotificationOptions.Builder.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/Event.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Vetoed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Vetoed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/UnsatisfiedResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/UnproxyableResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Typed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Typed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/TransientReference.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/TransientReference.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Stereotype.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Specializes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Specializes.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/ResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Produces.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/New.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/New.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Model.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Intercepted.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Instance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/InjectionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/IllegalProductException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Disposes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Default.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Default.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Decorated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/CreationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Any.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Any.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/AmbiguousResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Alternative.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Alternative.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/SingletonLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/QualifierLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/NamedLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/InjectLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/class-use/SeContainerInitializer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/class-use/SeContainer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/WithAnnotations.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Unmanaged.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Unmanaged.UnmanagedInstance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/SessionBeanType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProducerFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Producer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSyntheticObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSyntheticBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSyntheticAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSessionBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessProducerMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessProducerField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessProducer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessManagedBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessInjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessInjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessBeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Prioritized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/PassivationCapable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Interceptor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InterceptionType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InterceptionFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InjectionTargetFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Extension.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/EventMetadata.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/EventContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/DeploymentException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/DefinitionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/CDIProvider.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/CDI.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeforeShutdown.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeforeBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeanManager.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Bean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedParameter.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedMember.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedConstructor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedCallable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Annotated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AfterTypeDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AfterDeploymentValidation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AfterBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/ProducerConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.EventConsumer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/InjectionPointConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/BeanConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/BeanAttributesConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedTypeConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedParameterConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedFieldConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedConstructorConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/TypeLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/Nonbinding.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/Nonbinding.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/AnnotationLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/index.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/help-doc.html...
17 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:37: warning - Tag @linkplain: reference not found: javax.ejb.Singleton singleton
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:33: warning - Tag @linkplain: reference not found: javax.ejb.Stateful stateful
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:29: warning - Tag @linkplain: reference not found: javax.ejb.Stateless stateless
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:29: warning - Tag @linkplain: reference not found: javax.ejb.Stateless stateless
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:33: warning - Tag @linkplain: reference not found: javax.ejb.Stateful stateful
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:37: warning - Tag @linkplain: reference not found: javax.ejb.Singleton singleton
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java:53: warning - Tag @linkplain: reference not found: javax.interceptor interceptor binding type
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java:53: warning - Tag @linkplain: reference not found: javax.interceptor interceptor binding type
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java:53: warning - Tag @linkplain: reference not found: javax.interceptor interceptor binding type
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/javadoc/overview.html: warning - Tag @linkplain: reference not found: javax.interceptor interceptors
[INFO] Building jar: /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory javax/
[DEBUG] adding directory javax/decorator/
[DEBUG] adding directory javax/decorator/class-use/
[DEBUG] adding directory javax/enterprise/
[DEBUG] adding directory javax/enterprise/context/
[DEBUG] adding directory javax/enterprise/context/control/
[DEBUG] adding directory javax/enterprise/context/control/class-use/
[DEBUG] adding directory javax/enterprise/context/spi/
[DEBUG] adding directory javax/enterprise/context/spi/class-use/
[DEBUG] adding directory javax/enterprise/context/class-use/
[DEBUG] adding directory javax/enterprise/event/
[DEBUG] adding directory javax/enterprise/event/class-use/
[DEBUG] adding directory javax/enterprise/inject/
[DEBUG] adding directory javax/enterprise/inject/literal/
[DEBUG] adding directory javax/enterprise/inject/literal/class-use/
[DEBUG] adding directory javax/enterprise/inject/se/
[DEBUG] adding directory javax/enterprise/inject/se/class-use/
[DEBUG] adding directory javax/enterprise/inject/spi/
[DEBUG] adding directory javax/enterprise/inject/spi/configurator/
[DEBUG] adding directory javax/enterprise/inject/spi/configurator/class-use/
[DEBUG] adding directory javax/enterprise/inject/spi/class-use/
[DEBUG] adding directory javax/enterprise/inject/class-use/
[DEBUG] adding directory javax/enterprise/util/
[DEBUG] adding directory javax/enterprise/util/class-use/
[DEBUG] adding entry javax/decorator/Decorator.html
[DEBUG] adding entry javax/decorator/Delegate.html
[DEBUG] adding entry javax/decorator/package-frame.html
[DEBUG] adding entry javax/decorator/package-summary.html
[DEBUG] adding entry javax/decorator/package-tree.html
[DEBUG] adding entry javax/decorator/class-use/Delegate.html
[DEBUG] adding entry javax/decorator/class-use/Decorator.html
[DEBUG] adding entry javax/decorator/package-use.html
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped.html
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed.html
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/BusyConversationException.html
[DEBUG] adding entry javax/enterprise/context/ContextException.html
[DEBUG] adding entry javax/enterprise/context/ContextNotActiveException.html
[DEBUG] adding entry javax/enterprise/context/Conversation.html
[DEBUG] adding entry javax/enterprise/context/ConversationScoped.html
[DEBUG] adding entry javax/enterprise/context/ConversationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/Dependent.html
[DEBUG] adding entry javax/enterprise/context/Dependent.Literal.html
[DEBUG] adding entry javax/enterprise/context/Destroyed.html
[DEBUG] adding entry javax/enterprise/context/Destroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/Initialized.html
[DEBUG] adding entry javax/enterprise/context/Initialized.Literal.html
[DEBUG] adding entry javax/enterprise/context/NonexistentConversationException.html
[DEBUG] adding entry javax/enterprise/context/NormalScope.html
[DEBUG] adding entry javax/enterprise/context/RequestScoped.html
[DEBUG] adding entry javax/enterprise/context/RequestScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/SessionScoped.html
[DEBUG] adding entry javax/enterprise/context/SessionScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/control/ActivateRequestContext.html
[DEBUG] adding entry javax/enterprise/context/control/RequestContextController.html
[DEBUG] adding entry javax/enterprise/context/control/package-frame.html
[DEBUG] adding entry javax/enterprise/context/control/package-summary.html
[DEBUG] adding entry javax/enterprise/context/control/package-tree.html
[DEBUG] adding entry javax/enterprise/context/control/class-use/RequestContextController.html
[DEBUG] adding entry javax/enterprise/context/control/class-use/ActivateRequestContext.html
[DEBUG] adding entry javax/enterprise/context/control/package-use.html
[DEBUG] adding entry javax/enterprise/context/spi/AlterableContext.html
[DEBUG] adding entry javax/enterprise/context/spi/Context.html
[DEBUG] adding entry javax/enterprise/context/spi/Contextual.html
[DEBUG] adding entry javax/enterprise/context/spi/CreationalContext.html
[DEBUG] adding entry javax/enterprise/context/spi/package-frame.html
[DEBUG] adding entry javax/enterprise/context/spi/package-summary.html
[DEBUG] adding entry javax/enterprise/context/spi/package-tree.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/CreationalContext.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/Contextual.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/Context.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/AlterableContext.html
[DEBUG] adding entry javax/enterprise/context/spi/package-use.html
[DEBUG] adding entry javax/enterprise/context/package-frame.html
[DEBUG] adding entry javax/enterprise/context/package-summary.html
[DEBUG] adding entry javax/enterprise/context/package-tree.html
[DEBUG] adding entry javax/enterprise/context/class-use/SessionScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/SessionScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/RequestScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/RequestScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/NormalScope.html
[DEBUG] adding entry javax/enterprise/context/class-use/NonexistentConversationException.html
[DEBUG] adding entry javax/enterprise/context/class-use/Initialized.html
[DEBUG] adding entry javax/enterprise/context/class-use/Initialized.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/Destroyed.html
[DEBUG] adding entry javax/enterprise/context/class-use/Destroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/Dependent.html
[DEBUG] adding entry javax/enterprise/context/class-use/Dependent.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/ConversationScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/ConversationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/Conversation.html
[DEBUG] adding entry javax/enterprise/context/class-use/ContextNotActiveException.html
[DEBUG] adding entry javax/enterprise/context/class-use/ContextException.html
[DEBUG] adding entry javax/enterprise/context/class-use/BusyConversationException.html
[DEBUG] adding entry javax/enterprise/context/class-use/BeforeDestroyed.html
[DEBUG] adding entry javax/enterprise/context/class-use/BeforeDestroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/ApplicationScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/ApplicationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/package-use.html
[DEBUG] adding entry javax/enterprise/event/Event.html
[DEBUG] adding entry javax/enterprise/event/NotificationOptions.html
[DEBUG] adding entry javax/enterprise/event/NotificationOptions.Builder.html
[DEBUG] adding entry javax/enterprise/event/ObserverException.html
[DEBUG] adding entry javax/enterprise/event/Observes.html
[DEBUG] adding entry javax/enterprise/event/ObservesAsync.html
[DEBUG] adding entry javax/enterprise/event/Reception.html
[DEBUG] adding entry javax/enterprise/event/TransactionPhase.html
[DEBUG] adding entry javax/enterprise/event/package-frame.html
[DEBUG] adding entry javax/enterprise/event/package-summary.html
[DEBUG] adding entry javax/enterprise/event/package-tree.html
[DEBUG] adding entry javax/enterprise/event/class-use/TransactionPhase.html
[DEBUG] adding entry javax/enterprise/event/class-use/Reception.html
[DEBUG] adding entry javax/enterprise/event/class-use/ObservesAsync.html
[DEBUG] adding entry javax/enterprise/event/class-use/Observes.html
[DEBUG] adding entry javax/enterprise/event/class-use/ObserverException.html
[DEBUG] adding entry javax/enterprise/event/class-use/NotificationOptions.html
[DEBUG] adding entry javax/enterprise/event/class-use/NotificationOptions.Builder.html
[DEBUG] adding entry javax/enterprise/event/class-use/Event.html
[DEBUG] adding entry javax/enterprise/event/package-use.html
[DEBUG] adding entry javax/enterprise/inject/Alternative.html
[DEBUG] adding entry javax/enterprise/inject/Alternative.Literal.html
[DEBUG] adding entry javax/enterprise/inject/AmbiguousResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/Any.html
[DEBUG] adding entry javax/enterprise/inject/Any.Literal.html
[DEBUG] adding entry javax/enterprise/inject/CreationException.html
[DEBUG] adding entry javax/enterprise/inject/Decorated.html
[DEBUG] adding entry javax/enterprise/inject/Default.html
[DEBUG] adding entry javax/enterprise/inject/Default.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Disposes.html
[DEBUG] adding entry javax/enterprise/inject/IllegalProductException.html
[DEBUG] adding entry javax/enterprise/inject/InjectionException.html
[DEBUG] adding entry javax/enterprise/inject/Instance.html
[DEBUG] adding entry javax/enterprise/inject/Intercepted.html
[DEBUG] adding entry javax/enterprise/inject/Model.html
[DEBUG] adding entry javax/enterprise/inject/New.html
[DEBUG] adding entry javax/enterprise/inject/New.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Produces.html
[DEBUG] adding entry javax/enterprise/inject/ResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/Specializes.html
[DEBUG] adding entry javax/enterprise/inject/Specializes.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Stereotype.html
[DEBUG] adding entry javax/enterprise/inject/TransientReference.html
[DEBUG] adding entry javax/enterprise/inject/TransientReference.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Typed.html
[DEBUG] adding entry javax/enterprise/inject/Typed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/UnproxyableResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/UnsatisfiedResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/Vetoed.html
[DEBUG] adding entry javax/enterprise/inject/Vetoed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/literal/InjectLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/NamedLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/QualifierLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/SingletonLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/SingletonLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/QualifierLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/NamedLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/InjectLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-use.html
[DEBUG] adding entry javax/enterprise/inject/se/SeContainer.html
[DEBUG] adding entry javax/enterprise/inject/se/SeContainerInitializer.html
[DEBUG] adding entry javax/enterprise/inject/se/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/se/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/se/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/se/class-use/SeContainerInitializer.html
[DEBUG] adding entry javax/enterprise/inject/se/class-use/SeContainer.html
[DEBUG] adding entry javax/enterprise/inject/se/package-use.html
[DEBUG] adding entry javax/enterprise/inject/spi/AfterBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/AfterDeploymentValidation.html
[DEBUG] adding entry javax/enterprise/inject/spi/AfterTypeDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/Annotated.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedCallable.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedConstructor.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedField.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMember.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedParameter.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/Bean.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeanManager.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeShutdown.html
[DEBUG] adding entry javax/enterprise/inject/spi/CDI.html
[DEBUG] adding entry javax/enterprise/inject/spi/CDIProvider.html
[DEBUG] adding entry javax/enterprise/inject/spi/Decorator.html
[DEBUG] adding entry javax/enterprise/inject/spi/DefinitionException.html
[DEBUG] adding entry javax/enterprise/inject/spi/DeploymentException.html
[DEBUG] adding entry javax/enterprise/inject/spi/EventContext.html
[DEBUG] adding entry javax/enterprise/inject/spi/EventMetadata.html
[DEBUG] adding entry javax/enterprise/inject/spi/Extension.html
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTargetFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionType.html
[DEBUG] adding entry javax/enterprise/inject/spi/Interceptor.html
[DEBUG] adding entry javax/enterprise/inject/spi/ObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/PassivationCapable.html
[DEBUG] adding entry javax/enterprise/inject/spi/Prioritized.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessManagedBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducer.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerField.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSessionBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/Producer.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProducerFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/SessionBeanType.html
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged.html
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged.UnmanagedInstance.html
[DEBUG] adding entry javax/enterprise/inject/spi/WithAnnotations.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.EventConsumer.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ProducerConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/ProducerConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.EventConsumer.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/InjectionPointConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/BeanConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/BeanAttributesConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedTypeConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedParameterConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedFieldConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedConstructorConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-use.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/WithAnnotations.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Unmanaged.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Unmanaged.UnmanagedInstance.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/SessionBeanType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProducerFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Producer.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSyntheticObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSyntheticBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSyntheticAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSessionBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessProducerMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessProducerField.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessProducer.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessManagedBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessInjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessInjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessBeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Prioritized.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/PassivationCapable.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Interceptor.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InterceptionType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InterceptionFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InjectionTargetFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Extension.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/EventMetadata.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/EventContext.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/DeploymentException.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/DefinitionException.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Decorator.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/CDIProvider.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/CDI.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeforeShutdown.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeforeBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeanManager.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Bean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedParameter.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedMember.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedField.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedConstructor.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedCallable.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Annotated.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AfterTypeDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AfterDeploymentValidation.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AfterBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-use.html
[DEBUG] adding entry javax/enterprise/inject/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Vetoed.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Vetoed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/UnsatisfiedResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/UnproxyableResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Typed.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Typed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/TransientReference.html
[DEBUG] adding entry javax/enterprise/inject/class-use/TransientReference.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Stereotype.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Specializes.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Specializes.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/ResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Produces.html
[DEBUG] adding entry javax/enterprise/inject/class-use/New.html
[DEBUG] adding entry javax/enterprise/inject/class-use/New.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Model.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Intercepted.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Instance.html
[DEBUG] adding entry javax/enterprise/inject/class-use/InjectionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/IllegalProductException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Disposes.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Default.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Default.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Decorated.html
[DEBUG] adding entry javax/enterprise/inject/class-use/CreationException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Any.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Any.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/AmbiguousResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Alternative.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Alternative.Literal.html
[DEBUG] adding entry javax/enterprise/inject/package-use.html
[DEBUG] adding entry javax/enterprise/util/AnnotationLiteral.html
[DEBUG] adding entry javax/enterprise/util/Nonbinding.html
[DEBUG] adding entry javax/enterprise/util/Nonbinding.Literal.html
[DEBUG] adding entry javax/enterprise/util/TypeLiteral.html
[DEBUG] adding entry javax/enterprise/util/package-frame.html
[DEBUG] adding entry javax/enterprise/util/package-summary.html
[DEBUG] adding entry javax/enterprise/util/package-tree.html
[DEBUG] adding entry javax/enterprise/util/class-use/TypeLiteral.html
[DEBUG] adding entry javax/enterprise/util/class-use/Nonbinding.html
[DEBUG] adding entry javax/enterprise/util/class-use/Nonbinding.Literal.html
[DEBUG] adding entry javax/enterprise/util/class-use/AnnotationLiteral.html
[DEBUG] adding entry javax/enterprise/util/package-use.html
[DEBUG] adding entry package-list
[DEBUG] adding entry overview-frame.html
[DEBUG] adding entry constant-values.html
[DEBUG] adding entry serialized-form.html
[DEBUG] adding entry overview-tree.html
[DEBUG] adding entry index-all.html
[DEBUG] adding entry deprecated-list.html
[DEBUG] adding entry allclasses-frame.html
[DEBUG] adding entry allclasses-noframe.html
[DEBUG] adding entry index.html
[DEBUG] adding entry overview-summary.html
[DEBUG] adding entry help-doc.html
[DEBUG] adding entry stylesheet.css
[DEBUG] adding entry script.js
[INFO] 
[INFO] >>> maven-source-plugin:3.1.0:jar (default-cli) > generate-sources @ jakarta.enterprise.cdi-api >>>
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=7615, ConflictMarker.markTime=10540, ConflictMarker.nodeCount=10, ConflictIdSorter.graphTime=5729, ConflictIdSorter.topsortTime=6611, ConflictIdSorter.conflictIdCount=9, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=109528, ConflictResolver.conflictItemCount=9, DefaultDependencyCollector.collectTime=169328, DefaultDependencyCollector.transformTime=146987}
[DEBUG] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]    jakarta.el:jakarta.el-api:jar:3.0.3:compile
[DEBUG]    jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5:compile
[DEBUG]       jakarta.annotation:jakarta.annotation-api:jar:1.3.4:compile
[DEBUG]       jakarta.ejb:jakarta.ejb-api:jar:3.2.6:compile
[DEBUG]          jakarta.transaction:jakarta.transaction-api:jar:1.3.2:compile
[DEBUG]    jakarta.inject:jakarta.inject-api:jar:1.0:compile
[DEBUG]    org.testng:testng:jar:6.8.8:test
[DEBUG]       org.beanshell:bsh:jar:2.0b4:test
[DEBUG]       com.beust:jcommander:jar:1.27:test
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce' with basic configurator -->
[DEBUG]   (s) fail = true
[DEBUG]   (s) failFast = false
[DEBUG]   (f) ignoreCache = false
[DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce {execution: enforce-maven}
[DEBUG]   (s) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) version = [3.0.4,)
[DEBUG]   (s) message = Maven 3.0 through 3.0.3 inclusive does not pass
                                                correct settings.xml to Maven Release Plugin.
[DEBUG]   (s) rules = [org.apache.maven.plugins.enforcer.RequireMavenVersion@75adbfae]
[DEBUG]   (s) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (s) skip = false
[DEBUG] -- end configuration --
[DEBUG] Executing rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[DEBUG] Rule org.apache.maven.plugins.enforcer.RequireMavenVersion is cacheable.
[DEBUG] Key org.apache.maven.plugins.enforcer.RequireMavenVersion -937310275 was found in the cache
[DEBUG] The cached results are still valid. Skipping the rule: org.apache.maven.plugins.enforcer.RequireMavenVersion
[INFO] 
[INFO] <<< maven-source-plugin:3.1.0:jar (default-cli) < generate-sources @ jakarta.enterprise.cdi-api <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.1.0:jar (default-cli) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-source-plugin:3.1.0:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-source-plugin:3.1.0, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-source-plugin:3.1.0:jar' with basic configurator -->
[DEBUG]   (f) attach = true
[DEBUG]   (f) classifier = sources
[DEBUG]   (f) defaultManifestFile = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) excludeResources = false
[DEBUG]   (f) finalName = jakarta.enterprise.cdi-api-2.0.2
[DEBUG]   (f) forceCreation = false
[DEBUG]   (f) includePom = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) reactorProjects = [MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml]
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) skipSource = false
[DEBUG]   (f) useDefaultExcludes = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG] -- end configuration --
[DEBUG] isUp2date: true
[DEBUG] Archive /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar is uptodate.
[INFO] 
[INFO] --- maven-javadoc-plugin:3.1.1:jar (default-cli) @ jakarta.enterprise.cdi-api ---
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-javadoc-plugin:3.1.1, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar' with basic configurator -->
[DEBUG]   (f) applyJavadocSecurityFix = true
[DEBUG]   (f) attach = true
[DEBUG]   (f) author = true
[DEBUG]   (f) bootclasspathArtifacts = []
[DEBUG]   (f) bottom = Copyright &#169; {inceptionYear}&#x2013;{currentYear} {organizationName}. All rights reserved.
[DEBUG]   (f) breakiterator = false
[DEBUG]   (f) classifier = javadoc
[DEBUG]   (f) debug = false
[DEBUG]   (f) defaultManifestFile = /home/jenkins/workspace/CDIReleaseScript/api/target/classes/META-INF/MANIFEST.MF
[DEBUG]   (f) detectJavaApiLink = true
[DEBUG]   (f) detectLinks = false
[DEBUG]   (f) detectOfflineLinks = true
[DEBUG]   (f) docfilessubdirs = false
[DEBUG]   (f) docletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG]   (f) docletArtifacts = []
[DEBUG]   (f) doclint = none
[DEBUG]   (f) doctitle = CDI APIs 2.0.2 API
[DEBUG]   (f) encoding = UTF-8
[DEBUG]   (f) failOnError = false
[DEBUG]   (f) failOnWarnings = false
[DEBUG]   (f) finalName = jakarta.enterprise.cdi-api-2.0.2
[DEBUG]   (f) includeDependencySources = false
[DEBUG]   (f) includeTransitiveDependencySources = false
[DEBUG]   (f) isOffline = false
[DEBUG]   (f) jarOutputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target
[DEBUG]   (f) javaApiLinks = {}
[DEBUG]   (f) javadocDirectory = /home/jenkins/workspace/CDIReleaseScript/api/src/main/javadoc
[DEBUG]   (f) javadocOptionsDir = /home/jenkins/workspace/CDIReleaseScript/api/target/javadoc-bundle-options
[DEBUG]   (f) keywords = false
[DEBUG]   (f) links = []
[DEBUG]   (f) linksource = false
[DEBUG]   (f) localRepository =       id: local
      url: file:///home/jenkins/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) mojo = org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar {execution: default-cli}
[DEBUG]   (f) nocomment = false
[DEBUG]   (f) nodeprecated = false
[DEBUG]   (f) nodeprecatedlist = false
[DEBUG]   (f) nohelp = false
[DEBUG]   (f) noindex = false
[DEBUG]   (f) nonavbar = false
[DEBUG]   (f) nooverview = false
[DEBUG]   (f) nosince = false
[DEBUG]   (f) notimestamp = false
[DEBUG]   (f) notree = false
[DEBUG]   (f) offlineLinks = []
[DEBUG]   (f) old = false
[DEBUG]   (f) outputDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs
[DEBUG]   (f) overview = /home/jenkins/workspace/CDIReleaseScript/api/src/main/javadoc/overview.html
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) quiet = false
[DEBUG]   (f) reactorProjects = [MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml]
[DEBUG]   (f) resourcesArtifacts = []
[DEBUG]   (f) serialwarn = false
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@67f3b72d
[DEBUG]   (f) show = protected
[DEBUG]   (f) skip = false
[DEBUG]   (f) sourceDependencyCacheDir = /home/jenkins/workspace/CDIReleaseScript/api/target/distro-javadoc-sources
[DEBUG]   (f) splitindex = false
[DEBUG]   (f) stylesheet = java
[DEBUG]   (f) tagletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG]   (f) tagletArtifacts = []
[DEBUG]   (f) taglets = []
[DEBUG]   (f) tags = []
[DEBUG]   (f) use = true
[DEBUG]   (f) useDefaultManifestFile = false
[DEBUG]   (f) useStandardDocletOptions = true
[DEBUG]   (f) validateLinks = false
[DEBUG]   (f) verbose = false
[DEBUG]   (f) version = true
[DEBUG]   (f) windowtitle = CDI APIs 2.0.2 API
[DEBUG] -- end configuration --
[DEBUG] No maven-compiler-plugin defined in ${build.plugins} or in ${project.build.pluginManagement} for the jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2. Added Javadoc API link according the javadoc executable version i.e.: 1.8.0
[DEBUG] Found Java API link: https://docs.oracle.com/javase/8/docs/api/
[DEBUG] Trying to add links for modules...
[DEBUG] /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/../bin/javadoc @options @packages
[INFO] 
Loading source files for package javax.decorator...
Loading source files for package javax.enterprise.context...
Loading source files for package javax.enterprise.context.control...
Loading source files for package javax.enterprise.context.spi...
Loading source files for package javax.enterprise.event...
Loading source files for package javax.enterprise.inject...
Loading source files for package javax.enterprise.inject.literal...
Loading source files for package javax.enterprise.inject.se...
Loading source files for package javax.enterprise.inject.spi...
Loading source files for package javax.enterprise.inject.spi.configurator...
Loading source files for package javax.enterprise.util...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/Delegate.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ApplicationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ApplicationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/BeforeDestroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/BeforeDestroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/BusyConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ContextException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ContextNotActiveException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Conversation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ConversationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/ConversationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Dependent.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Dependent.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Destroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Destroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Initialized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/Initialized.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/NonexistentConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/NormalScope.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/RequestScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/RequestScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/SessionScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/SessionScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/ActivateRequestContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/RequestContextController.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/AlterableContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/Context.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/Contextual.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/CreationalContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/Event.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/NotificationOptions.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/NotificationOptions.Builder.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/ObserverException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/Observes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/ObservesAsync.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/Reception.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/TransactionPhase.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Alternative.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Alternative.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/AmbiguousResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Any.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Any.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/CreationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Decorated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Default.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Default.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Disposes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/IllegalProductException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/InjectionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Instance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Intercepted.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Model.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/New.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/New.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Produces.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/ResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Specializes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Specializes.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Stereotype.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/TransientReference.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/TransientReference.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Typed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Typed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/UnproxyableResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/UnsatisfiedResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Vetoed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/Vetoed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/InjectLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/NamedLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/QualifierLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/SingletonLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/SeContainer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/SeContainerInitializer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AfterBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AfterDeploymentValidation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AfterTypeDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Annotated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedCallable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedConstructor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedMember.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedParameter.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/AnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Bean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeanManager.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeforeBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/BeforeShutdown.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/CDI.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/CDIProvider.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/DefinitionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/DeploymentException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/EventContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/EventMetadata.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Extension.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InjectionTargetFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InterceptionFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/InterceptionType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Interceptor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/PassivationCapable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Prioritized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessBeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessInjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessInjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessManagedBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessProducer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessProducerField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessProducerMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSessionBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSyntheticBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Producer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/ProducerFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/SessionBeanType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Unmanaged.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/Unmanaged.UnmanagedInstance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/WithAnnotations.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/BeanConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.EventConsumer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/ProducerConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/AnnotationLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/Nonbinding.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/Nonbinding.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/TypeLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/serialized-form.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/class-use/Delegate.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/class-use/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/SessionScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/SessionScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/RequestScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/RequestScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/NormalScope.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/NonexistentConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Initialized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Initialized.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Destroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Destroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Dependent.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Dependent.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ConversationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ConversationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/Conversation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ContextNotActiveException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ContextException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/BusyConversationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/BeforeDestroyed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/BeforeDestroyed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ApplicationScoped.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/class-use/ApplicationScoped.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/class-use/RequestContextController.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/class-use/ActivateRequestContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/CreationalContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/Contextual.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/Context.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/class-use/AlterableContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/TransactionPhase.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/Reception.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/ObservesAsync.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/Observes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/ObserverException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/NotificationOptions.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/NotificationOptions.Builder.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/class-use/Event.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Vetoed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Vetoed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/UnsatisfiedResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/UnproxyableResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Typed.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Typed.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/TransientReference.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/TransientReference.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Stereotype.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Specializes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Specializes.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/ResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Produces.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/New.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/New.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Model.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Intercepted.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Instance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/InjectionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/IllegalProductException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Disposes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Default.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Default.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Decorated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/CreationException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Any.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Any.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/AmbiguousResolutionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Alternative.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/class-use/Alternative.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/SingletonLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/QualifierLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/NamedLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/class-use/InjectLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/class-use/SeContainerInitializer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/class-use/SeContainer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/WithAnnotations.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Unmanaged.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Unmanaged.UnmanagedInstance.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/SessionBeanType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProducerFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Producer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSyntheticObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSyntheticBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSyntheticAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessSessionBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessProducerMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessProducerField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessProducer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessManagedBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessInjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessInjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessBeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessBean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ProcessAnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Prioritized.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/PassivationCapable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/ObserverMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Interceptor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InterceptionType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InterceptionFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InjectionTargetFactory.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InjectionTarget.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/InjectionPoint.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Extension.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/EventMetadata.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/EventContext.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/DeploymentException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/DefinitionException.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Decorator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/CDIProvider.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/CDI.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeforeShutdown.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeforeBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeanManager.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/BeanAttributes.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Bean.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedType.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedParameter.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedMethod.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedMember.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedField.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedConstructor.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AnnotatedCallable.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/Annotated.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AfterTypeDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AfterDeploymentValidation.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/class-use/AfterBeanDiscovery.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/ProducerConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.EventConsumer.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/InjectionPointConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/BeanConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/BeanAttributesConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedTypeConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedParameterConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedMethodConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedFieldConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/class-use/AnnotatedConstructorConfigurator.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/TypeLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/Nonbinding.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/Nonbinding.Literal.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/class-use/AnnotationLiteral.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/decorator/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/control/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/context/spi/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/event/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/literal/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/se/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/inject/spi/configurator/package-use.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/javax/enterprise/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/index.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/CDIReleaseScript/api/target/apidocs/help-doc.html...
17 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:37: warning - Tag @linkplain: reference not found: javax.ejb.Singleton singleton
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:33: warning - Tag @linkplain: reference not found: javax.ejb.Stateful stateful
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:29: warning - Tag @linkplain: reference not found: javax.ejb.Stateless stateless
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:29: warning - Tag @linkplain: reference not found: javax.ejb.Stateless stateless
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:33: warning - Tag @linkplain: reference not found: javax.ejb.Stateful stateful
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/SessionBeanType.java:37: warning - Tag @linkplain: reference not found: javax.ejb.Singleton singleton
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java:53: warning - Tag @linkplain: reference not found: javax.interceptor interceptor binding type
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java:53: warning - Tag @linkplain: reference not found: javax.interceptor interceptor binding type
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/inject/spi/Interceptor.java:40: warning - Tag @linkplain: reference not found: javax.interceptor interceptor
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/java/javax/enterprise/util/Nonbinding.java:53: warning - Tag @linkplain: reference not found: javax.interceptor interceptor binding type
[WARNING] /home/jenkins/workspace/CDIReleaseScript/api/src/main/javadoc/overview.html: warning - Tag @linkplain: reference not found: javax.interceptor interceptors
[INFO] Building jar: /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory javax/
[DEBUG] adding directory javax/decorator/
[DEBUG] adding directory javax/decorator/class-use/
[DEBUG] adding directory javax/enterprise/
[DEBUG] adding directory javax/enterprise/context/
[DEBUG] adding directory javax/enterprise/context/control/
[DEBUG] adding directory javax/enterprise/context/control/class-use/
[DEBUG] adding directory javax/enterprise/context/spi/
[DEBUG] adding directory javax/enterprise/context/spi/class-use/
[DEBUG] adding directory javax/enterprise/context/class-use/
[DEBUG] adding directory javax/enterprise/event/
[DEBUG] adding directory javax/enterprise/event/class-use/
[DEBUG] adding directory javax/enterprise/inject/
[DEBUG] adding directory javax/enterprise/inject/literal/
[DEBUG] adding directory javax/enterprise/inject/literal/class-use/
[DEBUG] adding directory javax/enterprise/inject/se/
[DEBUG] adding directory javax/enterprise/inject/se/class-use/
[DEBUG] adding directory javax/enterprise/inject/spi/
[DEBUG] adding directory javax/enterprise/inject/spi/configurator/
[DEBUG] adding directory javax/enterprise/inject/spi/configurator/class-use/
[DEBUG] adding directory javax/enterprise/inject/spi/class-use/
[DEBUG] adding directory javax/enterprise/inject/class-use/
[DEBUG] adding directory javax/enterprise/util/
[DEBUG] adding directory javax/enterprise/util/class-use/
[DEBUG] adding entry javax/decorator/Decorator.html
[DEBUG] adding entry javax/decorator/Delegate.html
[DEBUG] adding entry javax/decorator/package-frame.html
[DEBUG] adding entry javax/decorator/package-summary.html
[DEBUG] adding entry javax/decorator/package-tree.html
[DEBUG] adding entry javax/decorator/class-use/Delegate.html
[DEBUG] adding entry javax/decorator/class-use/Decorator.html
[DEBUG] adding entry javax/decorator/package-use.html
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped.html
[DEBUG] adding entry javax/enterprise/context/ApplicationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed.html
[DEBUG] adding entry javax/enterprise/context/BeforeDestroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/BusyConversationException.html
[DEBUG] adding entry javax/enterprise/context/ContextException.html
[DEBUG] adding entry javax/enterprise/context/ContextNotActiveException.html
[DEBUG] adding entry javax/enterprise/context/Conversation.html
[DEBUG] adding entry javax/enterprise/context/ConversationScoped.html
[DEBUG] adding entry javax/enterprise/context/ConversationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/Dependent.html
[DEBUG] adding entry javax/enterprise/context/Dependent.Literal.html
[DEBUG] adding entry javax/enterprise/context/Destroyed.html
[DEBUG] adding entry javax/enterprise/context/Destroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/Initialized.html
[DEBUG] adding entry javax/enterprise/context/Initialized.Literal.html
[DEBUG] adding entry javax/enterprise/context/NonexistentConversationException.html
[DEBUG] adding entry javax/enterprise/context/NormalScope.html
[DEBUG] adding entry javax/enterprise/context/RequestScoped.html
[DEBUG] adding entry javax/enterprise/context/RequestScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/SessionScoped.html
[DEBUG] adding entry javax/enterprise/context/SessionScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/control/ActivateRequestContext.html
[DEBUG] adding entry javax/enterprise/context/control/RequestContextController.html
[DEBUG] adding entry javax/enterprise/context/control/package-frame.html
[DEBUG] adding entry javax/enterprise/context/control/package-summary.html
[DEBUG] adding entry javax/enterprise/context/control/package-tree.html
[DEBUG] adding entry javax/enterprise/context/control/class-use/RequestContextController.html
[DEBUG] adding entry javax/enterprise/context/control/class-use/ActivateRequestContext.html
[DEBUG] adding entry javax/enterprise/context/control/package-use.html
[DEBUG] adding entry javax/enterprise/context/spi/AlterableContext.html
[DEBUG] adding entry javax/enterprise/context/spi/Context.html
[DEBUG] adding entry javax/enterprise/context/spi/Contextual.html
[DEBUG] adding entry javax/enterprise/context/spi/CreationalContext.html
[DEBUG] adding entry javax/enterprise/context/spi/package-frame.html
[DEBUG] adding entry javax/enterprise/context/spi/package-summary.html
[DEBUG] adding entry javax/enterprise/context/spi/package-tree.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/CreationalContext.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/Contextual.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/Context.html
[DEBUG] adding entry javax/enterprise/context/spi/class-use/AlterableContext.html
[DEBUG] adding entry javax/enterprise/context/spi/package-use.html
[DEBUG] adding entry javax/enterprise/context/package-frame.html
[DEBUG] adding entry javax/enterprise/context/package-summary.html
[DEBUG] adding entry javax/enterprise/context/package-tree.html
[DEBUG] adding entry javax/enterprise/context/class-use/SessionScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/SessionScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/RequestScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/RequestScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/NormalScope.html
[DEBUG] adding entry javax/enterprise/context/class-use/NonexistentConversationException.html
[DEBUG] adding entry javax/enterprise/context/class-use/Initialized.html
[DEBUG] adding entry javax/enterprise/context/class-use/Initialized.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/Destroyed.html
[DEBUG] adding entry javax/enterprise/context/class-use/Destroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/Dependent.html
[DEBUG] adding entry javax/enterprise/context/class-use/Dependent.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/ConversationScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/ConversationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/Conversation.html
[DEBUG] adding entry javax/enterprise/context/class-use/ContextNotActiveException.html
[DEBUG] adding entry javax/enterprise/context/class-use/ContextException.html
[DEBUG] adding entry javax/enterprise/context/class-use/BusyConversationException.html
[DEBUG] adding entry javax/enterprise/context/class-use/BeforeDestroyed.html
[DEBUG] adding entry javax/enterprise/context/class-use/BeforeDestroyed.Literal.html
[DEBUG] adding entry javax/enterprise/context/class-use/ApplicationScoped.html
[DEBUG] adding entry javax/enterprise/context/class-use/ApplicationScoped.Literal.html
[DEBUG] adding entry javax/enterprise/context/package-use.html
[DEBUG] adding entry javax/enterprise/event/Event.html
[DEBUG] adding entry javax/enterprise/event/NotificationOptions.html
[DEBUG] adding entry javax/enterprise/event/NotificationOptions.Builder.html
[DEBUG] adding entry javax/enterprise/event/ObserverException.html
[DEBUG] adding entry javax/enterprise/event/Observes.html
[DEBUG] adding entry javax/enterprise/event/ObservesAsync.html
[DEBUG] adding entry javax/enterprise/event/Reception.html
[DEBUG] adding entry javax/enterprise/event/TransactionPhase.html
[DEBUG] adding entry javax/enterprise/event/package-frame.html
[DEBUG] adding entry javax/enterprise/event/package-summary.html
[DEBUG] adding entry javax/enterprise/event/package-tree.html
[DEBUG] adding entry javax/enterprise/event/class-use/TransactionPhase.html
[DEBUG] adding entry javax/enterprise/event/class-use/Reception.html
[DEBUG] adding entry javax/enterprise/event/class-use/ObservesAsync.html
[DEBUG] adding entry javax/enterprise/event/class-use/Observes.html
[DEBUG] adding entry javax/enterprise/event/class-use/ObserverException.html
[DEBUG] adding entry javax/enterprise/event/class-use/NotificationOptions.html
[DEBUG] adding entry javax/enterprise/event/class-use/NotificationOptions.Builder.html
[DEBUG] adding entry javax/enterprise/event/class-use/Event.html
[DEBUG] adding entry javax/enterprise/event/package-use.html
[DEBUG] adding entry javax/enterprise/inject/Alternative.html
[DEBUG] adding entry javax/enterprise/inject/Alternative.Literal.html
[DEBUG] adding entry javax/enterprise/inject/AmbiguousResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/Any.html
[DEBUG] adding entry javax/enterprise/inject/Any.Literal.html
[DEBUG] adding entry javax/enterprise/inject/CreationException.html
[DEBUG] adding entry javax/enterprise/inject/Decorated.html
[DEBUG] adding entry javax/enterprise/inject/Default.html
[DEBUG] adding entry javax/enterprise/inject/Default.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Disposes.html
[DEBUG] adding entry javax/enterprise/inject/IllegalProductException.html
[DEBUG] adding entry javax/enterprise/inject/InjectionException.html
[DEBUG] adding entry javax/enterprise/inject/Instance.html
[DEBUG] adding entry javax/enterprise/inject/Intercepted.html
[DEBUG] adding entry javax/enterprise/inject/Model.html
[DEBUG] adding entry javax/enterprise/inject/New.html
[DEBUG] adding entry javax/enterprise/inject/New.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Produces.html
[DEBUG] adding entry javax/enterprise/inject/ResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/Specializes.html
[DEBUG] adding entry javax/enterprise/inject/Specializes.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Stereotype.html
[DEBUG] adding entry javax/enterprise/inject/TransientReference.html
[DEBUG] adding entry javax/enterprise/inject/TransientReference.Literal.html
[DEBUG] adding entry javax/enterprise/inject/Typed.html
[DEBUG] adding entry javax/enterprise/inject/Typed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/UnproxyableResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/UnsatisfiedResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/Vetoed.html
[DEBUG] adding entry javax/enterprise/inject/Vetoed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/literal/InjectLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/NamedLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/QualifierLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/SingletonLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/SingletonLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/QualifierLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/NamedLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/class-use/InjectLiteral.html
[DEBUG] adding entry javax/enterprise/inject/literal/package-use.html
[DEBUG] adding entry javax/enterprise/inject/se/SeContainer.html
[DEBUG] adding entry javax/enterprise/inject/se/SeContainerInitializer.html
[DEBUG] adding entry javax/enterprise/inject/se/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/se/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/se/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/se/class-use/SeContainerInitializer.html
[DEBUG] adding entry javax/enterprise/inject/se/class-use/SeContainer.html
[DEBUG] adding entry javax/enterprise/inject/se/package-use.html
[DEBUG] adding entry javax/enterprise/inject/spi/AfterBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/AfterDeploymentValidation.html
[DEBUG] adding entry javax/enterprise/inject/spi/AfterTypeDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/Annotated.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedCallable.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedConstructor.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedField.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMember.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedParameter.html
[DEBUG] adding entry javax/enterprise/inject/spi/AnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/Bean.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeanManager.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/BeforeShutdown.html
[DEBUG] adding entry javax/enterprise/inject/spi/CDI.html
[DEBUG] adding entry javax/enterprise/inject/spi/CDIProvider.html
[DEBUG] adding entry javax/enterprise/inject/spi/Decorator.html
[DEBUG] adding entry javax/enterprise/inject/spi/DefinitionException.html
[DEBUG] adding entry javax/enterprise/inject/spi/DeploymentException.html
[DEBUG] adding entry javax/enterprise/inject/spi/EventContext.html
[DEBUG] adding entry javax/enterprise/inject/spi/EventMetadata.html
[DEBUG] adding entry javax/enterprise/inject/spi/Extension.html
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/InjectionTargetFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/InterceptionType.html
[DEBUG] adding entry javax/enterprise/inject/spi/Interceptor.html
[DEBUG] adding entry javax/enterprise/inject/spi/ObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/PassivationCapable.html
[DEBUG] adding entry javax/enterprise/inject/spi/Prioritized.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessBeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessInjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessManagedBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducer.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerField.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessProducerMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSessionBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProcessSyntheticObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/Producer.html
[DEBUG] adding entry javax/enterprise/inject/spi/ProducerFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/SessionBeanType.html
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged.html
[DEBUG] adding entry javax/enterprise/inject/spi/Unmanaged.UnmanagedInstance.html
[DEBUG] adding entry javax/enterprise/inject/spi/WithAnnotations.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedConstructorConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedFieldConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedParameterConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/AnnotatedTypeConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanAttributesConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/BeanConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/InjectionPointConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ObserverMethodConfigurator.EventConsumer.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/ProducerConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/ProducerConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/ObserverMethodConfigurator.EventConsumer.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/InjectionPointConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/BeanConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/BeanAttributesConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedTypeConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedParameterConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedMethodConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedFieldConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/class-use/AnnotatedConstructorConfigurator.html
[DEBUG] adding entry javax/enterprise/inject/spi/configurator/package-use.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/WithAnnotations.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Unmanaged.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Unmanaged.UnmanagedInstance.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/SessionBeanType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProducerFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Producer.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSyntheticObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSyntheticBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSyntheticAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessSessionBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessProducerMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessProducerField.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessProducer.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessManagedBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessInjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessInjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessBeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessBean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ProcessAnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Prioritized.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/PassivationCapable.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/ObserverMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Interceptor.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InterceptionType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InterceptionFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InjectionTargetFactory.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InjectionTarget.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/InjectionPoint.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Extension.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/EventMetadata.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/EventContext.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/DeploymentException.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/DefinitionException.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Decorator.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/CDIProvider.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/CDI.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeforeShutdown.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeforeBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeanManager.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/BeanAttributes.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Bean.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedType.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedParameter.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedMethod.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedMember.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedField.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedConstructor.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AnnotatedCallable.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/Annotated.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AfterTypeDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AfterDeploymentValidation.html
[DEBUG] adding entry javax/enterprise/inject/spi/class-use/AfterBeanDiscovery.html
[DEBUG] adding entry javax/enterprise/inject/spi/package-use.html
[DEBUG] adding entry javax/enterprise/inject/package-frame.html
[DEBUG] adding entry javax/enterprise/inject/package-summary.html
[DEBUG] adding entry javax/enterprise/inject/package-tree.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Vetoed.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Vetoed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/UnsatisfiedResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/UnproxyableResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Typed.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Typed.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/TransientReference.html
[DEBUG] adding entry javax/enterprise/inject/class-use/TransientReference.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Stereotype.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Specializes.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Specializes.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/ResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Produces.html
[DEBUG] adding entry javax/enterprise/inject/class-use/New.html
[DEBUG] adding entry javax/enterprise/inject/class-use/New.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Model.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Intercepted.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Instance.html
[DEBUG] adding entry javax/enterprise/inject/class-use/InjectionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/IllegalProductException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Disposes.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Default.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Default.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Decorated.html
[DEBUG] adding entry javax/enterprise/inject/class-use/CreationException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Any.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Any.Literal.html
[DEBUG] adding entry javax/enterprise/inject/class-use/AmbiguousResolutionException.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Alternative.html
[DEBUG] adding entry javax/enterprise/inject/class-use/Alternative.Literal.html
[DEBUG] adding entry javax/enterprise/inject/package-use.html
[DEBUG] adding entry javax/enterprise/util/AnnotationLiteral.html
[DEBUG] adding entry javax/enterprise/util/Nonbinding.html
[DEBUG] adding entry javax/enterprise/util/Nonbinding.Literal.html
[DEBUG] adding entry javax/enterprise/util/TypeLiteral.html
[DEBUG] adding entry javax/enterprise/util/package-frame.html
[DEBUG] adding entry javax/enterprise/util/package-summary.html
[DEBUG] adding entry javax/enterprise/util/package-tree.html
[DEBUG] adding entry javax/enterprise/util/class-use/TypeLiteral.html
[DEBUG] adding entry javax/enterprise/util/class-use/Nonbinding.html
[DEBUG] adding entry javax/enterprise/util/class-use/Nonbinding.Literal.html
[DEBUG] adding entry javax/enterprise/util/class-use/AnnotationLiteral.html
[DEBUG] adding entry javax/enterprise/util/package-use.html
[DEBUG] adding entry package-list
[DEBUG] adding entry overview-frame.html
[DEBUG] adding entry constant-values.html
[DEBUG] adding entry serialized-form.html
[DEBUG] adding entry overview-tree.html
[DEBUG] adding entry index-all.html
[DEBUG] adding entry deprecated-list.html
[DEBUG] adding entry allclasses-frame.html
[DEBUG] adding entry allclasses-noframe.html
[DEBUG] adding entry index.html
[DEBUG] adding entry overview-summary.html
[DEBUG] adding entry help-doc.html
[DEBUG] adding entry stylesheet.css
[DEBUG] adding entry script.js
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (default-cli) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 224 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=24458, ConflictMarker.markTime=16854, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=12971, ConflictIdSorter.topsortTime=10239, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=97341, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=466411044, DefaultDependencyCollector.transformTime=205937}
[DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
[DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 11 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
[DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign' with basic configurator -->
[DEBUG]   (f) ascDirectory = /home/jenkins/workspace/CDIReleaseScript/api/target/gpg
[DEBUG]   (f) defaultKeyring = true
[DEBUG]   (f) gpgArguments = [--pinentry-mode, loopback]
[DEBUG]   (f) interactive = false
[DEBUG]   (f) passphraseServerId = gpg.passphrase
[DEBUG]   (f) project = MavenProject: jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2 @ /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@67f3b72d
[DEBUG]   (f) skip = false
[DEBUG]   (f) useAgent = true
[DEBUG] -- end configuration --
[DEBUG] Generating signature for /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar
[DEBUG] Generating signature for /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.pom
[DEBUG] Generating signature for /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] Generating signature for /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] Generating signature for /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] Generating signature for /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-cli) @ jakarta.enterprise.cdi-api ---
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 167 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 716 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 50 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 311 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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 165 kB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom.lastUpdated
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=26931, ConflictMarker.markTime=16556, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=12556, ConflictIdSorter.topsortTime=9664, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=75348, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=2814709431, DefaultDependencyCollector.transformTime=152435}
[DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.4:
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[DEBUG]          junit:junit:jar:3.8.1:compile
[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.5:compile
[DEBUG]    org.codehaus.plexus:plexus-digest:jar:1.0:compile
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/staging
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/staging
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repository.jboss.org/nexus/content/groups/public
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repository.jboss.org/nexus/content/groups/public
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[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] 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 659 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 11 MB/s)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar.lastUpdated
[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4
[DEBUG]   Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4
[DEBUG]   Included: junit:junit:jar:3.8.1
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.5
[DEBUG]   Included: org.codehaus.plexus:plexus-digest:jar:1.0
[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->
[DEBUG]   (f) artifact = jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]   (f) attachedArtifacts = [jakarta.enterprise:jakarta.enterprise.cdi-api:java-source:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:javadoc:javadoc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:java-source:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:javadoc:javadoc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:pom.asc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:javadoc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:javadoc:2.0.2]
[DEBUG]   (f) createChecksum = false
[DEBUG]   (f) localRepository =       id: local
      url: file:///home/jenkins/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[DEBUG]   (f) packaging = jar
[DEBUG]   (f) pomFile = /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (s) skip = false
[DEBUG]   (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/pom.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar, seems unchanged
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar, seems unchanged
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar.asc
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.pom.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom.asc
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc, seems unchanged
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc, seems unchanged
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/_remote.repositories
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-local.xml
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (default-cli) @ jakarta.enterprise.cdi-api ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=33598, ConflictMarker.markTime=41475, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=23564, ConflictIdSorter.topsortTime=16065, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=256805, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=2646720, DefaultDependencyCollector.transformTime=384436}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8:
[DEBUG]    org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.7:compile
[DEBUG]    com.google.guava:guava:jar:14.0.1:compile
[DEBUG]    org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile
[DEBUG]       org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0.4:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       com.intellij:annotations:jar:9.0.4:compile
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       joda-time:joda-time:jar:2.2:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG]          org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG]             javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]          com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG]          com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.3.5:compile
[DEBUG]          commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.3.2:compile
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.7:compile
[DEBUG]       javax.inject:javax.inject:jar:1:compile
[DEBUG]    org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG]       org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]    ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Created new class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Importing foreign packages into class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2
[DEBUG] Populating class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]   Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: com.google.guava:guava:jar:14.0.1
[DEBUG]   Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02
[DEBUG]   Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: com.intellij:annotations:jar:9.0.4
[DEBUG]   Included: commons-io:commons-io:jar:2.4
[DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.7
[DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG]   Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG]   Included: joda-time:joda-time:jar:2.2
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7
[DEBUG]   Included: javax.ws.rs:jsr311-api:jar:1.1.1
[DEBUG]   Included: com.sun.jersey:jersey-core:jar:1.17.1
[DEBUG]   Included: javax.validation:validation-api:jar:1.1.0.Final
[DEBUG]   Included: com.sun.jersey:jersey-client:jar:1.17.1
[DEBUG]   Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.7.7
[DEBUG]   Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG]   Included: ch.qos.logback:logback-core:jar:1.1.2
[DEBUG]   Included: ch.qos.logback:logback-classic:jar:1.1.2
[DEBUG] Configuring mojo org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy from plugin realm ClassRealm[plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy' with basic configurator -->
[DEBUG]   (f) artifact = jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2
[DEBUG]   (f) attachedArtifacts = [jakarta.enterprise:jakarta.enterprise.cdi-api:java-source:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:javadoc:javadoc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:java-source:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:javadoc:javadoc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:pom.asc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:javadoc:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:sources:2.0.2, jakarta.enterprise:jakarta.enterprise.cdi-api:jar.asc:javadoc:2.0.2]
[DEBUG]   (f) autoDropAfterRelease = true
[DEBUG]   (f) autoReleaseAfterClose = false
[DEBUG]   (f) detectBuildFailures = true
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@f096f37
[DEBUG]   (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:deploy {execution: default-cli}
[DEBUG]   (f) nexusUrl = https://oss.sonatype.org/
[DEBUG]   (f) offline = false
[DEBUG]   (f) packaging = jar
[DEBUG]   (f) pluginArtifactId = nexus-staging-maven-plugin
[DEBUG]   (f) pluginGroupId = org.sonatype.plugins
[DEBUG]   (f) pluginVersion = 1.6.8
[DEBUG]   (f) pomFile = /home/jenkins/workspace/CDIReleaseScript/api/pom.xml
[DEBUG]   (f) serverId = ossrh
[DEBUG]   (f) sslAllowAll = false
[DEBUG]   (f) sslInsecure = false
[DEBUG]   (f) stagingProfileId = 7edbe315063867
[DEBUG]   (f) stagingProgressPauseDurationSeconds = 3
[DEBUG]   (f) stagingProgressTimeoutMinutes = 5
[DEBUG] -- end configuration --
[DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging, nexusUrl='https://oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@25832704, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false}
[DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging, nexusUrl='https://oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='7edbe315063867', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@25832704, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false}
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[DEBUG] Client created for media-type application/xml; charset=UTF-8 and connection (url=https://oss.sonatype.org:443/,authc=UsernamePasswordAuthenticationInfo[username=cdi-bot, password=****],sslCertificateValidation=STRICT,sslCertificateHostnameValidation=LAX)
Aug 09, 2019 2:58:13 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 1 * Client out-bound request
1 > GET https://oss.sonatype.org:443/service/local/status
1 > Content-Type: application/xml; charset=UTF-8
1 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connecting to oss.sonatype.org:443
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/status HTTP/1.1
[DEBUG]  >> "GET /service/local/status HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/status HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:58:14 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1112[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:58:14 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1112
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<status>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <appName>Nexus Repository Manager</appName>[\n]"
[DEBUG]  << "    <formattedAppName>Nexus Repository Manager 2.14.13-01</formattedAppName>[\n]"
[DEBUG]  << "    <version>2.14.13-01</version>[\n]"
[DEBUG]  << "    <apiVersion>2.14.13-01</apiVersion>[\n]"
[DEBUG]  << "    <editionLong>Professional</editionLong>[\n]"
[DEBUG]  << "    <editionShort>PRO</editionShort>[\n]"
[DEBUG]  << "    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>[\n]"
[DEBUG]  << "    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>[\n]"
[DEBUG]  << "    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>[\n]"
[DEBUG]  << "    <state>STARTED</state>[\n]"
[DEBUG]  << "    <initializedAt>2019-08-07 17:26:31.135 UTC</initializedAt>[\n]"
[DEBUG]  << "    <startedAt>2019-08-07 17:27:46.806 UTC</startedAt>[\n]"
[DEBUG]  << "    <lastConfigChange>2019-08-07 17:27:46.806 UTC</lastConfigChange>[\n]"
[DEBUG]  << "    <firstStart>false</firstStart>[\n]"
[DEBUG]  << "    <instanceUpgraded>false</instanceUpgraded>[\n]"
[DEBUG]  << "    <configurationUpgraded>false</configurationUpgraded>[\n]"
[DEBUG]  << "    <baseUrl>https://oss.sonatype.org</baseUrl>[\n]"
[DEBUG]  << "    <licenseInstalled>true</licenseInstalled>[\n]"
[DEBUG]  << "    <licenseExpired>false</licenseExpired>[\n]"
[DEBUG]  << "    <trialLicense>false</trialLicense>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</status>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:58:14 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 1 * Client in-bound response
1 < 200
1 < Date: Fri, 09 Aug 2019 14:58:14 GMT
1 < Content-Type: application/xml; charset=UTF-8
1 < Content-Length: 1112
1 < Connection: keep-alive
1 < Server: nginx
1 < X-Frame-Options: SAMEORIGIN
1 < X-Content-Type-Options: nosniff
1 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
1 < 
<status>
  <data>
    <appName>Nexus Repository Manager</appName>
    <formattedAppName>Nexus Repository Manager 2.14.13-01</formattedAppName>
    <version>2.14.13-01</version>
    <apiVersion>2.14.13-01</apiVersion>
    <editionLong>Professional</editionLong>
    <editionShort>PRO</editionShort>
    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>
    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>
    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>
    <state>STARTED</state>
    <initializedAt>2019-08-07 17:26:31.135 UTC</initializedAt>
    <startedAt>2019-08-07 17:27:46.806 UTC</startedAt>
    <lastConfigChange>2019-08-07 17:27:46.806 UTC</lastConfigChange>
    <firstStart>false</firstStart>
    <instanceUpgraded>false</instanceUpgraded>
    <configurationUpgraded>false</configurationUpgraded>
    <baseUrl>https://oss.sonatype.org</baseUrl>
    <licenseInstalled>true</licenseInstalled>
    <licenseExpired>false</licenseExpired>
    <trialLicense>false</trialLicense>
  </data>
</status>

[DEBUG] Connected, received NexusStatus [appName=Nexus Repository Manager, version=2.14.13-01, editionShort=PRO] 
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.14.13-01 and edition "Professional"
Aug 09, 2019 2:58:14 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 2 * Client out-bound request
2 > GET https://oss.sonatype.org:443/service/local/status
2 > Content-Type: application/xml; charset=UTF-8
2 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/status HTTP/1.1
[DEBUG]  >> "GET /service/local/status HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/status HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:58:14 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1112[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:58:14 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1112
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<status>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <appName>Nexus Repository Manager</appName>[\n]"
[DEBUG]  << "    <formattedAppName>Nexus Repository Manager 2.14.13-01</formattedAppName>[\n]"
[DEBUG]  << "    <version>2.14.13-01</version>[\n]"
[DEBUG]  << "    <apiVersion>2.14.13-01</apiVersion>[\n]"
[DEBUG]  << "    <editionLong>Professional</editionLong>[\n]"
[DEBUG]  << "    <editionShort>PRO</editionShort>[\n]"
[DEBUG]  << "    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>[\n]"
[DEBUG]  << "    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>[\n]"
[DEBUG]  << "    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>[\n]"
[DEBUG]  << "    <state>STARTED</state>[\n]"
[DEBUG]  << "    <initializedAt>2019-08-07 17:26:31.135 UTC</initializedAt>[\n]"
[DEBUG]  << "    <startedAt>2019-08-07 17:27:46.806 UTC</startedAt>[\n]"
[DEBUG]  << "    <lastConfigChange>2019-08-07 17:27:46.806 UTC</lastConfigChange>[\n]"
[DEBUG]  << "    <firstStart>false</firstStart>[\n]"
[DEBUG]  << "    <instanceUpgraded>false</instanceUpgraded>[\n]"
[DEBUG]  << "    <configurationUpgraded>false</configurationUpgraded>[\n]"
[DEBUG]  << "    <baseUrl>https://oss.sonatype.org</baseUrl>[\n]"
[DEBUG]  << "    <licenseInstalled>true</licenseInstalled>[\n]"
[DEBUG]  << "    <licenseExpired>false</licenseExpired>[\n]"
[DEBUG]  << "    <trialLicense>false</trialLicense>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</status>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:58:14 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 2 * Client in-bound response
2 < 200
2 < Date: Fri, 09 Aug 2019 14:58:14 GMT
2 < Content-Type: application/xml; charset=UTF-8
2 < Content-Length: 1112
2 < Connection: keep-alive
2 < Server: nginx
2 < X-Frame-Options: SAMEORIGIN
2 < X-Content-Type-Options: nosniff
2 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
2 < 
<status>
  <data>
    <appName>Nexus Repository Manager</appName>
    <formattedAppName>Nexus Repository Manager 2.14.13-01</formattedAppName>
    <version>2.14.13-01</version>
    <apiVersion>2.14.13-01</apiVersion>
    <editionLong>Professional</editionLong>
    <editionShort>PRO</editionShort>
    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>
    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>
    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>
    <state>STARTED</state>
    <initializedAt>2019-08-07 17:26:31.135 UTC</initializedAt>
    <startedAt>2019-08-07 17:27:46.806 UTC</startedAt>
    <lastConfigChange>2019-08-07 17:27:46.806 UTC</lastConfigChange>
    <firstStart>false</firstStart>
    <instanceUpgraded>false</instanceUpgraded>
    <configurationUpgraded>false</configurationUpgraded>
    <baseUrl>https://oss.sonatype.org</baseUrl>
    <licenseInstalled>true</licenseInstalled>
    <licenseExpired>false</licenseExpired>
    <trialLicense>false</trialLicense>
  </data>
</status>

[DEBUG] Using staging v3 service
[DEBUG] Using progressTimeoutMinutes=5, progressPauseDurationSeconds=3
Aug 09, 2019 2:58:14 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 3 * Client out-bound request
3 > GET https://oss.sonatype.org:443/service/local/staging/profiles/7edbe315063867
3 > Content-Type: application/xml; charset=UTF-8
3 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/profiles/7edbe315063867 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/profiles/7edbe315063867 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/profiles/7edbe315063867 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:58:19 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1408[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:58:19 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1408
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<profileResponse>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <resourceURI>https://oss.sonatype.org/service/local/staging/profiles/7edbe315063867/7edbe315063867</resourceURI>[\n]"
[DEBUG]  << "    <id>7edbe315063867</id>[\n]"
[DEBUG]  << "    <name>Central Bundles</name>[\n]"
[DEBUG]  << "    <repositoryTemplateId>default_hosted_release</repositoryTemplateId>[\n]"
[DEBUG]  << "    <repositoryType>maven2</repositoryType>[\n]"
[DEBUG]  << "    <repositoryTargetId>1</repositoryTargetId>[\n]"
[DEBUG]  << "    <inProgress>false</inProgress>[\n]"
[DEBUG]  << "    <order>32215</order>[\n]"
[DEBUG]  << "    <deployURI>https://oss.sonatype.org/service/local/staging/deploy/maven2</deployURI>[\n]"
[DEBUG]  << "    <targetGroups>[\n]"
[DEBUG]  << "      <string>central-staging</string>[\n]"
[DEBUG]  << "    </targetGroups>[\n]"
[DEBUG]  << "    <finishNotifyRoles/>[\n]"
[DEBUG]  << "    <promotionNotifyRoles/>[\n]"
[DEBUG]  << "    <dropNotifyRoles/>[\n]"
[DEBUG]  << "    <finishNotifyEmails>central@sonatype.com</finishNotifyEmails>[\n]"
[DEBUG]  << "    <promotionNotifyEmails>central@sonatype.com</promotionNotifyEmails>[\n]"
[DEBUG]  << "    <dropNotifyEmails>central@sonatype.com</dropNotifyEmails>[\n]"
[DEBUG]  << "    <closeRuleSets>[\n]"
[DEBUG]  << "      <string>5e9e8e6f8d20a3</string>[\n]"
[DEBUG]  << "    </closeRuleSets>[\n]"
[DEBUG]  << "    <promoteRuleSets/>[\n]"
[DEBUG]  << "    <promotionTargetRepository>central-sync</promotionTargetRepository>[\n]"
[DEBUG]  << "    <mode>BOTH</mode>[\n]"
[DEBUG]  << "    <finishNotifyCreator>false</finishNotifyCreator>[\n]"
[DEBUG]  << "    <pr"
[DEBUG]  << "omotionNotifyCreator>false</promotionNotifyCreator>[\n]"
[DEBUG]  << "    <dropNotifyCreator>false</dropNotifyCreator>[\n]"
[DEBUG]  << "    <autoStagingDisabled>false</autoStagingDisabled>[\n]"
[DEBUG]  << "    <repositoriesSearchable>true</repositoriesSearchable>[\n]"
[DEBUG]  << "    <properties class="linked-hash-map"/>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</profileResponse>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:58:19 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 3 * Client in-bound response
3 < 200
3 < Date: Fri, 09 Aug 2019 14:58:19 GMT
3 < Content-Type: application/xml; charset=UTF-8
3 < Content-Length: 1408
3 < Connection: keep-alive
3 < Server: nginx
3 < X-Frame-Options: SAMEORIGIN
3 < X-Content-Type-Options: nosniff
3 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
3 < 
<profileResponse>
  <data>
    <resourceURI>https://oss.sonatype.org/service/local/staging/profiles/7edbe315063867/7edbe315063867</resourceURI>
    <id>7edbe315063867</id>
    <name>Central Bundles</name>
    <repositoryTemplateId>default_hosted_release</repositoryTemplateId>
    <repositoryType>maven2</repositoryType>
    <repositoryTargetId>1</repositoryTargetId>
    <inProgress>false</inProgress>
    <order>32215</order>
    <deployURI>https://oss.sonatype.org/service/local/staging/deploy/maven2</deployURI>
    <targetGroups>
      <string>central-staging</string>
    </targetGroups>
    <finishNotifyRoles/>
    <promotionNotifyRoles/>
    <dropNotifyRoles/>
    <finishNotifyEmails>central@sonatype.com</finishNotifyEmails>
    <promotionNotifyEmails>central@sonatype.com</promotionNotifyEmails>
    <dropNotifyEmails>central@sonatype.com</dropNotifyEmails>
    <closeRuleSets>
      <string>5e9e8e6f8d20a3</string>
    </closeRuleSets>
    <promoteRuleSets/>
    <promotionTargetRepository>central-sync</promotionTargetRepository>
    <mode>BOTH</mode>
    <finishNotifyCreator>false</finishNotifyCreator>
    <promotionNotifyCreator>false</promotionNotifyCreator>
    <dropNotifyCreator>false</dropNotifyCreator>
    <autoStagingDisabled>false</autoStagingDisabled>
    <repositoriesSearchable>true</repositoriesSearchable>
    <properties class="linked-hash-map"/>
  </data>
</profileResponse>

[DEBUG] Setting default value: false
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Byte'
[DEBUG]     Converted to Byte value '0'
[DEBUG] Setting default value:  
[DEBUG] Converting 'Character' value ' ' to type 'Character'
[DEBUG]     No conversion required, value is already a Character
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Double'
[DEBUG]     Converted to Double value '0.0'
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Float'
[DEBUG]     Converted to Float value '0.0'
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Integer'
[DEBUG]     No conversion required, value is already a Integer
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Long'
[DEBUG]     Converted to Long value '0'
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Short'
[DEBUG]     Converted to Short value '0'
[DEBUG] Setting default value: 0.0
[DEBUG] Converting 'BigDecimal' value '0.0' to type 'BigDecimal'
[DEBUG]     No conversion required, value is already a BigDecimal
[DEBUG] Setting default value: 0
[DEBUG] Converting 'BigInteger' value '0' to type 'BigInteger'
[DEBUG]     No conversion required, value is already a BigInteger
[DEBUG] Setting default value: false
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Byte'
[DEBUG]     Converted to Byte value '0'
[DEBUG] Setting default value:  
[DEBUG] Converting 'Character' value ' ' to type 'Character'
[DEBUG]     No conversion required, value is already a Character
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Double'
[DEBUG]     Converted to Double value '0.0'
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Float'
[DEBUG]     Converted to Float value '0.0'
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Integer'
[DEBUG]     No conversion required, value is already a Integer
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Long'
[DEBUG]     Converted to Long value '0'
[DEBUG] Setting default value: 0
[DEBUG] Converting 'Integer' value '0' to type 'Short'
[DEBUG]     Converted to Short value '0'
[DEBUG] Setting default value: 
[DEBUG] Converting 'String' value '' to type 'String'
[DEBUG] Setting default value: [Z@17844cbd
[DEBUG] Converting 'boolean[]' value '[Z@17844cbd' to type 'boolean[]'
[DEBUG]     No conversion required, value is already a boolean[]
[DEBUG] Setting default value: [B@636b198
[DEBUG] Converting 'byte[]' value '[B@636b198' to type 'byte[]'
[DEBUG]     No conversion required, value is already a byte[]
[DEBUG] Setting default value: [C@241e5fe6
[DEBUG] Converting 'char[]' value '[C@241e5fe6' to type 'char[]'
[DEBUG]     No conversion required, value is already a char[]
[DEBUG] Setting default value: [D@636aef2e
[DEBUG] Converting 'double[]' value '[D@636aef2e' to type 'double[]'
[DEBUG]     No conversion required, value is already a double[]
[DEBUG] Setting default value: [F@11ae16d8
[DEBUG] Converting 'float[]' value '[F@11ae16d8' to type 'float[]'
[DEBUG]     No conversion required, value is already a float[]
[DEBUG] Setting default value: [I@733e1e36
[DEBUG] Converting 'int[]' value '[I@733e1e36' to type 'int[]'
[DEBUG]     No conversion required, value is already a int[]
[DEBUG] Setting default value: [J@3ad15e83
[DEBUG] Converting 'long[]' value '[J@3ad15e83' to type 'long[]'
[DEBUG]     No conversion required, value is already a long[]
[DEBUG] Setting default value: [S@50696c7c
[DEBUG] Converting 'short[]' value '[S@50696c7c' to type 'short[]'
[DEBUG]     No conversion required, value is already a short[]
[DEBUG] Setting default value: [Ljava.math.BigDecimal;@63306e58
[DEBUG] Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@63306e58' to type 'BigDecimal[]'
[DEBUG]     No conversion required, value is already a BigDecimal[]
[DEBUG] Setting default value: [Ljava.math.BigInteger;@67a842b1
[DEBUG] Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@67a842b1' to type 'BigInteger[]'
[DEBUG]     No conversion required, value is already a BigInteger[]
[DEBUG] Setting default value: [Ljava.lang.Boolean;@7cebf48d
[DEBUG] Converting 'Boolean[]' value '[Ljava.lang.Boolean;@7cebf48d' to type 'Boolean[]'
[DEBUG]     No conversion required, value is already a Boolean[]
[DEBUG] Setting default value: [Ljava.lang.Byte;@6ba68981
[DEBUG] Converting 'Byte[]' value '[Ljava.lang.Byte;@6ba68981' to type 'Byte[]'
[DEBUG]     No conversion required, value is already a Byte[]
[DEBUG] Setting default value: [Ljava.lang.Character;@1c08cd61
[DEBUG] Converting 'Character[]' value '[Ljava.lang.Character;@1c08cd61' to type 'Character[]'
[DEBUG]     No conversion required, value is already a Character[]
[DEBUG] Setting default value: [Ljava.lang.Double;@7a832964
[DEBUG] Converting 'Double[]' value '[Ljava.lang.Double;@7a832964' to type 'Double[]'
[DEBUG]     No conversion required, value is already a Double[]
[DEBUG] Setting default value: [Ljava.lang.Float;@3f8d5d43
[DEBUG] Converting 'Float[]' value '[Ljava.lang.Float;@3f8d5d43' to type 'Float[]'
[DEBUG]     No conversion required, value is already a Float[]
[DEBUG] Setting default value: [Ljava.lang.Integer;@4bb1d848
[DEBUG] Converting 'Integer[]' value '[Ljava.lang.Integer;@4bb1d848' to type 'Integer[]'
[DEBUG]     No conversion required, value is already a Integer[]
[DEBUG] Setting default value: [Ljava.lang.Long;@5ccf13a9
[DEBUG] Converting 'Long[]' value '[Ljava.lang.Long;@5ccf13a9' to type 'Long[]'
[DEBUG]     No conversion required, value is already a Long[]
[DEBUG] Setting default value: [Ljava.lang.Short;@61fab063
[DEBUG] Converting 'Short[]' value '[Ljava.lang.Short;@61fab063' to type 'Short[]'
[DEBUG]     No conversion required, value is already a Short[]
[DEBUG] Setting default value: [Ljava.lang.String;@2595ecb2
[DEBUG] Converting 'String[]' value '[Ljava.lang.String;@2595ecb2' to type 'String[]'
[DEBUG]     No conversion required, value is already a String[]
[DEBUG] Setting default value: [Ljava.lang.Class;@63e64235
[DEBUG] Converting 'Class[]' value '[Ljava.lang.Class;@63e64235' to type 'Class[]'
[DEBUG]     No conversion required, value is already a Class[]
[DEBUG] Setting default value: [Ljava.util.Date;@57ab8f82
[DEBUG] Converting 'Date[]' value '[Ljava.util.Date;@57ab8f82' to type 'Date[]'
[DEBUG]     No conversion required, value is already a Date[]
[DEBUG] Setting default value: [Ljava.util.Calendar;@43874d7f
[DEBUG] Converting 'Calendar[]' value '[Ljava.util.Calendar;@43874d7f' to type 'Calendar[]'
[DEBUG]     No conversion required, value is already a Calendar[]
[DEBUG] Setting default value: [Ljava.io.File;@19fd0299
[DEBUG] Converting 'java.io.File[]' value '[Ljava.io.File;@19fd0299' to type 'java.io.File[]'
[DEBUG]     No conversion required, value is already a java.io.File[]
[DEBUG] Setting default value: [Ljava.sql.Date;@3ee31090
[DEBUG] Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@3ee31090' to type 'java.sql.Date[]'
[DEBUG]     No conversion required, value is already a java.sql.Date[]
[DEBUG] Setting default value: [Ljava.sql.Time;@5f097960
[DEBUG] Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@5f097960' to type 'java.sql.Time[]'
[DEBUG]     No conversion required, value is already a java.sql.Time[]
[DEBUG] Setting default value: [Ljava.sql.Timestamp;@8d0a300
[DEBUG] Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@8d0a300' to type 'java.sql.Timestamp[]'
[DEBUG]     No conversion required, value is already a java.sql.Timestamp[]
[DEBUG] Setting default value: [Ljava.net.URL;@6971ea5f
[DEBUG] Converting 'java.net.URL[]' value '[Ljava.net.URL;@6971ea5f' to type 'java.net.URL[]'
[DEBUG]     No conversion required, value is already a java.net.URL[]
[DEBUG] BeanUtils.copyProperties(com.sonatype.nexus.staging.api.dto.StagingProfileDTO@4fc11202, com.sonatype.nexus.staging.api.dto.StagingProfileDTO@501f3c79)
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'https://oss.sonatype.org/service/local/staging/deploy/maven2' to type 'String'
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'central@sonatype.com' to type 'String'
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'central@sonatype.com' to type 'String'
[DEBUG] Converting 'String' value '7edbe315063867' to type 'String'
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'BOTH' to type 'String'
[DEBUG] Converting 'String' value 'Central Bundles' to type 'String'
[DEBUG] Converting 'Integer' value '32215' to type 'Integer'
[DEBUG]     No conversion required, value is already a Integer
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'central@sonatype.com' to type 'String'
[DEBUG] Converting 'String' value 'central-sync' to type 'String'
[DEBUG] Converting 'Boolean' value 'true' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value '1' to type 'String'
[DEBUG] Converting 'String' value 'default_hosted_release' to type 'String'
[DEBUG] Converting 'String' value 'maven2' to type 'String'
[DEBUG] Converting 'String' value 'https://oss.sonatype.org/service/local/staging/profiles/7edbe315063867/7edbe315063867' to type 'String'
[INFO]  * Using staging profile ID "7edbe315063867" (configured by user).
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/pom.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar, seems unchanged
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar, seems unchanged
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar.asc
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2.pom.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom.asc
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc, seems unchanged
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc
[DEBUG] Skipped re-installing /home/jenkins/workspace/CDIReleaseScript/api/target/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc, seems unchanged
[DEBUG] Installing jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml to /home/jenkins/workspace/CDIReleaseScript/api/target/nexus-staging/staging/7edbe315063867/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata-nexus.xml
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "7edbe315063867"
Aug 09, 2019 2:58:19 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 4 * Client out-bound request
4 > GET https://oss.sonatype.org:443/service/local/staging/profiles/7edbe315063867
4 > Content-Type: application/xml; charset=UTF-8
4 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/profiles/7edbe315063867 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/profiles/7edbe315063867 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/profiles/7edbe315063867 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:58:30 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1408[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:58:30 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1408
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<profileResponse>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <resourceURI>https://oss.sonatype.org/service/local/staging/profiles/7edbe315063867/7edbe315063867</resourceURI>[\n]"
[DEBUG]  << "    <id>7edbe315063867</id>[\n]"
[DEBUG]  << "    <name>Central Bundles</name>[\n]"
[DEBUG]  << "    <repositoryTemplateId>default_hosted_release</repositoryTemplateId>[\n]"
[DEBUG]  << "    <repositoryType>maven2</repositoryType>[\n]"
[DEBUG]  << "    <repositoryTargetId>1</repositoryTargetId>[\n]"
[DEBUG]  << "    <inProgress>false</inProgress>[\n]"
[DEBUG]  << "    <order>32215</order>[\n]"
[DEBUG]  << "    <deployURI>https://oss.sonatype.org/service/local/staging/deploy/maven2</deployURI>[\n]"
[DEBUG]  << "    <targetGroups>[\n]"
[DEBUG]  << "      <string>central-staging</string>[\n]"
[DEBUG]  << "    </targetGroups>[\n]"
[DEBUG]  << "    <finishNotifyRoles/>[\n]"
[DEBUG]  << "    <promotionNotifyRoles/>[\n]"
[DEBUG]  << "    <dropNotifyRoles/>[\n]"
[DEBUG]  << "    <finishNotifyEmails>central@sonatype.com</finishNotifyEmails>[\n]"
[DEBUG]  << "    <promotionNotifyEmails>central@sonatype.com</promotionNotifyEmails>[\n]"
[DEBUG]  << "    <dropNotifyEmails>central@sonatype.com</dropNotifyEmails>[\n]"
[DEBUG]  << "    <closeRuleSets>[\n]"
[DEBUG]  << "      <string>5e9e8e6f8d20a3</string>[\n]"
[DEBUG]  << "    </closeRuleSets>[\n]"
[DEBUG]  << "    <promoteRuleSets/>[\n]"
[DEBUG]  << "    <promotionTargetRepository>central-sync</promotionTargetRepository>[\n]"
[DEBUG]  << "    <mode>BOTH</mode>[\n]"
[DEBUG]  << "    <finishNotifyCreator>false</finishNotifyCreator>[\n]"
[DEBUG]  << "    <pr"
[DEBUG]  << "omotionNotifyCreator>false</promotionNotifyCreator>[\n]"
[DEBUG]  << "    <dropNotifyCreator>false</dropNotifyCreator>[\n]"
[DEBUG]  << "    <autoStagingDisabled>false</autoStagingDisabled>[\n]"
[DEBUG]  << "    <repositoriesSearchable>true</repositoriesSearchable>[\n]"
[DEBUG]  << "    <properties class="linked-hash-map"/>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</profileResponse>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:58:30 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 4 * Client in-bound response
4 < 200
4 < Date: Fri, 09 Aug 2019 14:58:30 GMT
4 < Content-Type: application/xml; charset=UTF-8
4 < Content-Length: 1408
4 < Connection: keep-alive
4 < Server: nginx
4 < X-Frame-Options: SAMEORIGIN
4 < X-Content-Type-Options: nosniff
4 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
4 < 
<profileResponse>
  <data>
    <resourceURI>https://oss.sonatype.org/service/local/staging/profiles/7edbe315063867/7edbe315063867</resourceURI>
    <id>7edbe315063867</id>
    <name>Central Bundles</name>
    <repositoryTemplateId>default_hosted_release</repositoryTemplateId>
    <repositoryType>maven2</repositoryType>
    <repositoryTargetId>1</repositoryTargetId>
    <inProgress>false</inProgress>
    <order>32215</order>
    <deployURI>https://oss.sonatype.org/service/local/staging/deploy/maven2</deployURI>
    <targetGroups>
      <string>central-staging</string>
    </targetGroups>
    <finishNotifyRoles/>
    <promotionNotifyRoles/>
    <dropNotifyRoles/>
    <finishNotifyEmails>central@sonatype.com</finishNotifyEmails>
    <promotionNotifyEmails>central@sonatype.com</promotionNotifyEmails>
    <dropNotifyEmails>central@sonatype.com</dropNotifyEmails>
    <closeRuleSets>
      <string>5e9e8e6f8d20a3</string>
    </closeRuleSets>
    <promoteRuleSets/>
    <promotionTargetRepository>central-sync</promotionTargetRepository>
    <mode>BOTH</mode>
    <finishNotifyCreator>false</finishNotifyCreator>
    <promotionNotifyCreator>false</promotionNotifyCreator>
    <dropNotifyCreator>false</dropNotifyCreator>
    <autoStagingDisabled>false</autoStagingDisabled>
    <repositoriesSearchable>true</repositoriesSearchable>
    <properties class="linked-hash-map"/>
  </data>
</profileResponse>

[DEBUG] BeanUtils.copyProperties(com.sonatype.nexus.staging.api.dto.StagingProfileDTO@a588739, com.sonatype.nexus.staging.api.dto.StagingProfileDTO@3775c3e3)
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'https://oss.sonatype.org/service/local/staging/deploy/maven2' to type 'String'
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'central@sonatype.com' to type 'String'
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'central@sonatype.com' to type 'String'
[DEBUG] Converting 'String' value '7edbe315063867' to type 'String'
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'BOTH' to type 'String'
[DEBUG] Converting 'String' value 'Central Bundles' to type 'String'
[DEBUG] Converting 'Integer' value '32215' to type 'Integer'
[DEBUG]     No conversion required, value is already a Integer
[DEBUG] Converting 'Boolean' value 'false' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value 'central@sonatype.com' to type 'String'
[DEBUG] Converting 'String' value 'central-sync' to type 'String'
[DEBUG] Converting 'Boolean' value 'true' to type 'Boolean'
[DEBUG]     No conversion required, value is already a Boolean
[DEBUG] Converting 'String' value '1' to type 'String'
[DEBUG] Converting 'String' value 'default_hosted_release' to type 'String'
[DEBUG] Converting 'String' value 'maven2' to type 'String'
[DEBUG] Converting 'String' value 'https://oss.sonatype.org/service/local/staging/profiles/7edbe315063867/7edbe315063867' to type 'String'
[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: POST /service/local/staging/profiles/7edbe315063867/start HTTP/1.1
[DEBUG]  >> "POST /service/local/staging/profiles/7edbe315063867/start HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Content-Length: 124[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> POST /service/local/staging/profiles/7edbe315063867/start HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Content-Length: 124
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  >> "<promoteRequest><data><description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description></data></promoteRequest>"
Aug 09, 2019 2:58:30 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 5 * Client out-bound request
5 > POST https://oss.sonatype.org:443/service/local/staging/profiles/7edbe315063867/start
5 > Content-Type: application/xml; charset=UTF-8
5 > Accept: application/xml; charset=UTF-8
<promoteRequest><data><description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description></data></promoteRequest>

[DEBUG]  << "HTTP/1.1 201 Created[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:19 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 205[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 201 Created
[DEBUG] << HTTP/1.1 201 Created
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:19 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 205
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<promoteResponse>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <stagedRepositoryId>central_bundles-18619</stagedRepositoryId>[\n]"
[DEBUG]  << "    <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</promoteResponse>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:19 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 5 * Client in-bound response
5 < 201
5 < Date: Fri, 09 Aug 2019 14:59:19 GMT
5 < Content-Type: application/xml; charset=UTF-8
5 < Content-Length: 205
5 < Connection: keep-alive
5 < Server: nginx
5 < X-Frame-Options: SAMEORIGIN
5 < X-Content-Type-Options: nosniff
5 < 
<promoteResponse>
  <data>
    <stagedRepositoryId>central_bundles-18619</stagedRepositoryId>
    <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  </data>
</promoteResponse>

[INFO]  * Created staging repository with ID "central_bundles-18619".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[INFO]  * Uploading locally staged artifacts to profile Central Bundles
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom.asc (833 B at 2.3 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata.xml
[DEBUG] Could not find metadata jakarta.enterprise:jakarta.enterprise.cdi-api/maven-metadata.xml in ossrh (https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619)
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/jakarta/enterprise/jakarta.enterprise.cdi-api/resolver-status.properties
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/maven-metadata.xml (324 B at 490 B/s)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar (110 kB at 221 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.pom (10 kB at 6.5 kB/s)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar (842 kB at 228 kB/s)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2.jar.asc (833 B at 8.7 kB/s)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-javadoc.jar.asc (833 B at 8.2 kB/s)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar.asc (833 B at 2.3 kB/s)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619 with username=cdi-bot, password=***
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/central_bundles-18619/jakarta/enterprise/jakarta.enterprise.cdi-api/2.0.2/jakarta.enterprise.cdi-api-2.0.2-sources.jar (192 kB at 44 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "central_bundles-18619".
[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: POST /service/local/staging/profiles/7edbe315063867/finish HTTP/1.1
[DEBUG]  >> "POST /service/local/staging/profiles/7edbe315063867/finish HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Content-Length: 186[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> POST /service/local/staging/profiles/7edbe315063867/finish HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Content-Length: 186
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  >> "<promoteRequest><data><stagedRepositoryId>central_bundles-18619</stagedRepositoryId><description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description></data></promoteRequest>"
Aug 09, 2019 2:59:32 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 6 * Client out-bound request
6 > POST https://oss.sonatype.org:443/service/local/staging/profiles/7edbe315063867/finish
6 > Content-Type: application/xml; charset=UTF-8
6 > Accept: application/xml; charset=UTF-8
<promoteRequest><data><stagedRepositoryId>central_bundles-18619</stagedRepositoryId><description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description></data></promoteRequest>

[DEBUG]  << "HTTP/1.1 201 Created[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:36 GMT[\r][\n]"
[DEBUG]  << "Content-Length: 0[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 201 Created
[DEBUG] << HTTP/1.1 201 Created
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:36 GMT
[DEBUG] << Content-Length: 0
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:36 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 6 * Client in-bound response
6 < 201
6 < Date: Fri, 09 Aug 2019 14:59:36 GMT
6 < Content-Length: 0
6 < Connection: keep-alive
6 < Server: nginx
6 < X-Frame-Options: SAMEORIGIN
6 < X-Content-Type-Options: nosniff
6 < 

[DEBUG] Monitoring transition of repositories: central_bundles-18619
[DEBUG] START
[DEBUG] TICK at 60.78 μs
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 2:59:36 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 7 * Client out-bound request
7 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
7 > Content-Type: application/xml; charset=UTF-8
7 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:37 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:37 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T14:59:18.504Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 14:59:18 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362758504</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:37 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 7 * Client in-bound response
7 < 200
7 < Date: Fri, 09 Aug 2019 14:59:37 GMT
7 < Content-Type: application/xml; charset=UTF-8
7 < Content-Length: 1120
7 < Connection: keep-alive
7 < Server: nginx
7 < X-Frame-Options: SAMEORIGIN
7 < X-Content-Type-Options: nosniff
7 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
7 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T14:59:18.504Z</updated>
  <updatedDate>Fri Aug 09 14:59:18 UTC 2019</updatedDate>
  <updatedTimestamp>1565362758504</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 1.391 s
[DEBUG] TICK at 4.392 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 2:59:40 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 8 * Client out-bound request
8 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
8 > Content-Type: application/xml; charset=UTF-8
8 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:43 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:43 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T14:59:40.190Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 14:59:40 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362780190</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:43 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 8 * Client in-bound response
8 < 200
8 < Date: Fri, 09 Aug 2019 14:59:43 GMT
8 < Content-Type: application/xml; charset=UTF-8
8 < Content-Length: 1120
8 < Connection: keep-alive
8 < Server: nginx
8 < X-Frame-Options: SAMEORIGIN
8 < X-Content-Type-Options: nosniff
8 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
8 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T14:59:40.190Z</updated>
  <updatedDate>Fri Aug 09 14:59:40 UTC 2019</updatedDate>
  <updatedTimestamp>1565362780190</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 7.533 s
[DEBUG] TICK at 10.53 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 2:59:46 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 9 * Client out-bound request
9 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
9 > Content-Type: application/xml; charset=UTF-8
9 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:49 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:49 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T14:59:48.520Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 14:59:48 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362788520</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:49 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 9 * Client in-bound response
9 < 200
9 < Date: Fri, 09 Aug 2019 14:59:49 GMT
9 < Content-Type: application/xml; charset=UTF-8
9 < Content-Length: 1120
9 < Connection: keep-alive
9 < Server: nginx
9 < X-Frame-Options: SAMEORIGIN
9 < X-Content-Type-Options: nosniff
9 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
9 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T14:59:48.520Z</updated>
  <updatedDate>Fri Aug 09 14:59:48 UTC 2019</updatedDate>
  <updatedTimestamp>1565362788520</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 13.60 s
[DEBUG] TICK at 16.60 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 2:59:52 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 10 * Client out-bound request
10 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
10 > Content-Type: application/xml; charset=UTF-8
10 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:53 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:53 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T14:59:48.520Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 14:59:48 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362788520</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:53 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 10 * Client in-bound response
10 < 200
10 < Date: Fri, 09 Aug 2019 14:59:53 GMT
10 < Content-Type: application/xml; charset=UTF-8
10 < Content-Length: 1120
10 < Connection: keep-alive
10 < Server: nginx
10 < X-Frame-Options: SAMEORIGIN
10 < X-Content-Type-Options: nosniff
10 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
10 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T14:59:48.520Z</updated>
  <updatedDate>Fri Aug 09 14:59:48 UTC 2019</updatedDate>
  <updatedTimestamp>1565362788520</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 17.41 s
[DEBUG] TICK at 20.41 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 2:59:56 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 11 * Client out-bound request
11 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
11 > Content-Type: application/xml; charset=UTF-8
11 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 14:59:56 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 14:59:56 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T14:59:55.434Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 14:59:55 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362795434</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 2:59:56 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 11 * Client in-bound response
11 < 200
11 < Date: Fri, 09 Aug 2019 14:59:56 GMT
11 < Content-Type: application/xml; charset=UTF-8
11 < Content-Length: 1120
11 < Connection: keep-alive
11 < Server: nginx
11 < X-Frame-Options: SAMEORIGIN
11 < X-Content-Type-Options: nosniff
11 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
11 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T14:59:55.434Z</updated>
  <updatedDate>Fri Aug 09 14:59:55 UTC 2019</updatedDate>
  <updatedTimestamp>1565362795434</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 20.49 s
[DEBUG] TICK at 23.49 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 2:59:59 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 12 * Client out-bound request
12 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
12 > Content-Type: application/xml; charset=UTF-8
12 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:02 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:02 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T14:59:55.434Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 14:59:55 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362795434</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:02 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 12 * Client in-bound response
12 < 200
12 < Date: Fri, 09 Aug 2019 15:00:02 GMT
12 < Content-Type: application/xml; charset=UTF-8
12 < Content-Length: 1120
12 < Connection: keep-alive
12 < Server: nginx
12 < X-Frame-Options: SAMEORIGIN
12 < X-Content-Type-Options: nosniff
12 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
12 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T14:59:55.434Z</updated>
  <updatedDate>Fri Aug 09 14:59:55 UTC 2019</updatedDate>
  <updatedTimestamp>1565362795434</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 26.45 s
[DEBUG] TICK at 29.45 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:05 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 13 * Client out-bound request
13 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
13 > Content-Type: application/xml; charset=UTF-8
13 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:06 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:06 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:04.950Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:04 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362804950</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:06 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 13 * Client in-bound response
13 < 200
13 < Date: Fri, 09 Aug 2019 15:00:06 GMT
13 < Content-Type: application/xml; charset=UTF-8
13 < Content-Length: 1120
13 < Connection: keep-alive
13 < Server: nginx
13 < X-Frame-Options: SAMEORIGIN
13 < X-Content-Type-Options: nosniff
13 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
13 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:04.950Z</updated>
  <updatedDate>Fri Aug 09 15:00:04 UTC 2019</updatedDate>
  <updatedTimestamp>1565362804950</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 29.69 s
[DEBUG] TICK at 32.69 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:09 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 14 * Client out-bound request
14 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
14 > Content-Type: application/xml; charset=UTF-8
14 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:22 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:22 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:22 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 14 * Client in-bound response
14 < 200
14 < Date: Fri, 09 Aug 2019 15:00:22 GMT
14 < Content-Type: application/xml; charset=UTF-8
14 < Content-Length: 1120
14 < Connection: keep-alive
14 < Server: nginx
14 < X-Frame-Options: SAMEORIGIN
14 < X-Content-Type-Options: nosniff
14 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
14 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 46.54 s
[DEBUG] TICK at 49.54 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:25 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 15 * Client out-bound request
15 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
15 > Content-Type: application/xml; charset=UTF-8
15 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:25 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:25 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:25 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 15 * Client in-bound response
15 < 200
15 < Date: Fri, 09 Aug 2019 15:00:25 GMT
15 < Content-Type: application/xml; charset=UTF-8
15 < Content-Length: 1120
15 < Connection: keep-alive
15 < Server: nginx
15 < X-Frame-Options: SAMEORIGIN
15 < X-Content-Type-Options: nosniff
15 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
15 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 49.62 s
[DEBUG] TICK at 52.62 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:28 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 16 * Client out-bound request
16 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
16 > Content-Type: application/xml; charset=UTF-8
16 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:29 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:29 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:29 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 16 * Client in-bound response
16 < 200
16 < Date: Fri, 09 Aug 2019 15:00:29 GMT
16 < Content-Type: application/xml; charset=UTF-8
16 < Content-Length: 1120
16 < Connection: keep-alive
16 < Server: nginx
16 < X-Frame-Options: SAMEORIGIN
16 < X-Content-Type-Options: nosniff
16 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
16 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 53.65 s
[DEBUG] TICK at 56.65 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:32 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 17 * Client out-bound request
17 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
17 > Content-Type: application/xml; charset=UTF-8
17 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:37 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:37 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:37 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 17 * Client in-bound response
17 < 200
17 < Date: Fri, 09 Aug 2019 15:00:37 GMT
17 < Content-Type: application/xml; charset=UTF-8
17 < Content-Length: 1120
17 < Connection: keep-alive
17 < Server: nginx
17 < X-Frame-Options: SAMEORIGIN
17 < X-Content-Type-Options: nosniff
17 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
17 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 61.14 s
[DEBUG] TICK at 64.14 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:40 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 18 * Client out-bound request
18 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
18 > Content-Type: application/xml; charset=UTF-8
18 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:45 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:45 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:45 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 18 * Client in-bound response
18 < 200
18 < Date: Fri, 09 Aug 2019 15:00:45 GMT
18 < Content-Type: application/xml; charset=UTF-8
18 < Content-Length: 1120
18 < Connection: keep-alive
18 < Server: nginx
18 < X-Frame-Options: SAMEORIGIN
18 < X-Content-Type-Options: nosniff
18 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
18 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 68.81 s
[DEBUG] TICK at 71.81 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:48 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 19 * Client out-bound request
19 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
19 > Content-Type: application/xml; charset=UTF-8
19 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:53 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:53 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:53 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 19 * Client in-bound response
19 < 200
19 < Date: Fri, 09 Aug 2019 15:00:53 GMT
19 < Content-Type: application/xml; charset=UTF-8
19 < Content-Length: 1120
19 < Connection: keep-alive
19 < Server: nginx
19 < X-Frame-Options: SAMEORIGIN
19 < X-Content-Type-Options: nosniff
19 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
19 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 77.37 s
[DEBUG] TICK at 80.37 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:56 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 20 * Client out-bound request
20 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
20 > Content-Type: application/xml; charset=UTF-8
20 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:00:56 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:00:56 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:00:56 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 20 * Client in-bound response
20 < 200
20 < Date: Fri, 09 Aug 2019 15:00:56 GMT
20 < Content-Type: application/xml; charset=UTF-8
20 < Content-Length: 1120
20 < Connection: keep-alive
20 < Server: nginx
20 < X-Frame-Options: SAMEORIGIN
20 < X-Content-Type-Options: nosniff
20 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
20 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 80.44 s
[DEBUG] TICK at 83.44 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:00:59 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 21 * Client out-bound request
21 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
21 > Content-Type: application/xml; charset=UTF-8
21 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:01:00 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:01:00 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>open</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:00:16.633Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362816633</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:01:00 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 21 * Client in-bound response
21 < 200
21 < Date: Fri, 09 Aug 2019 15:01:00 GMT
21 < Content-Type: application/xml; charset=UTF-8
21 < Content-Length: 1120
21 < Connection: keep-alive
21 < Server: nginx
21 < X-Frame-Options: SAMEORIGIN
21 < X-Content-Type-Options: nosniff
21 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
21 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>open</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:00:16.633Z</updated>
  <updatedDate>Fri Aug 09 15:00:16 UTC 2019</updatedDate>
  <updatedTimestamp>1565362816633</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 84.45 s
[DEBUG] TICK at 87.45 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:01:03 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 22 * Client out-bound request
22 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
22 > Content-Type: application/xml; charset=UTF-8
22 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:01:07 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1122[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:01:07 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1122
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>closed</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:01:02.322Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:01:02 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362862322</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:01:07 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 22 * Client in-bound response
22 < 200
22 < Date: Fri, 09 Aug 2019 15:01:07 GMT
22 < Content-Type: application/xml; charset=UTF-8
22 < Content-Length: 1122
22 < Connection: keep-alive
22 < Server: nginx
22 < X-Frame-Options: SAMEORIGIN
22 < X-Content-Type-Options: nosniff
22 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
22 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>closed</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:01:02.322Z</updated>
  <updatedDate>Fri Aug 09 15:01:02 UTC 2019</updatedDate>
  <updatedTimestamp>1565362862322</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 91.17 s
[DEBUG] TICK at 94.17 s
[DEBUG] Checking repository: central_bundles-18619
Aug 09, 2019 3:01:10 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 23 * Client out-bound request
23 > GET https://oss.sonatype.org:443/service/local/staging/repository/central_bundles-18619
23 > Content-Type: application/xml; charset=UTF-8
23 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/central_bundles-18619 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic Y2RpLWJvdDpVTl5PVGhnNGx5aE1Qc2BXJm1gdTQyO1c=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Fri, 09 Aug 2019 15:01:18 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1123[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "Server: nginx[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Fri, 09 Aug 2019 15:01:18 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1123
[DEBUG] << Connection: keep-alive
[DEBUG] << Server: nginx
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>7edbe315063867</profileId>[\n]"
[DEBUG]  << "  <profileName>Central Bundles</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>central_bundles-18619</repositoryId>[\n]"
[DEBUG]  << "  <type>closed</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.195</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>[\n]"
[DEBUG]  << "  <created>2019-08-09T14:58:42.243Z</created>[\n]"
[DEBUG]  << "  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1565362722243</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2019-08-09T15:01:10.592Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Fri Aug 09 15:01:10 UTC 2019</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1565362870592</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>central-sync</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>false</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Aug 09, 2019 3:01:18 PM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 23 * Client in-bound response
23 < 200
23 < Date: Fri, 09 Aug 2019 15:01:18 GMT
23 < Content-Type: application/xml; charset=UTF-8
23 < Content-Length: 1123
23 < Connection: keep-alive
23 < Server: nginx
23 < X-Frame-Options: SAMEORIGIN
23 < X-Content-Type-Options: nosniff
23 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
23 < 
<stagingProfileRepository>
  <profileId>7edbe315063867</profileId>
  <profileName>Central Bundles</profileName>
  <profileType>repository</profileType>
  <repositoryId>central_bundles-18619</repositoryId>
  <type>closed</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.195</ipAddress>
  <repositoryURI>https://oss.sonatype.org/content/repositories/central_bundles-18619</repositoryURI>
  <created>2019-08-09T14:58:42.243Z</created>
  <createdDate>Fri Aug 09 14:58:42 UTC 2019</createdDate>
  <createdTimestamp>1565362722243</createdTimestamp>
  <updated>2019-08-09T15:01:10.592Z</updated>
  <updatedDate>Fri Aug 09 15:01:10 UTC 2019</updatedDate>
  <updatedTimestamp>1565362870592</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2</description>
  <provider>maven2</provider>
  <releaseRepositoryId>central-sync</releaseRepositoryId>
  <releaseRepositoryName>Central Sync Sources</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>false</transitioning>
</stagingProfileRepository>

[DEBUG] Repository is no longer in transition; notifications: 0
[DEBUG] central_bundles-18619 OK
[DEBUG] STOP after 102.5 s
[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:22 min
[INFO] Finished at: 2019-08-09T15:01:18Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Build the specs ]-------------------------------------'
-[ Build the specs ]-------------------------------------
+ cd /home/jenkins/workspace/CDIReleaseScript/spec
+ mvn -B clean package
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] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (0 B at 0 B/s)
[INFO] 
[INFO] --------< org.eclipse.ee4j.cdi:jakarta.enterprise.cdi-spec-doc >--------
[INFO] Building jakarta.enterprise.cdi-spec-doc 2.0.2-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom (18 kB at 483 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar (55 kB at 1.1 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.enterprise.cdi-spec-doc ---
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (generate-pdf-doc) @ jakarta.enterprise.cdi-spec-doc ---
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.14/asciidoctorj-pdf-1.5.0-alpha.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.14/asciidoctorj-pdf-1.5.0-alpha.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.14/asciidoctorj-pdf-1.5.0-alpha.14.pom (2.4 kB at 95 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.5/asciidoctorj-1.5.5.pom (2.2 kB at 120 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/com/beust/jcommander/1.35/jcommander-1.35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom (7.2 kB at 195 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-complete/9.1.8.0/jruby-complete-9.1.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.1.8.0/jruby-complete-9.1.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/9.1.8.0/jruby-complete-9.1.8.0.pom (11 kB at 580 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-artifacts/9.1.8.0/jruby-artifacts-9.1.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.1.8.0/jruby-artifacts-9.1.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.1.8.0/jruby-artifacts-9.1.8.0.pom (3.3 kB at 186 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-parent/9.1.8.0/jruby-parent-9.1.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.1.8.0/jruby-parent-9.1.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.1.8.0/jruby-parent-9.1.8.0.pom (24 kB at 812 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom (8.3 kB at 260 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom (3.5 kB at 120 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom (24 kB at 849 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 38 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 516 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
[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 (0 B at 0 B/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 355 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 19 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 249 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 867 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom (4.1 kB at 217 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom (2.2 kB at 72 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom (1.7 kB at 56 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom (45 kB at 1.9 MB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (0 B at 0 B/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom (2.2 kB at 149 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom (1.4 kB at 73 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom (1.4 kB at 86 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom (6.8 kB at 205 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom (2.4 kB at 83 kB/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (0 B at 0 B/s)
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.14/asciidoctorj-pdf-1.5.0-alpha.14.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/com/beust/jcommander/1.35/jcommander-1.35.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[INFO] Downloading from jboss-public-repository-group: https://repository.jboss.org/nexus/content/groups/public/xmlunit/xmlunit/1.5/xmlunit-1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.14/asciidoctorj-pdf-1.5.0-alpha.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
[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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.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 (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar (247 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar (61 kB at 386 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar (762 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar (453 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar (148 kB at 807 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.14/asciidoctorj-pdf-1.5.0-alpha.14.jar (3.3 MB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar (294 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar (367 kB at 1.4 MB/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/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar (221 kB at 824 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar (511 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.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 206 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (0 B at 0 B/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 155 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 525 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar (24 MB at 47 MB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Rendered /home/jenkins/workspace/CDIReleaseScript/spec/src/main/asciidoc/cdi-spec.asciidoc
[INFO] 
[INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (output-html) @ jakarta.enterprise.cdi-spec-doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Rendered /home/jenkins/workspace/CDIReleaseScript/spec/src/main/asciidoc/cdi-spec.asciidoc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  39.202 s
[INFO] Finished at: 2019-08-09T15:01:58Z
[INFO] ------------------------------------------------------------------------
+ ls target
generated-docs
+ echo '-[ Tag release ]----------------------------------------------------------------'
-[ Tag release ]----------------------------------------------------------------
+ cd /home/jenkins/workspace/CDIReleaseScript
+ git tag 2.0.2-RELEASE -m 'Release jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2'
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: SUCCESS